Re: Changing IDEs to eclipse

2007-10-29 Thread Ballist1c
o unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Changing-IDEs-to-eclipse-tf4695209.html#a13478688 Sent from the Wicket - User mailing list archive at Nabble.com. ---

Re: Changing IDEs to eclipse

2007-10-29 Thread Johan Maasing
On 10/29/07, Ballist1c <[EMAIL PROTECTED]> wrote: > > > However, i cant figure out how to get the thing to deploy on a web service. > I have installed the tomcat plug in which has made it a breeze to start up > the service from within Eclipse :) I cant seem to get the tomcat server to I configured

Re: Changing IDEs to eclipse

2007-10-28 Thread Ballist1c
osen to move to eclipse, and to jetty webserver and I am >> having >> >> alot of trouble setting up the whole IDE. I have heard alot of talk >> about >> >> maven, but i am not sure if its applicable as i have the wicket >> sources >> >> already jarred up and now

Re: Changing IDEs to eclipse

2007-10-26 Thread Matthijs Wensveen
Double-click the server, click the modules tab, uncheck 'enable reloading' on the module that is the project you are working on. BTW, I use Eclipse and Maven and it just works great together. Unfortunately there is no support for WTP 2.0 yet for the maven eclipse (or should I say eclipse maven

Re: Changing IDEs to eclipse

2007-10-26 Thread Johan Maasing
> However, I just downloaded the latest Eclipse (OSX/ for Java EE, see > http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/20070927/eclipse-jee-europa-fall-macosx-carbon.tar.gz) > and ran it on a new workspace. By default, only *.launch is being > filtered. Those

Re: Changing IDEs to eclipse

2007-10-26 Thread Thies Edeling
Indeed the Sysdeo plugin works a lot better than WTP. For more convenience they provide a development classloader allowing you to load the dependencies of your Eclipse project into Tomcat. Just set your context root to src/main/webapp, add maven's target directory and any dependencies to the dev

Re: Changing IDEs to eclipse

2007-10-26 Thread James Law
I still use the sysdeo tomcat plugin for working inside eclipse- think it it better than wtp server launcher for tomcat, largely because it allows me to use jvm class hotswap instead of continually reloading webapp. http://www.eclipsetotale.com/tomcatPlugin.html There is no copying around war fi

Re: Changing IDEs to eclipse

2007-10-26 Thread Eelco Hillenius
> Yes, it does this by default. I downloaded Europa build of WTP 3.3. I didn't > modify any of these settings myself and the author of the blog where I found > this information also had the same experience : > > http://www.codecommit.com/blog/eclipse/wtps-crazy-and-undocumented-setting-change > Blo

Re: Changing IDEs to eclipse

2007-10-26 Thread Chris Ainsley
ever having > to do that tbh. Isn't this a plugin that does this? Maybe a version of > web tools? > > Eelco > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View thi

Re: Changing IDEs to eclipse

2007-10-25 Thread Eelco Hillenius
> I didn't use Jetty, but I have been deploying on Tomcat 5.x using the > Eclipse Web Tools Platform (http://www.eclipse.org/webtools/). > > The only tip I would give you is that Eclipse by default will filter out all > .html files on the classpath. As Wicket uses HTML files on the classpath, > you

Re: Changing IDEs to eclipse

2007-10-25 Thread Maurice Marrink
jarred up and now just working on getting my own code compiled > >> into > >> a web app and automatically deploying. > >> > >> Anyone have any resources on this? I am using the latest Eclipse Europa > >> 3.3, wi

Re: Changing IDEs to eclipse

2007-10-25 Thread Ballist1c
;> Anyone have any resources on this? I am using the latest Eclipse Europa >> 3.3, with Jetty 6.1.5. >> >> Thanks guys :) >> >> Take care! >> >> -- >> View this message in context: >> http://www.nabble.com/Changing-IDEs-to-eclipse-tf4695209.html#

Re: Changing IDEs to eclipse

2007-10-25 Thread Chris Ainsley
n the Wicket site itself. Regards, Chris. Ballist1c wrote: > > > Anyone have any resources on this? I am using the latest Eclipse Europa > 3.3, with Jetty 6.1.5. > > -- View this message in context: http://www.nabble.com/Changing-IDEs-to-eclipse-tf4695209.html#a134212

Re: Changing IDEs to eclipse

2007-10-25 Thread Igor Vaynberg
ready jarred up and now just working on getting my own code compiled into > a web app and automatically deploying. > > Anyone have any resources on this? I am using the latest Eclipse Europa > 3.3, with Jetty 6.1.5. > > Thanks guys :) > > Take care! > > -- > View th

Changing IDEs to eclipse

2007-10-25 Thread Ballist1c
latest Eclipse Europa 3.3, with Jetty 6.1.5. Thanks guys :) Take care! -- View this message in context: http://www.nabble.com/Changing-IDEs-to-eclipse-tf4695209.html#a13420874 Sent from the Wicket - User mailing list archive at Nabble.com