You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@depot.apache.org by Leo Simons <le...@apache.org> on 2004/02/08 16:00:45 UTC

steps to build ant task?

Hi gang!

I figured I'd go take a look at what you're all up to over here. Once I 
figured out ruper -> ruper2 -> incubator -> depot...and figured out 
depot lives in SVN (from the pmc archive)...I figured out how to get 
depot from SVN (by looking at the instructions from commons.apache.org 
and looking at the web interface from there).

When I type 'ant' in the ruper directory, I get this error:
---
[lsimons@giraffe ruper]$ ant
Buildfile: build.xml

build_banner:
      [echo] --------------------------------------------------------
      [echo]      apache-depot-ruper 0.1 20040208 Build
      [echo]               Copyright 2004 apache.org
      [echo] --------------------------------------------------------
      [echo] Ant              : Apache Ant version 1.5.4 compiled on 
August 12 2003
      [echo] Ant File         : 
/home/lsimons/svn/incubator/depot/trunk/ruper/build.xml
      [echo] Ant Prj          : depot-ruper
      [echo] Ant Java         : 1.4
      [echo] Ant Home         : /home/lsimons/opt/ant
      [echo] --------------------------------------------------------

init:
     [mkdir] Created dir: 
/home/lsimons/svn/incubator/depot/trunk/ruper/target/classes/core
     [mkdir] Created dir: 
/home/lsimons/svn/incubator/depot/trunk/ruper/target/classes/ant
     [mkdir] Created dir: 
/home/lsimons/svn/incubator/depot/trunk/ruper/target/dist/jars
     [mkdir] Created dir: 
/home/lsimons/svn/incubator/depot/trunk/ruper/target/classes/test/core

compile:
     [javac] Compiling 162 source files to 
/home/lsimons/svn/incubator/depot/trunk/ruper/target/classes/core

BUILD FAILED
file:/home/lsimons/svn/incubator/depot/trunk/ruper/build.xml:124: 
/home/lsimons/svn/incubator/depot/trunk/ruper/lib not found.
---

my guess is someone forgot to check some stuff in :D

can someone provide me with some basic steps (as in "things to enter on 
command line") that will get me a jar or two to drop into the ant lib/ 
directory, along with a basic sample of how to use the task?

-- 
cheers,

- Leo Simons

-----------------------------------------------------------------------
Weblog              -- http://leosimons.com/
IoC Component Glue  -- http://jicarilla.org/
Articles & Opinions -- http://articles.leosimons.com/
-----------------------------------------------------------------------
"We started off trying to set up a small anarchist community, but
  people wouldn't obey the rules."
                                                         -- Alan Bennett


Re: steps to build ant task?

Posted by "Markus M. May" <mm...@gmx.net>.
Hello Leo,
good one. I just checking in an updated version. At the moment, I have a 
couple of dependencies I have to resolve here.

Sorry about this one.

R,

Markus

Leo Simons wrote:

> Hi gang!
> 
> I figured I'd go take a look at what you're all up to over here. Once I 
> figured out ruper -> ruper2 -> incubator -> depot...and figured out 
> depot lives in SVN (from the pmc archive)...I figured out how to get 
> depot from SVN (by looking at the instructions from commons.apache.org 
> and looking at the web interface from there).
> 
> When I type 'ant' in the ruper directory, I get this error:
> ---
> [lsimons@giraffe ruper]$ ant
> Buildfile: build.xml
> 
> build_banner:
>      [echo] --------------------------------------------------------
>      [echo]      apache-depot-ruper 0.1 20040208 Build
>      [echo]               Copyright 2004 apache.org
>      [echo] --------------------------------------------------------
>      [echo] Ant              : Apache Ant version 1.5.4 compiled on 
> August 12 2003
>      [echo] Ant File         : 
> /home/lsimons/svn/incubator/depot/trunk/ruper/build.xml
>      [echo] Ant Prj          : depot-ruper
>      [echo] Ant Java         : 1.4
>      [echo] Ant Home         : /home/lsimons/opt/ant
>      [echo] --------------------------------------------------------
> 
> init:
>     [mkdir] Created dir: 
> /home/lsimons/svn/incubator/depot/trunk/ruper/target/classes/core
>     [mkdir] Created dir: 
> /home/lsimons/svn/incubator/depot/trunk/ruper/target/classes/ant
>     [mkdir] Created dir: 
> /home/lsimons/svn/incubator/depot/trunk/ruper/target/dist/jars
>     [mkdir] Created dir: 
> /home/lsimons/svn/incubator/depot/trunk/ruper/target/classes/test/core
> 
> compile:
>     [javac] Compiling 162 source files to 
> /home/lsimons/svn/incubator/depot/trunk/ruper/target/classes/core
> 
> BUILD FAILED
> file:/home/lsimons/svn/incubator/depot/trunk/ruper/build.xml:124: 
> /home/lsimons/svn/incubator/depot/trunk/ruper/lib not found.
> ---
> 
> my guess is someone forgot to check some stuff in :D
> 
> can someone provide me with some basic steps (as in "things to enter on 
> command line") that will get me a jar or two to drop into the ant lib/ 
> directory, along with a basic sample of how to use the task?
>