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

Reply via email to