It's broken yes. There has been a few posts about the same issue on xdoclet-devel today and yesterday.
As for a stable release, it's really hard to predict. We have quite a few bugs, patches, FRs and documentation to do, so it is still several weeks away I'm afraid. The large user base (1.1.2 has 17.000 downloads) means that things have to be close-to perfect before we relase 1.2, otherwise we'll drown. Sorry for the inconvenience. Aslak > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Hani > Suleiman > Sent: 9. juli 2002 23:07 > To: xdoclet-user > Subject: [Xdoclet-user] Latest cvs broken? > > > I get a bunch of errors when trying to build it, first in > xjavadoc, then in > compiling the samples. Is a stable release expected anytime soon? > > [ejbdoclet] Generating Local interface for 'test.ejb.cmr.CountryBean'. > [ejbdoclet] Error parsing test.ejb.cmr.CountryLocal:Encountered "<EOF>" at > line15, column 2. > [ejbdoclet] Was expecting one of: > [ejbdoclet] "abstract" ... > [ejbdoclet] "boolean" ... > [ejbdoclet] "byte" ... > [ejbdoclet] "char" ... > [ejbdoclet] "class" ... > [ejbdoclet] "double" ... > [ejbdoclet] "final" ... > [ejbdoclet] "float" ... > [ejbdoclet] "int" ... > [ejbdoclet] "interface" ... > [ejbdoclet] "long" ... > [ejbdoclet] "native" ... > [ejbdoclet] "private" ... > [ejbdoclet] "protected" ... > [ejbdoclet] "public" ... > [ejbdoclet] "short" ... > [ejbdoclet] "static" ... > [ejbdoclet] "synchronized" ... > [ejbdoclet] "transient" ... > [ejbdoclet] "void" ... > [ejbdoclet] "volatile" ... > [ejbdoclet] "strictfp" ... > [ejbdoclet] <IDENTIFIER> ... > [ejbdoclet] "}" ... > [ejbdoclet] > [ejbdoclet] Generating Local interface for 'test.ejb.cmr.LanguageBean'. > [ejbdoclet] Generating Local interface for > 'test.ejb.cmr.LanguageCodeBean'. > > > Followed by: > > ompile: > [javac] Compiling 106 source files to > /Users/hani/projects/xdoclet-all/xdoclet/samples/build/output/classes > [javac] > /Users/hani/projects/xdoclet-all/xdoclet/samples/build/output/gen- > src/test/i > nterfaces/AccountHome.java:45: illegal start of type > [javac] public void transfer(null from,null to,float amount) > [javac] ^ > [javac] > /Users/hani/projects/xdoclet-all/xdoclet/samples/build/output/gen- > src/test/i > nterfaces/AccountHome.java:46: <identifier> expected > [javac] throws java.rmi.RemoteException; > [javac] ^ > [javac] > /Users/hani/projects/xdoclet-all/xdoclet/samples/build/output/gen- > src/test/i > nterfaces/AccountLocalHome.java:45: illegal start of type > [javac] public void transfer(null from,null to,float amount) ; > [javac] ^ > [javac] > /Users/hani/projects/xdoclet-all/xdoclet/samples/build/output/gen- > src/test/i > nterfaces/AccountLocalHome.java:45: <identifier> expected > [javac] public void transfer(null from,null to,float amount) ; > [javac] ^ > [javac] > /Users/hani/projects/xdoclet-all/xdoclet/samples/build/output/gen- > src/test/i > nterfaces/Teller.java:25: illegal start of type > [javac] public void transfer( null from,null to,float amount ) > [javac] ^ > [javac] > /Users/hani/projects/xdoclet-all/xdoclet/samples/build/output/gen- > src/test/i > nterfaces/Teller.java:26: <identifier> expected > [javac] throws java.rmi.RemoteException; > [javac] ^ > [javac] > /Users/hani/projects/xdoclet-all/xdoclet/samples/build/output/gen- > src/test/i > nterfaces/Teller.java:31: illegal start of type > [javac] public void deposit( null account,float amount ) > [javac] ^ > [javac] > /Users/hani/projects/xdoclet-all/xdoclet/samples/build/output/gen- > src/test/i > nterfaces/Teller.java:32: <identifier> expected > [javac] throws java.rmi.RemoteException; > [javac] ^ > [javac] 8 errors > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Stuff, things, and much much more. > http://thinkgeek.com/sf > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Stuff, things, and much much more. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
