Skip to content

Instantly share code, notes, and snippets.

@webdevotion
Created February 16, 2011 12:49
Show Gist options
  • Save webdevotion/829314 to your computer and use it in GitHub Desktop.
Save webdevotion/829314 to your computer and use it in GitHub Desktop.
contents of my build.xml
<?xml version="1.0"?>
<project default="release">
<target name="release">
<echo>
Building release build
</echo>
<fb.exportReleaseBuild project="Amazing Project" />
</target>
</project>
[........]ant/build.xml:8: Problem: failed to create task or type fb.exportReleaseBuild
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment