Closed evolvia31 closed 10 years ago
Hi,, I have a problem during the compilation from source.
After git pull from master branch. When i launch the compilation command: mvn clean package
I have this error: [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building stratum-proxy 0.6.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ stratum-proxy --- [INFO] Deleting /home/proxy/java/stratum-proxy/target [INFO] [INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ stratum-proxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 22 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ stratum-proxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 97 source files to /home/proxy/java/stratum-proxy/target/classes [INFO] [INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ stratum-proxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ stratum-proxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/proxy/java/stratum-proxy/target/test-classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/proxy/java/stratum-proxy/src/test/java/strat/mining/stratum/proxy/test/Test.java:[26,40] cannot find symbol symbol: class ScryptHashingUtils location: package strat.mining.stratum.proxy.utils [ERROR] /home/proxy/java/stratum-proxy/src/test/java/strat/mining/stratum/proxy/test/Test.java:[87,37] cannot find symbol symbol: variable ScryptHashingUtils location: class strat.mining.stratum.proxy.test.Test [ERROR] /home/proxy/java/stratum-proxy/src/test/java/strat/mining/stratum/proxy/test/Test.java:[101,57] package ScryptHashingUtils does not exist [INFO] 3 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.385s [INFO] Finished at: Tue Nov 25 10:23:09 CET 2014 [INFO] Final Memory: 19M/166M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project stratum-proxy: Compilation failure: Compilation failure: [ERROR] /home/proxy/java/stratum-proxy/src/test/java/strat/mining/stratum/proxy/test/Test.java:[26,40] cannot find symbol [ERROR] symbol: class ScryptHashingUtils [ERROR] location: package strat.mining.stratum.proxy.utils [ERROR] /home/proxy/java/stratum-proxy/src/test/java/strat/mining/stratum/proxy/test/Test.java:[87,37] cannot find symbol [ERROR] symbol: variable ScryptHashingUtils [ERROR] location: class strat.mining.stratum.proxy.test.Test [ERROR] /home/proxy/java/stratum-proxy/src/test/java/strat/mining/stratum/proxy/test/Test.java:[101,57] package ScryptHashingUtils does not exist [ERROR] -> [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
Fix by commit ae49bce. I have forgotten to commit a file.
all is done now thanks :)
Hi,, I have a problem during the compilation from source.
After git pull from master branch. When i launch the compilation command: mvn clean package
I have this error: [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building stratum-proxy 0.6.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ stratum-proxy --- [INFO] Deleting /home/proxy/java/stratum-proxy/target [INFO] [INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ stratum-proxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 22 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ stratum-proxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 97 source files to /home/proxy/java/stratum-proxy/target/classes [INFO] [INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ stratum-proxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ stratum-proxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/proxy/java/stratum-proxy/target/test-classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/proxy/java/stratum-proxy/src/test/java/strat/mining/stratum/proxy/test/Test.java:[26,40] cannot find symbol symbol: class ScryptHashingUtils location: package strat.mining.stratum.proxy.utils [ERROR] /home/proxy/java/stratum-proxy/src/test/java/strat/mining/stratum/proxy/test/Test.java:[87,37] cannot find symbol symbol: variable ScryptHashingUtils location: class strat.mining.stratum.proxy.test.Test [ERROR] /home/proxy/java/stratum-proxy/src/test/java/strat/mining/stratum/proxy/test/Test.java:[101,57] package ScryptHashingUtils does not exist [INFO] 3 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.385s [INFO] Finished at: Tue Nov 25 10:23:09 CET 2014 [INFO] Final Memory: 19M/166M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project stratum-proxy: Compilation failure: Compilation failure: [ERROR] /home/proxy/java/stratum-proxy/src/test/java/strat/mining/stratum/proxy/test/Test.java:[26,40] cannot find symbol [ERROR] symbol: class ScryptHashingUtils [ERROR] location: package strat.mining.stratum.proxy.utils [ERROR] /home/proxy/java/stratum-proxy/src/test/java/strat/mining/stratum/proxy/test/Test.java:[87,37] cannot find symbol [ERROR] symbol: variable ScryptHashingUtils [ERROR] location: class strat.mining.stratum.proxy.test.Test [ERROR] /home/proxy/java/stratum-proxy/src/test/java/strat/mining/stratum/proxy/test/Test.java:[101,57] package ScryptHashingUtils does not exist [ERROR] -> [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