[jbossws-issues] [JBoss JIRA] Commented: (JBWS-1194) Release jbossws-1.0.4.GA binary

Prabhat Jha (JIRA) jira-events at jboss.com
Mon Nov 6 13:37:41 EST 2006


    [ http://jira.jboss.com/jira/browse/JBWS-1194?page=comments#action_12346320 ] 
            
Prabhat Jha commented on JBWS-1194:
-----------------------------------

compile14 target while building ws internal  tests fais:

 Created dir: /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/output/tests/classes
    [javac] Compiling 745 source files to /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/output/tests/classes
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/jbws1093/ServletTest.java:46: illegal character: \64
    [javac]    @Override
    [javac]    ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/jbws1093/ServletTest.java:52: <identifier> expected
    [javac] ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/webserviceref/ApplicationClient.java:46: '(' or '[' expected
    [javac]       ArrayList<TestEndpoint> ports = new ArrayList<TestEndpoint>();
    [javac]                                                    ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/webserviceref/ApplicationClient.java:58: ';' expected
    [javac]       for (TestEndpoint port : ports)
    [javac]                              ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/webserviceref/ApplicationClient.java:66: illegal start of expression
    [javac]    }
    [javac]    ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/webserviceref/EJBClient.java:47: '(' or '[' expected
    [javac]       ArrayList<TestEndpoint> ports = new ArrayList<TestEndpoint>();
    [javac]                                                    ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/webserviceref/EJBClient.java:60: ';' expected
    [javac]       for (TestEndpoint port : ports)
    [javac]                              ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/webserviceref/EJBClient.java:68: illegal start of expression
    [javac]    }
    [javac]    ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/webserviceref/ServletClient.java:42: illegal character: \64
    [javac]    @Override
    [javac]    ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/webserviceref/ServletClient.java:52: <identifier> expected
    [javac]          ports.add((TestEndpoint)((Service)iniCtx.lookup("java:comp/env/service1")).getPort(TestEndpoint.class));
    [javac]                                                                                                          ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/webserviceref/ServletClient.java:52: <identifier> expected
    [javac]          ports.add((TestEndpoint)((Service)iniCtx.lookup("java:comp/env/service1")).getPort(TestEndpoint.class));
    [javac]                                                                                                               ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/webserviceref/ServletClient.java:52: '{' expected
    [javac]          ports.add((TestEndpoint)((Service)iniCtx.lookup("java:comp/env/service1")).getPort(TestEndpoint.class));
    [javac]                                                                                                                 ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/webserviceref/ServletClient.java:53: <identifier> expected
    [javac]          ports.add(((TestEndpointService)iniCtx.lookup("java:comp/env/service2")).getTestEndpointPort());
    [javac]                   ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/webserviceref/ServletClient.java:55: illegal start of type
    [javac]       catch (Exception ex)
    [javac]       ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/webserviceref/ServletClient.java:68: <identifier> expected
    [javac]       res.getWriter().print(inStr);
    [javac]                                   ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/webserviceref/ServletClient.java:70: 'class' or 'interface' expected
    [javac] }
    [javac] ^
    [javac] /home/pjha/sandbox/ws-test-automation/output/checkout/jbossws-1.0.4.GA/src/test/java/org/jboss/test/ws/jaxrpc/webserviceref/ServletClient.java:71: 'class' or 'interface' expected




> Release jbossws-1.0.4.GA binary
> -------------------------------
>
>                 Key: JBWS-1194
>                 URL: http://jira.jboss.com/jira/browse/JBWS-1194
>             Project: JBoss Web Services
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: jaxrpc
>            Reporter: Thomas Diesler
>         Assigned To: Thomas Diesler
>             Fix For: jbossws-1.0.4
>
>
> The release criteria for jbossws-1.1.0.GA are:
> * pass all internal jbossws tests
> * pass all portable j2ee-1.4 tests from the jboss testsuite
> * pass all tests in module jaxr,jaxrpc,saaj,webservice from the Sun compatiblity testsuite
> * generate all test artifacts with wstools

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

        



More information about the jbossws-issues mailing list