Frank Wierzbicki <[EMAIL PROTECTED]> wrote:
> If I make the PvcsProject a standalone class, should the pvcs task
> go into its own optional/pvcs directory, to avoid cluttering the
> optional package?
Probably yes, especially if you intend to write additional tasks.
> Is there a preference among ant developers for
>
> <pvcsproject name="/project"/>
>
> or
>
> <pvcsproject>/project</pvcsproject>
Current Ant almost never uses the second approach, anything that can
appear only once (like the name of the project) is an attribute.
> I submitted a cut of this task, but in light of the suggestions I
> will need to rework it and resubmit.
Thanks
Stefan