Am Montag, den 23.05.2005, 18:52 +0200 schrieb [EMAIL PROTECTED]: > De: Daniel Leidert <[EMAIL PROTECTED]> > >A: jmol-dev <[email protected]> > >Sujet: [Jmol-developers] Internationalisation of documentation > >Date: Mon, 23 May 2005 18:33:19 +0200 > > > >Because I don't have much experiences with ant, I want to ask some > >questions: > > > >(1) Is it possible to create a construct like > >for i in de fr nl ; do > > <command> <options> <file(s)> > >done > > > >to process multiple languages at once (as I would need for the update-po > >target), like I can do in Makefiles? > > Look in the build.xml of Jmol-web. > I am using a <for> task to build each language.
Yes, this works nice. Then I can change from <apply> to <exec> and I don't have problems with existing targets. Really thanks. I'm currently rewriting the the script. Regards, Daniel -- ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
