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
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
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:
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
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
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