The following comment has been added to this issue:

     Author: Konstantin Pribluda
    Created: Sat, 31 May 2003 8:00 AM
       Body:
Xdoclet 1.1.2 is not under active development anymore.
You shall switch to 1.2beat2 ( released ) or beta3 
( current CVS )



---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-507


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-507
    Summary: Compilation problem in sample project
       Type: Bug

     Status: Assigned
   Priority: Minor

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: XDoclet
 Components: 
             Documentation

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Clarence Chiang

    Created: Fri, 30 May 2003 8:53 PM
    Updated: Fri, 30 May 2003 8:53 PM
Environment: Redhat Linux 9.0, Windows XP (The problem should affect all platform 
supported by xdoclet)

Description:
Compile error at "compile-ejbs" target
    [javac] Compiling 96 source files to 
/usr/local/java/xdoclet-1.1.2/samples/build/ejb/classes
    [javac] 
/usr/local/java/xdoclet-1.1.2/samples/gen-src/java/test/ejb/CustomerBMPBMP.java:25: 
cannot resolve symbol
    [javac] symbol  : class AddressLocal
    [javac] location: class test.ejb.CustomerBMPBMP
    [javac]    public AddressLocal address;
    [javac]           ^
    [javac] 
/usr/local/java/xdoclet-1.1.2/samples/gen-src/java/test/ejb/CustomerBMPBMP.java:65: 
cannot resolve symbol
    [javac] symbol  : class AddressLocal
    [javac] location: class test.ejb.CustomerBMPBMP
    [javac]    public AddressLocal getAddress()
    [javac]           ^
    [javac] 
/usr/local/java/xdoclet-1.1.2/samples/gen-src/java/test/ejb/CustomerBMPBMP.java:70: 
cannot resolve symbol
    [javac] symbol  : class AddressLocal
    [javac] location: class test.ejb.CustomerBMPBMP
    [javac]    public void setAddress( AddressLocal address )
    [javac]                            ^
    [javac] 3 errors

  Basically test.ejb.CustomerBMPBean.java misses an extra import statement :

  import test.interface.AddressLocal;

  I added that line to my file (actually I added test.interface.*) 
and the problem goes away.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to