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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> >> 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 <[EMAIL PROTECTED]> >>> 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 <[EMAIL PROTECTED]> >>>>> 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 <[EMAIL PROTECTED]> >>>>>> 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 <[EMAIL PROTECTED]> >>>>>>> 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
