Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 315353 - [Javadoc] Fix broken links to Ant task docs
Summary: [Javadoc] Fix broken links to Ant task docs
Status: VERIFIED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.6 RC4   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-02 04:05 EDT by Ankur Sharma CLA
Modified: 2010-06-03 06:58 EDT (History)
2 users (show)

See Also:


Attachments
Patch with corrected link (1.07 KB, patch)
2010-06-02 04:07 EDT, Ankur Sharma CLA
no flags Details | Diff
updated patch (1.88 KB, patch)
2010-06-02 11:33 EDT, Andrew Niefer CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.