[jboss-user] [Beginners Corner] - Re: Where to put application- AND layer-specific jar-files w

PeterJ do-not-reply at jboss.com
Mon Mar 17 12:54:51 EDT 2008


I think you are looking for this:

<ear ...>
  |    <zipfileset dir="..." prefix="lib">
  |       <include name="activeMQ.jar" />
  |    </zipfileset>
  | </ear>

Personally, I never use the "ear" task to create an ear. Instead I first copy everything that goes into the ear to a directory, then use the jar task to package up that directory. I do it this way because 90% of the time what I want to deploy is the exploded ear directory, not the ear file.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137139#4137139

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137139



More information about the jboss-user mailing list