I got the latest version from CVS, and even added the missing " after mutable, but I still get the error below. I'm sure it could be something to do with my build process or something. I've posted my app on my website, so you can download it and test.
You will need Ant 1.5.1 and also $J2EE_HOME to be set. You can download my app at http://raibledesigns.com/downloads/security-example.zip or http://tinyurl.com/3f2v. Sorry about the size, it's around 10MB. When running ant ejbdoclet twice, you should get this error. Thanks, Matt [hibernatedoclet] Running <hibernate/> [hibernatedoclet] (XDocletMain.start 51 ) Running XDoclet failed. [hibernatedoclet] (XDocletMain.start 52 ) <<xdoclet.XDocletException: Running XDoclet failed.>> [hibernatedoclet] xdoclet.XDocletException: Running XDoclet failed. [hibernatedoclet] at xdoclet.XDocletTagSupport.generate(XDocletTagSupport.java:733) [hibernatedoclet] at xdoclet.tagshandler.MergeTagsHandler.generateUsingMergedFile(MergeTagsHa ndler.java:244) [hibernatedoclet] at xdoclet.tagshandler.MergeTagsHandler.merge(MergeTagsHandler.java:80) [hibernatedoclet] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [hibernatedoclet] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav a:39) [hibernatedoclet] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) [hibernatedoclet] at java.lang.reflect.Method.invoke(Method.java:324) > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf > Of Joel Rosi-Schwartz > Sent: Sunday, December 08, 2002 3:07 PM > To: Aslak Hellesoy > Cc: Matt Raible; [EMAIL PROTECTED] > Subject: Re: [Xdoclet-devel] Hibernate module > > > Aslak Hellesoy wrote: > > >Try > > > >mutable="<XDtClass:classTagValue tagName='hibernate.class' > >paramName='mutable'/>" > > > Matt, could you please let me know whether or not this clears the > problem. If it does I will change the source, otherwise I persue a > solution. > > Thanks, > Joel > > >Aslak > > > >-----Original Message----- > >From: [EMAIL PROTECTED] > >[mailto:[EMAIL PROTECTED]]On Behalf Of Matt > >Raible > >Sent: 8. desember 2002 21:26 > >To: [EMAIL PROTECTED] > >Subject: [Xdoclet-devel] Hibernate module > > > > > >I'm using the hibernate module that Joel sent me this > morning. I have > >to clean my build before running it everytime or I get: > >[hibernatedoclet] (XDocletMain.start 51 ) > Running XDoclet > >failed. > >[hibernatedoclet] (XDocletMain.start 52 ) > ><<xdoclet.template.TemplateException: Error in template fil > >e: syntax error, line=2 of template file: > >jar:file:D:\source\appfuse\lib\xdoclet-1.2-beta2-20021208\xdo > clet-hiber > >nate- > >mo > >dule.jar!/cirrus/hibernate/tools/xdoclet/resources/hibernate. > xdt affecting > >template: > >[hibernatedoclet] mutable="<XDtClass:classTagValue > >tagName="hibernate.class" paramName="mutable />" > >[hibernatedoclet] >> > >[hibernatedoclet] xdoclet.template.TemplateException: Error > in template > >file: syntax error, line=2 of template file: jar > >:file:D:\source\appfuse\lib\xdoclet-1.2-beta2-20021208\xdocle t-hibernate-mod >ule.jar!/cirrus/hibernate/tools/xdoclet/reso >urces/hibernate.xdt affecting template: >[hibernatedoclet] mutable="<XDtClass:classTagValue >tagName="hibernate.class" paramName="mutable />" >[hibernatedoclet] >Is this expected? >Thanks, >Matt > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf _______________________________________________ >Xdoclet-devel mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/xdoclet-devel > > > > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
