dcaoyuan / nbscala

NetBeans Plugin for Scala
247 stars 57 forks source link

Cannot build nbscala #149

Closed prassee closed 9 years ago

prassee commented 9 years ago

I got the following error while compiling nbscala with " mvn clean install ". As you can see it fails at "org-netbeans-modules-scala-debugger" any clues.

[INFO] Scala Support for NetBeans ........................ SUCCESS [1.266s] [INFO] org-netbeans-libs-scala-local ..................... SUCCESS [0.380s] [INFO] org-netbeans-libs-scala-library ................... SUCCESS [8.684s] [INFO] org-netbeans-libs-scala-reflect ................... SUCCESS [2.520s] [INFO] org-netbeans-libs-scala-compiler .................. SUCCESS [5.932s] [INFO] org-netbeans-libs-scala-continuations ............. SUCCESS [1.009s] [INFO] org-netbeans-libs-scala-continuations-plugin ...... SUCCESS [1.999s] [INFO] org-netbeans-libs-scala-xml ....................... SUCCESS [1.021s] [INFO] org-netbeans-libs-scalariform ..................... SUCCESS [2.280s] [INFO] org-netbeans-libs-sbt ............................. SUCCESS [0.694s] [INFO] org-netbeans-libs-xtc ............................. SUCCESS [14.953s] [INFO] org-netbeans-modules-scala-core ................... SUCCESS [1:06.536s] [INFO] org-netbeans-modules-scala-editor ................. SUCCESS [44.056s] [INFO] org-netbeans-modules-scala-console ................ SUCCESS [23.947s] [INFO] org-netbeans-modules-scala-debugger-projects ...... SUCCESS [3.954s] [INFO] org-netbeans-modules-scala-debugger ............... FAILURE [2.577s] [INFO] org-netbeans-modules-scala-maven .................. SKIPPED [INFO] org-netbeans-modules-scala-platform ............... SKIPPED [INFO] org-netbeans-modules-scala-sbt .................... SKIPPED [INFO] org-netbeans-modules-scala-sbt-project-template ... SKIPPED [INFO] org-netbeans-modules-scala-stdplatform ............ SKIPPED [INFO] org-netbeans-modules-scala-project ................ SKIPPED [INFO] org-netbeans-modules-scala-refactoring ............ SKIPPED [INFO] org-netbeans-application-scala .................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3:09.126s [INFO] Finished at: Sat Sep 12 12:07:27 IST 2015 [INFO] Final Memory: 51M/398M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:3.14:manifest (default-manifest) on project org-netbeans-modules-scala-debugger: Module has friend dependency on org.netbeans.modules.java.preprocessorbridge but is not listed as a friend. -> [Help 1] [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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org-netbeans-modules-scala-debugger

prassee commented 9 years ago

This got solved when tried with latest version of Maven (3.3), hence closing this ...