Re: Patch: Create sources zip file in build.xml

2004-06-29 Thread Daniel L. Rall
Jochen Wiedmann wrote: On Do, 2004-06-17 at 03:32, Daniel Rall wrote: Jochen, this sounds like a reasonable activity for a target other than "jar" (perhaps a new target which has "jar" as a dependency). Fine for me. I'd like to suggest, though, that the zip file is added to the binary distribution

Re: Patch: Create sources zip file in build.xml

2004-06-16 Thread Jochen Wiedmann
On Do, 2004-06-17 at 03:32, Daniel Rall wrote: > Jochen, this sounds like a reasonable activity for a target other than "jar" > (perhaps a new target which has "jar" as a dependency). Fine for me. I'd like to suggest, though, that the zip file is added to the binary distribution as well, if noone

Re: Patch: Create sources zip file in build.xml

2004-06-16 Thread Daniel Rall
Jochen, this sounds like a reasonable activity for a target other than "jar" (perhaps a new target which has "jar" as a dependency). However, it would be useful if the Maven-based build had parity here. - Dan Jochen Wiedmann wrote: Hi, the following makes the "jar" target create a file called x

Patch: Create sources zip file in build.xml

2004-06-16 Thread Jochen Wiedmann
Hi, the following makes the "jar" target create a file called xmlrpc--src.zip as well. This file contains the sources. The reason for doing so is, that such files are quite convenient for attaching them to the Java debugger. For example, in Eclipse I am always adding the jar file and the source