|
View:
New views
13 Messages
—
Rating Filter:
Alert me
|
|
|
wtpversion property update?Hi,
I dunno much about WTP in eclipse, but it's current release is 3.0, but I still use the following maven command to generate a web project for Eclipse: $ mvn eclipse:m2eclipse -Dwtpversion=1.5 Are you guy plan to update that sys prop flag? Is there any significant difference with 1.5 and 3.0 ? Thanks, -- Sweet - a Scala web framework: http://code.google.com/p/sweetscala --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: wtpversion property update?Zemian Deng wrote:
> I dunno much about WTP in eclipse, but it's current release is 3.0, > but I still use the following maven command to generate a web project > for Eclipse: > > $ mvn eclipse:m2eclipse -Dwtpversion=1.5 > > Are you guy plan to update that sys prop flag? Is there any > significant difference with 1.5 and 3.0 ? > If you are asking about maven-eclipse-plugin [1] then this question should be addressed to the Maven users list. This mailing list is for m2eclipse [2] users and for questions related to m2eclipse itself. Since you are here and also mentioned WTP, you may want to consider WTP integration included with m2eclipse [3]. This may make those command line Maven plugins for Eclipse obsolete, but we would like to hear feedback from you on that. Thanks Eugene [1] http://maven.apache.org/plugins/maven-eclipse-plugin/ [2] http://m2eclipse.codehaus.org/ [3] http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: wtpversion property update?Hello Eugene,
I did mentioned specifically "$ mvn eclipse:m2eclipse" so I guess that is not you guys? That command generate Eclipse setting files that works with your m2eclipse plugin. Sorry if I am out of line here. As of today, I can't deploy a web application created using m2eclipse's maven generated archetype inside Ecilpse. I just tried today with 3.4 and your latest m2eclipse. After the project is created, and when Add Module to the Tomcat runtime server, there is no context to pick! I have to use command line mentioned above to work around this. So perhaps this can be improved? Also, from your project, I did not see a Tutorial on how to use m2eclipse to create a DynamicWeb project in eclilpse and deployed in Tomcat running with eclipse. I think this will greatly help users. Thanks, -Zemian On Tue, Jul 8, 2008 at 6:40 PM, Eugene Kuleshov <eu@...> wrote: > Zemian Deng wrote: >> >> I dunno much about WTP in eclipse, but it's current release is 3.0, >> but I still use the following maven command to generate a web project >> for Eclipse: >> >> $ mvn eclipse:m2eclipse -Dwtpversion=1.5 >> >> Are you guy plan to update that sys prop flag? Is there any >> significant difference with 1.5 and 3.0 ? >> > > If you are asking about maven-eclipse-plugin [1] then this question should > be addressed to the Maven users list. > > This mailing list is for m2eclipse [2] users and for questions related to > m2eclipse itself. Since you are here and also mentioned WTP, you may want to > consider WTP integration included with m2eclipse [3]. This may make those > command line Maven plugins for Eclipse obsolete, but we would like to hear > feedback from you on that. > > Thanks > > Eugene > > [1] http://maven.apache.org/plugins/maven-eclipse-plugin/ > [2] http://m2eclipse.codehaus.org/ > [3] http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Sweet - a Scala web framework: http://code.google.com/p/sweetscala --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: wtpversion property update?Ah, scratched my last paragrah. Didn't see your link on previous email.
-Z On Tue, Jul 8, 2008 at 7:42 PM, Zemian Deng <keepitsimple12@...> wrote: > Hello Eugene, > > I did mentioned specifically "$ mvn eclipse:m2eclipse" so I guess that > is not you guys? That command generate Eclipse setting files that > works with your m2eclipse plugin. Sorry if I am out of line here. > > As of today, I can't deploy a web application created using > m2eclipse's maven generated archetype inside Ecilpse. I just tried > today with 3.4 and your latest m2eclipse. After the project is > created, and when Add Module to the Tomcat runtime server, there is no > context to pick! I have to use command line mentioned above to work > around this. So perhaps this can be improved? > > Also, from your project, I did not see a Tutorial on how to use > m2eclipse to create a DynamicWeb project in eclilpse and deployed in > Tomcat running with eclipse. I think this will greatly help users. > > Thanks, > -Zemian > > On Tue, Jul 8, 2008 at 6:40 PM, Eugene Kuleshov <eu@...> wrote: >> Zemian Deng wrote: >>> >>> I dunno much about WTP in eclipse, but it's current release is 3.0, >>> but I still use the following maven command to generate a web project >>> for Eclipse: >>> >>> $ mvn eclipse:m2eclipse -Dwtpversion=1.5 >>> >>> Are you guy plan to update that sys prop flag? Is there any >>> significant difference with 1.5 and 3.0 ? >>> >> >> If you are asking about maven-eclipse-plugin [1] then this question should >> be addressed to the Maven users list. >> >> This mailing list is for m2eclipse [2] users and for questions related to >> m2eclipse itself. Since you are here and also mentioned WTP, you may want to >> consider WTP integration included with m2eclipse [3]. This may make those >> command line Maven plugins for Eclipse obsolete, but we would like to hear >> feedback from you on that. >> >> Thanks >> >> Eugene >> >> [1] http://maven.apache.org/plugins/maven-eclipse-plugin/ >> [2] http://m2eclipse.codehaus.org/ >> [3] http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> > > > > -- > Sweet - a Scala web framework: > http://code.google.com/p/sweetscala > -- Sweet - a Scala web framework: http://code.google.com/p/sweetscala --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: wtpversion property update?http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto
Well, there is a user left a comment stating exactly what I said earlier. "There is nothing to add to runtime server" So can you guys take a look at this? Thanks, -Z On Tue, Jul 8, 2008 at 7:44 PM, Zemian Deng <keepitsimple12@...> wrote: > Ah, scratched my last paragrah. Didn't see your link on previous email. > -Z > > On Tue, Jul 8, 2008 at 7:42 PM, Zemian Deng <keepitsimple12@...> wrote: >> Hello Eugene, >> >> I did mentioned specifically "$ mvn eclipse:m2eclipse" so I guess that >> is not you guys? That command generate Eclipse setting files that >> works with your m2eclipse plugin. Sorry if I am out of line here. >> >> As of today, I can't deploy a web application created using >> m2eclipse's maven generated archetype inside Ecilpse. I just tried >> today with 3.4 and your latest m2eclipse. After the project is >> created, and when Add Module to the Tomcat runtime server, there is no >> context to pick! I have to use command line mentioned above to work >> around this. So perhaps this can be improved? >> >> Also, from your project, I did not see a Tutorial on how to use >> m2eclipse to create a DynamicWeb project in eclilpse and deployed in >> Tomcat running with eclipse. I think this will greatly help users. >> >> Thanks, >> -Zemian >> >> On Tue, Jul 8, 2008 at 6:40 PM, Eugene Kuleshov <eu@...> wrote: >>> Zemian Deng wrote: >>>> >>>> I dunno much about WTP in eclipse, but it's current release is 3.0, >>>> but I still use the following maven command to generate a web project >>>> for Eclipse: >>>> >>>> $ mvn eclipse:m2eclipse -Dwtpversion=1.5 >>>> >>>> Are you guy plan to update that sys prop flag? Is there any >>>> significant difference with 1.5 and 3.0 ? >>>> >>> >>> If you are asking about maven-eclipse-plugin [1] then this question should >>> be addressed to the Maven users list. >>> >>> This mailing list is for m2eclipse [2] users and for questions related to >>> m2eclipse itself. Since you are here and also mentioned WTP, you may want to >>> consider WTP integration included with m2eclipse [3]. This may make those >>> command line Maven plugins for Eclipse obsolete, but we would like to hear >>> feedback from you on that. >>> >>> Thanks >>> >>> Eugene >>> >>> [1] http://maven.apache.org/plugins/maven-eclipse-plugin/ >>> [2] http://m2eclipse.codehaus.org/ >>> [3] http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto >>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe from this list, please visit: >>> >>> http://xircles.codehaus.org/manage_email >>> >>> >>> >> >> >> >> -- >> Sweet - a Scala web framework: >> http://code.google.com/p/sweetscala >> > > > > -- > Sweet - a Scala web framework: > http://code.google.com/p/sweetscala > -- Sweet - a Scala web framework: http://code.google.com/p/sweetscala --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: wtpversion property update?Zemian Deng wrote:
> I did mentioned specifically "$ mvn eclipse:m2eclipse" so I guess that > is not you guys? That command generate Eclipse setting files that > works with your m2eclipse plugin. Sorry if I am out of line here. > No, this it is not us and last time I've looked at this plugin support for m2eclipse, it was already outdated. Anyways, m2eclipse features, such as "Import Maven projects" wizard and "Maven / Update Project Configuration" action for Maven projects are making eclipse:eclipse or eclipse:m2eclipse plugin obsolete and also provide a better integration with Eclipse tools, such as WTP and AJDT. > As of today, I can't deploy a web application created using > m2eclipse's maven generated archetype inside Ecilpse. I just tried > today with 3.4 and your latest m2eclipse. After the project is > created, and when Add Module to the Tomcat runtime server, there is no > context to pick! I have to use command line mentioned above to work > around this. So perhaps this can be improved? > Have you looked at the WTP mini howto I've linked in my previous email? Not sure what kind of improvements you are referring to, but please submit enhancement requests or bug reports for WTP integration or other features in m2eclipse that would help you to work with Maven in Eclipse. > Also, from your project, I did not see a Tutorial on how to use > m2eclipse to create a DynamicWeb project in eclilpse and deployed in > Tomcat running with eclipse. I think this will greatly help users. > As I already mentioned in my previous email, such tutorial is located at http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto Hopefully you'll find it useful. regards, Eugene > On Tue, Jul 8, 2008 at 6:40 PM, Eugene Kuleshov <eu@...> wrote: > >> Zemian Deng wrote: >> >>> I dunno much about WTP in eclipse, but it's current release is 3.0, >>> but I still use the following maven command to generate a web project >>> for Eclipse: >>> >>> $ mvn eclipse:m2eclipse -Dwtpversion=1.5 >>> >>> Are you guy plan to update that sys prop flag? Is there any >>> significant difference with 1.5 and 3.0 ? >>> >>> >> If you are asking about maven-eclipse-plugin [1] then this question should >> be addressed to the Maven users list. >> >> This mailing list is for m2eclipse [2] users and for questions related to >> m2eclipse itself. Since you are here and also mentioned WTP, you may want to >> consider WTP integration included with m2eclipse [3]. This may make those >> command line Maven plugins for Eclipse obsolete, but we would like to hear >> feedback from you on that. >> >> Thanks >> >> Eugene >> >> [1] http://maven.apache.org/plugins/maven-eclipse-plugin/ >> [2] http://m2eclipse.codehaus.org/ >> [3] http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto >> --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: wtpversion property update?I can help you to debug this problem. If you're interested, can you
please provide the following information here or, better yet, in JIRA 1. your eclipse configuration details (Help->About Eclipse SDK->Configuration Details) 2. content of <workspace>/.metadata/.log 3. zip with all files from the test project you've created by following the mini-howto Zemian Deng wrote: > http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto > > Well, there is a user left a comment stating exactly what I said > earlier. "There is nothing to add to runtime server" > > So can you guys take a look at this? > > Thanks, > -Z > > On Tue, Jul 8, 2008 at 7:44 PM, Zemian Deng <keepitsimple12@...> wrote: >> Ah, scratched my last paragrah. Didn't see your link on previous email. >> -Z >> >> On Tue, Jul 8, 2008 at 7:42 PM, Zemian Deng <keepitsimple12@...> wrote: >>> Hello Eugene, >>> >>> I did mentioned specifically "$ mvn eclipse:m2eclipse" so I guess that >>> is not you guys? That command generate Eclipse setting files that >>> works with your m2eclipse plugin. Sorry if I am out of line here. >>> >>> As of today, I can't deploy a web application created using >>> m2eclipse's maven generated archetype inside Ecilpse. I just tried >>> today with 3.4 and your latest m2eclipse. After the project is >>> created, and when Add Module to the Tomcat runtime server, there is no >>> context to pick! I have to use command line mentioned above to work >>> around this. So perhaps this can be improved? >>> >>> Also, from your project, I did not see a Tutorial on how to use >>> m2eclipse to create a DynamicWeb project in eclilpse and deployed in >>> Tomcat running with eclipse. I think this will greatly help users. >>> >>> Thanks, >>> -Zemian >>> >>> On Tue, Jul 8, 2008 at 6:40 PM, Eugene Kuleshov <eu@...> wrote: >>>> Zemian Deng wrote: >>>>> I dunno much about WTP in eclipse, but it's current release is 3.0, >>>>> but I still use the following maven command to generate a web project >>>>> for Eclipse: >>>>> >>>>> $ mvn eclipse:m2eclipse -Dwtpversion=1.5 >>>>> >>>>> Are you guy plan to update that sys prop flag? Is there any >>>>> significant difference with 1.5 and 3.0 ? >>>>> >>>> If you are asking about maven-eclipse-plugin [1] then this question should >>>> be addressed to the Maven users list. >>>> >>>> This mailing list is for m2eclipse [2] users and for questions related to >>>> m2eclipse itself. Since you are here and also mentioned WTP, you may want to >>>> consider WTP integration included with m2eclipse [3]. This may make those >>>> command line Maven plugins for Eclipse obsolete, but we would like to hear >>>> feedback from you on that. >>>> >>>> Thanks >>>> >>>> Eugene >>>> >>>> [1] http://maven.apache.org/plugins/maven-eclipse-plugin/ >>>> [2] http://m2eclipse.codehaus.org/ >>>> [3] http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto >>>> --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: wtpversion property update?Hello Igor, I filed the jira issue here
http://jira.codehaus.org/browse/MNGECLIPSE-732 Since i pasted the massive eclipse config text, it's kind of messedup the jira display :-P sorry about that. But the problem is easily reproducable because we can't run the app. I guess if you still want a sample of the app, I can attach it to jira, but if you just create a quick one yourself and try to run it, you probably see what we see. In case you want quick info: I am using MacOSX, Java6, Eclipse3.4 with latest stable release of m2eclipse. -Z On Tue, Jul 8, 2008 at 8:01 PM, Igor Fedorenko <igor@...> wrote: > I can help you to debug this problem. If you're interested, can you please > provide the following information here or, better yet, in JIRA > > 1. your eclipse configuration details (Help->About Eclipse > SDK->Configuration Details) > 2. content of <workspace>/.metadata/.log > 3. zip with all files from the test project you've created by following the > mini-howto > > Zemian Deng wrote: >> >> http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto >> >> Well, there is a user left a comment stating exactly what I said >> earlier. "There is nothing to add to runtime server" >> >> So can you guys take a look at this? >> >> Thanks, >> -Z >> >> On Tue, Jul 8, 2008 at 7:44 PM, Zemian Deng <keepitsimple12@...> >> wrote: >>> >>> Ah, scratched my last paragrah. Didn't see your link on previous email. >>> -Z >>> >>> On Tue, Jul 8, 2008 at 7:42 PM, Zemian Deng <keepitsimple12@...> >>> wrote: >>>> >>>> Hello Eugene, >>>> >>>> I did mentioned specifically "$ mvn eclipse:m2eclipse" so I guess that >>>> is not you guys? That command generate Eclipse setting files that >>>> works with your m2eclipse plugin. Sorry if I am out of line here. >>>> >>>> As of today, I can't deploy a web application created using >>>> m2eclipse's maven generated archetype inside Ecilpse. I just tried >>>> today with 3.4 and your latest m2eclipse. After the project is >>>> created, and when Add Module to the Tomcat runtime server, there is no >>>> context to pick! I have to use command line mentioned above to work >>>> around this. So perhaps this can be improved? >>>> >>>> Also, from your project, I did not see a Tutorial on how to use >>>> m2eclipse to create a DynamicWeb project in eclilpse and deployed in >>>> Tomcat running with eclipse. I think this will greatly help users. >>>> >>>> Thanks, >>>> -Zemian >>>> >>>> On Tue, Jul 8, 2008 at 6:40 PM, Eugene Kuleshov <eu@...> wrote: >>>>> >>>>> Zemian Deng wrote: >>>>>> >>>>>> I dunno much about WTP in eclipse, but it's current release is 3.0, >>>>>> but I still use the following maven command to generate a web project >>>>>> for Eclipse: >>>>>> >>>>>> $ mvn eclipse:m2eclipse -Dwtpversion=1.5 >>>>>> >>>>>> Are you guy plan to update that sys prop flag? Is there any >>>>>> significant difference with 1.5 and 3.0 ? >>>>>> >>>>> If you are asking about maven-eclipse-plugin [1] then this question >>>>> should >>>>> be addressed to the Maven users list. >>>>> >>>>> This mailing list is for m2eclipse [2] users and for questions related >>>>> to >>>>> m2eclipse itself. Since you are here and also mentioned WTP, you may >>>>> want to >>>>> consider WTP integration included with m2eclipse [3]. This may make >>>>> those >>>>> command line Maven plugins for Eclipse obsolete, but we would like to >>>>> hear >>>>> feedback from you on that. >>>>> >>>>> Thanks >>>>> >>>>> Eugene >>>>> >>>>> [1] http://maven.apache.org/plugins/maven-eclipse-plugin/ >>>>> [2] http://m2eclipse.codehaus.org/ >>>>> [3] http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto >>>>> > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Sweet - a Scala web framework: http://code.google.com/p/sweetscala --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: wtpversion property update?Actually, my eclipse uses JDK5, since Eclipse won't work with Apple's
jdk6 anyway. :) On Thu, Jul 10, 2008 at 4:28 PM, Zemian Deng <keepitsimple12@...> wrote: > Hello Igor, I filed the jira issue here > http://jira.codehaus.org/browse/MNGECLIPSE-732 > > Since i pasted the massive eclipse config text, it's kind of messedup > the jira display :-P > sorry about that. > > But the problem is easily reproducable because we can't run the app. I > guess if you still want a sample of the app, I can attach it to jira, > but if you just create a quick one yourself and try to run it, you > probably see what we see. > > In case you want quick info: > I am using MacOSX, Java6, Eclipse3.4 with latest stable release of m2eclipse. > -Z > > On Tue, Jul 8, 2008 at 8:01 PM, Igor Fedorenko <igor@...> wrote: >> I can help you to debug this problem. If you're interested, can you please >> provide the following information here or, better yet, in JIRA >> >> 1. your eclipse configuration details (Help->About Eclipse >> SDK->Configuration Details) >> 2. content of <workspace>/.metadata/.log >> 3. zip with all files from the test project you've created by following the >> mini-howto >> >> Zemian Deng wrote: >>> >>> http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto >>> >>> Well, there is a user left a comment stating exactly what I said >>> earlier. "There is nothing to add to runtime server" >>> >>> So can you guys take a look at this? >>> >>> Thanks, >>> -Z >>> >>> On Tue, Jul 8, 2008 at 7:44 PM, Zemian Deng <keepitsimple12@...> >>> wrote: >>>> >>>> Ah, scratched my last paragrah. Didn't see your link on previous email. >>>> -Z >>>> >>>> On Tue, Jul 8, 2008 at 7:42 PM, Zemian Deng <keepitsimple12@...> >>>> wrote: >>>>> >>>>> Hello Eugene, >>>>> >>>>> I did mentioned specifically "$ mvn eclipse:m2eclipse" so I guess that >>>>> is not you guys? That command generate Eclipse setting files that >>>>> works with your m2eclipse plugin. Sorry if I am out of line here. >>>>> >>>>> As of today, I can't deploy a web application created using >>>>> m2eclipse's maven generated archetype inside Ecilpse. I just tried >>>>> today with 3.4 and your latest m2eclipse. After the project is >>>>> created, and when Add Module to the Tomcat runtime server, there is no >>>>> context to pick! I have to use command line mentioned above to work >>>>> around this. So perhaps this can be improved? >>>>> >>>>> Also, from your project, I did not see a Tutorial on how to use >>>>> m2eclipse to create a DynamicWeb project in eclilpse and deployed in >>>>> Tomcat running with eclipse. I think this will greatly help users. >>>>> >>>>> Thanks, >>>>> -Zemian >>>>> >>>>> On Tue, Jul 8, 2008 at 6:40 PM, Eugene Kuleshov <eu@...> wrote: >>>>>> >>>>>> Zemian Deng wrote: >>>>>>> >>>>>>> I dunno much about WTP in eclipse, but it's current release is 3.0, >>>>>>> but I still use the following maven command to generate a web project >>>>>>> for Eclipse: >>>>>>> >>>>>>> $ mvn eclipse:m2eclipse -Dwtpversion=1.5 >>>>>>> >>>>>>> Are you guy plan to update that sys prop flag? Is there any >>>>>>> significant difference with 1.5 and 3.0 ? >>>>>>> >>>>>> If you are asking about maven-eclipse-plugin [1] then this question >>>>>> should >>>>>> be addressed to the Maven users list. >>>>>> >>>>>> This mailing list is for m2eclipse [2] users and for questions related >>>>>> to >>>>>> m2eclipse itself. Since you are here and also mentioned WTP, you may >>>>>> want to >>>>>> consider WTP integration included with m2eclipse [3]. This may make >>>>>> those >>>>>> command line Maven plugins for Eclipse obsolete, but we would like to >>>>>> hear >>>>>> feedback from you on that. >>>>>> >>>>>> Thanks >>>>>> >>>>>> Eugene >>>>>> >>>>>> [1] http://maven.apache.org/plugins/maven-eclipse-plugin/ >>>>>> [2] http://m2eclipse.codehaus.org/ >>>>>> [3] http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto >>>>>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> > > > > -- > Sweet - a Scala web framework: > http://code.google.com/p/sweetscala > -- Sweet - a Scala web framework: http://code.google.com/p/sweetscala --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: wtpversion property update?You can install JDK6 on the mac and use it on the command line, but
Eclipse 3.4 will not run on JDK6 so you need to right click on the package properties and edit the plist file. You can uncomment the line that selects JDK5 as the runtime Eclipse will use. So you can have JDK6 for everything except Eclipse. On 10-Jul-08, at 4:30 PM, Zemian Deng wrote: > Actually, my eclipse uses JDK5, since Eclipse won't work with Apple's > jdk6 anyway. :) > > On Thu, Jul 10, 2008 at 4:28 PM, Zemian Deng > <keepitsimple12@...> wrote: >> Hello Igor, I filed the jira issue here >> http://jira.codehaus.org/browse/MNGECLIPSE-732 >> >> Since i pasted the massive eclipse config text, it's kind of messedup >> the jira display :-P >> sorry about that. >> >> But the problem is easily reproducable because we can't run the >> app. I >> guess if you still want a sample of the app, I can attach it to jira, >> but if you just create a quick one yourself and try to run it, you >> probably see what we see. >> >> In case you want quick info: >> I am using MacOSX, Java6, Eclipse3.4 with latest stable release of >> m2eclipse. >> -Z >> >> On Tue, Jul 8, 2008 at 8:01 PM, Igor Fedorenko >> <igor@...> wrote: >>> I can help you to debug this problem. If you're interested, can >>> you please >>> provide the following information here or, better yet, in JIRA >>> >>> 1. your eclipse configuration details (Help->About Eclipse >>> SDK->Configuration Details) >>> 2. content of <workspace>/.metadata/.log >>> 3. zip with all files from the test project you've created by >>> following the >>> mini-howto >>> >>> Zemian Deng wrote: >>>> >>>> http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto >>>> >>>> Well, there is a user left a comment stating exactly what I said >>>> earlier. "There is nothing to add to runtime server" >>>> >>>> So can you guys take a look at this? >>>> >>>> Thanks, >>>> -Z >>>> >>>> On Tue, Jul 8, 2008 at 7:44 PM, Zemian Deng <keepitsimple12@... >>>> > >>>> wrote: >>>>> >>>>> Ah, scratched my last paragrah. Didn't see your link on previous >>>>> email. >>>>> -Z >>>>> >>>>> On Tue, Jul 8, 2008 at 7:42 PM, Zemian Deng <keepitsimple12@... >>>>> > >>>>> wrote: >>>>>> >>>>>> Hello Eugene, >>>>>> >>>>>> I did mentioned specifically "$ mvn eclipse:m2eclipse" so I >>>>>> guess that >>>>>> is not you guys? That command generate Eclipse setting files that >>>>>> works with your m2eclipse plugin. Sorry if I am out of line here. >>>>>> >>>>>> As of today, I can't deploy a web application created using >>>>>> m2eclipse's maven generated archetype inside Ecilpse. I just >>>>>> tried >>>>>> today with 3.4 and your latest m2eclipse. After the project is >>>>>> created, and when Add Module to the Tomcat runtime server, >>>>>> there is no >>>>>> context to pick! I have to use command line mentioned above to >>>>>> work >>>>>> around this. So perhaps this can be improved? >>>>>> >>>>>> Also, from your project, I did not see a Tutorial on how to use >>>>>> m2eclipse to create a DynamicWeb project in eclilpse and >>>>>> deployed in >>>>>> Tomcat running with eclipse. I think this will greatly help >>>>>> users. >>>>>> >>>>>> Thanks, >>>>>> -Zemian >>>>>> >>>>>> On Tue, Jul 8, 2008 at 6:40 PM, Eugene Kuleshov <eu@...> >>>>>> wrote: >>>>>>> >>>>>>> Zemian Deng wrote: >>>>>>>> >>>>>>>> I dunno much about WTP in eclipse, but it's current release >>>>>>>> is 3.0, >>>>>>>> but I still use the following maven command to generate a web >>>>>>>> project >>>>>>>> for Eclipse: >>>>>>>> >>>>>>>> $ mvn eclipse:m2eclipse -Dwtpversion=1.5 >>>>>>>> >>>>>>>> Are you guy plan to update that sys prop flag? Is there any >>>>>>>> significant difference with 1.5 and 3.0 ? >>>>>>>> >>>>>>> If you are asking about maven-eclipse-plugin [1] then this >>>>>>> question >>>>>>> should >>>>>>> be addressed to the Maven users list. >>>>>>> >>>>>>> This mailing list is for m2eclipse [2] users and for questions >>>>>>> related >>>>>>> to >>>>>>> m2eclipse itself. Since you are here and also mentioned WTP, >>>>>>> you may >>>>>>> want to >>>>>>> consider WTP integration included with m2eclipse [3]. This may >>>>>>> make >>>>>>> those >>>>>>> command line Maven plugins for Eclipse obsolete, but we would >>>>>>> like to >>>>>>> hear >>>>>>> feedback from you on that. >>>>>>> >>>>>>> Thanks >>>>>>> >>>>>>> Eugene >>>>>>> >>>>>>> [1] http://maven.apache.org/plugins/maven-eclipse-plugin/ >>>>>>> [2] http://m2eclipse.codehaus.org/ >>>>>>> [3] http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto >>>>>>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe from this list, please visit: >>> >>> http://xircles.codehaus.org/manage_email >>> >>> >>> >> >> >> >> -- >> Sweet - a Scala web framework: >> http://code.google.com/p/sweetscala >> > > > > -- > Sweet - a Scala web framework: > http://code.google.com/p/sweetscala > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Apache Maven jason at sonatype dot com ---------------------------------------------------------- Simplex sigillum veri. (Simplicity is the seal of truth.) --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: wtpversion property update?Yes Jason, that's how I have mine setup. I was just trying to correct
myself what I give to the list, for the real issue here is m2eclipse webapp deployment, not the jdk that caused the problem I hope. On Thu, Jul 10, 2008 at 5:07 PM, Jason van Zyl <jason@...> wrote: > You can install JDK6 on the mac and use it on the command line, but Eclipse > 3.4 will not run on JDK6 so you need to right click on the package > properties and edit the plist file. You can uncomment the line that selects > JDK5 as the runtime Eclipse will use. So you can have JDK6 for everything > except Eclipse. > > On 10-Jul-08, at 4:30 PM, Zemian Deng wrote: > >> Actually, my eclipse uses JDK5, since Eclipse won't work with Apple's >> jdk6 anyway. :) >> >> On Thu, Jul 10, 2008 at 4:28 PM, Zemian Deng <keepitsimple12@...> >> wrote: >>> >>> Hello Igor, I filed the jira issue here >>> http://jira.codehaus.org/browse/MNGECLIPSE-732 >>> >>> Since i pasted the massive eclipse config text, it's kind of messedup >>> the jira display :-P >>> sorry about that. >>> >>> But the problem is easily reproducable because we can't run the app. I >>> guess if you still want a sample of the app, I can attach it to jira, >>> but if you just create a quick one yourself and try to run it, you >>> probably see what we see. >>> >>> In case you want quick info: >>> I am using MacOSX, Java6, Eclipse3.4 with latest stable release of >>> m2eclipse. >>> -Z >>> >>> On Tue, Jul 8, 2008 at 8:01 PM, Igor Fedorenko <igor@...> >>> wrote: >>>> >>>> I can help you to debug this problem. If you're interested, can you >>>> please >>>> provide the following information here or, better yet, in JIRA >>>> >>>> 1. your eclipse configuration details (Help->About Eclipse >>>> SDK->Configuration Details) >>>> 2. content of <workspace>/.metadata/.log >>>> 3. zip with all files from the test project you've created by following >>>> the >>>> mini-howto >>>> >>>> Zemian Deng wrote: >>>>> >>>>> http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto >>>>> >>>>> Well, there is a user left a comment stating exactly what I said >>>>> earlier. "There is nothing to add to runtime server" >>>>> >>>>> So can you guys take a look at this? >>>>> >>>>> Thanks, >>>>> -Z >>>>> >>>>> On Tue, Jul 8, 2008 at 7:44 PM, Zemian Deng <keepitsimple12@...> >>>>> wrote: >>>>>> >>>>>> Ah, scratched my last paragrah. Didn't see your link on previous >>>>>> email. >>>>>> -Z >>>>>> >>>>>> On Tue, Jul 8, 2008 at 7:42 PM, Zemian Deng <keepitsimple12@...> >>>>>> wrote: >>>>>>> >>>>>>> Hello Eugene, >>>>>>> >>>>>>> I did mentioned specifically "$ mvn eclipse:m2eclipse" so I guess >>>>>>> that >>>>>>> is not you guys? That command generate Eclipse setting files that >>>>>>> works with your m2eclipse plugin. Sorry if I am out of line here. >>>>>>> >>>>>>> As of today, I can't deploy a web application created using >>>>>>> m2eclipse's maven generated archetype inside Ecilpse. I just tried >>>>>>> today with 3.4 and your latest m2eclipse. After the project is >>>>>>> created, and when Add Module to the Tomcat runtime server, there is >>>>>>> no >>>>>>> context to pick! I have to use command line mentioned above to work >>>>>>> around this. So perhaps this can be improved? >>>>>>> >>>>>>> Also, from your project, I did not see a Tutorial on how to use >>>>>>> m2eclipse to create a DynamicWeb project in eclilpse and deployed in >>>>>>> Tomcat running with eclipse. I think this will greatly help users. >>>>>>> >>>>>>> Thanks, >>>>>>> -Zemian >>>>>>> >>>>>>> On Tue, Jul 8, 2008 at 6:40 PM, Eugene Kuleshov <eu@...> wrote: >>>>>>>> >>>>>>>> Zemian Deng wrote: >>>>>>>>> >>>>>>>>> I dunno much about WTP in eclipse, but it's current release is 3.0, >>>>>>>>> but I still use the following maven command to generate a web >>>>>>>>> project >>>>>>>>> for Eclipse: >>>>>>>>> >>>>>>>>> $ mvn eclipse:m2eclipse -Dwtpversion=1.5 >>>>>>>>> >>>>>>>>> Are you guy plan to update that sys prop flag? Is there any >>>>>>>>> significant difference with 1.5 and 3.0 ? >>>>>>>>> >>>>>>>> If you are asking about maven-eclipse-plugin [1] then this question >>>>>>>> should >>>>>>>> be addressed to the Maven users list. >>>>>>>> >>>>>>>> This mailing list is for m2eclipse [2] users and for questions >>>>>>>> related >>>>>>>> to >>>>>>>> m2eclipse itself. Since you are here and also mentioned WTP, you may >>>>>>>> want to >>>>>>>> consider WTP integration included with m2eclipse [3]. This may make >>>>>>>> those >>>>>>>> command line Maven plugins for Eclipse obsolete, but we would like >>>>>>>> to >>>>>>>> hear >>>>>>>> feedback from you on that. >>>>>>>> >>>>>>>> Thanks >>>>>>>> >>>>>>>> Eugene >>>>>>>> >>>>>>>> [1] http://maven.apache.org/plugins/maven-eclipse-plugin/ >>>>>>>> [2] http://m2eclipse.codehaus.org/ >>>>>>>> [3] http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto >>>>>>>> >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe from this list, please visit: >>>> >>>> http://xircles.codehaus.org/manage_email >>>> >>>> >>>> >>> >>> >>> >>> -- >>> Sweet - a Scala web framework: >>> http://code.google.com/p/sweetscala >>> >> >> >> >> -- >> Sweet - a Scala web framework: >> http://code.google.com/p/sweetscala >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> > > Thanks, > > Jason > > ---------------------------------------------------------- > Jason van Zyl > Founder, Apache Maven > jason at sonatype dot com > ---------------------------------------------------------- > > Simplex sigillum veri. (Simplicity is the seal of truth.) > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Sweet - a Scala web framework: http://code.google.com/p/sweetscala --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: wtpversion property update?Zemian,
Have you looked at the Igor's comment on your bug report? It looks like you don't have WTP integration for m2eclipse installed in your environment, and that is why new project is not being configured for WTP support. regards, Eugene Zemian Deng wrote: > Yes Jason, that's how I have mine setup. I was just trying to correct > myself what I give to the list, for the real issue here is m2eclipse > webapp deployment, not the jdk that caused the problem I hope. > > On Thu, Jul 10, 2008 at 5:07 PM, Jason van Zyl <jason@...> wrote: > >> You can install JDK6 on the mac and use it on the command line, but Eclipse >> 3.4 will not run on JDK6 so you need to right click on the package >> properties and edit the plist file. You can uncomment the line that selects >> JDK5 as the runtime Eclipse will use. So you can have JDK6 for everything >> except Eclipse. >> >> On 10-Jul-08, at 4:30 PM, Zemian Deng wrote: >> >> >>> Actually, my eclipse uses JDK5, since Eclipse won't work with Apple's >>> jdk6 anyway. :) >>> >>> On Thu, Jul 10, 2008 at 4:28 PM, Zemian Deng <keepitsimple12@...> >>> wrote: >>> >>>> Hello Igor, I filed the jira issue here >>>> http://jira.codehaus.org/browse/MNGECLIPSE-732 >>>> >>>> --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email< |