- This topic has 6 replies, 2 voices, and was last updated 21 years, 3 months ago by Michael Dickson.
-
AuthorPosts
-
Michael DicksonMemberUsing the 2.5 release with Eclipse 2.1.1 on WinXP. I’ve defined a simple EJB project with one session bean in it. I followed the directions in the user guide to add the xdoclet configuration but no ant file for xdoclet appears to be generated and running the “Run Xdoclet” task does nothing…
Any help is appreciated.
Mike
Scott AndersonParticipantMike,
The XDoclet ant script should be placed in the project as soon as you ‘OK’ the project preferences after adding the ‘Standard EJB’ XDoclet to the project. Did you perform this step?
There was another user that reported some strange XDoclet shennanigans, but they were caused by using the Eclipse update mechanism to upgrade to 2.1.1, rather than a full reinstallation. In this other case, reapplying the JDT changes fixed the behavior, but it was very tough to run down. Did you perform a clean installation of 2.1.1, or upgrade from 2.1.0?
–Scott
MyEclipse Support
Michael DicksonMemberHmm. Yes, I also did an upgrade rather than a clean install. I can try to reinstall the JDT and see what happens….
Mike
Scott AndersonParticipantIf that doesn’t work, a clean install really works like a champ. That Eclipse update mechanism, especially for big updates, can be a little “iffy”.
–Scott
MyEclipse Support
Michael DicksonMemberHrmm. No dice. The clean install doesn’t work either.
BTW, shouldn’t the “OK” button on the dialog box where you configure the properties (like the XDOCLET configs) dismiss the dialog? In mycase it doesn’t and I have to hit CANCEL or the close gadget.
Scott AndersonParticipantThen you’ve got an error with the installation / configuration somewhere. Are you sure it’s the full 2.1.1 release and not one of the trimmed down ‘platform’ or ‘jdt’ releases?
In any event, there is probably a stacktrace or two in the log file (<workspace>/.metadata/.log). Can you mail it to us at support@genuitec.com?
I’ll post what we determine back to this thread.
–Scott
MyEclipse Support
Michael DicksonMemberOk. This turned out to be caused by a recent install of Oracle client for Windows which installs its own ancient JRE (incorrectly I might add) and updates the path so it gets picked up first.
Thanks to Scott and the support team for the crucial bit of feedback. The support was great. I’m sold and will be buying a subscription shortly!
😀
Mike
-
AuthorPosts