Re: Web example does not work

2010-06-01 Thread Antoine Levy-Lambert
Hello Misha, this is interesting. I would have thought that this example would work, and I did not even remember that zipgroupfileset exists. I have now seen that zipgroupfileset is documented as a nested element element of the zip task. Which version of ant are you using ? Regards, Antoine M

Re: Import projects into eclipse via ant task

2010-06-01 Thread Antoine Levy-Lambert
Hi, dbgtjp wrote: > I am trying to automate the process of importing existing projects into > eclipse. The user should just have to start eclipse, enter the workspace and > all the required projects are already showing up there. > > Is there an ant task to achieve that, so that the user does not h

Web example does not work

2010-06-01 Thread Misha Koshelev
http://ant.apache.org/manual/Tasks/jar.html FYI. Had to use zipgroupfileset. Thank you Misha - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail:

build process doesn't stop when an ant task failed

2010-06-01 Thread Zhu, Eddy-P65906
Hi I am having a problem here. I want to stop my build process when anyone of my ant tasks failed. What is happening now is my build process continues when an ant task failed. At the end of the build process, it will say build successful. Then I don't have the opportunity to catch the failed

web site example does not work

2010-06-01 Thread Misha Koshelev
http://ant.apache.org/manual/Tasks/jar.html - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Import projects into eclipse via ant task

2010-06-01 Thread dbgtjp
Hi, I already asked this question last week on another forum, but did not get any responds there. http://www.jguru.com/forums/view.jsp?EID=1554128 I am trying to automate the process of importing existing projects into eclipse. The user should just have to start eclipse, enter the workspace and