FDT and Ant Tutorial

From FDT Documentation

(Difference between revisions)
Jump to: navigation, search
Aklement (Talk | contribs)
(Created page with " If you're just using the built in Ant tasks ( not FDT's Ant tasks ), you wont need to work about making sure your Ant tasks (file) are operating as the same JRE (Java Run Time ...")
Newer edit →

Revision as of 16:53, 20 September 2010

If you're just using the built in Ant tasks ( not FDT's Ant tasks ), you wont need to work about making sure your Ant tasks (file) are operating as the same JRE (Java Run Time Environment) as FDT; however, if you plan on using FDT's Ant tasks, or FDT's Ant tasks along with Ant's built in tasks, you will.

You"BUILD FAILED Could not create task or type ..." your task probably runs in another JRE. This can be corrected. Therefore got to "Run- >External Tools->External Tools..." in the main menu. Choose your run configuration and go to the tab "JRE". Change the option "Runtime JRE" from "Separate JRE" to "Run in the same JRE as the workspace".

Get FDT5