Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Custom tasks

No.
Using the preferences to specify a custom tasks eliminates the need for
using <taskdef>
The preference page is for convenience.

See the help documentation provided in Eclipse...search for "Adding new Ant
tasks and types"

You don't have to redefine the tasks if you do not wish...just add the
custom tasks libraries to the ant classpath (or specify
the classpath in the taskdef definition).  No script modification should be
necessary...if it is please log a bug report.

Darins



|---------+---------------------------------->
|         |           "Shackelford,          |
|         |           John-Mason"            |
|         |           <ShacJo@xxxxxxx>       |
|         |           Sent by:               |
|         |           platform-ant-dev-admin@|
|         |           eclipse.org            |
|         |                                  |
|         |                                  |
|         |           10/18/02 12:04 PM      |
|         |           Please respond to      |
|         |           platform-ant-dev       |
|         |                                  |
|---------+---------------------------------->
  >--------------------------------------------------------------------------------------------------------|
  |                                                                                                        |
  |        To:      "'platform-ant-dev@xxxxxxxxxxx'" <platform-ant-dev@xxxxxxxxxxx>                        |
  |        cc:                                                                                             |
  |        Subject: [platform-ant-dev] Custom tasks                                                        |
  >--------------------------------------------------------------------------------------------------------|




Does the preferences interface exist simply so that custom tasks may be
placed outside of ant/lib? Typically one just throws custom tasks into
ant/lib and uses the <taskdef> tag to define custom tasks. Having to refine
all of these in the eclipse ui seems like unnecessary extra work.

Could you point me to a previous discussion or some code that would explain
why this step is necessary?


John-Mason Shackelford

Software Developer
NCS Pearson - Measurement Services
2510 North Dodge St.
Iowa City, IA 52245
319-354-9200x6214
shacjo@xxxxxxx


****************************************************************************


This email may contain confidential material.
If you were not an intended recipient,
Please notify the sender and delete all copies.
We may monitor email to and from our network.
****************************************************************************

_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev






Back to the top