Skip to Content.
Sympa Menu

perfsonar-dev - Re: [Fwd: [pS-dev] changes in Ant directory - use of jar repositories]

Subject: perfsonar development work

List archive

Re: [Fwd: [pS-dev] changes in Ant directory - use of jar repositories]


Chronological Thread 
  • From: Roman Lapacz <>
  • To: ulisses <>
  • Cc:
  • Subject: Re: [Fwd: [pS-dev] changes in Ant directory - use of jar repositories]
  • Date: Mon, 21 Aug 2006 13:14:38 +0200

ulisses wrote:
Hi Roman


I provide some feedback for this:

On 2006-08-10 10:47:32, Roman Lapacz wrote:
Hi, I've made small change which, in case of SQL MA, is removing libs-download-sqlma.xml file and moving its content to build-sqlma.xml file (two import commands). Now to download the libraries required by SQL MA the following command must be executed (-f parameter has changed)

$PERFSONAR/ant> ant -f build-sqlma.xml libs-sqlma

I've made described changes for SQL MA, RRD MA and LS.

I had to create the lib/repository directory by hand,

I added this directory to svn


also some warnings appear, see below.

regards

Ulisses


ulisses@tux:~/rediris/jra1/perfsonar/ant$
ant -f build-sqlma.xml libs-sqlma
Buildfile: build-sqlma.xml

BUILD FAILED
/home/ulisses/rediris/jra1/perfsonar/ant/build-sqlma.xml:46: The following
error occurred while executing this line:
/home/ulisses/rediris/jra1/perfsonar/ant/axis-deploy-targets-2.xml:17:
/home/ulisses/rediris/jra1/perfsonar/lib/repository not found.

Total time: 0 seconds
ulisses@tux:~/rediris/jra1/perfsonar/ant$
mkdir /home/ulisses/rediris/jra1/perfsonar/lib/repository
ulisses@tux:~/rediris/jra1/perfsonar/ant$
ant -f build-sqlma.xml libs-sqlma
Buildfile: build-sqlma.xml
[taskdef] Could not load definitions from resource axis-tasks.properties.
It could not be found.

libs-sqlma:
[taskdef] Could not load definitions from resource axis-tasks.properties.
It could not be found.

it does not harm (a library, which is useless in this moment, is missing but it will be present when downloading is finished; the warning message might be confusing but now I have no idea how to cut it off in satisfying way)




init-libs:

libs-generic:
[artifact:dependencies] Downloading:
xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom
[artifact:dependencies] [WARNING] Unable to get resource from repository
remote.repository (http://wiki.perfsonar.net/services/jar-repository/)
[artifact:dependencies] Downloading:
xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom
[artifact:dependencies] Transferring 0K

if a library is not present in the first repository (http://wiki.perfsonar.net/services/jar-repository/) - warning - then the next one is used (http://www.ibiblio.org/maven2)


Roman





Archive powered by MHonArc 2.6.16.

Top of Page