RE: [Xdoclet-user] XDoclet 1.1.2 and WinXPBoris, There is no difference between java on XP and java on 98/NT/2k in regards to xdoclet. ejb.jar needs to be on the classpath on other versions of windows as well.
Just thought I should clarify that. cheers dim ----- Original Message ----- From: Boris Tamarkin To: 'Dmitri Colebatch' ; [EMAIL PROTECTED] Sent: Thursday, March 20, 2003 11:42 AM Subject: RE: [Xdoclet-user] XDoclet 1.1.2 and WinXP Thanks a lot Dmitri !! You right, ejb.jar was missing in classpath. for WinXP some things have to be mentioned explicitly. Thanks again. Boris -----Original Message----- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 4:27 PM To: Boris Tamarkin; [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] XDoclet 1.1.2 and WinXP Re: [Xdoclet-user] XDoclet 1.1.2 and WinXPBoris, It looks to me like either: a) you dont have the ejb.jar in your classpath (so xdoclet doesn't know your classes are ejbs), or b) you dont have your build.xml configured to include the classes you want I would guess that (a) is your problem... if not, post the relevant part of your build.xml. cheers dim ----- Original Message ----- From: Boris Tamarkin To: '[EMAIL PROTECTED]' ; '[EMAIL PROTECTED]' Sent: Thursday, March 20, 2003 11:25 AM Subject: Re: [Xdoclet-user] XDoclet 1.1.2 and WinXP --------------------------------------- Same ant version 1.5. No errors. Just doesn't generate any of files, except for ejb-jar.xml and jboss.xml that actually almost empty inside (except default template). Thanks, Boris Output as follows : [ejbdoclet] ^ [ejbdoclet] Running <homeInterface/> [ejbdoclet] Running <localHomeInterface/> [ejbdoclet] Running <remoteInterface/> [ejbdoclet] Running <localInterface/> [ejbdoclet] Running <entitypk/> [ejbdoclet] Running <dataobject/> [ejbdoclet] Running <entitycmp/> [ejbdoclet] Running <deploymentDescriptor/> [ejbdoclet] Generating EJB deployment descriptor. [ejbdoclet] Running <jboss/> [ejbdoclet] Generating jboss.xml. [ejbdoclet] 105 warnings ------------------------------------------ From: "Dmitri Colebatch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Re: [Xdoclet-user] XDoclet 1.1.2 and WinXP Date: Thu, 20 Mar 2003 10:40:46 +1100 Reply-To: [EMAIL PROTECTED] XDoclet 1.1.2 and WinXPBoris, Do you get any errors? Do you have the _exact_ same environment? My first guess is maybe you have a different version of ant on your XP box. hth dim ------------------------------------------------------- This SF.net email is sponsored by: Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for? http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
