Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Building against two base locations
Building against two base locations [message #603535] Mon, 23 November 2009 16:28 Go to next message
Eclipse UserFriend
I'm trying to sequence the following build tasks:

1. Do a product build.
2. Do a feature build of a test feature with test fragments.

For the test feature build, most of my fragments are hosted by plug-ins output by the product build. I would like to build against those JARs, rather than sucking in and rebuilding the binaries again for all the test plug-in dependencies.

But the test fragments also depend on JUnit, the EMMA OSGi hook, and a couple other test-related bundles. Obviously those aren't part of my product build output.

Is there an easy way to specify two base locations for the build? I see the alternative as combining the features/plugins from the product build output with a base Eclipse install and my other test dependencies.. but all that I/O will just slow down my build in the middle..

Thanks
Ben
Re: Building against two base locations [message #603541 is a reply to message #603535] Tue, 24 November 2009 04:21 Go to previous message
Eclipse UserFriend
Hello,

Maybe you could build your test feature as a "normal" feature, using the pluginPath property to tell the build that it can find plugins in the eclipse base you used to build the product, but also in the product plugins directory, that should contain your plugins.

HTH

--
Mickael Istria - BonitaSoft S.A.
http://www.bonitasoft.com/products/downloads.php
Previous Topic:Include resources inside bundle jar
Next Topic:target definition requires javax.crypto.spec
Goto Forum:
  


Current Time: Sun Jul 06 23:32:23 EDT 2025

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

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

Back to the top