You need to run the XDoclet task with a Java 5.0 VM, otherwise it will give you this error.
If you must compile your project with Java 1.4 . You can either do two things: - Switch your JRE libs in Eclipse to a 1.5 and run XDoclet. After it finishes, switch your JRE back to 1.4 and compile your project. Or - Download an older version of the xjavadoc-1.5-snapshotxxxxx.jar in Apache Ant so it is possible of running it with java 1.4. Can't remember where I found it exactly, but just google around a bit. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938833#3938833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938833 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
