| Author |
Message |
|
|
Post subject:
Posted: Aug 30, 2005 - 04:40 PM
|
|
Registered Member


Joined: May 19, 2004
Posts: 123
|
|
| 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 |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 30, 2005 - 05:00 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23824
|
|
nat,
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). |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 30, 2005 - 05:28 PM
|
|
Moderator


Joined: Mar 31, 2004
Posts: 1612
|
|
Also, 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. |
_________________ Greg
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 31, 2005 - 12:49 AM
|
|
Registered Member


Joined: May 19, 2004
Posts: 123
|
|
Ok. Thanks for the info.
-nat |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 31, 2005 - 05:01 PM
|
|
Moderator


Joined: Mar 31, 2004
Posts: 1612
|
|
Just 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? |
_________________ Greg
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: I have met the same problem too
Posted: Sep 15, 2005 - 07:08 AM
|
|

Joined: Aug 31, 2005
Posts: 9
|
|
my eclipse is 3.1 release version, os is win2k pro, j2ee1.4, ejb2.x, jre5.0. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Sep 15, 2005 - 08:43 AM
|
|
Moderator


Joined: Mar 31, 2004
Posts: 1612
|
|
We 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. |
_________________ Greg
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Sep 22, 2005 - 05:19 AM
|
|
Veteran Member


Joined: Sep 17, 2003
Posts: 1
|
|
I also faced same problem today. This solution really helped me. I am running W2K... Thanks alot tjmapley |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jan 21, 2006 - 05:07 AM
|
|
Registered Member


Joined: Jan 21, 2006
Posts: 1
|
|
Buildfile: 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 |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jan 21, 2006 - 05:24 AM
|
|
Moderator


Joined: Mar 31, 2004
Posts: 1612
|
|
|
_________________ Greg
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 01, 2007 - 10:35 AM
|
|

Joined: Feb 01, 2007
Posts: 1
|
|
Buildfile: 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 attribute
Total time: 2 seconds
I got this problem when I try to use xdoclet to create the EJB. Please help! |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 01, 2007 - 06:47 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23824
|
|
Kevin,
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. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|