Reputation: 1218
Some of my Ant tasks fail in FDT. The error is usually:
BUILD FAILED
Problem: failed to create task or type fdt.invoke.launchConfiguration
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
What is going on?
Upvotes: 0
Views: 299
Reputation: 1218
You need to make sure that the Ant script is being run the the same JRE as your workspace.
Upvotes: 2