Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] build issue: RuntimeException: Equinox runtime location is missing or invalid

Hi,

I'm trying to build openhab (http://code.google.com/p/openhab/) which
is an OSGi based project but I get the error below [1].

I tried the technique in [2] but it still failed.

NOTE: I'm not building from within eclipse but from the command line.


[2]
http://dev.eclipse.org/mhonarc/lists/tycho-user/msg00462.html

[1] email to the openhab list


---------- Forwarded message ----------
Date: 12 September 2011 14:20
Subject: build issue: RuntimeException: Equinox runtime location is
missing or invalid
To: openhab <openhab@xxxxxxxxxxxxxxxx>


trying to build gives me this error

[ERROR] Internal error: java.lang.RuntimeException:
java.lang.RuntimeException: Equinox runtime location is missing or
invalid -> [Help 1]
org.apache.maven.InternalErrorException: Internal error:
java.lang.RuntimeException: java.lang.RuntimeException: Equinox
runtime location is missing or invalid

I've attached the output from mvn3 clean install -X > out

Is anyone familiar with this error?


Environment is included in the output but repeated here

Apache Maven 3.0.3 (rNON-CANONICAL_2011-06-28_15-20_mockbuild;
2011-06-28 11:20:31-0400)
Maven home: /usr/share/maven
Java version: 1.6.0_22, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.40.4-5.fc15.x86_64", arch: "amd64",
family: "unix"

Attachment: out
Description: Binary data


Back to the top