> directory. In other words, the distribution structure will not contain the
> oracle or postgres directories, but the sql files in those directories will
> be in the appropriate tables/indices directories. Given that I don't really
> want to change the build.xml file if I add a new directory, is there a way
> do to this using ant 1.6.5 only?
I would think that a regexp <mapper> could do the job, inside <copy>.
The regex is then dependent on the name to suppress from the path,
either oracle or postgres. --DD
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|