[
http://jira.codehaus.org/browse/MOJO-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121863
]
Lutz Huehnken commented on MOJO-862:
------------------------------------
Just wondering - is this really a bug? In my understanding, eclipseInstall
points to your development environment, from where the pde build scripts etc.
are taken. baseLocation, however, should point to your "target platform", as
set in Preferences->Plug-in Development->Target Platform. imho, his may well be
a different directory than the eclipseInstall.
You can configure it in the pom.xml using
<buildProperties>
<base>
some dir
</base>
<baseLocation>
some dir/eclipse
</baseLocation>
</buildProperties>
> eclipseInstall is ignored in favour of build.properties for product builds
> --------------------------------------------------------------------------
>
> Key: MOJO-862
> URL: http://jira.codehaus.org/browse/MOJO-862
> Project: Mojo
> Issue Type: Bug
> Components: pde
> Environment: java version "1.5.0_10"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
> Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode, sharing)
> Reporter: Graham Leggett
> Attachments: base-fix.patch, base-fix.patch
>
>
> When an attempt is made to do a product build while trying to rely on the
> eclipseInstall setting to specifiy where Eclipse is, the build fails as it is
> unable to find Eclipse.
> Turns out that the "base" and "baseLocation" properties inside
> build.properties are not overridden by the plugin eclipseInstall setting.
> The attached patch fixes this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email