Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » [PDE Build] separate JDKs for build and test?
[PDE Build] separate JDKs for build and test? [message #308077] Mon, 11 September 2006 20:47 Go to next message
Eclipse UserFriend
Can one, e.g., build sources with a 1.4 JDK and run BVT with a 1.5
JDK? If so, what properties would need set, and where?

Please reply directly to me (as well as the newsgroup) if possible,
feel free to forward, and TIA.
Re: [PDE Build] separate JDKs for build and test? [message #308099 is a reply to message #308077] Tue, 12 September 2006 11:51 Go to previous message
Eclipse UserFriend
Tom,
I don't know how tests are run, but a build can compile against
arbitrary JDKs independent of which jre is used to run the build.

By default, the boot classpath for compiling is just
${java.home}\lib\*.jar, but the builder configuration build.properties
can change the default with the property "bootclasspath".
As well, the JDK to compile against can be controlled on a per bundle
basis, see details here:
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse. pde.doc.user/guide/tasks/pde_compilation_env.htm

-Andrew

Tom Roche wrote:
>
> Can one, e.g., build sources with a 1.4 JDK and run BVT with a 1.5
> JDK? If so, what properties would need set, and where?
>
> Please reply directly to me (as well as the newsgroup) if possible,
> feel free to forward, and TIA.
Previous Topic:Hooking a Table View with Editor
Next Topic:Copying a resource into workspace: where is the MovedFromPath?
Goto Forum:
  


Current Time: Fri Jul 18 15:17:57 EDT 2025

Powered by FUDForum. Page generated in 0.27303 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top