Displaying differences for changeset
 
display as  

src/java/bin/ages_1_0_cropID/ages-lib.zip

 

src/java/bin/ages_1_0_cropID/ages.jar

 

src/java/m/oms/ages/V1_01cp.java

@@ -45,7 +45,7 @@
     public static final String PAYLOAD = "payload";
     public static final String PROJECT = "project";
 
-    public static final String AGESCOMPILE = "ages_1_0_cropID";
+    public static final String AGESCOMPILE = "ages_1_0";
 
     public String data_folder = "";
     boolean payLoad = false;

src/java/oms/utils/Utils.java

@@ -572,7 +572,7 @@
 //                LOG.info("Ages execution error. " + f + ":\n" + err);
 //                throw new ServiceException("Ages execution error. " + f + ":\n" + err);
 //            }
-            throw new ServiceException(LOCATION_MNT_DATA + "Ages execution error." + result);
+            throw new ServiceException(LOCATION_MNT_DATA + " Ages execution error." + result);
         }
     }
 
@@ -592,9 +592,9 @@
 
         Map<String, String> sysprops = new HashMap();
         sysprops.put("oms_prj", ws.toString());
-        // System.out.println(" !!!! ws:  " + ws.toString());
+//        System.out.println(" !!!! ws:  " + ws.toString());
         sysprops.put("csip_ages", LOCATION_MNT_DATA + "/ages_projects/" + ages + "/" + param.getString(PROJECT, "SFIR3"));
-        // System.out.println(" csip_ages:  " + LOCATION_MNT_DATA + "/ages_projects/" + ages + "/" + param.getString(PROJECT, "SFIR3"));
+//        System.out.println(" csip_ages:  " + LOCATION_MNT_DATA + "/ages_projects/" + ages + "/" + param.getString(PROJECT, "SFIR3"));
 
         String[] jvmOptions = Binaries.asSysProps(sysprops);
         String options = param.getString(KEY_OPTIONS, "");
@@ -608,7 +608,7 @@
                 jvmOptions, // jvm options
                 ws, // workspace dir
                 Arrays.asList(res.getFile(ID_AGES_JAR)), // the ages jar file
-                param.getString(KEY_LOGLEVEL, "INFO"), // The log level
+                param.getString(KEY_LOGLEVEL, "FINE"), // The log level
                 LOG); // This session logger
     }