Catalina Ant tasks

2003-02-21 Thread Paul Yunusov
People complained about a lack of documentation for Catalina Ant tasks. The 
best fairly accessible document I could find to date is the App Dev Guide at 
the Tomcat doc site.

However, I also strongly suggest looking at the tasks'  source code. Look 
under /catalina/src/share/org/apache/catalina/ant/ in the source 
distribution.

It can tip you off as to allowed task attributes and reveal things like that 
the tasks are implemented using java.net.URLConnection. ;)

It's strange that Catalina tasks are not list in the external task list at the 
Ant site.

Paul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Catalina Ant tasks

2003-02-21 Thread Rasputin
* Paul Yunusov [EMAIL PROTECTED] [0205 22:05]:
 People complained about a lack of documentation for Catalina Ant tasks.

Not complaints as such, just wondered if there was any really :) 

 best fairly accessible document I could find to date is the App Dev Guide at 
 the Tomcat doc site.
 However, I also strongly suggest looking at the tasks'  source code. Look 
 under /catalina/src/share/org/apache/catalina/ant/ in the source 
 distribution.
 
 It can tip you off as to allowed task attributes and reveal things like that 
 the tasks are implemented using java.net.URLConnection. ;)

Allowed attributes is what I was after - thanks Paul.
 
 It's strange that Catalina tasks are not list in the external task list at the 
 Ant site.

Yeah, I started looking there too - struck me a swierd there were no links.

-- 
$100 invested at 7% interest for 100 years will become $100,000, at
which time it will be worth absolutely nothing.
-- Lazarus Long, Time Enough for Love
Rasputin :: Jack of All Trades - Master of Nuns

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Catalina Ant tasks

2003-02-21 Thread Paul Yunusov
On Friday 21 February 2003 05:51 pm, Rasputin wrote:
 * Paul Yunusov [EMAIL PROTECTED] [0205 22:05]:
  People complained about a lack of documentation for Catalina Ant tasks.

 Not complaints as such, just wondered if there was any really :)

  best fairly accessible document I could find to date is the App Dev Guide
  at the Tomcat doc site.
  However, I also strongly suggest looking at the tasks'  source code. Look
  under /catalina/src/share/org/apache/catalina/ant/ in the source
  distribution.

  

  It can tip you off as to allowed task attributes and reveal things like
  that the tasks are implemented using java.net.URLConnection. ;)

 Allowed attributes is what I was after - thanks Paul.

Glad I could be of help :)

Paul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]