Skip to Content.
Sympa Menu

perfsonar-dev - Problem in TOPS Compilation

Subject: perfsonar development work

List archive

Problem in TOPS Compilation


Chronological Thread 
  • From: Murilo Vetter <>
  • To: Guilherme Fernandes <>
  • Cc: Loukik Kudarimoti <>, Roman Lapcz <>,
  • Subject: Problem in TOPS Compilation
  • Date: Mon, 25 Sep 2006 10:14:02 -0300

Hi Ulisses and everyone,

I was trying to compile the tops.

I found that if I set taskdef:
<taskdef resource="axis-tasks.properties" classpathref="classpath" />
in file: tops-axis-deploy-targets.xml
I get this error:

murilo@hidrogenio:~/workspace/perfsonar/ant$ ant -f build-tops.xml compile-tops
Buildfile: build-tops.xml
[taskdef] Could not load definitions from resource axis-tasks.properties. It could not be found.

compile-tops:

BUILD SUCCESSFUL
Total time: 2 seconds

If I erase this line I get:

murilo@hidrogenio:~/workspace/perfsonar/ant$ ant -f build-tops.xml compile-tops
Buildfile: build-tops.xml

compile-tops:

BUILD SUCCESSFUL
Total time: 2 seconds


Is there a problem with this taskdef?

Thanks a lot.
Murilo



Archive powered by MHonArc 2.6.16.

Top of Page