Hi Nicolas/Felipe,

I'm still trying to understand CACTUS-132. I can see the code that was added
to copy some resources files in maven.build.dest but I don't understand how
it finds its way in the cactifywar task.

I was expecting to see some new <classes> element in the <cactifywar> but
it's not there it seems. The only solution I can think of is that we're
copying some resources in maven.build.dest in the hope it gets picked up by
the ${cactus.build.goal.war} goal.

If that's the logic then I think it is flawed and much too complex. The
reason is because we cannot expect *anything* from ${cactus.build.goal.war}
as we don't know its logic. The user is free to provide whatever goal he
wants so we cannot make assumptions.

Also the cactifywar task extends the WAR task so we can use the <classes>
element to put any file in the WEB-INF/classes directory.

Have I got something wrong? :-)

Thanks
-Vincent


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

Reply via email to