http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1304
*** shadow/1304 Sat Jul 7 23:27:47 2001 --- shadow/1304.tmp.7821 Mon Jul 9 02:01:59 2001 *************** *** 2,9 **** | Link tag for javadoc must be conditional | +----------------------------------------------------------------------------+ | Bug #: 1304 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: FIXED Platform: PC | | Severity: Enhancement OS/Version: Linux | | Priority: High Component: Core tasks | +----------------------------------------------------------------------------+ --- 2,9 ---- | Link tag for javadoc must be conditional | +----------------------------------------------------------------------------+ | Bug #: 1304 Product: Ant | ! | Status: REOPENED Version: 1.3 | ! | Resolution: Platform: PC | | Severity: Enhancement OS/Version: Linux | | Priority: High Component: Core tasks | +----------------------------------------------------------------------------+ *************** *** 76,79 **** better approach than using "if" conditionals at the nested element level. The same could be done for non-offline links by checking if the href is empty although I haven't changed this and it still gives an error. It could also be ! checked to see if it is a valid URL. Let me know. --- 76,84 ---- better approach than using "if" conditionals at the nested element level. The same could be done for non-offline links by checking if the href is empty although I haven't changed this and it still gives an error. It could also be ! checked to see if it is a valid URL. Let me know. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-09 02:01 ------- ! You are right. But I think it should be checked if non-empty links are empty, too ! (as you suggested). I don't think that it is really necessary to check if a URL is ! valid.
