| Author |
How do I add a jar file to a War file WEB-INF/lib directory
|
Tony Evans
Ranch Hand
Joined: Jun 29, 2002
Posts: 521
|
|
I have created a simple webservice but now I need to add a Jar file to the WEB-INF/lib directory in my WAR file, has anyone got a good example of how to do this. Thanks Tony
|
 |
Tony Evans
Ranch Hand
Joined: Jun 29, 2002
Posts: 521
|
|
<target name="utiljar"> <wspackage output="${build}/${ear_file}" warName="${war_file}" overwrite="False" utilJars="${lib}/${middleware_jar_file}"/> </target>
|
 |
 |
|
|
subject: How do I add a jar file to a War file WEB-INF/lib directory
|
|
|