Hi,

By default ant will look for the build.xml in the
current workink directory. So if u want to kkep it
seperately some where, then write an ant task in the
build file that directs the control flow to another
.xml file.

bzye,
with regards,
Deepak.

--- Frankie Woodruff <[EMAIL PROTECTED]> wrote:

> Thanks for the help!
> If you have time, could you tell me, do these
> classpath settings set up 
> where ant will always look for the build files?? I'm
> trying to make some 
> .jar files and I'm not sure how to make sure it
> includes all the files in 
> the jar.
> 
> --javapup
> 
> 
> >Hi,
> >
> >First unzip and and put it in a directory.
> >say f:\ant-1.5
> >
> >Then set the classpath settings for it.
> >A simple example is-just simply copy paste these in
> >cmd prompt. (consider java to be installed in f:\)
> >
> >SET PATH=f:\java\bin;f:\ant-1.5\bin;
> >set JAVA_HOME=f:\java
> >set ANT_HOME=f:\ant-1.5
> >set PATH=%PATH%;%ANT_HOME%\bin;
> >
> >Check if java and ant are there
> >by simply typing
> >f:\javac
> >f:\ant -version
> >
> >You should see the ant version. If you see it then
> the
> >installing is perfect. Now u can go to any
> directory
> >and run the corresponding build file. by callinf
> the
> >target or the build file itself.
> >
> >bye,
> >with regards,
> >Deepak.
> >
> >--- Frankie Woodruff <[EMAIL PROTECTED]>
> wrote:
> > > Hello, I'm new to ant and having trouble getting
> it
> > > installed.
> > > Please bear with me...... When I try to install,
> it
> > > says it can't find the
> > > build.xml file. It didn't come in the files I
> > > downloaded from Apache.......
> > > I'm a bit confused and I could really use a
> hand.
> > > I'm trying to write
> > > screensavers in Java and I have to
> use/understand
> > > ant to do so. The docs for
> > > ant are not very clear to someone at my level.
> I'm
> > > not a total newb, but I'm
> > > definitely missing some pieces!
> > > So if anyone has some patience  :O)
> > >
> > > --javapup
> > >
> > >
>
>_________________________________________________________________
> > > FREE pop-up blocking with the new MSN Toolbar –
> get
> > > it now!
> > >
>
>http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
> > >
> > >
> > >
>
>---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> > >
> >
> >
> >
> >
> >__________________________________
> >Do you Yahoo!?
> >Yahoo! Mail - Helps protect you from nasty viruses.
> >http://promotions.yahoo.com/new_mail
> >
>
>---------------------------------------------------------------------
> >To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> >For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> 
>
_________________________________________________________________
> Planning a family vacation? Check out the MSN Family
> Travel guide! 
> http://dollar.msn.com
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to