-
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
ONFTappingAppImpl fails to compile #3
Comments
That fix seems correct to me. I am not sure why it is needed since Router is in the same workspace as the rest of the application, but if that fixes it, its fine. |
I have added the web-ui source files. |
@andrewkpearce I am not working from Eclipse. I am just cloning from github and then running Maven to compile. Will you seen be releasing the README on how to setup, compile and run the sample? I could try and use eclipse but I don't know what the classpath setup would be. Could you add another directory, maybe called 'workspace' in here that contains the .project and .classpath files for your Eclipse workspace? |
I used maven to build the application. I did use Eclipse at the start of the project but I switched to using maven once i started using OSGi. I think you will need to download the mongodb java driver and the Spark web server and compile them with Maven. I assume you have internet connectivity from the system where you are running the build? |
Hello Everyone I am new with ODL (just installed it) and now, I am trying to run Tapping Application on it. I need GIT instructions to download the Tapping Application code as well as on how to compile it. I guess, the installation instructions would be the next in line of my requests! I would appreciate your help in this regard Thanks Kavita Kavita |
I think, I found the URL at the GIT repository. Will be trying that Sorry about that Kavita |
I get an error when trying to build about missing symbol. It seems there is a missing import.
[ERROR] /home/ggee/controller/opendaylight/samples/SampleTap/src/main/java/org/opendaylight/controller/samples/onftappingapp/internal/ONFTappingAppImpl.java:[65,4] error: cannot find symbol
[ERROR] symbol: class Router
[ERROR] location: class ONFTappingAppImpl
I'm not sure if it is correct, but I added the following so it would compile.
import org.opendaylight.controller.samples.onftappingapp.Router;
I haven't been able to get the plugin to run yet, but it compiles with the above fix.
The text was updated successfully, but these errors were encountered: