Issue:
oracle@testing:/u01/Oracle/EBSAG_MW/appsutil/accessgate/TEST$ ant -f txkEBSAuth.xml createDataSource
Buildfile: txkEBSAuth.xml
[taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.
findOS:
getServerDetails:
[input] Enter Oracle WebLogic Server Administration Console URL (host:port) :
testing.local.com:7733
BUILD FAILED
/u01/Oracle/EBSAG_MW/appsutil/accessgate/TEST/txkEBSAuth.xml:63: Problem: failed to create task or type if
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.
Cause:
Missing an entry for (ANT_CONTRIB) environment variable in the CLASSPATH
Solution:
1. Please do the following on the command prompt just before you run the script (txkEBSAuth.xml) :
2. Run the script again and it will complete successfully.
(Reference Document: R12: txkEBSAuth.xml Script Fails with Error "txkEBSAuth.xml:62: Problem: failed to create task" (Doc ID 1353717.1)
Comments
Post a Comment