You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by Amila Jayasekara <th...@gmail.com> on 2013/10/11 19:04:30 UTC

Build errors in trunk

Please fix following.

Thanks
Thejaka Amila

[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:13.022s
[INFO] Finished at: Fri Oct 11 13:02:03 EDT 2013
[INFO] Final Memory: 49M/116M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project airavata-gfac-core: Compilation failure:
Compilation failure:
[ERROR]
/Users/thejaka/development/apache/airavata/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/handler/SCPDirectorySetupHandler.java:[56,22]
cannot find symbol
[ERROR] symbol  : method makeDirectory(java.lang.String)
[ERROR] location: interface org.apache.airavata.gsi.ssh.api.Cluster
[ERROR]
/Users/thejaka/development/apache/airavata/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/handler/SCPDirectorySetupHandler.java:[57,22]
cannot find symbol
[ERROR] symbol  : method makeDirectory(java.lang.String)
[ERROR] location: interface org.apache.airavata.gsi.ssh.api.Cluster
[ERROR]
/Users/thejaka/development/apache/airavata/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/handler/SCPDirectorySetupHandler.java:[58,22]
cannot find symbol
[ERROR] symbol  : method makeDirectory(java.lang.String)
[ERROR] location: interface org.apache.airavata.gsi.ssh.api.Cluster
[ERROR]
/Users/thejaka/development/apache/airavata/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/handler/SCPOutputHandler.java:[57,13]
cannot find symbol
[ERROR] symbol  : method scpFrom(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.airavata.gsi.ssh.api.Cluster
[ERROR]
/Users/thejaka/development/apache/airavata/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/handler/SCPOutputHandler.java:[58,13]
cannot find symbol
[ERROR] symbol  : method scpFrom(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.airavata.gsi.ssh.api.Cluster
[ERROR]
/Users/thejaka/development/apache/airavata/airavata/modules/gfac-core/src/main/java/org/apache/airavata/gfac/handler/SCPInputHandler.java:[88,35]
incompatible types
[ERROR] found   : void
[ERROR] required: java.lang.String
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command