Hello,  sir

I'm Eunyoung in South Korea.

I have some problems of compiling UDDI4J with ant as follows.
I check the set of classpath. I couldn't find the reason.
Please advise about this problem.
Thank you for your concerns.

Sincerely Eunyoung.

******************************************************************************************

Buildfile: build.xml

init:
     [echo] SOAP transport support will be built for those transports.
     [echo] found in the classpath, indicating available = true below.
     [echo] 
     [echo] Apache SOAP available = true
     [echo] Apache Axis available = ${apache-axis.available}
     [echo] HP SOAP available = ${hp-soap.available}

compile:
    [javac] Warning: org\uddi4j\client\UDDIProxy.java modified in the future.
    [javac] Warning: org\uddi4j\datatype\assertion\PublisherAssertion.java modified in 
the future.
    [javac] Warning: org\uddi4j\datatype\binding\AccessPoint.java modified in the 
future.
    [javac] Warning: org\uddi4j\datatype\binding\BindingTemplate.java modified in the 
future.
    [javac] Warning: org\uddi4j\datatype\binding\BindingTemplates.java modified in the 
future.
    [javac] Warning: org\uddi4j\datatype\binding\HostingRedirector.java modified in 
the future.
  
        ...
    [javac] Warning: org\uddi4j\util\TModelBag.java modified in the future.
    [javac] Warning: org\uddi4j\util\TModelKey.java modified in the future.
    [javac] Warning: org\uddi4j\util\ToKey.java modified in the future.
    [javac] Warning: org\uddi4j\util\UploadRegister.java modified in the future.
    [javac] Warning: org\uddi4j\VectorNodeList.java modified in the future.
    [javac] Compiling 106 source files to C:\uddi4j\build\classes
    [javac] C:\uddi4j\src\org\uddi4j\transport\ApacheSOAPTransport.java:41: Method 
setProxyUserName(java.lang.String) not found in class 
org.apache.soap.transport.http.SOAPHTTPConnection.
    [javac]       
connection.setProxyUserName(System.getProperty("http.proxyUserName"));
    [javac]                                  ^
    [javac] C:\uddi4j\src\org\uddi4j\transport\ApacheSOAPTransport.java:42: Method 
setProxyPassword(java.lang.String) not found in class 
org.apache.soap.transport.http.SOAPHTTPConnection.
    [javac]       
connection.setProxyPassword(System.getProperty("http.proxyPassword"));
    [javac]                                  ^
    [javac] 2 errors

Total time: 9 seconds

******************************************************************************************


Reply via email to