Created
December 16, 2011 10:37
-
-
Save shamun/1485569 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
General | |
========= | |
[sun@example gstreamer_ndk_bundle]$ ant | |
Buildfile: /home/sun/Downloads/gstreamer_ndk_bundle/build.xml | |
BUILD FAILED | |
/home/sun/Downloads/gstreamer_ndk_bundle/build.xml:83: Cannot find /var/tmp/android-sdk-linux/tools/ant/build.xml imported from /home/sun/Downloads/gstreamer_ndk_bundle/build.xml | |
Total time: 0 seconds | |
Copy/Paste | |
=========== | |
[sun@example ant]$ cp /home/sun/Downloads/gstreamer_ndk_bundle/build.xml ./ | |
[sun@example ant]$ ls | |
build.xml | |
[sun@example ant]$ pwd | |
/var/tmp/android-sdk-linux/tools/ant | |
[sun@example ant]$ cd /home/sun/Downloads/gstreamer_ndk_bundle/ | |
[sun@example gstreamer_ndk_bundle]$ ant | |
Buildfile: /home/sun/Downloads/gstreamer_ndk_bundle/build.xml | |
Duplicated project name in import. Project GStreamer defined first in /home/sun/Downloads/gstreamer_ndk_bundle/build.xml and again in /var/tmp/android-sdk-linux/tools/ant/build.xml | |
BUILD FAILED | |
Target "help" does not exist in the project "GStreamer". | |
Total time: 0 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment