On 9/22/06, D&J Gredler <[EMAIL PROTECTED]> wrote:
There's a Maven2 Eclipse plugin (http://maven.apache.org/eclipse-plugin.html) that will read your pom.xml (Project Object Model) and auto-update the Eclipse build path for the project. There's even an option to have it download the source code for all the dependencies (for easier debugging), but I've found that most projects haven't started posting source bundles yet.
Yes, I've found that.
As far as running the app, I used to use the Sysdeo Tomcat plugin, but I'm slowly migrating to using the Jetty Maven2 plugin. On the commandline you do "mvn jetty:run" and if you have it set up right it'll watch for changed files and pick them up automatically. Combine this with disabling the Tapestry caches, and you're good to go. Josh Long was the one that got me to try this with his recent post to this mailing list ( http://www.nabble.com/Fast-testing-of-Tapestry-Apps-tf2139725.html#a5996591 ).
Really nice. Have to try that. How to use debugging in eclipse from that? External debugging enabled on jetty? -- regards, Robin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]