Re: IDE Plugins

2006-08-15 Thread ant elder
I agree we really need to make it easier to run this in an IDE like eclipse so a plugin to start the runtime would be handy. Something like the eclipse support for embedded Tomcat would be good. Its likely to be dependent on all the classloader, distribution and extension packaging stuff being

RE: IDE Plugins

2006-08-15 Thread Meeraj Kunnumpurath
a JAR file? Ta Meeraj -Original Message- From: ant elder [mailto:[EMAIL PROTECTED] Sent: 15 August 2006 09:09 To: tuscany-dev@ws.apache.org Subject: Re: IDE Plugins I agree we really need to make it easier to run this in an IDE like eclipse so a plugin to start the runtime would

Re: IDE Plugins

2006-08-15 Thread Jeremy Boynes
On Aug 15, 2006, at 4:53 AM, Meeraj Kunnumpurath wrote: patch the launcher so it doesn't insist in being run from a jar file Do you know why the launcher insists of being loaded from a JAR file? So it can find the installation directory so set up the RuntimeInfo so that the extension

RE: IDE Plugins

2006-08-15 Thread Meeraj Kunnumpurath
the launcher jar was loaded. Can it do the same if the MainLauncherBooter was loaded from an exploded directory rather than a Jar? Ta Meeraj -Original Message- From: Jeremy Boynes [mailto:[EMAIL PROTECTED] Sent: 15 August 2006 14:33 To: tuscany-dev@ws.apache.org Subject: Re: IDE Plugins

Re: IDE Plugins

2006-08-15 Thread Jeremy Boynes
On Aug 15, 2006, at 6:39 AM, Meeraj Kunnumpurath wrote: Rather hack the code you can just set the tuscany.installDir system property Thanks Jeremy, I did see the usage of tuscany.installDir. My question was in the absence of the system property, does the runtime always need to resolve the

Re: IDE Plugins

2006-08-15 Thread Jim Marino
As long as your SCDL files are in the right location, SCATestCase can be run with the following JVM setting from inside an IDE - some may find it easier than having to remote debug: -Dtuscany.installDir=/tmp Jim On Aug 15, 2006, at 1:09 AM, ant elder wrote: I agree we really need to make