on 1/5/2001 12:27 PM, "Sam Ruby" <[EMAIL PROTECTED]> wrote:
> Not just the internals of Ant - here is an excerpt from xml-cocoon2's
> build.xml:
>
> <path id="classpath">
> <fileset dir="./lib">
> <include name="*.jar"/>
> </fileset>
> </path>
>
> <javac srcdir="${build.src}"
> destdir="${build.dest}"
> debug="${debug}"
> optimize="${optimize}"
> deprecation="${deprecation}"
> target="${target.vm}">
> <classpath refid="classpath"/>
> </javac>
>
> I don't want *any* of those jars in my classpath...
>
> - Sam Ruby
Turbine and other projects of mine do the same exact thing though.
-jon
--
Honk if you love peace and quiet.