-
Notifications
You must be signed in to change notification settings - Fork 15
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
Trouble with lib #11
Comments
Would you please give me the piece of .classpath_nb which you mentioned? since I have no problem under Fedora, where I run NetBeans via short_cut |
Here's a line relatively referencing a file from my lib. Actual path /home/mgenereux/Projects/test/lib.
Thanks! |
It seems your project depends on the lib jar directly instead of ivy? How did you define the lib dependency in your Build.scala or build.sbt? |
Neither. SBT includes the lib folder per http://www.scala-sbt.org/0.13/tutorial/Library-Dependencies.html . |
I'm still learning Scala or I'd try to make a pull request. Could you point me in the right direction so I could help? |
I took a look at the corresponding code in nbscala:
It seems the relative lib path should have been converted to absolute path with projectDir as parent. |
Ah. So the .classpath_nb is correct to specify relative and then the plugin should respect that in turn. I'll create a pull request on the plugin. |
The .classpath_nb uses relative paths for the lib folder. This means I have to run '/usr/local/netbeans-8.0.2/bin/netbeans' from the terminal in that folder instead of clicking the icon in Unity. Could the lib references be absolute?
The text was updated successfully, but these errors were encountered: