So I am able to populate jar files directly into the ear file, but I am unable to create a lib folder and populate those jars into that folder. I am new to this so any insight is appreciated.
Asked
Active
Viewed 82 times
0
-
Are you using a tool to do the build? – jeremyjjbrown Feb 07 '14 at 16:59
-
well I am using ant to build the build.xml. Is that what you mean? – gvar Feb 07 '14 at 17:00
-
Why don't you just use maven? http://stackoverflow.com/questions/6829961/create-complete-ear-project-with-maven-and-eclipse-helios – jeremyjjbrown Feb 07 '14 at 17:32