DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42052>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42052

           Summary: code having "generic type" & "metadata"
           Product: Ant
           Version: 1.7.0
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P1
         Component: Build Process
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


Am currently building a code base having - "generic type" & "metadata"
development theme. Build uses 
set ANT_HOME=C:\DevKit\apache-ant-1.7.0
set JAVA_HOME=C:\DevKit\weblogic92\jdk150_04

Yet, I get the following error 
    [javac]
C:\DevKit\SVN\CA\property\branches\deploy2\src\net\property\server\PropertyServlet.java:121:
<identifier> expected
    [javac]   protected static Set<String> xcapRequestTypes;
    [javac]                       ^
    [javac]
C:\DevKit\SVN\CA\property\branches\deploy2\src\net\property\server\PropertyServlet.java:134:
'(' or '[' expected
    [javac]       xcapRequestTypes = new HashSet<String>(4);
    [javac]                                     ^
    [javac]
C:\DevKit\SVN\CA\property\branches\deploy2\src\net\property\server\WsDeployment.java:42:
illegal character: \64
    [javac] @WebService(name = "WsDeploymentPort", serviceName = "WsDeployment")

    [javac] ^
    [javac]
C:\DevKit\SVN\CA\property\branches\deploy2\src\net\property\server\WsDeployment.java:43:
illegal character: \64
    [javac] @SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.U
se.LITERAL, parameterStyle = SOAPBinding.ParameterStyle.WRAPPED)
    [javac] ^

What's the necessary fix for this ?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to