packageset not working

Ok, in trying to get around the long command problem, I tried using the packageset Ant tag. Here's how I used it:

<packageset dir="${root}/Application/projectA/JavaSource/com/ibm/projectA/app">

<include name="**"/>

<include name="actions/**"/>

<include name="admin/**"/>

<include name="dm/**"/>

<include name="exceptions/**"/>

<include name="messages/**"/>

<include name="service/**"/>

<include name="utils/**"/>

<include name="value/**"/>

</packageset>

In ${root}/Application/projectA/JavaSource/com/ibm/projectA/app there are source files as well as in all the folders listed in the packageset tag. However, when this is run, I get:

[javadoc] The' characters around the executable and arguments are

[javadoc] not part of the command.

[javadoc] Javadoc execution

[javadoc] Loading source filesforpackage actions...

[javadoc] Loading source filesforpackage admin...

[javadoc] Loading source filesforpackage admin.descriptor...

[javadoc] Loading source filesforpackage dm...

[javadoc] Loading source filesforpackage exceptions...

[javadoc] Loading source filesforpackage messages...

[javadoc] Loading source filesforpackage service...

[javadoc] Loading source filesforpackage utils...

[javadoc] Loading source filesforpackage value...

[javadoc] Loading source filesforpackage workflow...

[javadoc] Constructing Javadoc information...

[javadoc] javadoc: warning - No source filesforpackage actions

[javadoc] javadoc: warning - No source filesforpackage admin

[javadoc] javadoc: warning - No source filesforpackage admin.descriptor

[javadoc] javadoc: warning - No source filesforpackage dm

[javadoc] javadoc: warning - No source filesforpackage exceptions

[javadoc] javadoc: warning - No source filesforpackage messages

[javadoc] javadoc: warning - No source filesforpackage service

[javadoc] javadoc: warning - No source filesforpackage utils

[javadoc] javadoc: warning - No source filesforpackage value

[javadoc] javadoc: warning - No source filesforpackage workflow

[javadoc] 10 warnings

[javadoc] Nopublic orprotected classes found to document.

[zip] Warning: skipping zip archive C:\cc\projectA\Build\documentation\my_Javadoc.zip because no files were included.

[ant] Exiting C:\cc\projectA\Build\BuildTools\BuildScripts\my_javadoc.xml.

[antcall] Exiting C:\cc\projectA\Build\BuildTools\BuildScripts\projectA.xml.

What am I doing wrong to cause it to not find these packages?

[4435 byte] By [answer_pleasea] at [2007-10-2 12:57:38]
# 1
With some help from a coworker, I have figured out what I was doing wrong. Thanks anyways!
answer_pleasea at 2007-7-13 10:15:02 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...