Hi! I tried to create the distribution tarballs with current cvs code. Without success. The dist target tries to package the LICENSE file and couldn't find it since it's called LICENSE.txt now. default.properties sets docs.dest to the wrong directory.
The clean target doesn't delete the src tarballs. The attached patch should fix this. So long Thomas -- .''`. Obviously we do not want to leave zombies around. - W. R. Stevens : :' : Thomas Krennwallner <djmaecki at ull dot at> `. `'` 1024D/67A1DA7B 9484 D99D 2E1E 4E02 5446 DAD9 FF58 4E59 67A1 DA7B `- http://bigfish.ull.at/~djmaecki/
Index: build.xml =================================================================== RCS file: /home/cvspublic/ws-xmlrpc/build.xml,v retrieving revision 1.25 diff -u -r1.25 build.xml --- build.xml 21 May 2003 15:58:23 -0000 1.25 +++ build.xml 1 Aug 2004 05:19:59 -0000 @@ -215,6 +215,8 @@ <target name="clean"> <delete file="${final.name}.tar.gz"/> <delete file="${final.name}.zip"/> + <delete file="${final.name}-src.tar.gz"/> + <delete file="${final.name}-src.zip"/> <delete dir="${build.dir}"/> <delete dir="${test.reportsDirectory}"/> </target> @@ -380,7 +382,7 @@ <!-- Copy README and LICENSE --> <copy todir="${distDir}" file="README.txt"/> - <copy todir="${distDir}" file="LICENSE"/> + <copy todir="${distDir}" file="LICENSE.txt"/> <!-- Copy Jars --> <copy todir="${distDir}"> Index: default.properties =================================================================== RCS file: /home/cvspublic/ws-xmlrpc/default.properties,v retrieving revision 1.13 diff -u -r1.13 default.properties --- default.properties 21 May 2003 15:58:23 -0000 1.13 +++ default.properties 1 Aug 2004 05:20:00 -0000 @@ -18,7 +18,7 @@ jakarta.site2 = ../jakarta-site2 jdom.jar = jdom-b7.jar docs.src = ./xdocs -docs.dest = ./docs +docs.dest = ${build.dir}/docs lib.repo = ./lib year = 1999-2002 debug = off
pgpFL2dSZPxwQ.pgp
Description: PGP signature