I noticed today that the dom4j-core.jar file wasn't in the 1.4 distribution and didn't find it. After doing a build from the source I noticed that the buildfile is missing a <copy> task within the dist target for the dom4j-core.jar file. Is this on purpose, to decrease distribution size maybe?
<target name="dist" depends="package, doc"> ...
<copy file="${build.dir}/${name}.jar" tofile="${dist.dir}/${name}.jar"/>
<copy file="${build.dir}/${name}-full.jar" tofile="${dist.dir}/${name}-full.jar"/>
<!-- the next line is my own addition at line# 394 -->
<copy file="${build.dir}/${name}-core.jar" tofile="${dist.dir}/${name}-core.jar"/>
christian.
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ dom4j-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-dev