[jbosstools-issues] [JBoss JIRA] Commented: (JBDS-827) Seam runtime should be 2.2.0.EAP, not 2.2.0.AP

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Aug 26 11:49:24 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBDS-827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12482826#action_12482826 ] 

Alexey Kazakov commented on JBDS-827:
-------------------------------------

Now it works in following way:
1. if there is jboss-eap/seam then String name = "Seam " + seamVersion + ".AP"; (seamVersion="1.2|2.0|2.1|2.2");
2. if there is jboss-eap/seamfp then String name = "Seam " + seamVersion + ".FP";

But jboss-seam.jar/META-INF/MANIFEST.MF from EAP5 has Seam-Version: 2.2.0.EAP5.
What we can do if AP is not correct:
- Just use ".EAP" string instead of ".AP".
- Pick up Seam version from MANIFEST and have something like String name = "Seam " + seamVersionFromManifest;

WDT?

> Seam runtime should be 2.2.0.EAP, not 2.2.0.AP
> ----------------------------------------------
>
>                 Key: JBDS-827
>                 URL: https://jira.jboss.org/jira/browse/JBDS-827
>             Project: JBoss Developer Studio
>          Issue Type: Bug
>          Components: seam
>    Affects Versions: 2.1.0
>            Reporter: Ondrej Skutka
>            Assignee: Alexey Kazakov
>            Priority: Critical
>             Fix For: 2.1.0
>
>
> There's a typo in Seam runtime label. It should be 2.2.0.EAP, not 2.2.0.AP

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

        


More information about the jbosstools-issues mailing list