Using XmlLogger in ant task

2002-04-29 Thread Jim Ray
Is there any way to use XmlLogger using Ant's task? Jim Ray Software Configuration Engineer Jabber, Inc. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Get target name

2002-01-09 Thread Jim Ray
Is there an easy way to get the target name passed to ant. For example, ant has the "ant.version" property that is set. So what I'm looking for is something like "ant.target" which would be a list of targets that were called at the command line. Jim

RE: init

2002-01-09 Thread Jim Ray
I do most of mine like Diane. But I usually have an init target for some things like and I have a script that converts SunOS to Solaris and changes the 5.* version numbers to the public ones (2.6, 2.7, 8). But I usually include "depends=init" in most of the targets. I think it's more of a

RE: Perforce Optional Tasks

2002-01-09 Thread Jim Ray
There is a Java interface for Perforce available now. I don't know if you would call it decent. But it works. It's available in the Perforce public depot. Look in Server: public.perforce.com:1666 Files: //public/perforce/api/java/p4package/... Or p4 web at: http://public.perforce.com:8080/

Using log.xml output

2001-10-26 Thread Jim Ray
I found the stylesheet for log.xml but now how do I use it? Do I need to feed it through something like Coocoon to get the correct output? Sorry for the ignorance, but I'm just looking for a simpler way to get HTML output from nightly builds. Thanks. jim