You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2007/04/04 23:36:35 UTC

DO NOT REPLY [Bug 42052] New: - code having "generic type" & "metadata"

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: perl5.e6@gmail.com
                CC: perl5.e6@gmail.com


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


DO NOT REPLY [Bug 42052] - code having "generic type" & "metadata"

Posted by bu...@apache.org.
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


carej@us.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From carej@us.ibm.com  2007-04-04 14:47 -------
This is a userlist question, not a bug.

That said, your source & target versions are probably not set correctly.

-- 
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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org