[Simpleweb-Support] build.xml missing classes for Release 3.1.2
Brought to you by:
niallg
From: Christophe R. <cr...@gm...> - 2006-05-12 12:11:55
|
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 |