> -----Original Message-----
> From: Scot P. Floess [mailto:sflo...@nc.rr.com]
> Sent: Tuesday, December 15, 2009 1:15 PM
> To: Ant Users List
> Subject: Re: How to copy jars of path variable to dir, excluding some
> jars?
> 
> 
> On Tue, 15 Dec 2009, KARR, DAVID (ATTCINW) wrote:
> 
> > I have a path variable that I set in my build script.  I'm trying to
> > assemble a deployment unit where I have to copy all the jars
> specified
> > in that path variable into a directory, but excluding certain jars.
> >
> > I'm still trying to figure out how I copy the jars of a path var,
I'm
> > not even getting to the question of excluding some.  I thought it
> would
> > be this:
> >
> >             <copy todir="dist/eardir/APP-INF/lib">
> >                     <path refid="build.classpath"/>
> >             </copy>
> >
> > But that didn't appear to do anything.
> 
> Scot P. Floess
> 27 Lake Royale
> Louisburg, NC  27549
> 
> 252-478-8087 (Home)
> 919-890-8117 (Work)
> 
> Chief Architect JPlate   http://sourceforge.net/projects/jplate
> Chief Architect JavaPIM  http://sourceforge.net/projects/javapim
> 
> Architect Keros          http://sourceforge.net/projects/keros

I'm obviously missing something here. :)  Did you mean to give me more
than your signature?


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to