does build.yaml artifacts support hashes?

View: New views
2 Messages — Rating Filter:   Alert me  

does build.yaml artifacts support hashes?

by digitalsanctum :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm attempting to use the following in build.yaml but I get an error:

artifacts:
  aopalliance: aopalliance:aopalliance:jar:1.0
  aspectj:
    rt: aspectj:aspectjrt:jar:1.5.3
    weaver: aspectj:aspectjweaver:jar:1.5.3
  log4j: log4j:log4j:jar:1.2.15


The error is:

buildr aborted!
no such option: rt weaver


I have traditionally referenced a file using struct to group my artifacts
but I'd like to use build.yaml instead. Any ideas?

-Shane

Re: does build.yaml artifacts support hashes?

by Assaf Arkin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Nov 15, 2008 at 11:55 AM, Shane Witbeck
<shane@...> wrote:

> I'm attempting to use the following in build.yaml but I get an error:
>
> artifacts:
>  aopalliance: aopalliance:aopalliance:jar:1.0
>  aspectj:
>    rt: aspectj:aspectjrt:jar:1.5.3
>    weaver: aspectj:aspectjweaver:jar:1.5.3
>  log4j: log4j:log4j:jar:1.2.15
>
>
> The error is:
>
> buildr aborted!
> no such option: rt weaver
>
>
> I have traditionally referenced a file using struct to group my artifacts
> but I'd like to use build.yaml instead. Any ideas?

Right now, the symbol is short for an artifact, so no way to have a
collection of artifacts. No reason why it can't be added.

Assaf

>
> -Shane
>