Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 315353

Summary: [Javadoc] Fix broken links to Ant task docs
Product: [Eclipse Project] PDE Reporter: Ankur Sharma <ankur_sharma>
Component: BuildAssignee: pde-build-inbox <pde-build-inbox>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: aniefer, daniel_megert
Version: 3.6   
Target Milestone: 3.6 RC4   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Patch with corrected link
none
updated patch none

Description Ankur Sharma CLA 2010-06-02 04:05:30 EDT
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
Comment 1 Ankur Sharma CLA 2010-06-02 04:07:27 EDT
Created attachment 170749 [details]
Patch with corrected link
Comment 2 Dani Megert CLA 2010-06-02 04:47:12 EDT
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
Comment 3 Andrew Niefer CLA 2010-06-02 11:33:40 EDT
Created attachment 170821 [details]
updated patch

Patch fixing all links.
Comment 4 Andrew Niefer CLA 2010-06-02 11:57:56 EDT
done
Comment 5 Dani Megert CLA 2010-06-03 06:58:24 EDT
Verified in I20100603-0100.