| Author |
tau java build
|
Pie Jang
Greenhorn
Joined: Jun 13, 2012
Posts: 1
|
|
ant newbie...in TAU (http://www.cs.uoregon.edu/Research/tau/home.php) in order to execute an instrumented program you would set PATH to TAU bin and set LD_LIBRARY_PATH to TAU lib then just tau_java <a program> instead of java <a program>...how can i change an ant build to make this work, please? the error message for:
Problem: failed to create task or type tau_java
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
is this really declaring a custom task?
|
 |
Greg Charles
Bartender
Joined: Oct 01, 2001
Posts: 2536
|
|
Hi Jang, welcome to JavaRanch!
First please add code tags for code samples. I've added them for you here (type=XML).
Normally there should be a <taskdef> tag associating the tau_java task with a Java class that implements it. They must document that somewhere in the site you linked.
|
 |
 |
|
|
subject: tau java build
|
|
|