My build runs webdoclet twice (different outputs
for 2 different app servers; we modify the merge
dir between runs).

This worked fine with xdoclet 1.2.2 but upgrading
to 1.2.3 causes the second call to not generate
anything.  Even the force tag doesn't help.  But
we need to upgrade.

There doesn't seems to be anything wrong with the
second call because if I remove the first call the
second one works fine.

<webdoclet
    destdir="${build.dir}/WEB-INF-jboss"
    mergedir="${build.dir}/xdoclet/web"
    verbose="true">

 ...

<webdoclet
    destdir="${build.dir}/WEB-INF-orion"
    mergedir="${build.dir}/xdoclet/web"
    force="true"
    verbose="true">

Thanks,
Dan

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to