When using the new JDK 1.4 keyword "assert" xDoclet produces a javadoc error:
[ejbdoclet] Test.java:453: not a statement [ejbdoclet] assert false; [ejbdoclet] ^ [ejbdoclet] Test.java:453: ';' expected [ejbdoclet] Loading source file Test.java... [ejbdoclet] assert false; I think javadoc has to be started with the "-source 1.4" parameter, but how do I tell it the ejbdoclet task? Thanks, Rainer _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
