Skip to Content.
Sympa Menu

perfsonar-dev - changes in Ant scripts

Subject: perfsonar development work

List archive

changes in Ant scripts


Chronological Thread 
  • From: Roman Lapacz <>
  • To: Guilherme Fernandes <>, Uros Juvan <>, Loukik Kudarimoti <>, Maciej Glowiak <>, Jason Zurawski <>, "" <>
  • Subject: changes in Ant scripts
  • Date: Wed, 06 Dec 2006 12:28:37 +0100



Hi Java service developers

Tomorrow I'm going to merge the trunk with my branch romradz-ant4rel-20061017. I've made there changes in Ant scripts (mainly for RRD MA but not only, the generic ones as well). I'm afraid that some things in your Ant scripts may stop working :(

I've made those changes to apply the agreement on new installation steps. The main target have been defined:

- pre-install (installing all required for a service libraries and application, setting up needed env variables)
- configure (setting up configuration files)
- build (building a service)
- deploy (deploy a service in Tomcat)
- undeploy
- test (testing a service)


So for the RRD MA it will be:

ant -f build-rrdma pre-install
ant -f build-rrdma configure
ant -f build-rrdma build
ant -f build-rrdma deploy
ant -f build-rrdma undeploy
ant -f build-rrdma test


Please, try the RRD MA to see how it works and after this update your scripts. You may use RRD MA scripts as examples. If you will have any problems and questions feel free to ask me.

I know that it's not comfortable situation for you when you scripts stop working because of changes made by other person. Sorry for this. But we need to do it if we want to make Ant scripts and installation process better and better.



Roman





Archive powered by MHonArc 2.6.16.

Top of Page