> > I'm -1 on adding another library for only regex matching in one task.
> > The globbing patterns provided by Ant are generally enough.
> 
> We don't need regex methods. As the standard build-torque.xml gets cleaned
> up for general use I think it will cover all cases well. This included the
> multiple database scenerio. I started using the <fileset> options in the
> build-torque.xml so that it doesn't matter if you have 1 or 10 datamodel
> descriptors the actions taken will be the same.

My need is to be able to include or exlude tables based on a prefix or a suffix.. for 
instance.. if I have 300 tables and several dozen are things like SYSTEM_PREFS, 
SYSTEM_CODE, SYSTEM_PATHS, CONT_HIST, USER_HIST I would like to be able to say 

include=*
exclude=SYSTEM_*,*_HIST

and have torque not include these tables in the JDBCTransform... the way my patch was 
written one would have to explicitly list each table to be excluded, and include 
defaulted to be all inclusive.

do you thing the stuff in ant can cover this well? or do you not see this as a 
necessary or interesting feature? 

</dan>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to