on 7/10/01 5:26 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Thanks for the help Dave... I am closer but not yet there
> I am running a debian verion of Linux and so the "debuild" is
> probably an adapted "build". I added the "ant" jar files to
> the class path.
>
> -----New Questions ----------------------------
>
> * is the build command part of my Operation System (Linux) or part
> of "ANT" ... I know the "MAKE" command is part of LINUX.
> I have used "MAKE" before to build Apache and MYSQL.
make is a tool. It isn't "part of Linux". It is just an application.
> * Can you give me any more advice about geting ANT to build correctly....
> .... where are the debian rules specified (see below).
>
> ----- What I did since my last email --------------------------------------
>
> * export CLASSPATH=${CLASSPATH}:/usr/local/jakarta-ant-1.3/lib
Wrong. A classpath must be to files, not directorys.
> * env shows good assignments for ANT_HOME / PATH / and CLASSPATH
>
> * Linuxsvr1:/usr/local/jakarta-ant-1.3# sh build.sh install
> build.sh: build.sh: No such file or directory
What are you doing this for?
> * Linuxsvr1:/usr/local/jakarta-ant-1.3# sh build
> The build program has been renamed debuild;
> please use the new name instead.
Huh?
> * Linuxsvr1:/usr/local/jakarta-ant-1.3# debuild install
> debuild: fatal error at line 188:
> Cannot find debian/rules anywhere! Are you in the source code tree?
Huh?
> * Linuxsvr1:/usr/local/jakarta-ant-1.3/bin# debuild install
> debuild: fatal error at line 188:
> Cannot find debian/rules anywhere! Are you in the source code tree?
Just read the Ant install instructions and follow the directions.
If you still can't figure it out, ask on the Ant-User list. This isn't a
support list for Ant installation questions.
-jon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]