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

Dominik Pospisil (JIRA) jira-events at lists.jboss.org
Wed Dec 8 11:49:31 EST 2010


     [ https://jira.jboss.org/browse/JBDS-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominik Pospisil closed JBDS-1332.
----------------------------------



Could not reproduce as well, jar placed in the lib folder as expected.

> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list