src jar

2005-07-13 Thread Nick Burch
Hi All Unless I'm being muppet at reading ant build files, it seems we don't currently have a way to produce a source jar file for poi. It might be nice if we could spit one out, so I could include it with my cvs binary builds (for people not running java 1.5). Does it make sense to add one as

Re: src jar

2005-07-13 Thread Avik Sengupta
Good idea, IMO. If so, one per binary jar, or one huge one? He who does, decides :) - avik On Wed, 2005-07-13 at 13:38 +0100, Nick Burch wrote: Hi All Unless I'm being muppet at reading ant build files, it seems we don't currently have a way to produce a source jar file for poi. It

Re: src jar

2005-07-13 Thread Rainer Klute
Am Mittwoch, den 13.07.2005, 13:38 +0100 schrieb Nick Burch: Unless I'm being muppet at reading ant build files, it seems we don't currently have a way to produce a source jar file for poi. You can run ant dist to create a source .zip file and a source .tar.gz file. This should be sufficient