script_path <- filepath(__argv[0]); proj_path <- convpath(script_path + "/..", true); chdir(proj_path); printl("\ncwd: " + getcwd()); run("jar", [ "-cvM0f" , "scripts/dist/mailarchiver.jar" , "-C" , "build/classes" , "." ]); printl("\n*** Make dist concluido ***\n");