Created
February 16, 2011 12:49
-
-
Save webdevotion/829314 to your computer and use it in GitHub Desktop.
contents of my build.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<project default="release"> | |
<target name="release"> | |
<echo> | |
Building release build | |
</echo> | |
<fb.exportReleaseBuild project="Amazing Project" /> | |
</target> | |
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[........]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