Skip to content

Instantly share code, notes, and snippets.

@shamun
Created December 16, 2011 10:37
Show Gist options
  • Save shamun/1485569 to your computer and use it in GitHub Desktop.
Save shamun/1485569 to your computer and use it in GitHub Desktop.
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