GayaBalan / ivybeans

Automatically exported from code.google.com/p/ivybeans
0 stars 0 forks source link

Document how to run ivy beans tasks from the command line #102

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Environment : ivybeans 1.2, netbeans 7.2 , OS , jdk VERSION

Description :
currently running 'ant jar' for instance doesn't work from the command line:

$ ant jar
Buildfile: /home/paulo/NetBeansProjects/bookjar/bookjar/build.xml

-pre-init:

-init-private:

-init-user:

-init-project:

-init-macrodef-property:

-ivy-properties-defaults:

-check-ivy:

-ivy-define:
  [taskdef] Could not load definitions from resource fr/jayasoft/ivy/ant/antlib.xml. It could not be found.

-ant-contrib-define:

-ivy-settings-define:

-lib-path-init:

-ivy-paths-and-retrieve:

BUILD FAILED
/home/paulo/NetBeansProjects/bookjar/bookjar/nbproject/ivy-impl.xml:91: The 
following error occurred while executing this line:
/home/paulo/NetBeansProjects/bookjar/bookjar/nbproject/ivy-impl.xml:54: 
Problem: failed to create task or type antlib:fr.jayasoft.ivy.ant:settings
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.
No types or tasks have been defined in this namespace yet

This appears to be an antlib declaration. 
Action: Check that the implementing library exists in one of:
        -/usr/share/ant/lib
        -/home/paulo/.ant/lib
        -a directory added on the command line with the -lib argument

Total time: 0 seconds

Would be nice that there was a how-to (also, a deb library for ppa builds)

Original issue reported on code.google.com by i30817@gmail.com on 9 Aug 2012 at 4:33