Re: Ant API docs

2002-10-20 Thread Conor MacNeill
Mark Reid wrote: 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. Try the doco included in your l

Delete files

2002-10-20 Thread Rafal Kedziorski
hallo, I have following target for cleaning up tmp files: But files like TestClass.java~ would'n be deleted. Best Regards, Rafal -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: javadoc question

2002-10-20 Thread $B%X!<%s(B $B%H!<%^%9(B
--- Gordon Tyler <[EMAIL PROTECTED]> (B> You may find the packagenames attribute more useful (B> then: (B> (B> classpath="..." (B> packagenames="com.mycompany.product*"> (B> (B (BI've put the classes in packages. (BIt works now, thanks! (B (B> I find it's also nice to group sub

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.

Re: javadoc question

2002-10-20 Thread $B%X!<%s(B $B%H!<%^%9(B
--- Stefan Bodewig <[EMAIL PROTECTED]> (B (B> > Class org.apache.tools.ant.taskdefs.Javadoc (B> doesn't support the (B> > nested "fileset" element ... (B> (B> Upgrade to Ant 1.5.x. (B (BI already use ant v1.5.1. (BIt shouldn't complain. (B (B> Stefan (B (BThomas (B (B__

Manifest.mf file

2002-10-20 Thread Rafal Kedziorski
Hallo, I have followin target, which will I'm using with antcall task.

Re: cleaning up files

2002-10-20 Thread Erik Hatcher
There are a set of special file patterns that are automatically excluded from filesets. **/*~ is one of those patterns. Set defaultexcludes="false" on that fileset to allow them to be deleted. http://jakarta.apache.org/ant/manual/dirtasks.html#defaultexcludes Erik Rafal Kedziorski wrote: h

cleaning up files

2002-10-20 Thread Rafal Kedziorski
hallo, I have following target for cleaning up tmp files: But files like TestClass.java~ would'n be deleted. Best Regards, Rafal -- To unsubscribe, e-mail: For additional commands, e-mail: