Sorry, my description was not precise enough. The ZIPs are created, but they
are empty. If you run this before and after this PR, you can simulate the
situation without doing a full build:
```
cd incubator-netbeans
rm web.core.syntax/external/generated-*.zip
ant -f web.core.syntax/build.xml prepare-doc
```
The above sequence fails prior to the PR - the callout to `tlbdoc` invokes
tlddoc from the current directory and that is different. If the build process
is started from the module the current directory is the directory of the
module, when run from the global build it is most probably the root of the
repository or the `nbbuild` directory.
The solution: Do the same as junit does for its tasks, that is resolve the
paths relative to the `${basedir}`.
Oh - and when you run the above sequence, you can also see the error in the
console.
[ Full content available at:
https://github.com/apache/incubator-netbeans/pull/832 ]
This message was relayed via gitbox.apache.org for [email protected]