Hi,
I have downloaded the latest release yesterday and some classes
(simple/util/xml/*) are missing when the jar is generated.
Just need to add a line in the build.xml:
<target name=3D"build" depends=3D"prepare">
...
...
<delete includeemptydirs=3D"true">
<fileset dir=3D"${build}">
...
<exclude name=3D"simple/util/xml/*"/> <!-- this is missing -->
</fileset>
</delete>
<jar jarfile=3D"${jar}/${archive}.jar" basedir=3D"${build}"/>
<delete dir=3D"${build}"/>
</target>
Chistophe
|