Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 461f1712ace27df3cf1edb51aa6dee8d9cc88d74
https://github.com/Teiid-Designer/teiid-designer/commit/461f1712ace27df3c...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2014-05-12 (Mon, 12 May 2014)
Changed paths:
M plugins/teiid/org.teiid.runtime.client/build.xml
M scripts/build-common.xml
Log Message:
-----------
Fixes whitespace problems with executing maven from ant
* build-common.xml
* check for ant-contrib and download from sourceforge if necessary
* removeWhitesapce macro for removal of extraneous whitespace in property
values provided to it
* Executed mvn with whitespace-handled arguments
* build.xml
* Fixes whitespace issues with both libs and parsers properties
* Instead of executing 4 separate mvn instances, execute only one using
the pl switch to delineate the projects to build
* Instead of calling mvn clean which requires the should-generate flag,
simply remove the generated parser files. Faster than using maven.
* create a clean-internal target that is only executed if the
should-generate property is true. Use the clean target for executing
regardless of the property and removing the generated parser files