What's wrong with that file?
Jan
"ANT_HOME\bin\ant":
-------------------
#! /bin/sh
# Licensed to the Apache Software Foundation (ASF) under one or more
...
# Extract launch and ant arguments, (see details below).
ant_exec_args=
no_config=false
use_jikes_default=false
ant_exec_debug=false
show_help=false
for arg in "$@" ; do
if [ "$arg" = "--noconfig" ] ; then
no_config=true
elif [ "$arg" = "--usejikes" ] ; then
use_jikes_default=true
...
ant_exec_command="exec \"$JAVACMD\" $ANT_OPTS -classpath \"$LOCALCLASSPATH\"
-Dant.home=\"$ANT_HOME\" -Dant.library.dir=\"$ANT_LIB\" $ant_sys_opts
org.apache.tools.ant.launch.Launcher $ANT_ARGS -cp \"$CLASSPATH\"
$ant_exec_args"
if $ant_exec_debug ; then
echo $ant_exec_command
fi
eval $ant_exec_command
>-----Ursprüngliche Nachricht-----
>Von: Michaël Parchet [mailto:[EMAIL PROTECTED]
>Gesendet: Montag, 23. April 2007 17:47
>An: [email protected]
>Betreff: RE : AW: install and use apache-ant on linux
>
>
>
>
>
>
> Hello,
>
> I know but I can't found the linux's ant files
>
> Tanks for your help.
>
> Best regards
>
> Michael
>
>
> -----Message d'origine-----
>> De : "[EMAIL PROTECTED]"
>> Date d'envoi : lundi 23 avril 2007 11:17
>> À : "[email protected]"
>> Objet : AW: AW: install and use apache-ant on linux
>>
>> sorry - the linux file doesnt have any suffix - just "ant"
>>
>> Jan
>>
>> >-----Ursprüngliche Nachricht-----
>> >Von: Michaël Parchet [mailto:[EMAIL PROTECTED]
>> >Gesendet: Montag, 23. April 2007 13:07
>> >An: Ant Users List
>> >Betreff: RE: AW: install and use apache-ant on linux
>> >
>> >
>> >Hello,
>> >
>> >Sorry but there is no *.sh file in the bin directory
>> >
>> >
>> >Best regards.
>> >
>> >
>> >Michaël
>> >
>> >
>> >----------------------------------------
>> >> Subject: AW: install and use apache-ant on linux
>> >> Date: Mon, 23 Apr 2007 12:41:02 +0200
>> >> From: [EMAIL PROTECTED]
>> >> To: [email protected]
>> >>
>> >> "ant" is the name of the wrapper scripts in ANT_HOME\bin.
>> >> There are several: for windows (*.bat, *.cmd) and for
>Linux (*.sh).
>> >>
>> >> These wrappers start the Ant Launcher which is written in Java
>> >> (ANT_HOME\lib\ant-launcher.jar). This launcher does the
>final start
>> >> process finishing in oata.Main.main(String[]) which does
>build work
>> >> (starting with parsing of the command line arguments).
>> >>
>> >>
>> >> Jan
>> >>
>> >> >-----Ursprüngliche Nachricht-----
>> >> >Von: Michaël Parchet [mailto:[EMAIL PROTECTED]
>> >> >Gesendet: Montag, 23. April 2007 12:30
>> >> >An: Ant Users List
>> >> >Betreff: RE: install and use apache-ant on linux
>> >> >
>> >> >
>> >> >Hello,
>> >> >
>> >> >Which is your operating system?
>> >> >
>> >> >Tanks for your answer.
>> >> >
>> >> >Michaël
>> >> >
>> >> >
>> >> >----------------------------------------
>> >> >> From: [EMAIL PROTECTED]
>> >> >> Subject: Re: install and use apache-ant on linux
>> >> >> Date: Sun, 22 Apr 2007 23:46:41 +0200
>> >> >> To: [email protected]
>> >> >>
>> >> >>
>> >> >> On 22 apr 2007, at 21.56, Michaël Parchet wrote:
>> >> >>
>> >> >> >
>> >> >> > Hello,
>> >> >> >
>> >> >> > If these files is windows executables, were is the linux
>> >> >executable ?
>> >> >> >
>> >> >> > How to lanch ant on linux ?'
>> >> >> >
>> >> >> > Tanks for your help.
>> >> >> >
>> >> >> >
>> >> >> > Michaël
>> >> >> >
>> >> >> I checked my Installation. The command is just ant,
>> >> >> without any suffix, if the ant bin directory is on your PATH
>> >> >>
>> >> >> ------------------------------------------------------
>> >> >> "Home is not where you are born, but where your heart
>> >finds peace" -
>> >> >> Tommy Nordgren, "The dying old crone"
>> >> >> [EMAIL PROTECTED]
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>>
>>---------------------------------------------------------------------
>> >> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >> >>
>> >> >
>> >> >_________________________________________________________________
>> >> >Essayez Live.com, votre nouvelle page d'accueil !
>> >> >Personnalisez-la en quelques clics pour retrouver tout ce qui
>> >> >vous intéresse au même endroit.
>> >> >http://www.live.com/getstarted
>> >>
>>
>>>---------------------------------------------------------------------
>> >> >To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> >For additional commands, e-mail: [EMAIL PROTECTED]
>> >> >
>> >> >
>> >>
>> >>
>---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >
>> >_________________________________________________________________
>> >Essayez Live.com et créez l'Internet qui vous ressemble :
>> >infos, sports, météo et bien plus encore !
>> >http://www.live.com/getstarted
>>
>>---------------------------------------------------------------------
>> >To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>
>_________________________________________________________________
>Essayez Live.com, votre nouvelle page d'accueil !
>Personnalisez-la en quelques clics pour retrouver tout ce qui
>vous intéresse au même endroit.
>http://www.live.com/getstarted
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]