Re: list of arguments for java task

2002-09-20 Thread Mastrorillo Laurence
EXT / FOCAL MALAPRADE Roland a écrit : > is this code inside a target? > coz if it isn't that might be the problem. > BINGO !!! Merci beaucoup Laurence > > Roland. > > -Message d'origine----- > De : Mastrorillo Laurence [mailto:[EMAIL PROTECTED]] > E

Re: list of arguments for java task

2002-09-20 Thread Mastrorillo Laurence
: Laurence > > Roland. > > -Message d'origine- > De : Mastrorillo Laurence [mailto:[EMAIL PROTECTED]] > Envoyé : vendredi 20 septembre 2002 09:36 > À : Ant Users List > Objet : Re: list of arguments for java task > > Thanks for your he

Re: list of arguments for java task

2002-09-20 Thread Mastrorillo Laurence
: > If what you want to do is pass a whole lot of filenames to a java class you > could do it this way: > > > > > > > or directly : > > > > > > > > and then : > > > > > There might be a simpler way.

list of arguments for java task

2002-09-19 Thread Mastrorillo Laurence
hi all, I've been using ant for a few days to compile ant execute java classes that takes quite a lot or file as arguments. The way I do this is : Works well but I was wondering if there was a way to replace my list of filenames by something like *.* ? Thanks LM -- To unsubscri

Re: problem executing subproject with ant task

2002-07-24 Thread Mastrorillo Laurence
ild can see the properties. > > But I'm surprised you don't need these in the classpath to compile > though!?!? In any case, one usually defines a somewhere, and > reference it in both and using . > > Hope this helps, and re-post with more info if it's not the pr

problem executing subproject with ant task

2002-07-23 Thread Mastrorillo Laurence
Hi All, using ant since 2 days, i have problem executing subproject with ant task. Here is my main build file : and the subproject build file : Here 's what i got in return :