- This topic has 26 replies, 10 voices, and was last updated 17 years, 9 months ago by Riyad Kalla.
-
AuthorPosts
-
nat101Member@support-greg wrote:
In 4.0GA we have updated our XDoclet support to match XDoclet version 1.2.3 release. This update includes a refresh of the XDoclet configuration UI.
For those of use not downloading GA [yet], can you please describe the benefits of the new xdoclet/properties UI? Thanks.
What I am lookin for is to have a “save as” feature and/or a default setting feature. I do not want to go thru setting all the xdoclet settings for each ejb project.
TA
-nat
Riyad KallaMembernat,
The XDoclet functionality has not changed between 3.8.4 and 4.0, we simply updated the XDoclet libraries to fix quite a few bugs in the old versions, add Hibernate 3 support and also support generating code from Java 5 source files (however using generics in your XDoclet properties doesn’t currently work with this version of XDoclet).
GregMemberAlso, because we updated the xdoclet libraries, there are new configuration options that should be made available in the XDoclet configuration UI. So we have also updated the XDoclet UI to make all of these new configuration elements available.
nat101MemberOk. Thanks for the info.
-nat
GregMemberJust following up with the original problem reported in this thread. We have recently tested 4.0GA on a window 2000 test machine and we did not see any problem with the properties list in the XDoclet configuration screen.
Are there any details about your environment that hasn’t been metioned that might help us determine the issue?
jayenhoMembermy eclipse is 3.1 release version, os is win2k pro, j2ee1.4, ejb2.x, jre5.0.
GregMemberWe retested this with a fully up2date win2k pro with the latest JDK from Sun 1.5.0_04. Still, we can’t replicate the problem. But does the workaround as posted on the first page of this topic work for you? It seems to for other people that are having this problem. Sorry for the inconveinence.
Sudhakar GubbaMemberThis message has not been recovered.
leelaincMemberBuildfile: D:\Documents and Settings\Anand\My Documents\My Eclipse Workspace\j2eeEJB\.xdoclet-build.tmp.xml
N65540:BUILD FAILED
java.lang.UnsupportedClassVersionError: xjavadoc/ant/XJavadocTask (Unsupported major.minor version 49.0)Total time: 1 second
I am getting this error wheni run the xdoclet to creat the EJB
GregMemberleelainc,
Have a look at either of the following topcis as they address this very problem.
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-8878-highlight-xjavadoctask.html
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-9460-highlight-xjavadoctask.html
wenlinchangMemberBuildfile: C:\Documents and Settings\Kevin Chang\workspace\CallCenterEJB\.xdoclet-build.tmp.xml
N65540:BUILD FAILED
C:\Documents and Settings\Kevin Chang\workspace\CallCenterEJB\.xdoclet-build.tmp.xml:38: 4.0.4.GA is not a legal value for this attributeTotal time: 2 seconds
I got this problem when I try to use xdoclet to create the EJB. Please help!
Riyad KallaMemberKevin,
Notice that it’s complaining about the “4.0.4.GA” attribute you are using for some version attribute in your doclet? You need to check the XDoclet docs at: http://xdoclet.sf.net to see what valid values are, these versions aren’t just free-form, they actually effect how generation is performed. -
AuthorPosts