Re: OFF-Topic: Diplom-Thesis

2006-08-02 Thread Ben Stringer
Hi Markus, What city is your company based in? Are they okay with german-speaking documenters writing for them from another country? Offering money to write a diploma thesis is unusual - can you provide more details? Cheers, Ben On Wed, 2006-08-02 at 13:16 +0200, Markus M. May wrote: > Hello, >

Re: Calling Shell Script from build.xml file

2006-08-02 Thread Ben Stringer
On Tue, 2006-08-01 at 13:07 +0530, [EMAIL PROTECTED] wrote: > Hi, > > Am using a build.xml file , ant version 1.5.4 to build our application. Any reason not to upgrade? 1.6.5 is the current version, and has been for close to a year. > > After doing the same, for deployment I have shell script

Re: Ant build Time

2006-07-19 Thread Ben Stringer
endencies that are really not required, and executing these can take unnecessary time. How long does your build take if you run it without ant? Cheers, Ben Ben Stringer = [EMAIL PROTECTED] == ---

Re: Ant script to export projects to a DataBase

2006-06-29 Thread Ben Stringer
On Thu, 2006-06-29 at 19:09 +0530, Deepak Rao wrote: > Hi, > I have to export some projects to database (MySql). > The DB script pertaining to that project is already written in the database. > How can we do this task (of exporting projects ) using the ANT ? > > hope someone has an idea. Hi Deepa

RE: build.properties

2006-06-28 Thread Ben Stringer
On Wed, 2006-06-28 at 18:22 +0530, Raghuveer wrote: > jan Thanks a lot for info. > > imagine if buil.xml and buil.properties are in path > F:\tsource\ant > > My Web application is in path. > F:/oc4j_extended/j2ee/home/applications > > > After making changes in xml file as below > project.test=T

Re: Question on finding what executable ant uses to javac/jar

2006-06-27 Thread Ben Stringer
On Tue, 2006-06-27 at 21:56 -0700, Michael Wenk wrote: > Hi, > > I am a fairly new to ant, and unfortunately, I have not been able to find my > answer by googling and searching the list archives, tho I have to figure its > been asked before. I need help in calling an external program. This prog

Re: How to starta DB using ANT script

2006-06-27 Thread Ben Stringer
On Tue, 2006-06-27 at 14:54 +0530, Deepak Rao wrote: > Hi, > Can we perform these tasks using an ANT build script. > - start a DataBase (say mySql) > - run a particular DB script on it. > - export some particular data(projects) into it. > - and then close down. Hi Deepak, As long as you ar

Re: Can we pass parameter to Ant target?

2006-06-21 Thread Ben Stringer
On Wed, 2006-06-21 at 06:57 -0400, Scot P. Floess wrote: > You can sorta do that if you use -D's to define property values. > > For instance: > > ant -Dserver=localhost deploy > > Then you can use: > > ${server} > > in your ant script... > > Or you can use a property file as well... Or envir

Re: Putting -verbose option 'on' and 'off' during ANT build

2006-06-20 Thread Ben Stringer
On Mon, 2006-06-19 at 22:53 -0700, madhuvanti joshi wrote: > Hi, > > I am running an ANT script with -verbose option. It > gives me additional information in log file. I need to > put it 'OFF' while the script is running and then > again make it 'ON' as I want to make sure certain > information is

Re: How to add mutable content to immutable build file

2006-06-17 Thread Ben Stringer
On Fri, 2006-06-16 at 18:54 +0300, Vitaliy S wrote: > Hello, > > I have target with a task supporting subtasks > e.g > > > > > > > > > the content of task may be changed but the rest file is immutable. > I want to store mutable content in seporate file. > What is th

Re: Multiple directories

2006-06-08 Thread Ben Stringer
On Thu, 2006-06-08 at 09:02 +0100, David Bates wrote: > I have the following target: > > > > > > > > > > > > > > > > > > > > > > > > > > I run this prior to doing a deployment to ensure we have a backup of > what was on the server i

Re: Implementing a loop in ANT

2006-06-08 Thread Ben Stringer
On Wed, 2006-06-07 at 11:17 -0700, Guru Balse wrote: > I am sure this question has been asked before, and I could not see any > reasonable answer in the archives. How can I implement a loop in ANT > without using scripts? For example, if I want to call a certain target > N times, how can I do

Re: Using and checking an environment variable?

2006-06-06 Thread Ben Stringer
iable is not set. Cheers, Ben Ben Stringer = [EMAIL PROTECTED] == - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: why do I get a java FileNotFound when defining a property

2005-09-15 Thread Ben Stringer
On Fri, 2005-09-16 at 01:09 -0400, Lasher, James L wrote: > I have defined a property: > > > > If the /opt/odi/success.txt file does not yet exist, I get a > java.io.FileNotFound Exception and the build fails. > > Is there any way around this? I'd like to just set this property up > with the n

Re: cvs update command

2005-06-23 Thread Ben Stringer
r, containing a file called "Root", and this has the cvs repository details within it. Cheers, Ben > > Thanks! > > ----- &