-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reg: SampleTap "pom.xml" error #1
Comments
Subash, Thanks for your note. Yes. I am in the process of writing a how to guide that tells people where to put the files so they can build the product using maven. The simple answer is to create a directory that is a peer to samples/simpleforwarding and put the files from guy there. I called mine onftappingapp. You will also need to download some third party libraries like MongoDB, Javax and google gson. I will post the complete instructions in the next day or so. Regards Sent from my iPhone
|
Hello, is the how-to guide already anywhere available? Regards, |
Andy, Do you have the guide to build available yet. Regards |
Hi Everyone, Do you have the guide for integrating the Sample TAP. If not, anyone could please put the steps here? Thanks and Regards |
Hello Chandru, Please see the following 2 folks from this repository Those were very helpful to me. I successfully have compiled, executed, and finally now see web user interfaces on the port 4567. I would like to write the guide when I solve this current problem... Ian |
Could anyone please let me know where the steps to run SampleTap are defined and explained? Thanks Kavita |
Hi, when I change it,I insert :mvn clean install ,I got BUILD SUCCESS |
Hi,
I have downloaded Sample Tap app from GitHub and that SampleTap-master folder contains install-app.sh and pom.xml ..etc.....So I tried to create sampleTap.jar using "mvn clean install" but it shows the following error .
Could you please someone assist me to integrate sample Tap with ODL and It will be much better if someone publish "README" document (with pre-requisites) and installation steps.
Note: Let me know if any other way to create sampleTap.jar file ? rather than doing mvn clean.
"pom.xml" Output:
root@admin1-Vostro-230:/home/admin1/SampleTap-master# mvn clean install
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.opendaylight.controller:samples.onftappingapp:0.4.2-SNAPSHOT (/home/admin1/SampleTap-master/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Failure to find org.opendaylight.controller:commons.opendaylight:pom:1.4.2-SNAPSHOT in http://www.sparkjava.com/nexus/content/repositories/spark/ was cached in the local repository, resolution will not be reattempted until the update interval of Spark repository has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 4, column 11 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Regards,
Subash Gandhi
The text was updated successfully, but these errors were encountered: