-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathprocess.djapp
More file actions
9 lines (9 loc) · 894 Bytes
/
process.djapp
File metadata and controls
9 lines (9 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<drjava>
<extprocess>
<name>NextGen Compile All</name>
<cmdline>${if;cond="${and;op1="${project.mode}";op2="${not;op="${eq;op1="${project.build.dir}";op2=""}"}"}";then="${ignore;cmd="${file.mkdir;file="${project.build.dir}"}"}${java.file} -jar ${enclosing.djapp.file} @${tmpfile;content="${replace.string;text="-sourcepath '${project.root}' -cp '${project.build.dir}${path.separator}${project.extra.class.path}${path.separator}${config.extra.classpath}${path.separator}${drjava.file}' -d '${project.build.dir}' ${drjava.all.files;sep=" ";squote="true";rel="${drjava.working.dir}"}";old="${file.separator}";new="/"}"}";else="${echo;text="DrJava must be in project mode and have well-defined project root and build directory."}"}</cmdline>
<workdir>${drjava.working.dir}</workdir>
<drjavajarfile></drjavajarfile>
</extprocess>
</drjava>