hi,

At 09:01 03.09.2003 -0700, you wrote:
Then you still do not have a complete cvs snapshot as the build works fine for me using 1.4.2. The errors indicate you do not have the thirdparty/sun/jaf/lib/activation.jar in the snapshot.

I checked out whole


co -r Branch_3_2 ... (about 59 MB)

and my checked out sources contains:

activation.jar (size 45.386 Bytes)

The same error I get while I try to compile the RC3 src archive from SF.

I think that there is activation.jar missing in jboss.net/build.xml:

<path id="apache.axis.classpath">
 ...
</path>

After I added this jar file, I can compile the sources.


Rafal


--
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx
Rafal Kedziorski wrote:
Hi,
after x attempts I could get the actual JBoss 3.2.2 sources from the cvs. But I get this error message:
compile-classes:
[javac] Compiling 1 source file to E:\jboss\cvs\jboss-3.2\jboss.net\output\classes\main
[javac] Found 2 semantic errors compiling "E:/jboss/cvs/jboss-3.2/jboss.net/src/main/org/jboss/net/axis/server/Flash
NamespaceHandler.java":
[javac] 86. SOAPEnvelope soapEnvelope = msg.getSOAPEnvelope();
[javac] ^-------------^
[javac] *** Semantic Error: You need to modify your classpath, sourcepath, bootclasspath, and/or extdirs setup. Pack
age "javax/activation" could not be found in:
[javac]
E:\Programme\Java\j2sdk1.4.2\jre\lib\ext\dnsns.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\ext\ldapsec.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\ext\localedata.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\ext\sunjce_provider.jar
[javac] E:\jboss\cvs\jboss-3.2\jboss.net\output\classes\main
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\sun\jsse\lib\jnet.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\sun\jsse\lib\jsse.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\crimson\lib\crimson.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\log4j\lib\log4j.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\commons\lib\commons-collections.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\commons\lib\commons-logging.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\junit\junit\lib\junit.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\axis\lib\axis.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\axis\lib\jaxrpc.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\apache\axis\lib\saaj.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\ibm\wsdl4j\lib\wsdl4j.jar
[javac] E:\jboss\cvs\jboss-3.2\thirdparty\ibm\uddi4j\lib\uddi4j.jar
[javac] E:\jboss\cvs\jboss-3.2\j2ee\output\lib\jboss-j2ee.jar
[javac] E:\jboss\cvs\jboss-3.2\common\output\lib\jboss-common.jar
[javac] E:\jboss\cvs\jboss-3.2\system\output\lib\jboss-system.jar
[javac]
E:\jboss\cvs\jboss-3.2\server\output\lib\jboss.jar
[javac] E:\jboss\cvs\jboss-3.2\security\output\lib\jboss-jaas.jar
[javac] E:\jboss\cvs\jboss-3.2\jmx\output\lib\jboss-jmx.jar
[javac] E:\jboss\cvs\jboss-3.2\jetty\output\lib\javax.servlet.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\rt.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\jce.jar
[javac] E:\Programme\Java\j2sdk1.4.2\jre\lib\jsse.jar
[javac] E:\jboss\cvs\jboss-3.2\jboss.net\src\main
[javac] .


[javac] 86. SOAPEnvelope soapEnvelope = msg.getSOAPEnvelope();
[javac] ^-------------^
[javac] *** Semantic Error: Type javax.activation.DataHandler was not found.
BUILD FAILED
file:E:/jboss/cvs/jboss-3.2/jboss.net/build.xml:340: Compile failed; see the compiler error output for details.
I'm working with J2SE 1.4.2.




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to