Re: Copying external file into WAR

2010-02-15 Thread Roman Sokolyuk
You are right!! This is the solution On Mon, Feb 15, 2010 at 6:39 PM, Antoine Levy Lambert wrote: > Is it not possible to have several webinf tags ? > > Antoine > > > Roman Sokolyuk wrote: > >> That's the problem - the *webinf *tag allows you to specify a source >> folder >> to become the *webinf

Re: AntForm project

2010-02-15 Thread Patrick Martin
Hello, The basic idea is to have a user interface to set ant properties values. For that, you can use a set of widget to set string, file, date or number properties. Task declaration should look like: A usage example would be:

Re: Copying external file into WAR

2010-02-15 Thread Antoine Levy Lambert
Is it not possible to have several webinf tags ? Antoine Roman Sokolyuk wrote: That's the problem - the *webinf *tag allows you to specify a source folder to become the *webinf *folder in the war - but it assumes everything is already in it. So copying seems like the only option. On Fri, Feb 1

IVYDE-56: not only an improvement, it is also bug?

2010-02-15 Thread Marcel Wagner
I am struggling with the IVYDE-56 problem. I think it is a real bug. Ivyde uses always the jars from the cache directory and put them in the eclipse classpath. So the jars are locked through eclipse and not updateable. If you now have an own project producing module-TRUNK.jar and another projec

Re: Copying external file into WAR

2010-02-15 Thread Roman Sokolyuk
That's the problem - the *webinf *tag allows you to specify a source folder to become the *webinf *folder in the war - but it assumes everything is already in it. So copying seems like the only option. On Fri, Feb 12, 2010 at 12:36 PM, Moore, Kent wrote: > No need to copy stuff around when creati