[jira] Updated: (MECLIPSE-431) Non-project EJB dependencies need a version number in application.xml

2009-03-04 Thread Arnaud Heritier (JIRA)

 [ 
http://jira.codehaus.org/browse/MECLIPSE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arnaud Heritier updated MECLIPSE-431:
-

Component/s: RAD support

> Non-project EJB dependencies need a version number in application.xml
> -
>
> Key: MECLIPSE-431
> URL: http://jira.codehaus.org/browse/MECLIPSE-431
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: Bug
>  Components: RAD support, WTP support
>Affects Versions: 2.5.1
>Reporter: Michael Johns
> Attachments: MECLIPSE-431.2.patch, MECLIPSE-431.patch, 
> MECLIPSE_431.3.patch, MECLIPSE_431.4.patch
>
>
> This relates to issue MECLIPSE-430.  When including EJBs that were built 
> previously (ie, not part of the same multi-module project as the ear), the 
> application.xml needs to include their version number.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MECLIPSE-431) Non-project EJB dependencies need a version number in application.xml

2009-03-04 Thread Elmar Bomberg (JIRA)

 [ 
http://jira.codehaus.org/browse/MECLIPSE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Elmar Bomberg updated MECLIPSE-431:
---

Attachment: MECLIPSE_431.4.patch

I also corrected the RadApplicationXMLWriter with Patch MECLIPSE_431.4.

> Non-project EJB dependencies need a version number in application.xml
> -
>
> Key: MECLIPSE-431
> URL: http://jira.codehaus.org/browse/MECLIPSE-431
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: Bug
>  Components: WTP support
>Affects Versions: 2.5.1
>Reporter: Michael Johns
> Attachments: MECLIPSE-431.2.patch, MECLIPSE-431.patch, 
> MECLIPSE_431.3.patch, MECLIPSE_431.4.patch
>
>
> This relates to issue MECLIPSE-430.  When including EJBs that were built 
> previously (ie, not part of the same multi-module project as the ear), the 
> application.xml needs to include their version number.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MECLIPSE-431) Non-project EJB dependencies need a version number in application.xml

2009-03-03 Thread Elmar Bomberg (JIRA)

 [ 
http://jira.codehaus.org/browse/MECLIPSE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Elmar Bomberg updated MECLIPSE-431:
---

Attachment: MECLIPSE_431.3.patch

The patch MECLIPSE_431.2 does not work in all cases. In our application.xml the 
version-number was resolved as timestamp-version. But the name of the 
referenced jar was xxx-SNAPSHOT. I would suggest the patch MECLIPSE_431.3. 

This patch uses (dependency.getFile().getName()) instead of 
("dependency.getArtifactId() + "-" + dependency.getVersion() + ".jar")





> Non-project EJB dependencies need a version number in application.xml
> -
>
> Key: MECLIPSE-431
> URL: http://jira.codehaus.org/browse/MECLIPSE-431
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: Bug
>  Components: WTP support
>Affects Versions: 2.5.1
>Reporter: Michael Johns
> Attachments: MECLIPSE-431.2.patch, MECLIPSE-431.patch, 
> MECLIPSE_431.3.patch
>
>
> This relates to issue MECLIPSE-430.  When including EJBs that were built 
> previously (ie, not part of the same multi-module project as the ear), the 
> application.xml needs to include their version number.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MECLIPSE-431) Non-project EJB dependencies need a version number in application.xml

2008-12-15 Thread Dan Sullivan (JIRA)

 [ 
http://jira.codehaus.org/browse/MECLIPSE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dan Sullivan updated MECLIPSE-431:
--

Attachment: MECLIPSE-431.2.patch

The same problem exists for the EclipseWtpApplicationXMLWriter as for the 
RadApplicationXMLWriter.

> Non-project EJB dependencies need a version number in application.xml
> -
>
> Key: MECLIPSE-431
> URL: http://jira.codehaus.org/browse/MECLIPSE-431
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: Bug
>  Components: WTP support
>Affects Versions: 2.5.1
>Reporter: Michael Johns
> Attachments: MECLIPSE-431.2.patch, MECLIPSE-431.patch
>
>
> This relates to issue MECLIPSE-430.  When including EJBs that were built 
> previously (ie, not part of the same multi-module project as the ear), the 
> application.xml needs to include their version number.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MECLIPSE-431) Non-project EJB dependencies need a version number in application.xml

2008-10-28 Thread Arnaud Heritier (JIRA)

 [ 
http://jira.codehaus.org/browse/MECLIPSE-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arnaud Heritier updated MECLIPSE-431:
-

Component/s: WTP support

> Non-project EJB dependencies need a version number in application.xml
> -
>
> Key: MECLIPSE-431
> URL: http://jira.codehaus.org/browse/MECLIPSE-431
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: Bug
>  Components: WTP support
>Affects Versions: 2.5.1
>Reporter: Michael Johns
> Attachments: MECLIPSE-431.patch
>
>
> This relates to issue MECLIPSE-430.  When including EJBs that were built 
> previously (ie, not part of the same multi-module project as the ear), the 
> application.xml needs to include their version number.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira