Re: javadoc

2005-12-14 Thread Thom Hehl
Thanks! Changed to: On Wed, 14 Dec 2005, Thom Hehl <[EMAIL PROTECTED]> wrote: apidocs: [javadoc] scanning C:\src\heavyweight for packages. It should be scanning C:\src, not C:\src\heavyweight since heavyweight is your top level package in the source tree. At lea

Re: javadoc

2005-12-14 Thread Thom Hehl
: On Tue, 13 Dec 2005, Thom Hehl <[EMAIL PROTECTED]> wrote: packagenames="heavyweight.gui.* heavyweight.io.* heavyweight.re.* heavyweight.util.*" the separator for packagenames is "," not " ". sourcepath="${src}" might

Re: javadoc

2005-12-14 Thread Thom Hehl
with patternSet{ includes: [heavyweight/gui/**, heavyweight/io/**, heavyweight/re/**, heavyweight/util/**] excludes: [] } [javadoc] C:\src\heavyweight doesn't contain any packages, dropping it. I don't feel any closer to a solution. Help? Thanks. Stefan Bodewig wrote: On Tue, 13 Dec 2005,

Re: javadoc

2005-12-13 Thread Thom Hehl
HTH, Kajsa Anderson -Original Message- From: Thom Hehl [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 13, 2005 1:46 PM To: user@ant.apache.org Subject: javadoc I've actually used ant for quite sometime, but I've never messed with it enough at the same time to get t

javadoc

2005-12-13 Thread Thom Hehl
;; packagelistLoc="/tmp"/> href="http://developer.java.sun.com/developer/products/xml/docs/api/"/> I though this was OK, but when I build it, I get: doc: BUILD FAILED C:\src\heavyweight\build.xml:120: No source files and no packages have been specified. Line 120 is

More exclude problems

2005-08-08 Thread Thom Hehl
Thanks to Jan for his excellent and quick answer. I have now built two jar files from the one source. Now, to finish my task, I want to create two distributions. The only difference between these two is the two different jar files. Here are my tasks:

exclude directories from jar file

2005-08-08 Thread Thom Hehl
I am trying to create 2 jar files from my application. I have directory rex that contains a bunch of source files and then directory rex/rexml that contains a separate, but closely related application. The only difference will be the root (main class) application. I want all of the contents o