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