You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/09/04 06:56:41 UTC

[GitHub] matthiasblaesing commented on issue #832: [NETBEANS-1171] Ensure tlddoc can be build if invoked outside project…

matthiasblaesing commented on issue #832: [NETBEANS-1171] Ensure tlddoc can be build if invoked outside project…
URL: https://github.com/apache/incubator-netbeans/pull/832#issuecomment-418261017
 
 
   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}`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists