Hi all,

Could someone tell me how to package all the dependences into a single EAR file?
I would like to see the following file structure:

jetspeed.ear
       |
       |------lib (folder which contains all the jar files should be loaded by EAR level classloader)
       |
       |------jetspeed.war
       |
       |------demo.war
       |
       |------j2-admin.war
       |
       |------META-INF
  ......

How to reference the files in "lib" folder in my plan? Should I use "import" tag?

I want to package all these files into a single EAR file. Any help would be appreciated!

regards,

- Jian Liao

Reply via email to