> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: 9. januar 2003 23:53 > To: [EMAIL PROTECTED] > Subject: RE: [Middlegen-user] Any ETA on next release of MiddleGen? > > > > > > > > Aslak Hellesoy <[EMAIL PROTECTED]> wrote on 01/09/2003 05:30:53 > PM: > > Are you going to show us the compile error or not? Is it secret?? > > Sorry, Aslak. I guess my response was too terse :-P > The error I posted (what you thought was a runtime error) was actually > the compile/build error. It was a runtime error in xdoclet from the > code that was generated by middlegen. Hope that helps. >
Ok, misunderstanding. To be correct, the error message you posted is *not* a compile error. It's a runtime error in XDoclet. Looking at the stack trace, it looks like you have some missing/weird XDoclet classes on your classpath. Here are some things you could try: -Don't fiddle with the xdoclet jar files that come with Middlegen -Make sure you don't have any XDoclet jars in $ANT_HOME/lib -Make sure your CLASSPATH environment variable is empty If this doesn't help, please post the full stack trace. HTH, Aslak > > ken > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > middlegen-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/middlegen-user ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ middlegen-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/middlegen-user
