Hi Galen, What exactly is the link to AntForms?
René --- Galen Boyer <[EMAIL PROTECTED]> a écrit : > Are these being thought of? I have a macro that resolves its > attributes to calls to targets. (A very simplistic version of this > macro follows: > > <macrodef name="OBJECTS"> > <attribute name="objecttype"/> > <attribute name="dmltype"/> > <sequential> > <antcall target="@[EMAIL PROTECTED]"/> > </sequential> > </macrodef> > > I have maybe ten objecttypes while 3 dmltypes. > > I therefore have multitudes of targets that look like the following > (primarykey is an example of just one of objecttype). > > <!-- ######################################## --> > <target name="drop-primarykeys" depends="init"> > <OBJECTS dmltype="drop" objecttype="PRIMARYKEY"/> > </target> > <target name="create-primarykeys" depends="init"> > <OBJECTS dmltype="create" objecttype="PRIMARYKEY" > objectdir="${PRIMARYKEYS.dir}"/> > </target> > <target name="refresh-primarykeys" depends="init"> > <OBJECTS dmltype="refresh" objecttype="PRIMARYKEY" > objectdir="${PRIMARYKEYS.dir}"/> > </target> > > A template of the above would simplify my ant files in a tremendous fashion. > > -- > Galen Boyer > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]