For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 26 replies, 10 voices, and was last updated 19 years, 6 months ago by
Riyad Kalla.
-
AuthorPosts
-
August 30, 2005 at 10:40 am #236075
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
-natAugust 30, 2005 at 11:00 am #236082
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).August 30, 2005 at 11:28 am #236094
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.
August 30, 2005 at 6:49 pm #236147
nat101MemberOk. Thanks for the info.
-natAugust 31, 2005 at 11:01 am #236256
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?
September 15, 2005 at 1:08 am #237343
jayenhoMembermy eclipse is 3.1 release version, os is win2k pro, j2ee1.4, ejb2.x, jre5.0.
September 15, 2005 at 2:43 am #237347
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.
September 21, 2005 at 11:19 pm #237879
Sudhakar GubbaMemberThis message has not been recovered.
January 20, 2006 at 11:07 pm #244936
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
January 20, 2006 at 11:24 pm #244937
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.htmlFebruary 1, 2007 at 4:35 am #265442
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!
February 1, 2007 at 12:47 pm #265462
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
