Compare commits

...

4 Commits

Author SHA1 Message Date
Nicolas Rousseau
cf1b069019 dddd 2023-01-31 14:59:17 +08:00
Nicolas Rousseau
b96e2d3567 test3 2023-01-31 14:58:56 +08:00
Nicolas Rousseau
3556074d93 test2 2023-01-31 14:58:25 +08:00
Nicolas Rousseau
82d8f29476 test 2023-01-31 14:57:05 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ public class FormatterUtils {
*/
public static String fm(Object obj, String pattern) {
if(obj == null) {
System.out.println("test3");
return null;
}

View File

@@ -35,7 +35,7 @@ public class GetJarsToRegister {
}
private boolean setJarsToRegister() throws IOException, org.dom4j.DocumentException {
String jobXmlPath = new java.io.File("../../job.xml").getCanonicalPath();
String jobXmlPath = new java.io.File("../../job2.xml").getCanonicalPath();
boolean isOozieExecution = isNeedAddLibsPath(jobXmlPath);
if (!isOozieExecution) {
jobXmlPath = new java.io.File("./job.xml").getCanonicalPath();