|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
Maven Seam version within a Seam distributionI have tried to find Maven versions of Seam and required libraries in
order to fix https://jira.jboss.org/jira/browse/JBIDE-4813. I have succeeded to find versions of the required libraries in <SEAM_HOME>/build/root.pom.xml, but haven't succeeded to find the version of Seam (root.pom.xml contains @seam.version@). I have also tried to find the version of Seam within the jboss-seam.jar file. For EAP 5.0, the jboss-seam.jar file contains the 2.2.0.EAP version that isn't any Maven version. Is it possible to find the Maven version of Seam within any Seam distribution? Snjeza _______________________________________________ seam-dev mailing list seam-dev@... https://lists.jboss.org/mailman/listinfo/seam-dev |
|
|
Re: Maven Seam version within a Seam distributionLooking in the manifest is the correct place to look afaik.
As long as there are no Maven repo for our products we can only make the maven integration work with .org versions. /max Snjezana Peco wrote: > I have tried to find Maven versions of Seam and required libraries in > order to fix https://jira.jboss.org/jira/browse/JBIDE-4813. > I have succeeded to find versions of the required libraries in > <SEAM_HOME>/build/root.pom.xml, but haven't succeeded to find the > version of Seam (root.pom.xml contains @seam.version@). I have also > tried to find the version of Seam within the jboss-seam.jar file. For > EAP 5.0, the jboss-seam.jar file contains the 2.2.0.EAP version that > isn't any Maven version. > Is it possible to find the Maven version of Seam within any Seam > distribution? > > Snjeza > _______________________________________________ > seam-dev mailing list > seam-dev@... > https://lists.jboss.org/mailman/listinfo/seam-dev > seam-dev mailing list seam-dev@... https://lists.jboss.org/mailman/listinfo/seam-dev |
|
|
Re: Maven Seam version within a Seam distributionDoes that mean that the mavenized Seam Web Project wizard wouldn't work
with EAP 5.0 or we would use the 2.2.0.GA Maven Seam version? Currently, if the user chooses Seam facet 2.2, the JBoss Maven Integration facet offers the 2.2.0.GA version that the user can change. Snjeza Max Rydahl Andersen wrote: > Looking in the manifest is the correct place to look afaik. > > As long as there are no Maven repo for our products we can only make > the maven integration work with .org versions. > > /max > > Snjezana Peco wrote: >> I have tried to find Maven versions of Seam and required libraries in >> order to fix https://jira.jboss.org/jira/browse/JBIDE-4813. >> I have succeeded to find versions of the required libraries in >> <SEAM_HOME>/build/root.pom.xml, but haven't succeeded to find the >> version of Seam (root.pom.xml contains @seam.version@). I have also >> tried to find the version of Seam within the jboss-seam.jar file. For >> EAP 5.0, the jboss-seam.jar file contains the 2.2.0.EAP version that >> isn't any Maven version. >> Is it possible to find the Maven version of Seam within any Seam >> distribution? >> >> Snjeza >> _______________________________________________ >> seam-dev mailing list >> seam-dev@... >> https://lists.jboss.org/mailman/listinfo/seam-dev >> _______________________________________________ seam-dev mailing list seam-dev@... https://lists.jboss.org/mailman/listinfo/seam-dev |
|
|
Re: Maven Seam version within a Seam distributionOn 29 Aug 2009, at 13:08, Snjezana Peco wrote: > Does that mean that the mavenized Seam Web Project wizard wouldn't > work > with EAP 5.0 or we would use the 2.2.0.GA Maven Seam version? > Currently, if the user chooses Seam facet 2.2, the JBoss Maven > Integration facet offers the 2.2.0.GA version that the user can > change. > > Snjeza > > Max Rydahl Andersen wrote: >> Looking in the manifest is the correct place to look afaik. >> >> As long as there are no Maven repo for our products we can only make >> the maven integration work with .org versions. >> >> /max >> >> Snjezana Peco wrote: >>> I have tried to find Maven versions of Seam and required libraries >>> in >>> order to fix https://jira.jboss.org/jira/browse/JBIDE-4813. >>> I have succeeded to find versions of the required libraries in >>> <SEAM_HOME>/build/root.pom.xml, but haven't succeeded to find the >>> version of Seam (root.pom.xml contains @seam.version@). These are replaced at build time with the current version of Seam. >>> I have also >>> tried to find the version of Seam within the jboss-seam.jar file. >>> For >>> EAP 5.0, the jboss-seam.jar file contains the 2.2.0.EAP version that >>> isn't any Maven version. >>> Is it possible to find the Maven version of Seam within any Seam >>> distribution? Look in build/default.build.properties _______________________________________________ seam-dev mailing list seam-dev@... https://lists.jboss.org/mailman/listinfo/seam-dev |
|
|
Re: Maven Seam version within a Seam distributionPete Muir wrote:
> > On 29 Aug 2009, at 13:08, Snjezana Peco wrote: > >> Does that mean that the mavenized Seam Web Project wizard wouldn't work >> with EAP 5.0 or we would use the 2.2.0.GA Maven Seam version? >> Currently, if the user chooses Seam facet 2.2, the JBoss Maven >> Integration facet offers the 2.2.0.GA version that the user can change. >> >> Snjeza >> >> Max Rydahl Andersen wrote: >>> Looking in the manifest is the correct place to look afaik. >>> >>> As long as there are no Maven repo for our products we can only make >>> the maven integration work with .org versions. >>> >>> /max >>> >>> Snjezana Peco wrote: >>>> I have tried to find Maven versions of Seam and required libraries in >>>> order to fix https://jira.jboss.org/jira/browse/JBIDE-4813. >>>> I have succeeded to find versions of the required libraries in >>>> <SEAM_HOME>/build/root.pom.xml, but haven't succeeded to find the >>>> version of Seam (root.pom.xml contains @seam.version@). > > These are replaced at build time with the current version of Seam. > >>>> I have also >>>> tried to find the version of Seam within the jboss-seam.jar file. For >>>> EAP 5.0, the jboss-seam.jar file contains the 2.2.0.EAP version that >>>> isn't any Maven version. >>>> Is it possible to find the Maven version of Seam within any Seam >>>> distribution? > > Look in build/default.build.properties Within the EAP 5.0 distribution, this file contains 2.2.0.EAP5 which is not a Maven version. Snjeza _______________________________________________ seam-dev mailing list seam-dev@... https://lists.jboss.org/mailman/listinfo/seam-dev |
|
|
Re: Maven Seam version within a Seam distributionWe need somehow to distinguish enterprise editions from community
releases, if you have any idea or suggestion how to number it, please don't hesitate to share with me ;-) Snjezana Peco píše v Út 01. 09. 2009 v 20:23 +0200: > Pete Muir wrote: > > > > On 29 Aug 2009, at 13:08, Snjezana Peco wrote: > > > >> Does that mean that the mavenized Seam Web Project wizard wouldn't work > >> with EAP 5.0 or we would use the 2.2.0.GA Maven Seam version? > >> Currently, if the user chooses Seam facet 2.2, the JBoss Maven > >> Integration facet offers the 2.2.0.GA version that the user can change. > >> > >> Snjeza > >> > >> Max Rydahl Andersen wrote: > >>> Looking in the manifest is the correct place to look afaik. > >>> > >>> As long as there are no Maven repo for our products we can only make > >>> the maven integration work with .org versions. > >>> > >>> /max > >>> > >>> Snjezana Peco wrote: > >>>> I have tried to find Maven versions of Seam and required libraries in > >>>> order to fix https://jira.jboss.org/jira/browse/JBIDE-4813. > >>>> I have succeeded to find versions of the required libraries in > >>>> <SEAM_HOME>/build/root.pom.xml, but haven't succeeded to find the > >>>> version of Seam (root.pom.xml contains @seam.version@). > > > > These are replaced at build time with the current version of Seam. > > > >>>> I have also > >>>> tried to find the version of Seam within the jboss-seam.jar file. For > >>>> EAP 5.0, the jboss-seam.jar file contains the 2.2.0.EAP version that > >>>> isn't any Maven version. > >>>> Is it possible to find the Maven version of Seam within any Seam > >>>> distribution? > > > > Look in build/default.build.properties > > > Within the EAP 5.0 distribution, this file contains 2.2.0.EAP5 which is > not a Maven version. > > Snjeza > _______________________________________________ > seam-dev mailing list > seam-dev@... > https://lists.jboss.org/mailman/listinfo/seam-dev -- JBoss Seam Product Lead Red Hat Czech s.r.o. Purkynova 99 612 45 Brno Email: mnovotny@... Office phone: +420 532 294 287, ext. 82-62 087 mobile: +420 608 509 230 ------------------------------------------------------ Looking to carve out IT costs? www.europe.redhat.com/promo/carveoutcosts/ _______________________________________________ seam-dev mailing list seam-dev@... https://lists.jboss.org/mailman/listinfo/seam-dev |
|
|
Re: Maven Seam version within a Seam distributionfor now use the same version - 2.2.0.EAP5We need somehow to distinguish enterprise editions from community releases, if you have any idea or suggestion how to number it, please don't hesitate to share with me ;-) /max Snjezana Peco píše v Út 01. 09. 2009 v 20:23 +0200: _______________________________________________ seam-dev mailing list seam-dev@... https://lists.jboss.org/mailman/listinfo/seam-dev |
| Free embeddable forum powered by Nabble | Forum Help |