You mean obsolete ? I am also not sure why it is not in the release build. I have bunch of changes in my trunk, but couldnt fathom how my changes are related to undermentioned error.
Thanks Amila On Thu, Jul 11, 2013 at 1:00 PM, Suresh Marru <[email protected]> wrote: > Hi Amila, > > This test case LEADWorkflowInvokerTestCase.java should now be absolute. > But I am still puzzled and looking through on why my release builds did not > run into this test case failure. > > Suresh > > On Jul 11, 2013, at 12:42 PM, Amila Jayasekara <[email protected]> > wrote: > > > Hi All, > > > > When building trunk xbaya-gui I am getting following exception; > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ > > airavata-xbaya-gui --- > > [INFO] Compiling 338 source files to > > > /Users/thejaka/development/apache/airavata/airavata/modules/xbaya-gui/target/classes > > [INFO] ------------------------------------------------------------- > > [ERROR] COMPILATION ERROR : > > [INFO] ------------------------------------------------------------- > > [ERROR] > > > /Users/thejaka/development/apache/airavata/airavata/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LEADWorkflowInvokerTestCase.java:[229,28] > > cannot access COM.claymoresystems.ptls.SSLContext > > class file for COM.claymoresystems.ptls.SSLContext not found > > secureInvoker = new GsiInvoker(proxy, > > CertUtil.loadCertificates(trustedcerts)); > > [INFO] 1 error > > [INFO] ------------------------------------------------------------- > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 15.241s > > [INFO] Finished at: Thu Jul 11 12:40:53 EDT 2013 > > [INFO] Final Memory: 34M/123M > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile > > (default-compile) on project airavata-xbaya-gui: Compilation failure > > [ERROR] > > > /Users/thejaka/development/apache/airavata/airavata/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LEADWorkflowInvokerTestCase.java:[229,28] > > cannot access COM.claymoresystems.ptls.SSLContext > > [ERROR] class file for COM.claymoresystems.ptls.SSLContext not found > > [ERROR] secureInvoker = new GsiInvoker(proxy, > > CertUtil.loadCertificates(trustedcerts)); > > [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 > > > > Any idea how to resolve this issue ? > > > > Thanks > > Amila > >
