[Simpleweb-Support] build.xml missing classes for Release 3.1.2
Brought to you by:
niallg
From: Christophe R. <cr...@ac...> - 2006-05-12 14:42:08
|
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="build" depends="prepare"> ... ... <delete includeemptydirs="true"> <fileset dir="${build}"> ... <exclude name="simple/util/xml/*"/> <!-- this is missing --> </fileset> </delete> <jar jarfile="${jar}/${archive}.jar" basedir="${build}"/> <delete dir="${build}"/> </target> Christophe |