> -----Original Message-----
> From: Cameron Taggart [mailto:[EMAIL PROTECTED]
> Sent: 18 August 2004 08:33
> To: Avalon framework users
> Subject: Magic - packaging jars for distribution
> 
> I'm trying to prepare the xsd2jibx 0.2 alpha release and I'm wondering
> what the best approach would be for distributing the jars.  I would
like
> to package both the transitive runtime dependencies and buildtime
> dependencies.  It would be nice to have an <x:fileset/> similar to
> <x:path/>.  

Here is an example of doing what I think you describing:

    <x:path id="build.path"/>
    <x:replicate refid="build.path" todir="target/system"/>

The <x:replicate> task copies repository resource declared in the
supplied path refid to the supplied toDir.

Cheers, Steve.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to