Bugs item #1021737, was opened at 2004-09-03 04:03
Message generated for change (Comment added) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1021737&group_id=22866
>Category: Build System
Group: v3.2
>Status: Closed
>Resolution: Invalid
Priority: 9
Submitted By: Ulf Schroeter (schrouf)
>Assigned to: Scott M Stark (starksm)
Summary: JBoss.Net module build broken
Initial Comment:
It seems that the JBoss.Net module build of latest
3_2_BRANCH is broken after backporting some code from
HEAD.
At least in jboss.net/build.xml a classpath reference to
the apache.axis.classpath is missing
<!-- ========= -->
<!-- Libraries -->
<!-- ========= -->
&libraries;
<!-- The combined library classpath -->
<path id="library.classpath">
....
<path refid="apache.axis.classpath"/>
....
</path>
</path>
There are also "class not found exception" on compile of
backported new HEAD JBoss.Net classes
(e.g. reference of non-existing
org.apache.axis.message.SOAPHeaderElementAxisImpl in
org.jboss.net.axis.security.WSSRequestHandler.java)
----------------------------------------------------------------------
>Comment By: Scott M Stark (starksm)
Date: 2004-09-03 07:06
Message:
Logged In: YES
user_id=175228
Then your workspace is not up to date because this works
fine for me and there is no apache.axis.classpath:
<!-- The combined library classpath -->
<path id="library.classpath">
<path refid="apache.addressing.classpath"/>
<path refid="apache.commons.classpath"/>
<path refid="apache.log4j.classpath"/>
<path refid="apache.wss4j.classpath"/>
<path refid="dom4j.dom4j.classpath"/>
<path refid="ibm.wsdl4j.classpath"/>
<path refid="junit.junit.classpath"/>
<path refid="sun.jaf.classpath"/>
<path refid="sun.javamail.classpath"/>
<path refid="sun.servlet.classpath"/>
<path>
<pathelement
path="${project.thirdparty}/sun-jsse/lib/jsse.jar"/>
</path>
</path>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1021737&group_id=22866
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development