You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I download your SampleTap application on github,I change the Opendaylight SNAPSHOT of pom.xml in root directory.Using 1.4.6-SNAPSHOT instead of 1.4.2-SNAPSHOT.Because when I use 1.4.2-SNAPSHOT have this error
Could not transfer artifact org.opendaylight.controller:commons.opendaylight:pom:1.4.2-SNAPSHOT from/to Spark repository:www.sparkjava.com and 'parent.relativePath' points at wrong local POM@line 4,column 11:Unknown host www.sparkjava.com
when I change it,I insert :mvn clean install ,I got BUILD SUCCESS
but when I copy the jar in SampleTap-master/target under opendaylight plugin directory,I find another problem in OpenDaylight OSGi webUI
imported Packages
com.mongodb,version=[2.11,3) -- Cannot be resolved
org.bson.types,version=[2.11,3) -- Cannot be resolved
org.eclipse.jetty.server,version=[9.0,10) -- Cannot be resolved
org.eclipse.jetty.server.handler,version=[9.0,10) -- Cannot be resolved
org.eclipse.jetty.server.session,version=[9.0,10) -- Cannot be resolved
org.eclipse.jetty.util.log,version=[9.0,10) -- Cannot be resolved
org.eclipse.jetty.util.resource,version=[9.0,10) -- Cannot be resolved
org.eclipse.jetty.util.ssl,version=[9.0,10) -- Cannot be resolved
org.junit -- Cannot be resolved but is not required
org.opendaylight.controller.forwardingrulesmanager,version=[0.6,1) -- Cannot be resolved
org.opendaylight.controller.sal.action,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.core,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.flowprogrammer,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.inventory,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.match,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.packet,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.reader,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.routing,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.utils,version=[0.8,1) -- Cannot be resolved
I guess the reason of this problem is the OpenDaylihgt's version not fit SampleTap,I use OpenDaylight code branch stable/hydrogen.But I can't find the latest version of hydrogen(the reason of not using helium is I can't find folder named plugins and I think it is not fit).
Now I don't have any way to deal with it,please help me,thank you very much!
The text was updated successfully, but these errors were encountered:
Hi,
I download your SampleTap application on github,I change the Opendaylight SNAPSHOT of pom.xml in root directory.Using 1.4.6-SNAPSHOT instead of 1.4.2-SNAPSHOT.Because when I use 1.4.2-SNAPSHOT have this error
Could not transfer artifact org.opendaylight.controller:commons.opendaylight:pom:1.4.2-SNAPSHOT from/to Spark repository:www.sparkjava.com and 'parent.relativePath' points at wrong local POM@line 4,column 11:Unknown host www.sparkjava.com
when I change it,I insert :mvn clean install ,I got BUILD SUCCESS
but when I copy the jar in SampleTap-master/target under opendaylight plugin directory,I find another problem in OpenDaylight OSGi webUI
imported Packages
com.mongodb,version=[2.11,3) -- Cannot be resolved
org.bson.types,version=[2.11,3) -- Cannot be resolved
org.eclipse.jetty.server,version=[9.0,10) -- Cannot be resolved
org.eclipse.jetty.server.handler,version=[9.0,10) -- Cannot be resolved
org.eclipse.jetty.server.session,version=[9.0,10) -- Cannot be resolved
org.eclipse.jetty.util.log,version=[9.0,10) -- Cannot be resolved
org.eclipse.jetty.util.resource,version=[9.0,10) -- Cannot be resolved
org.eclipse.jetty.util.ssl,version=[9.0,10) -- Cannot be resolved
org.junit -- Cannot be resolved but is not required
org.opendaylight.controller.forwardingrulesmanager,version=[0.6,1) -- Cannot be resolved
org.opendaylight.controller.sal.action,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.core,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.flowprogrammer,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.inventory,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.match,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.packet,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.reader,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.routing,version=[0.8,1) -- Cannot be resolved
org.opendaylight.controller.sal.utils,version=[0.8,1) -- Cannot be resolved
I guess the reason of this problem is the OpenDaylihgt's version not fit SampleTap,I use OpenDaylight code branch stable/hydrogen.But I can't find the latest version of hydrogen(the reason of not using helium is I can't find folder named plugins and I think it is not fit).
Now I don't have any way to deal with it,please help me,thank you very much!
The text was updated successfully, but these errors were encountered: