problems with detokenization

2002-11-01 Thread Grace Li
The function of my ant xml file: copies several files with tokens and detokenizes the files The symptom is: The ant xml worked properly (files were copied to their places and the tokens were replaced) at most conditions except: when the time on the machine is older than the time marked on the f

RE: Cannot copy an entire directory into another directory :(

2002-11-01 Thread Alexey Solofnenko
The correct way: - Alexey. -- { http://trelony.cjb.net/ } Alexey N. Solofnenko { http://www.inventigo.com/ } Inventigo LLC Pleasant Hill, CA (GMT-8 usually) -Original Message- From: David McTavish [mailto:dmctavish@;SANDVINE.com] Sent: Friday, November 01, 2002 12:59 PM

RE: Cannot copy an entire directory into another directory :(

2002-11-01 Thread David McTavish
try d. -Original Message- From: Ben Hart [mailto:ben.hart@;itouch.co.uk] Sent: Friday, November 01, 2002 8:30 AM To: '[EMAIL PROTECTED]' Subject: Cannot copy an entire directory into another directory :( I want to copy a directory (with contents + subdirector

Cannot copy an entire directory into another directory :(

2002-11-01 Thread Ben Hart
I want to copy a directory (with contents + subdirectories) into another. According to the ant manual, this should work: However, this copies the contents of ${www.dir} into ${dist.www.dir}, not ${www.dir} itself. Am I missing something? I am using Ant 1.4.1. Cheers, Ben IMPORTANT N

Re: Jspc and JDK 1.4.1_01 not working

2002-11-01 Thread Steve Loughran
- Original Message - From: "Jon Schewe" <[EMAIL PROTECTED]> To: "Steve Loughran" <[EMAIL PROTECTED]> Cc: "Ant Users List" <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 8:15 AM Subject: Re: Jspc and JDK 1.4.1_01 not working > Ok, I just downloaded and installed Tomcat-4.1.12 and I'v

Re: JUnitReport - more info to display?

2002-11-01 Thread Gordon Tyler
Dominique Devienne wrote: On the other hand, I've also heard tools in the JProbe family, although very good, can be quite expensive... If indeed there's a substantial price difference between Clover and JProbe Coverage, it then all depends on the price one puts on dynamic runtime instrumentation..

RE: JUnitReport - more info to display?

2002-11-01 Thread Dominique Devienne
Sure is ;-) I've heard good things about JProbe Coverage, and I should probably have mentioned it as a possible candidate. Sorry about that! On the other hand, I've also heard tools in the JProbe family, although very good, can be quite expensive... If indeed there's a substantial price difference

RE: Cannot copy an entire directory into another directory

2002-11-01 Thread Malik, Yousuff
Use Yousuff -Original Message- From: Ben Hart [mailto:ben.hart@;itouch.co.uk] Sent: Friday, November 01, 2002 9:37 AM To: '[EMAIL PROTECTED]' Subject: Cannot copy an entire directory into another directory I want to copy a directory (with contents + subdirectories) into another. Accor

Re: JUnitReport - more info to display?

2002-11-01 Thread Gordon Tyler
Dominique Devienne wrote: A colleague of mine wrote a very smart static analyzer of the test code to figure out which calls it was making (by introspecting the bytecode), but even that is not enough to figure out what really gets called at runtime, which is necessarily a subset of the calls discov

Re: Jspc and JDK 1.4.1_01 not working

2002-11-01 Thread Jon Schewe
Ok, so get this, I had my JAVA_HOME environment variable set differently in cygwin than in windows and that was the whole problem. Thank you all for your suggestions. > "JS" == Jon Schewe <[EMAIL PROTECTED]> writes: JS> Ok, I just downloaded and installed Tomcat-4.1.12 and I've still got

Cannot copy an entire directory into another directory

2002-11-01 Thread Ben Hart
I want to copy a directory (with contents + subdirectories) into another. According to the ant manual, this should work: However, this copies the contents of ${www.dir} into ${dist.www.dir}, not ${www.dir} itself. Am I missing something? I am using Ant 1.4.1. Cheers, Ben IMPORTANT N

Re: Jspc and JDK 1.4.1_01 not working

2002-11-01 Thread Jon Schewe
Ok, I just downloaded and installed Tomcat-4.1.12 and I've still got the same problem. It seems that this is a problem with return values from cygwin. The latest version gives back different return values and therefore the ant task gets unhappy and dies. > "SL" == Steve Loughran <[EMAIL PROT

RE: JUnitReport - more info to display?

2002-11-01 Thread sharon Stanfill
Great! I"ll have to look into Clover. (I'm just getting started with ANT, etc.) Sharon Stanfill At 09:54 AM 11/1/2002 -0600, you wrote: Which is exactly the kind of info the Clover report gives you, it seems to me: Test coverage percentages of your entire code base, further broken down by package

RE: JUnitReport - more info to display?

2002-11-01 Thread Keith Hatton
Thanks all for your comments. I've downloaded an evaluation version of Clover and it looks pretty good. I'll just have to spend a few days playing with it to see whether it meets my needs (management as well as technical). Keith -Original Message- From: Dominique Devienne [mailto:DDev

RE: JUnitReport - more info to display?

2002-11-01 Thread Dominique Devienne
Which is exactly the kind of info the Clover report gives you, it seems to me: Test coverage percentages of your entire code base, further broken down by packages and even individual classes I understand. Knowing how many test methods you have, and their names is indeed useless, as they could be em

RE: Using ftp task with ant 1.5.1

2002-11-01 Thread Buonassisi, Vincent [Contractor]
Hi, I am having problems getting ant 1.4.1 to see the ftp optional task. I have put the optional.jar and the NetComponents.jar files in ant's lib directory. When I echo the java classpath from the ant build file I can see the jar files in the classpath. The -verbose -debug options don't tell me

RE: Is installing possible in Ant

2002-11-01 Thread Malik, Yousuff
Ant is installed file. Its looking for a build.xml file thats not present in the C:\Documents and Settings\UMA directory. When you run ant, by default it expects a build.xml file to be present in your directory. Yousuff -Original Message- From: Uma Maheswar [mailto:uma@;globalleafs.com] S

RE: JUnitReport - more info to display?

2002-11-01 Thread sharon Stanfill
Well, actually, from an upper level management viewpoint, you shouldn't need to see the details, but be able to track that the testing was done. And, at least in some areas of government work, there are various requirements involving proving/documenting that testing was done. At 08:49 AM 11/1/20

Re: Is installing possible in Ant

2002-11-01 Thread Uma Maheswar
Hi, I went to the control panel and updated my path like this variable: path value: c:\j2sdk1.4.0\bin;c:\j2ee\bin;c:\jakarta-ant\bin all commands like j2ee were functioning properly before doing this, but not now. Is that the correct way to set the path? Please help me where am I missing. C:\Docum

Re: Compiling 2 files

2002-11-01 Thread Vijay Gupta
Hi Conor, Directory structure and package structure is ok. I tried with -debug option and I found out the problem it was copying old .class files for some files Thanks for response. Vijay

RE: Is installing possible in Ant

2002-11-01 Thread Keith Hatton
You have installed it, but you will need %ANT_HOME%\bin to be in your PATH if you want to run "ant" from any directory. Keith -Original Message- From: Uma Maheswar [mailto:uma@;globalleafs.com] Sent: 01 November 2002 08:29 To: [EMAIL PROTECTED] Subject: Is installing possible in Ant H

RE: JUnitReport - more info to display?

2002-11-01 Thread Keith Hatton
I agree about what's important - but in reality, my cynicism kicks in, and the project manager suddenly wants to see "Unit Test Reports" (like, I thought, unit testing was checking that your code met the design at a fine-grained level, so what is there to report if it works?). It's just that I

Is installing possible in Ant

2002-11-01 Thread Uma Maheswar
Hi, I have downloaded jakarta-ant-1.5.1-bin.zip folder from the site. I have unpacked them to c:\ and found the following files FOLDERS bin docs lib etc FILES KEYS LICENSE LICENSE.dom LICENSE.sax LICENSE.xerces README WHATSNEW welcome.html There is nothing like installation file available. How