Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse SmartHome » org.eclipse.smarthome.core.scriptengine 0.0.0' but it could not be found(smart home building with Maven has failed)
org.eclipse.smarthome.core.scriptengine 0.0.0' but it could not be found [message #1711397] Thu, 15 October 2015 14:33 Go to next message
Kiran Patil is currently offline Kiran PatilFriend
Messages: 27
Registered: October 2015
Junior Member
I am trying to build smarthome using below steps and it leads to error

3. Building with Maven

To build Eclipse SmartHome from the sources, Maven takes care of everything:

set MAVEN_OPTS to "-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"
change into the smarthome directory ("cd smarthome")
run "mvn clean install" to compile and package all sources

$ mvn -verion
OpenJDK 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Apache Maven 3.2.5 (NON-CANONICAL_2015-04-01T06:42:27_mockbuild; 2015-04-01T12:12:27+05:30)
Maven home: /usr/share/maven
Java version: 1.8.0_45, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-36.b13.fc22.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.0.1-300.fc22.x86_64", arch: "amd64", family: "unix"


Error:
--------
[INFO] Resolving dependencies of MavenProject: org.eclipse.smarthome:org.eclipse.smarthome.feature.designer:0.8.0-SNAPSHOT @ /home/kpatil/Documents/homeautomation/smarthome/features/org.eclipse.smarthome.feature.designer/pom.xml
[INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.eclipse.smarthome.feature.designer.feature.group 0.8.0.qualifier
[ERROR] Missing requirement: org.eclipse.smarthome.feature.designer.feature.group 0.8.0.qualifier requires 'org.eclipse.smarthome.core.scriptengine 0.0.0' but it could not be found
[ERROR]
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.smarthome:org.eclipse.smarthome.feature.designer:0.8.0-SNAPSHOT @ /home/kpatil/Documents/homeautomation/smarthome/features/org.eclipse.smarthome.feature.designer/pom.xml: See log for details -> [Help 1]


Thanks.
Re: org.eclipse.smarthome.core.scriptengine 0.0.0' but it could not be found [message #1711399 is a reply to message #1711397] Thu, 15 October 2015 15:16 Go to previous message
Kai Kreuzer is currently offline Kai KreuzerFriend
Messages: 673
Registered: December 2011
Senior Member
Thanks for reporting this problem - I have created https://github.com/eclipse/smarthome/pull/489, which hopefully fixes the issue!
Previous Topic:Base Item / Function of Group item
Next Topic:Idea to get the result of a thing configuration update
Goto Forum:
  


Current Time: Fri Apr 19 19:57:40 GMT 2024

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

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

Back to the top