Question about mappers

2002-12-16 Thread Mark Reid
Hi, If I have a directory like this: dir/ file.ext file and use a mapper like this: copy todir=newdir fileset dir=dir/ mapper type=glob from=*.ext to=*/ /copy What will happen? Will 'file' in 'newdir' be a copy of 'dir/file' or 'dir/newfile' or is it

Specifying files for Javadoc task

2002-12-15 Thread Mark Reid
Hi, I have a directory structure like this: source/ package1/ ClassA.java ClassB.java package2/ Class1.java Class2.java and I want to build javadocs only using ClassA.java and Class1.java (ie, I want to exclude ClassB.java and Class2.java). I don't want

Re: Ant API docs

2002-10-21 Thread Mark Reid
The Ant API link in the Table of Contents frame at http://jakarta.apache.org/ant/manual/index.html. This takes me to http://jakarta.apache.org/ant/manual/api/packages.html where I get the message Apache Ant API has not been generated. Mark. - Original Message - From: Martin Gainty To:

Ant API docs

2002-10-20 Thread Mark Reid
Hi, I was just wondering why the Ant API link from the table of contents in the Ant manual always takes me to a page that says Apache Ant API has not been generated. Thanks, Mark.

Default javac options: discrepency between Ant and SDK

2002-07-28 Thread Mark Reid
that the javac Ant task defaults would be the same as the command line version. Is there any reason why this isn't the case? Cheers, Mark. --- Mark Reid Proxima Technology, Inc. http://www.proxima-tech.com

Deleting filesets with directories

2002-07-15 Thread Mark Reid
, or should the first of these three examples done the same thing? Thanks, Mark. --- Mark Reid Proxima Technology, Inc. http://www.proxima-tech.com

Running Ant with Loggers and Listeners Simultaneously

2002-07-07 Thread Mark Reid
messages fine but I do not receive any mail at the end of the build process. Can I have a logger and a listener observing the same build? How about several loggers and several listeners? Thanks, Mark --- Mark Reid Proxima Technology, Inc. http://www.proxima-tech.com

Problem running CVS task - CVS not found?

2002-07-02 Thread Mark Reid
different when I run the script by hand and as a cron job. I hunted through the docs on the CVS task but can't find any information saying how CVS is called. Does Ant include a fully function version of CVS written in Java or does it call cvs on my system? Thanks, Mark Reid.