Re: JLink replacement

2007-07-25 Thread Matt Benson
--- Martin Ficker <[EMAIL PROTECTED]> wrote: > Sorry, > I have to push this again. Is the question to > stupid? To difficult? No > one any idea? Martin: The deprecation notice in the manual for says: Use the zipfileset and zipgroupfileset attributes of the Jar task or Zip task instead. Actu

Re: JLink replacement

2007-07-25 Thread Doug Lochart
Martin, I do not know of an alternative (there might be one) but I have never had to do what you are doing. Have you considered getting the source for JLink and then making it your own ant task? You can then adjust it to suit your needs? Just a thought. Maybe someone can chime in and say wh

Re: JLink replacement

2007-07-25 Thread Martin Ficker
Sorry, I have to push this again. Is the question to stupid? To difficult? No one any idea? M. Martin Ficker wrote: > Hi, > > I've got a question about the Jar task. > The JLink task was able to merge the content of jarfiles from > different, totally unrelated places, defined in a PATH Structur

JLink replacement

2007-07-19 Thread Martin Ficker
Hi, I've got a question about the Jar task. The JLink task was able to merge the content of jarfiles from different, totally unrelated places, defined in a PATH Structure. "JLink" is deprecated since Ant 1.5, so there must be a solution without using it. But I'm just not able to find it. Could