You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Aleksander Slominski <as...@cs.indiana.edu> on 2004/05/07 08:35:57 UTC

cvs udpate ...

snimalan@opensource.lk wrote:

>We have finalized all development work relating to classes with basic
>functionality for WSRM. So, our next commit will make lot of changes to
>the existing classes . 
>  
>
hi,

did you run cvs update after cvs commit and verified that code still 
compiles?

it seems to me that you had commited a duplicate code in 
ServerMessageController that prevented ant from code compiling see below 
or it was meged in cvs update.

i have fixed it now.

alek

C:\Forge\ws-apache-cvs\ws-fx\sandesha>ant compile
JAVA=c:\j2sdk1.4.2\bin\java.exe
Buildfile: build.xml

init:
     [echo] 
-------------------------------------------------------------------
     [echo] -------------- Apache-Sandesha-J v1.0.Beta2 [2004] 
----------------
     [echo] 
-------------------------------------------------------------------
     [echo] Building with Apache Ant version 1.5.2 compiled on February 
28 2003
     [echo] using build file C:\Forge\ws-apache-cvs\ws-fx\sandesha\build.xml
     [echo] Java 1.4.2 located at c:\j2sdk1.4.2\jre
     [echo] 
-------------------------------------------------------------------
     [echo] --- Property values ---
     [echo] 
sun.boot.class.path=c:\j2sdk1.4.2\jre\lib\endorsed\xalan.jar;c:\j2sd
k1.4.2\jre\lib\rt.jar;c:\j2sdk1.4.2\jre\lib\i18n.jar;c:\j2sdk1.4.2\jre\lib\sunrs
asign.jar;c:\j2sdk1.4.2\jre\lib\jsse.jar;c:\j2sdk1.4.2\jre\lib\jce.jar;c:\j2sdk1
.4.2\jre\lib\charsets.jar;c:\j2sdk1.4.2\jre\classes
     [echo] classpath.test: 
C:\Forge\ws-apache-cvs\ws-fx\sandesha\build\classes;
C:\Forge\ws-apache-cvs\ws-fx\sandesha\build\sandesha.jar;C:\Forge\ws-apache-cvs\
ws-fx\sandesha\lib\addressing-1.0.jar;C:\Forge\ws-apache-cvs\ws-fx\sandesha\lib\
axis-ant.jar;C:\Forge\ws-apache-cvs\ws-fx\sandesha\lib\axis.jar;C:\Forge\ws-apac
he-cvs\ws-fx\sandesha\lib\commons-discovery.jar;C:\Forge\ws-apache-cvs\ws-fx\san
desha\lib\commons-logging.jar;C:\Forge\ws-apache-cvs\ws-fx\sandesha\lib\jaxrpc.j
ar;C:\Forge\ws-apache-cvs\ws-fx\sandesha\lib\junit-3.8.1.jar;C:\Forge\ws-apache-
cvs\ws-fx\sandesha\lib\log4j-1.2.8.jar;C:\Forge\ws-apache-cvs\ws-fx\sandesha\lib
\saaj.jar;C:\Forge\ws-apache-cvs\ws-fx\sandesha\lib\wsdl4j.jar;C:\Forge\ws-apach
e-cvs\ws-fx\sandesha\lib\xalan.jar;C:\Forge\ws-apache-cvs\ws-fx\sandesha\lib\xer
cesImpl.jar;C:\Forge\ws-apache-cvs\ws-fx\sandesha\lib\xml-apis.jar;C:\j2sdk1.4.2
\lib\tools.jar;C:\OffNet\tools\apache-ant-1.5.2\lib\xml-apis.jar;C:\OffNet\tools
\apache-ant-1.5.2\lib\xercesImpl.jar;C:\OffNet\tools\apache-ant-1.5.2\lib\option
al.jar;C:\OffNet\tools\apache-ant-1.5.2\lib\junit3.8.1.jar;C:\OffNet\tools\apach
e-ant-1.5.2\lib\jsr14adapter-1.2.jar;C:\OffNet\tools\apache-ant-1.5.2\lib\ant.ja
r;C:\OffNet\tools\apache-ant-1.5.2\lib\ant-greebo-0.1beta.jar


prepare:
    [mkdir] Created dir: C:\Forge\ws-apache-cvs\ws-fx\sandesha\build
    [mkdir] Created dir: 
C:\Forge\ws-apache-cvs\ws-fx\sandesha\build\test-report
s
     [echo] --- Flags (Note: If the {property name} is displayed,
     [echo]            then the component is not present)
     [echo] jdk14.present=true
     [echo] jdk15.present=${jdk15.present}
     [echo] bc.present=${bc.present}

prepare-src:
    [mkdir] Created dir: C:\Forge\ws-apache-cvs\ws-fx\sandesha\build\classes

compile.library:
    [javac] Compiling 26 source files to 
C:\Forge\ws-apache-cvs\ws-fx\sandesha\b
uild\classes
    [javac] 
C:\Forge\ws-apache-cvs\ws-fx\sandesha\src\org\apache\sandesha\server
\ServerMessageController.java:167: 'class' or 'interface' expected
    [javac] package org.apache.sandesha.server;
    [javac] ^
    [javac] 
C:\Forge\ws-apache-cvs\ws-fx\sandesha\src\org\apache\sandesha\server
\ServerMessageController.java:169: 'class' or 'interface' expected
    [javac] import org.apache.sandesha.RMMessage;
    [javac] ^
    [javac] 
C:\Forge\ws-apache-cvs\ws-fx\sandesha\src\org\apache\sandesha\server
\ServerMessageController.java:170: 'class' or 'interface' expected
    [javac] import org.apache.sandesha.RMSequence;
    [javac] ^
    [javac] 
C:\Forge\ws-apache-cvs\ws-fx\sandesha\src\org\apache\sandesha\server
\ServerMessageController.java:171: 'class' or 'interface' expected
    [javac] import org.apache.sandesha.ws.rm.SequenceAcknowledgement;
    [javac] ^
    [javac] 
C:\Forge\ws-apache-cvs\ws-fx\sandesha\src\org\apache\sandesha\server
\ServerMessageController.java:172: 'class' or 'interface' expected
    [javac] import org.apache.sandesha.ws.utility.Identifier;
    [javac] ^
    [javac] 
C:\Forge\ws-apache-cvs\ws-fx\sandesha\src\org\apache\sandesha\server
\ServerMessageController.java:174: 'class' or 'interface' expected
    [javac] import java.util.HashMap;
    [javac] ^
    [javac] 
C:\Forge\ws-apache-cvs\ws-fx\sandesha\src\org\apache\sandesha\server
\ServerMessageController.java:175: 'class' or 'interface' expected
    [javac] import java.util.Map;
    [javac] ^
    [javac] 7 errors

BUILD FAILED
file:C:/Forge/ws-apache-cvs/ws-fx/sandesha/build.xml:316: Compile 
failed; see th
e compiler error output for details.

Total time: 3 seconds
C:\Forge\ws-apache-cvs\ws-fx\sandesha>

-- 
The best way to predict the future is to invent it - Alan Kay