I have been having the same problem, though I have not yet look into it. I am using Rational ClearCase in my build process
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 10:16 AM To: Ant Users List Subject: Antwort: Error in compiling UDDI4J with ant Hi Eunyoung! May it be that you are working with Rational? "modified in the future" : means that your source files have a 'last modified' date newer than your system date. We have the same problems currently trying to incorporate Rational ClearCase / Clear Quest in our build process. Some java files suddenly got a last modification date of 2017! Anyone made the same experiences? Greetings, Hauke ____________________________________________________________________________ _______ <name> Hauke Stammer </name> <what> Software Entwickler </what> <where> Competence Center System Integration </where> <location>Mobilcom Communicationstechnik GmbH $)C Wollingstra),e 10 24782 Buedelsdorf / Germany </location> <phone> 49-4331-692710 </phone> <mail> [EMAIL PROTECTED] </mail> A6@:?5 <[EMAIL PROTECTED]> 22.02.2001 16:02 Bitte antworten an "Ant Users List" An: <[EMAIL PROTECTED]> Kopie: Thema: Error in compiling UDDI4J with ant 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 **************************************************************************** ************** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
