On 11/1/01 1:03 PM, "Dan Bachelder" <[EMAIL PROTECTED]> wrote:
>>> 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. How many times do you have to run this task? I would imagine not very often, can't you just edit the datamodel descriptor when the task is done? I don't really understand your usecase described above. > 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]> -- jvz. Jason van Zyl http://tambora.zenplex.org http://jakarta.apache.org/turbine http://jakarta.apache.org/velocity http://jakarta.apache.org/alexandria http://jakarta.apache.org/commons -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
