AW: Developers information needed

2009-01-18 Thread Jan.Materne
Ok, have read the user list first. The questions are answered in more detail on the dev-list. Jan > -Ursprüngliche Nachricht- > Von: jan.mate...@rzf.fin-nrw.de [mailto:jan.mate...@rzf.fin-nrw.de] > Gesendet: Montag, 19. Januar 2009 07:10 > An: user@ant.apache.org > Betreff: AW: Develope

AW: Developers information needed

2009-01-18 Thread Jan.Materne
> I am working on "Understanding dynamics of software and organisational > dynamics" and I am using Ant as my sample project. For that, I need > the developers (not committers) log information of ant as that would > help me understand the organisational structure and interactions > happening in Ant

AW: If you do, which way do you visualize Ant build scripts?

2009-01-18 Thread Jan.Materne
> I think visualizing build scripts is a good way to get some > overview, which > can be nice to have simply for personal use as well as when > introducing new > developers to a project. > > I'm just wondering what I should use myself, since there are > a number of > options. So, what are you u

AW: execute the final target always

2009-01-18 Thread Jan.Materne
... 1. Dont let the fail, because this lets the build fail immediately. 2. Catch the result in a property. 3. Use a conditional for letting the build fail if required. Jan > -Ursprüngliche Nachricht- > Von: leo.lathsp...@gmail.com [mailto:leo.lathsp...@gmail.com

Re: question about built project(war file)

2009-01-18 Thread xiadanhua
Thank you for your answer. I had use the same "classpath lib" and "javac" to build the source without Junit testcase. And I had generated the war file successfully, the Tomcat server can find class file from the war file. But when I try to generate the war file with Junit testcase java file,

Re: question about built project(war file)

2009-01-18 Thread Kamal Chandana Mettananda
Just to confirm again, I guess you have added the junit.jar file into the generated war file's WEB-INF/lib folder. If so, can you try as follows? HTH. Kamal --- http://lkamal.blogspot.com On Mon, Jan 19, 2009 at 9:10 AM,

Re: question about built project(war file)

2009-01-18 Thread xiadanhua
Yes, I have. Below is part of my build.xml's content. Please check it. classpath="${classpath.lib}" debug="on" /> - Original Message - From: "Kamal Chandana Mettananda" To: "Ant Users List" Sent: Monday, January 19, 2009 12:28 PM Subject: Re: question about built project(war file)

Re: question about built project(war file)

2009-01-18 Thread Kamal Chandana Mettananda
Have you added the junit.jar file into the lib folder of the war file? Kamal --- http://lkamal.blogspot.com On Mon, Jan 19, 2009 at 8:51 AM, xiadanhua wrote: > I have a question about built project(war file). > > > > At first time, I used ant's build.xml t

question about built project(war file)

2009-01-18 Thread xiadanhua
I have a question about built project(war file). At first time, I used ant’s build.xml to deploy the source to Tomcat server. This time I had built a correct war file. At second time, I wrote some Junit source, and want to build them to the Tomcat server. Sources are same, but this time b

Re: Splitting "args" in an ant target

2009-01-18 Thread David Weintraub
What about the property? That can be used to check the OS. On Sat, Jan 17, 2009 at 4:36 PM, Emanuele Gesuato wrote: > Hi there, > > In a my ant script, i've a target similar to the following: > > > > > > > > > > > > > > > I w

Re: Ant accessing xls tasks

2009-01-18 Thread Denis N . Antonioli
Hi Have a look at (or ). These are two versions of an ant task that iterates over an Excel spreadsheet. Best dna -- The future is here, it is just not evenly distr