Hibernate plugin fails using JDK1.5 and inner Enum
--------------------------------------------------

         Key: XDP-64
         URL: http://jira.codehaus.org/browse/XDP-64
     Project: XDoclet 2 Plugins
        Type: Bug
  Components: hibernate  
    Versions: hibernate-1.0    
 Environment: Win32 xdoclet-plugin-hibernate-1.0.1.jar JDK1.5.0_03
    Reporter: Jesse McLaughlin
     Fix For: hibernate-1.0


Using JDK 1.5 with hibernate plugin, the plugin fails trying to parse Java code 
containing an inner plugin, eg:

public class MyClass
{
  public enum MyEnum
  {
    a, b, c;
  }
 
  ...

}


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
xdoclet-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to