|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Maven Webapp Archetyp and JEE 5I created a new maven project and used the Webapp Archetyp. In the properties, I saw that it selected J2EE Version 1.3 by default. How can I change this to use JEE 5. I'm using Glassfish V2.1 as application server.
Thanks, M.S. |
|
|
Re: Maven Webapp Archetyp and JEE 5you will have to change the web.xml file and change the version there.
alternatively you can download the netbeans 7.0 M2 and use the new project wizard that lest you select the j2ee level. Milos On Thu, Mar 5, 2009 at 4:54 PM, m.s. <mathis.schwuchow@...> wrote: > > I created a new maven project and used the Webapp Archetyp. In the > properties, I saw that it selected J2EE Version 1.3 by default. How can I > change this to use JEE 5. I'm using Glassfish V2.1 as application server. > > Thanks, > M.S. > -- > View this message in context: http://www.nabble.com/Maven-Webapp-Archetyp-and-JEE-5-tp22354379p22354379.html > Sent from the mevenide - user mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
RE: Maven Webapp Archetyp and JEE 5> you will have to change the web.xml file and change the version there.
[Marcin Kwapisz]
> > alternatively you can download the netbeans 7.0 M2 and use the new > project wizard that lest you select the j2ee level. > > Milos > > > > > I created a new maven project and used the Webapp Archetyp. In the > > properties, I saw that it selected J2EE Version 1.3 by default. How > can I > > change this to use JEE 5. I'm using Glassfish V2.1 as application > server. You can also create a project using JEE 5 web application archetype (see Archetypes from remote Maven Repositories) Regards -- Marcin Kwapisz Division of Computer Networks Technical Univeristy of Lodz, Poland --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Maven Webapp Archetyp and JEE 5Exactly, I've forgotten about it..
actually the new wizards in 6.7 M2+ are simple archetypes I've created at mojo.codehaus.org, so they are accessible in 6.5 as well (and other IDEs) Milos On Thu, Mar 5, 2009 at 9:30 PM, Marcin Kwapisz <mkwapisz@...> wrote: >> you will have to change the web.xml file and change the version there. >> >> alternatively you can download the netbeans 7.0 M2 and use the new >> project wizard that lest you select the j2ee level. >> >> Milos >> >> > >> > I created a new maven project and used the Webapp Archetyp. In the >> > properties, I saw that it selected J2EE Version 1.3 by default. How >> can I >> > change this to use JEE 5. I'm using Glassfish V2.1 as application >> server. > [Marcin Kwapisz] > You can also create a project using JEE 5 web application archetype (see Archetypes from remote Maven Repositories) > > Regards > -- > Marcin Kwapisz > Division of Computer Networks > Technical Univeristy of Lodz, Poland > > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |