Re: question about built project(war file)

2009-01-18 Thread xiadanhua
nt Users List" Sent: Monday, January 19, 2009 1:01 PM Subject: Re: question about built project(war file) 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 fol

Re: question about built project(war file)

2009-01-18 Thread Kamal Chandana Mettananda
..@gmail.com> > To: "Ant Users List" > Sent: Monday, January 19, 2009 12:28 PM > Subject: Re: question about built project(war file) > > > > Have you added the junit.jar file into the lib folder of the war file? > > > Kamal > ---

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 Su

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