Re: VSS Get with File Checked out

2001-12-21 Thread Jim Cheesman
At 01:03 AM 21/12/01, you wrote: I'm trying to do a VSS get on a project containing files that I have checked out. When I check out the file, it becomes writable. During the VSSget task (and during a manual run of ss), the following output is printed for this file: A writable copy of

RE: Proper use of uptodate (a little off-topic)

2001-12-21 Thread Julian M. Savage
There are a couple of ways to set properties differently for qa and development environments, etc. that we use for our projects and which you might find useful. One is to set up a separate target which has the name of the evironment, such as qa, devel, prod. In each of these targets, just put

Re: jar task bug?? It is..

2001-12-21 Thread Conor MacNeill
Mallampati, Suresh wrote: Yup, there were inconsistencies, which were fixed in jdk1.3. Now, there arent any. Really? Read the Notes section of the *1.4* documentation of the Jar File Spec in the link Magesh has provided http://java.sun.com/j2se/1.4/docs/guide/jar/jar.html *

JUnitReport problem

2001-12-21 Thread Gero Vermaas
Hi, I'm trying to use the junitreport task, but I get the error that the nested fileset is not supported. If I remove this message I get the same message for the report element. I'm using Ant 1.4.1 on Linux with JDK1.3.1 Below are relevant parts of the build.xml file: taskdef name=junit

Re: JUnitReport problem

2001-12-21 Thread Erik Hatcher
Why are you taskdef'ing either of those? Both of those tasks are built into the optional JAR file... just drop that into your ANT_HOME/lib directory and you should be all set without the taskdef's. SummaryJUnitResultFormatter is not the junitreport task anyway - and that is why you get the

Re: JUnitReport problem

2001-12-21 Thread Gero Vermaas
OK, what is the junitreport task then? Gero On Fri, 2001-12-21 at 14:43, Erik Hatcher wrote: Why are you taskdef'ing either of those? Both of those tasks are built into the optional JAR file... just drop that into your ANT_HOME/lib directory and you should be all set without the

RE: jar task bug?? It is..

2001-12-21 Thread Magesh Umasankar
On Sat, 22 Dec 2001 Mallampati, Suresh wrote : If there are multiple individual sections for the same file entry, the attributes in these sections are merged. If a certain attribute have different values in different sections, the last one is recognized. And how does this relate

Re: jar task bug?? It is..

2001-12-21 Thread Magesh Umasankar
From: Magesh Umasankar [EMAIL PROTECTED] multiple Class-Path attributes in the same section. All other attributes will not be allowed to be repeated. I should have said - If any other attribute is repeated within a section, only the last value of that attribute will be

Re: Expanding properties with -projecthelp

2001-12-21 Thread Peter Donald
On Sat, 22 Dec 2001 05:20, Andreas Guther wrote: I noticed that listing the available targets with ant -projecthelp does not expand properties embedded in the description of the target. So for example it displays one tag as cvs.tag.build Tags the build with ${build.tag} I think

Re: RPMs ?

2001-12-21 Thread Jeff Turner
On Fri, Dec 21, 2001 at 09:31:29AM -0800, Brad Smith wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Will RPMs for Ant be available in the future from the Ant download web site? If not, are there alternative rpm sources that work on RedHat systems?