Re: Task or Taskdef ?

2001-11-13 Thread Erik Hatcher

First step is to read the instructions here:
http://jakarta.apache.org/ant/manual/develop.html

And after you have a try at it, ask the list any remaining questions you
have!  :)

Erik


- Original Message -
From: Cyriaque Dupoirieux [EMAIL PROTECTED]
To: Liste Ant [EMAIL PROTECTED]
Sent: Tuesday, November 13, 2001 8:37 AM
Subject: Task or Taskdef ?


 Hello,

 I want to create my own tasks...

 In the documentation, they explain that all I need is to create a
 class which inherit Task class.
 And in the examples I've downloaded the tasks inherit Taskdef class.

 What should I do ?

 Thank you,
 Regards,
 Cyriaque,

 --
 Cyriaque Dupoirieux mailto:[EMAIL PROTECTED]
 PCO Technologies
 Burolines - 2 ter rue Marcel Doret
 31700 Blagnac
 Tél : 05.34.60.44.13 - Fax : 05.34.60.44.10




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




Re: Task or Taskdef ?

2001-11-13 Thread Nico Seessle

- Original Message -
From: Cyriaque Dupoirieux [EMAIL PROTECTED]
To: Liste Ant [EMAIL PROTECTED]
Sent: Tuesday, November 13, 2001 2:37 PM
Subject: Task or Taskdef ?


 And in the examples I've downloaded the tasks inherit Taskdef class.

Where did you download these examples? Normally Tasks should still extend
org.apache.tools.ant.Task.

Taskdef is a task on it's own, but I does not really make sense to extend it
(in most cases).

Nico



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




Re: Task or Taskdef ?

2001-11-13 Thread Cyriaque Dupoirieux





Nico Seessle wrote:
002601c16c77$cdb19580$[EMAIL PROTECTED]">
  - Original Message -From: "Cyriaque Dupoirieux" [EMAIL PROTECTED]To: "Liste Ant" [EMAIL PROTECTED]Sent: Tuesday, November 13, 2001 2:37 PMSubject: Task or Taskdef ?
  
And in the examples I've downloaded the tasks inherit Taskdef class.

Where did you download these examples? Normally Tasks should still extendorg.apache.tools.ant.Task.

Here is an example I downloaded...

Cyriaque,

002601c16c77$cdb19580$[EMAIL PROTECTED]">
  Taskdef is a task on it's own, but I does not really make sense to extend it(in most cases).Nico
  
  
  -- 
  

  
Cyriaque
Dupoirieux

 PCO Technologies
 Burolines - 2 ter rue Marcel Doret
 31700 Blagnac
 Tl : 05.34.60.44.13 - Fax : 05.34.60.44.10 
  

  
  
  
  
  

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