Setting up a usergroup..

2005-01-03 Thread AjayaSahoo
Hi, This mayn't be the correct forum for asking this question. Sorry for that. We need to set up a intranet usegroups for different projects where developers can post their message. Also there should be someway of searching the newsgroup for already posted messages so that one needn't repea

RE: junitreport task error

2004-12-10 Thread AjayaSahoo
It works like a charm...Thanks a lot. :) ajaya -Original Message- From: Sadaf_Choudhry [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 3:11 PM To: Ant Users List Subject: RE: junitreport task error This is what I use:

RE: junitreport task error

2004-12-10 Thread AjayaSahoo
How do I define a junitreport task? -Original Message- From: Sadaf_Choudhry [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 3:05 PM To: Ant Users List Subject: RE: junitreport task error Ok, I see from your build file that you have not defined the junitreport task itself. You n

RE: junitreport task error

2004-12-10 Thread AjayaSahoo
I have ant-trax.jar under apache-ant-1.6.2\lib directory. Ajaya -Original Message- From: Sadaf_Choudhry [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 2:01 PM To: Ant Users List Subject: RE: junitreport task error Hi, You might not have ant-trax.jar Sadaf -Original Mess

RE: junitreport task error

2004-12-10 Thread AjayaSahoo
I have tried with -Djava.endorsed.dirs=path.of.xalan and I still get the same error. -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 1:58 PM To: Ant Users List Subject: Re: junitreport task error Hello, you might need to put xalan.j

junitreport task error

2004-12-10 Thread AjayaSahoo
I am running ant1.6.2. I have downloaded xalan-j_2_6_0-bin.zip. Extracted xalan.jar into apache-ant-1.6.2\lib directory. I am running the following script:

RE: How to run ejbdeploy tool of was 5.0

2004-11-26 Thread AjayaSahoo
Where can I find the document for the following tasks: 1.) Generate Remote/Home/Local interfaces for different EJBs 2.) Generate Web Services from EJBs/Standalone java files 3.) Generate Test clients for the EJBs/Web Services Currently I am using WSAD to accomplish all these tasks. I would like t

RE: Unable to create junit task with ant 1.6.2 & junit3.8.1

2004-10-29 Thread AjayaSahoo
Hi Jake, It works fine with that approach. However, I am interested in creating a junit task which is the clean way of doing this. I have followed the suggestions for creating the task and I get this error "could n't findf junit/framework/TestListener" although I have put the junit.jar in the clas

Unable to create junit task with ant 1.6.2 & junit3.8.1

2004-10-29 Thread AjayaSahoo
Hi, I am using ant-1.6.2 & junit-3.8.1 and unable to create the junit task. I have looked into the archive and put both junit

Unable to create junit task with ant 1.6.2 & junit3.8.1

2004-10-28 Thread AjayaSahoo
Hi, I am using ant-1.6.2 & junit-3.8.1 and unable to create the junit task. I have looked into the archive and put both junit