Re: where to keep jar files

2009-08-06 Thread Kamal Chandana Mettananda
Hi, You can save the jar files in a separate location and refer to them. See the task named "path". Then you can use that path in your tasks. Cheers, Kamal --- http://lkamal.blogspot.com/2009/07/war-ant-eclipse-build-web-application.html On Thu, Aug 6,

Re: Warnings for javac on console

2009-07-24 Thread Kamal Chandana Mettananda
Hi, There are options to enable it. Use verbose=true and debug="on" attributes to see outputs. For example; HTH. Kamal Mettananda http://lkamal.blogspot.com On Fri, Jul 24, 2009 at 6:09 PM, Knuplesch, Juergen < juergen.knuple...@icongmbh.de> wrote: > Hello, > > I want to see warn

Re: question about built project(war file)

2009-01-18 Thread Kamal Chandana Mettananda
10 AM, xiadanhua wrote: > 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" < > lka.

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

Re: Junit tests failing through ant, but succesful when run from IDE

2008-10-07 Thread Kamal Chandana Mettananda
How do you call the test with your build file? Does your target with the test start execution? --- http://lkamal.blogspot.com On Tue, Oct 7, 2008 at 3:53 PM, Ram.s <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm running junit tests from my IntelliJ IDEA, and

Re: Packaging war

2008-10-01 Thread Kamal Chandana Mettananda
Yes you can. Following is just an example of using .jar files from a given directory. --- Kamal Mettananda http://lkamal.blogspot.com On Wed, Oct 1, 2008 at 8:31 PM, Mohit Anchlia <[EMAIL PROTECTED]>wrote: > Can I also use patterns inside of fileset? >

Re: Packaging war

2008-09-30 Thread Kamal Chandana Mettananda
Inside your jar command you may declare your criteria easily. Try ant condition. http://ant.apache.org/manual/CoreTasks/condition.html First you may declare your criteria as a property, and check that inside a condition. --- Kamal Mettananda http://lkamal.b