sriharsha-at-git / maven-rsb-wmb-plugin

Automatically exported from code.google.com/p/maven-rsb-wmb-plugin
0 stars 0 forks source link

maven-rsb-wmb-createbar failed build #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. mvn install in the maven-rsb-wmb-createbar folder
2. Build fails
3.

What is the expected output? What do you see instead?
expected BUILD SUCSESSFUL
but got
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] ...\maven-rsb-wmb-createbar\src\main\java\com\rsb\wmb\createbar\
WmbCreateBarMojo.java:[134,58] getDependencies(java.lang.String) in 
com.rsb.wmb.createbar.Workspace cannot be applied to
 (java.lang.String,int)
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.655s
[INFO] Finished at: Wed Apr 06 11:11:47 CEST 2011
[INFO] Final Memory: 6M/18M
[INFO] ------------------------------------------------------------------------
What version of the product are you using? On what operating system?
WinXP using the #r5 to build

Please provide any additional information below.
// get dependent projects for main project
        List<String> depprojectnames = myWorkspace.getDependencies(mainProject,1);

should be:
// get dependent projects for main project
        List<String> depprojectnames = myWorkspace.getDependencies(mainProject);

???

Original issue reported on code.google.com by mrsteffe...@gmail.com on 6 Apr 2011 at 9:26

GoogleCodeExporter commented 9 years ago
i reached the same solution, also i dont know why is that.

Original comment by paolo...@gmail.com on 2 Jun 2011 at 1:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Helped, thank you

Original comment by jedi.kr...@gmail.com on 16 Feb 2012 at 9:12

GoogleCodeExporter commented 9 years ago
Hi whi the lib folder is empty?
impossible to make the mvn install file so i have the same error

Original comment by upcoming...@gmail.com on 23 Feb 2015 at 1:13