Skip to Content.
Sympa Menu

perfsonar-dev - Re: changes in ant directory of perfsonar package

Subject: perfsonar development work

List archive

Re: changes in ant directory of perfsonar package


Chronological Thread 
  • From: Maciej Glowiak <>
  • To: Roman Lapacz <>
  • Cc: Loukik Kudarimoti <>, Uros Juvan <>, ulisses <>, Fausto Vetter <>,
  • Subject: Re: changes in ant directory of perfsonar package
  • Date: Fri, 07 Jul 2006 12:15:36 +0200
  • Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAQMAAABtzGvEAAAABlBMVEUAAAD///+l2Z/dAAAA CXBIWXMAAEU1AABFNQF8gVf5AAAAB3RJTUUH1QYQDjo6uEWvwgAAAM5JREFUGNNN0LFqAkEUheGj KRZsfATrvENgYyH4APabxwgWGUUQC99BsNDCInUq7VImbbDZ0kayxBXMuN7jvTuKVh//mZlmQKZ1 EhQ8GAVgZECspEBdWQHRjR70KlgFKkoUaCw3ijSYQ4n5HfBK4a4jDcdDQPol/80Sr9BxZOOL4Fmr Jq8VBx7eopaSPvWGOm67fqol3j1q0XNs7Nk2cs6MU6gPNzf+ZGKQX4Ek8H6rAnFZnXB2vJxJcv8g C2P+WzL4tD+Txc4KydrIkh+eAdo01QbjQ84vAAAAAElFTkSuQmCC
  • Organization: Poznan Supercomputing and Networking Center

Roman,

I've just done it. It took me less than 5 minutes to move imports from build.xml to build-xmlls.xml.

So now, in order to compile xmlls use

ant -f build-xmlls.xml ...

We should update also wiki documentation, shouldn't we?

Best regards

Maciej



Roman Lapacz wrote:


Hi,

today I've made separate build files for RRD MA (build-rrdma.xml) and SQL MA (build-sqlma.xml) in $PERFSONAR/ant direcory (take a look at SVN trunk). Quite soon I would like to remove existing build.xml because it contains import entries for all services and this may cause problems while adding new services or changing existing ones. I would like to have better separation of build environment of services and that is why I ask you to follow me in this. All you have to do is to create a separate build file for a service, for example build-xxxmp.xml, and move there your import entries from build.xm (take a look at what I've done for MAs). After this operation to run your Ant targets you will have to use '-f' parameter with the name of your build file, e.g

ant -f build-xxxmp.xml test-target

(of course you can create a link 'build.xml' to your new build file and then run Ant targets without '-f' parameter)


If you have any questions please send them to me.

When you have done your changes I will remove build.xml file.


(I've updated Installation Guides for RRD MA and SQL MA
http://monstera.man.poznan.pl/jra1-wiki/index.php/Installation_MA
http://monstera.man.poznan.pl/jra1-wiki/index.php/Java_SQLMAService_InstalationGuide)


thanks


Roman



--

--------------------------------------------------------------------
| Maciej Glowiak Network Research and Development ||
|

Poznan Supercomputing and Networking Center ||
| (+48 61) 858 2024 http://monstera.man.poznan.pl/ ||
====================================================================



Archive powered by MHonArc 2.6.16.

Top of Page