Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] Are there any changes required for getting the build running on hudson.eclipse.org?

The paths are defined in /org.eclipse.dash.common.releng/server.properties. But you should be able to override them in your own build.properties.

On Wed, Sep 1, 2010 at 1:02 PM, Anna Dushistova <anna_dushistova@xxxxxxxxxx> wrote:
That didn't help. Still getting the p2 error.

[p2.dir] /opt/public/common/ibm-java2-ppc-50/jre/bin/java: /opt/public/common/ibm-java2-ppc-50/jre/bin/java: cannot execute binary file

Is the path hardcoded somewhere?
Here is the the full log:


Any help would be really appreciated.

Thanks!
Anna.

On Aug 27, 2010, at 11:16 AM, Nicolas Bros wrote:

You can do this:
JAVA_HOME=${JAVA_HOME}
JAVA14_HOME=${JAVA_HOME}
JAVA50_HOME=${JAVA_HOME}
JAVA60_HOME=${JAVA_HOME}
JAVADOC_HOME=${JAVA_HOME}/bin

In your build.properties (in your releng project), to re-use the already defined $JAVA_HOME.

On Fri, Aug 27, 2010 at 8:33 AM, Anna Dushistova <anna_dushistova@xxxxxxxxxx> wrote:

On Aug 27, 2010, at 1:21 AM, David Carver wrote:


You will need to override the properties in your build.properties file, or pass them in correctly.  You may also need to select for you job a Specific JDK to use instead of the default.


I did that already. Now I am having 

-timestamp:
     [echo] 01:44:11
   [p2.dir] /opt/public/common/ibm-java2-ppc-50/jre/bin/java: /opt/public/common/ibm-java2-ppc-50/jre/bin/java: cannot execute binary file

Do you have any idea what I should override this time? Or is it hardcoded somewhere?

Best to open a bug report with your job on against the Hudson server, and work with the Webmasters to help resolve issues.

I already have the bug opened.


Dave

On 08/26/2010 01:49 PM, Anna Dushistova wrote:
Hi All,

has anyone tried moving Athena build job to the new hudson server?
It doesn't work for me because JAVA_HOME is set incorrectly.
But I don't set it, I reuse the settings from Athena.
Is there something wrong with Athena builder on hudson.eclipse.org?

Anna.
_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev



_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev


_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev




--
Nicolas Bros
R&D
tel: 06 75 09 19 88
nbros@xxxxxxxxxxxxxxxx
nbros.mia@xxxxxxxxx
Mia-Software, 410 clos de la Courtine
93160 Noisy-le-Grand
http://www.mia-software.com
.: model driven agility :.
_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev


_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev




--
Nicolas Bros
R&D
tel: 06 75 09 19 88
nbros@xxxxxxxxxxxxxxxx
nbros.mia@xxxxxxxxx
Mia-Software, 410 clos de la Courtine
93160 Noisy-le-Grand
http://www.mia-software.com
.: model driven agility :.

Back to the top