Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Re: wtp.server.core.publishTask extension point

Hi Timothy,

Timothy Deboer wrote:
> My only concern is the scope of what you're doing, since it sounds like
> it would be modifying the project structure or adding new files to the
> module... is that really a publish operation? It almost sounds like this
> should be a separate operation, a deploy step, or a builder. Still, you
> know the behaviour you're looking for and something like this should be
> possible.

That's pretty much my concern too. But it's not really a builder. It
runs too long for that and the generation is only necessary for
deployment. Thus, it's an action that should only run at deploy time or
when generating the war file. However, WTP lacks integration points for
that and the publishTask extension point was the only one I found.
Should I open a feature request for that?

Cu, Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/



Back to the top