"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "hsqldb/integration/ant/preprocessor/src/org/hsqldb/util/preprocessor/ant/PreprocessorAntTask.java" between
hsqldb-2.7.0.zip and hsqldb-2.7.1.zip

About: HSQLDB (HyperSQL DataBase) is a SQL relational database engine written in Java. It supports nearly full ANSI-92 SQL (BNF format) and full core SQL:2008.

PreprocessorAntTask.java  (hsqldb-2.7.0):PreprocessorAntTask.java  (hsqldb-2.7.1)
skipping to change at line 205 skipping to change at line 205
|| this.unlessExpr == null || this.unlessExpr == null
|| getProject().getProperty(this.unlessExpr) == null); || getProject().getProperty(this.unlessExpr) == null);
} }
public void execute() throws BuildException { public void execute() throws BuildException {
if (!isActive()) { if (!isActive()) {
return; return;
} }
checkSourceDir();
checkTargetDir(); checkTargetDir();
this.sourceDir = getProject().resolveFile("" + this.sourceDir); this.sourceDir = getProject().resolveFile("" + this.sourceDir);
IResolver resolver = new AntResolver(getProject()); IResolver resolver = new AntResolver(getProject());
String[] files = getFiles(); String[] files = getFiles();
log("Preprocessing " + files.length + " file(s)"); log("Preprocessing " + files.length + " file(s)");
try { try {
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)