You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@buildr.apache.org by Shane Witbeck <sh...@digitalsanctum.com> on 2008/11/15 20:55:45 UTC

does build.yaml artifacts support hashes?

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?

Posted by Assaf Arkin <ar...@intalio.com>.
On Sat, Nov 15, 2008 at 11:55 AM, Shane Witbeck
<sh...@digitalsanctum.com> 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
>