Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » build.xml
build.xml [message #145062] Mon, 24 October 2005 23:08 Go to next message
Ben Sisson is currently offline Ben SissonFriend
Messages: 202
Registered: July 2009
Senior Member
I have created by deploy.wsdd file and it deploys the service fine.
However, I need to create my .jar files for my web service and move them
to the Tomcat...Axis...lib folder for my application to work
appropriately. I have a build.xml file but am not sure that it is
working properly. I am running Eclipse 3.1.1 and select the run->external
tool->ant and it says that it runs fine. However, I can't find a .jar
file for my Web Service.

I was looking for possible explenation as to why this won't work? In
addition, I was thinking that there was an alternative way to create the
jar files using command line. I have not been able to find within the
Web Service tutorials and example of this build process adn would
appreciate any helpt that can be provided.

Thanks,
Ben
Re: build.xml [message #145101 is a reply to message #145062] Tue, 25 October 2005 15:07 Go to previous message
Ben Sisson is currently offline Ben SissonFriend
Messages: 202
Registered: July 2009
Senior Member
The answer was fairl simple but a little difficult to find. Right click
on the projec that you want to create the jar file of and select the
Export context function. Select the JAR file category.

Then selec the project and resources that you want to export to the JAR
file. Fill in the location that you want the JAR file created at and you
are finished.

You can then copy/move the jar file to the Tomcat...Axis...WEB-INF...lib
folder so that the deployed Web Services picks up the changes.

Of course you will need to stop and restart the server.
Previous Topic:Java Web Service Client
Next Topic:problem exporting as WAR
Goto Forum:
  


Current Time: Sat Apr 27 00:22:00 GMT 2024

Powered by FUDForum. Page generated in 0.02850 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top