I thought the build.bat was needed to compile the XML libraries etc. into a
solid ANT environment, but yes it seems to work, will do some ANT building.
Will let you know of my progress and listening to the posts.

Thanks.
- Frank

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: vendredi, 17. juin 2005 08:55
To: user@ant.apache.org
Subject: AW: Question: List


We have a build.bat in our source distro, but this only for building Ant
itself.
For building your own projects you dont need that file. Just start Ant with
your buildfile
  ProjectDir> ant -f myBuildFile.xml
or with common buildfile name build.xml
  ProjectDir> ant

Why do you think you need that?


Jan
   

>-----Ursprüngliche Nachricht-----
>Von: Frank Hansen [mailto:[EMAIL PROTECTED] 
>Gesendet: Freitag, 17. Juni 2005 08:39
>An: 'Ant Users List'
>Betreff: RE: Question: List
>
>Ive come across lots of material, installed the ANT Binary, 
>did the EXerces
>but still have no build.bat file to compile.
>
>Any help ?.
>
>Thanks.
>- Frank
>-----Original Message-----
>From: David TROGDON [mailto:[EMAIL PROTECTED]
>Sent: mercredi, 15. juin 2005 22:52
>To: Ant Users List
>Subject: Re: Question: List
>
>
>
>Hi
>
>Thats a pretty loaded question. I don't wnat to come off flipant but I
>would start with some very basic steps.
>
>First, Im not familiar with Websphere so I cant help you much there.
>
>ANT is pretty flexable and will certainly run under Windows.
>
>I would go to the ANT site, down load and install it per the 
>instructions.
>
>My experience with ANT has been totaly PC based systems. You 
>can run ANT
>from a command window or batch files.
>
>Early on I wanted a nice XML editor to write the scripts in 
>and chose XML
>Spy which does a fine job.
>
>Later on I was working in VAJ (Visual Age for Java) and found 
>a bit of a
>kludgy but functionl plug in that allowed me run ANT in the development
>envornment.
>
>Now I use Eclipse and ANT and the editor come packaged with it 
>in a very
>slick package.
>
>Perhaps websphere has simlar functionality?
>
>Anyways, once you get it installed, write a simple script or 
>two from the
>many examples in the documentation.
>
>Copy some files, move some files, delete some files. Do the same with
>directories.
>
>Work with the exec function that allows you to run virtually any
>application. This should take care of your compiling if 
>nothing else will.
>
>Any application that can be run from a command line can be run from ANT
>including any parameters you need to pass to it.
>
>On a network, if you can map a drive or location, you can 
>refrence it in
>ANT.
>
>The decision makeing or branching in ANT is a bit weak but 
>where there is a
>will, there is a way.
>
>With a bit of practiice you can do pretty much any thing you need to to
>complete a build.
>
>After about 7 years of working with ANT, my builds are almost 
>one "click"
>from repository to CD includng the installation.
>
>Good Luck
>
>
>
>|---------+---------------------------->
>|         |           "Frank Hansen"   |
>|         |           <[EMAIL PROTECTED]|
>|         |           ine.ch>          |
>|         |                            |
>|         |           06/15/2005 04:00 |
>|         |           PM               |
>|         |           Please respond to|
>|         |           "Ant Users List" |
>|         |                            |
>|---------+---------------------------->
>  
>>--------------------------------------------------------------
>-----------
>-----------------------------------------------------|
>  |
>|
>  |       To:       "'Ant Users List'" <user@ant.apache.org>
>|
>  |       cc:
>|
>  |       bcc:
>|
>  |       Subject:  Question: List
>|
>  
>>--------------------------------------------------------------
>-----------
>-----------------------------------------------------|
>
>
>
>
>Dear All,
>
>Can some someone tell me the best way to get started on ANT 
>under Windows I
>have websphere Studio - is that possible to compile some script to get
>familiar with the environment, or do I have to go LINUX. Not 
>that Im not
>familiar but just dont feel like going from machine to 
>machine, but have it
>all running on my labtop.
>
>Any help is appreciated.
>- Frank
>
>
>---------------------------------------------------------------------
>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]
>
>
>---------------------------------------------------------------------
>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]

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

Reply via email to