Re: [equinox-dev] org.eclipse.osgi_3.4.2.R34x_v20080826-1230 defines ExecutionEnvironment: J2SE-1.5

2008-10-13 Thread Heiko Seeberger
Tom, My issues were based on the VM that was defined for the run configuration for my test cases. This was not a Java 5 VM and therefore I had those UnsupportedClassFileVersionErrors when org.eclipse.osgi now was compiled against Java 5. Of course this was easy to solve, thus there is no

Re: [equinox-dev] Problems starting Equinox Aspects on the command line

2008-10-13 Thread Martin Lippert
Hi Thorsten! I think I have solved your issue. If you start equinox aspects from the command line you need to add the o.e.e.weaving.hook bundle jar to the classpath of the JVM when starting osgi. Otherwise the equinox aspects framework extension cannot be configured during startup. There is

[equinox-dev] Equinox contribution to Galileo I-Build

2008-10-13 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 240724. [plan] Update Execution Environment profile format to include custom jdt settings (FIXED) The following projects have changed: org.eclipse.osgi.tests org.eclipse.osgi. Tom ___

Re: [equinox-dev] org.eclipse.osgi_3.4.2.R34x_v20080826-1230 defines ExecutionEnvironment: J2SE-1.5

2008-10-13 Thread Jeff McAffer
Ah, Assuming we are not using any Java5 language features we need to set the source and target options to Java 1.3 equivalents. Jeff Heiko Seeberger wrote: Tom, My issues were based on the VM that was defined for the run configuration for my test cases. This was not a Java 5 VM and