This commit is contained in:
Nunzio Andrea Galante 2017-07-17 14:43:21 +00:00
parent 6d7aba1725
commit 1facaa8482
2 changed files with 4 additions and 4 deletions

View File

@ -71,8 +71,8 @@ public class CheckMethod ***REMOVED***
public boolean algoExists(Algorithm a)***REMOVED***
File file = new File(System.getProperty("user.home")+File.separator+"wps_algorithms/algorithms/"+a.getName()+".jar");
File file2 = new File(System.getProperty("user.home")+File.separator+"wps_algorithms/algorithms/"+a.getName()+"interface_.jar");
File file = new File("/home/gcube/wps_algorithms/algorithms/"+a.getName()+".jar");
File file2 = new File("/home/gcube/wps_algorithms/algorithms/"+a.getName()+"_interface.jar");
if (file.exists()&&(file2.exists()))***REMOVED***
return true;
@ -88,7 +88,7 @@ public class CheckMethod ***REMOVED***
***REMOVED*** System.out.println(a.getStagingHost());
CheckMethod a = new CheckMethod();
if (!a.checkMethod("dataminer1-proto.d4science.org", "254c2e2d-7f48-47aa-9fc1-5e6453a41f78-843339462"))***REMOVED***
if (!a.checkMethod("dataminer1-devnext.d4science.org", "***REMOVED***"))***REMOVED***
System.out.println("ciao");***REMOVED***
***REMOVED***

View File

@ -18,7 +18,7 @@
- name: download and unzip the package
unarchive:
src: https:***REMOVED***svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/DataminerAlgorithmsInstaller/package/algorithmInstaller.zip
src: https:***REMOVED***svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/DataminerAlgorithmsInstaller/package/algorithmInstaller1_1.zip
dest: /home/gcube
remote_src: yes
validate_certs: no