Re: svn commit: r767428 - in /tuscany/java/sca/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher: EquinoxHost.java NodeLauncherUtil.java

2009-04-23 Thread ant elder
On Wed, Apr 22, 2009 at 10:18 AM, wrote: > Author: edwardsmj > Date: Wed Apr 22 09:17:59 2009 > New Revision: 767428 > > URL: http://svn.apache.org/viewvc?rev=767428&view=rev > Log: > Improvements to the handling of OSGi bundles when running in development mode > > Modified: > tuscany/java/sca/

Re: svn commit: r767428 - in /tuscany/java/sca/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher: EquinoxHost.java NodeLauncherUtil.java

2009-04-23 Thread Luciano Resende
On Thu, Apr 23, 2009 at 8:43 AM, ant elder wrote: > > I'm getting the build error below when building node-launcher-equinox which > i think is caused by this change. The continuum build is working ok so it > must be soemthing in my environment, anyone have any ideas on what the > problem is? > >  

Re: svn commit: r767428 - in /tuscany/java/sca/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher: EquinoxHost.java NodeLauncherUtil.java

2009-04-23 Thread ant elder
On Thu, Apr 23, 2009 at 5:20 PM, Luciano Resende wrote: > On Thu, Apr 23, 2009 at 8:43 AM, ant elder wrote: > > > > I'm getting the build error below when building node-launcher-equinox > which > > i think is caused by this change. The continuum build is working ok so it > > must be soemthing in

Re: svn commit: r767428 - in /tuscany/java/sca/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher: EquinoxHost.java NodeLauncherUtil.java

2009-04-23 Thread ant elder
On Thu, Apr 23, 2009 at 5:44 PM, ant elder wrote: > > > On Thu, Apr 23, 2009 at 5:20 PM, Luciano Resende wrote: > >> On Thu, Apr 23, 2009 at 8:43 AM, ant elder wrote: >> > >> > I'm getting the build error below when building node-launcher-equinox >> which >> > i think is caused by this change. T

Re: svn commit: r767428 - in /tuscany/java/sca/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher: EquinoxHost.java NodeLauncherUtil.java

2009-04-23 Thread Mike Edwards
ant elder wrote: After some digging i've found the cause. I happen to have built the new implementation-spring* modules that are in the 2.x svn checkout but those modules are not yet in the main build as they're still being brought up in 2.x so most others and continuum wont have these buil

Re: svn commit: r767428 - in /tuscany/java/sca/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher: EquinoxHost.java NodeLauncherUtil.java

2009-04-23 Thread ant elder
On Thu, Apr 23, 2009 at 8:16 PM, Mike Edwards < mike.edwards.inglen...@gmail.com> wrote: > ant elder wrote: > >> >> >> >> After some digging i've found the cause. I happen to have built the new >> implementation-spring* modules that are in the 2.x svn checkout but those >> modules are not yet in t

Re: svn commit: r767428 - in /tuscany/java/sca/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher: EquinoxHost.java NodeLauncherUtil.java

2009-04-24 Thread Mike Edwards
ant elder wrote: The actual error cause was: Caused by: java.lang.ClassNotFoundException: org.apache.tuscany.sca.assembly.builder.ComponentPreProcessor at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:481) but I guess thats just caused by the spr