All, My Head Hurts.
I have a situation where I need to build a webapp that has an applet included in its web tree. I have been trying to work out how to use the assembly plugin to achieve this, with no success. I can make the web-app dependent on the applet, in which case the applet is included in WEB-INF/lib inside the war file. However, I need it to be in / (the root of the war) in order for it to be visible to be deployed through the server to the browser client. There is a second problem too. In order to get the applet built to include *its* dependencies, I've been using the assembly module there too. It generates a jar file called project-applet-1.0-SNAPSHOT-jar-with-dependencies.jar which of course doesn't get pushed into the local repository. It is this version that I want to make my web app dependent on/include. So, how do I... A) make the applet project deploy the fully built (including dependencies) jar into my local repository B) make the web app dependent on that C) install the applet into the target location inside the webapp, preferably also preventing it from being installed in the WEB-INF/lib directory. Many thanks in advance for any help you can provide. Later, Andy ------------- Yada, yada, yada... The information contained in this e-mail (including any attachments) is confidential and is intended for the use of the addressee only. The opinions expressed within this e-mail (including any attachments) are the opinions of the sender and do not necessarily constitute those of Roslin Institute (Edinburgh) ("the Institute") unless specifically stated by a sender who is duly authorised to do so on behalf of the Institute. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]