thats weird... make sure you didnt put the args in between the classpath definition. also, start maven with -X and check if the classpath is ok
-----Original Message----- From: news [mailto:[EMAIL PROTECTED] Behalf Of Jan Torben Heuer Sent: quinta-feira, 31 de maio de 2007 12:04 To: [email protected] Subject: [mojo-user] RE: debug mojo in eclipse Marcelo Takeshi Fukushima wrote: Hi, > you can at least do the same as in any remote app: start it in debug mode > and connect to it from eclipse > > some example flag to pass to the jvm for it to start on debug: > > -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=8787,suspend=y > > that will suspend the jvm until a debug agent connects through port 8787 > (change the suspend and address values to change those behaviour) I did the change in the mvn file, but now I get: Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/classworlds/Launcher what happened? Jan --------------------------------------------------------------------- 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
