[jbosstools-issues] [JBoss JIRA] Created: (JBDS-1332) Exporting EAR places jars into ear root dir instead of lib dir when EAR version is 1.4

Toshiya Kobayashi (JIRA) jira-events at lists.jboss.org
Tue Sep 21 04:24:28 EDT 2010


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


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

        


More information about the jbosstools-issues mailing list