[
https://jira.jboss.org/browse/JBDS-1332?page=com.atlassian.jira.plugin.sy...
]
Rob Stryker resolved JBDS-1332.
-------------------------------
Resolution: Cannot Reproduce Bug
I am not able to replicate this in trunk, neither with the attached project nor with a new
hand-made project of similar structure.
Exporting EAR places jars into ear root dir instead of lib dir when
EAR version is 1.4
---------------------------------------------------------------------------------------
Key: JBDS-1332
URL:
https://jira.jboss.org/browse/JBDS-1332
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: Upstream
Affects Versions: 3.0.1.GA
Reporter: Toshiya Kobayashi
Assignee: Rob Stryker
Fix For: 4.0.0.Beta2
Attachments: Ear14Proj.zip
In case that EAR version is 1.4, if you place XXX.jar in your project like:
[project]
+ EarContent
+ lib - XXX.jar
+ META-INF - application.xml
, [Export] -> [Ear file] will generate Ear like:
[app.ear]
+ META-INF - application.xml
+ lib
+ XXX.jar
In case that EAR version is 5.0, generated Ear will have proper structure:
[app.ear]
+ META-INF - application.xml
+ lib - XXX.jar
JBDS 2.1.1 also generates a proper structure Ear.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira