hello,

classpath seem to be left out of javac targets in "build.xml"

below is a fix, based on the latest "daily build" snapshot whose files appear to have 
dates of 24 sept 02.

cheers,

larry

-------------------

$ diff build/build.xml build.xml
50a51,59
>       <path id="lib.classpathset">
>               <fileset dir="${basedir}/lib">
>                       <include name="**/*.jar"/>
>                       <include name="**/*.zip"/>
>               </fileset>
>       </path>
>       <property name="lib.classpath" refid="lib.classpathset"/>
>
>
180c189,192
<            deprecation="${deprecation}"/>
---
>            deprecation="${deprecation}"
>          classpath="${lib.classpath}"
>
> />
204c216,219
<            optimize="${optimize}"/>
---
>            optimize="${optimize}"
>          classpath="${lib.classpath}"
> />
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to