Community
Participate
Working Groups
JavaDoc for IAntScript::printAntCallTask point to incorrect link http://ant.apache.org/manual/CoreTasks/antcall.html. It should be http://ant.apache.org/manual/Tasks/antcall.html. /org.eclipse.pde.build/src/org/eclipse/pde/build/IAntScript.java
Created attachment 170749 [details] Patch with corrected link
The patch does not fix all broken links. There are other references to Ant task doc which are broken. Please check all your code for links to: http://ant.apache.org/manual/CoreTasks/* and replace it with: http://ant.apache.org/manual/Tasks/* (i.e. remove "Core" from the links). Link checker output: http://ant.apache.org/manual/CoreTasks/antcall.html error code: 404 (not found), linked from page(s): http://127.0.0.1:3136/help/topic/org.eclipse.pde.doc.user/reference/api/org/eclipse/pde/build/IAntScript.html http://ant.apache.org/manual/CoreTasks/echo.html error code: 404 (not found), linked from page(s): http://127.0.0.1:3136/help/topic/org.eclipse.pde.doc.user/reference/api/org/eclipse/pde/build/IAntScript.html http://ant.apache.org/manual/CoreTasks/macrodef.html error code: 404 (not found), linked from page(s): http://127.0.0.1:3136/help/topic/org.eclipse.pde.doc.user/reference/api/org/eclipse/pde/build/IAntScript.html
Created attachment 170821 [details] updated patch Patch fixing all links.
done
Verified in I20100603-0100.