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.

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

Reply via email to