David Jencks wrote:

> I don't know if this is likely to be the problem, but I wouldn't count on
> anything in java working for classes not in an explicit package, as yours
> appear to not be.  Either that our your fileset doesn't include the file
> you wish to apply jmxdoclet to.

Thanks for the suggestion, but src.controller.dir has been previously
defined to include the package.  Just for laughs I tried:

<fileset dir="${src.dir}">
  <include name="/org/myorg/controller/ManagedController.java" />
</fileset>

With the same result.

I have done a number of other things including using wildcards (ie
**/*.java), throwing in an 'available' test to be sure ant knows the file is
there, etc.  In the end, nothing seems to help except switching back to
1.2b1.  I'm still willing to believe I'm doing something wrong, but haven't
figured out what it is yet.







-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to