Hi, In the last 2 day I tried to install jbossws2.0.1 on jboss4.2.1 but I have some
problems. In the installation guide it said I must copy the ant.properties.examples into
ant.properties, but there isn't the first file. I have only set the path of jboss4.2.1
in ant.properties and then I've executed ant deploy-jboss42 but I have this error
message:
anonymous wrote :
| C:\jbossws-native-2.0.1.GA>ant deploy-jboss42
| Buildfile: build.xml
|
| prepare:
|
| undeploy-jboss42-endorsed:
|
| BUILD FAILED
| C:\jbossws-native-2.0.1.GA\build\build-deploy.xml:62: The following error occurr
| ed while executing this line:
| C:\jbossws-native-2.0.1.GA\build\macros-deploy-native.xml:385: Directory does no
| t exist:C:\jbossws-native-2.0.1.GA\jboss-4.2.1.GA\lib\endorsed
|
| Total time: 0 seconds
|
Why does it find "jboss-4.2.1.GA\lib\endorsed" in
"C:\jbossws-native-2.0.1.GA\" directory?
The line 52 of C:\jbossws-native-2.0.1.GA\build\build-deploy.xml:62 this is:
| <macro-undeploy-endorsed jbosshome="${jboss42.home}"/>
|
and the jboss42.home is defined in ant.propertis as follows:
jboss42.home=C:\jboss-4.2.1.GA
The line385 of C:\jbossws-native-2.0.1.GA\build\macros-deploy-native.xml is the tag in
the following xml code:
| <!-- Undeploy API jars from lib/endorsed -->
| <macrodef name="macro-undeploy-endorsed">
| <attribute name="jbosshome"/>
| <sequential>
| <delete>
| <fileset dir="@{jbosshome}/lib/endorsed">
| <include name="jaxb-api.jar"/>
| <include name="jboss-jaxrpc.jar"/>
| <include name="jboss-jaxws.jar"/>
| <include name="jboss-saaj.jar"/>
| </fileset>
| </delete>
| </sequential>
| </macrodef>
|
How can I install jbossws?
Thanks everybody.
Bye bye.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094365#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...