AW: Setter in my own Anttask

2010-02-11 Thread Jan.Materne
>I analyse a DOPE_task written for our project. >In one of the setters an application is started. >I have other setters that must start before this setter, >because they have some attributes für the application. >In what sequence the setters are executed? IMHO not a good idea ... What if the app

RE: Copying external file into WAR

2010-02-11 Thread Rez P
Check out the Ant manual, it has some examples. In the excerpt below, all you have to do in the war task is to change the location or path of the webxml attribute. If the web.xml is outside of your project in a higher heirachy than your project, all you have to do is to type the absolute path,

Copying external file into WAR

2010-02-11 Thread Roman Sokolyuk
Hi, Could someone please tell me how I can accomplish the following? I want to build a war file. Additionally there is a configuration file that is found outside of the WEB-INF directory, but when that WEB-INF dir is packaged into the war I want to place that config file in WEB-INf in the war - w

Using ant/jarjar to make nested jars flattened

2010-02-11 Thread Josh Stratton
I'm using jarjar as I'm told it is useful for bundling jar dependencies into a single distributable jar file. I have a problem though in how jars are unzipped. This is probably a simple ANT question, but I haven't had much luck with finding help on it in java related forums, so I thought I'd go dir

Setter in my own Anttask

2010-02-11 Thread Knuplesch, Juergen
Hello, I analyse a DOPE_task written for our project. In one of the setters an application is started. I have other setters that must start before this setter, because they have some attributes für the application. In what sequence the setters are executed? I guess in the sewuence I wrote them i

Re: AW: check property file exists and which properties are missing in Ant 1.8?

2010-02-11 Thread Dimitris Mouchritsas
Dimitris Mouchritsas wrote: jan.mate...@rzf.fin-nrw.de wrote: I'm giving Ant 1.8.0 a try on a new project. I'd like to ask if there have been any changes for loading property files (break the build if they're not found) should not. But using the specified property file doesnt have to exist

Re: AW: check property file exists and which properties are missing in Ant 1.8?

2010-02-11 Thread Dimitris Mouchritsas
jan.mate...@rzf.fin-nrw.de wrote: I'm giving Ant 1.8.0 a try on a new project. I'd like to ask if there have been any changes for loading property files (break the build if they're not found) should not. But using the specified property file doesnt have to exist - since a long time... and

AW: check property file exists and which properties are missing in Ant 1.8?

2010-02-11 Thread Jan.Materne
>I'm giving Ant 1.8.0 a try on a new project. I'd like to ask if there >have been any changes for loading property files (break the build if >they're not found) should not. But using the specified property file doesnt have to exist - since a long time... > and if ant can report on the propert

check property file exists and which properties are missing in Ant 1.8?

2010-02-11 Thread Dimitris Mouchritsas
Hi all, I'm giving Ant 1.8.0 a try on a new project. I'd like to ask if there have been any changes for loading property files (break the build if they're not found) and if ant can report on the properties missing. Are there any related ant-contrib tasks? Regards Dimitris