This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 55125 - Ant scripts with !ENTITY include, double-clicking on target doesn't open file
Summary: Ant scripts with !ENTITY include, double-clicking on target doesn't open file
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-02-17 10:12 UTC by John Jullion-ceccarelli
Modified: 2005-03-10 16:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Jullion-ceccarelli 2005-02-17 10:12:32 UTC
When you have an Ant script with the following:

<!DOCTYPE project [ <!ENTITY include SYSTEM
"../../../../../common-ant.xml"> ]>

All the targets show up correctly in the
Projects/Files window, but double-clicking any of
them doesn't open the included file at the target.
Especially visible since all of the J2EE samples
use this syntax.
Comment 1 Milan Kubec 2005-03-04 14:06:15 UTC
Not only that it doesn't open the file but it jumps to completly wrong
location in the file that contains &include; so user might be very
confused.
Comment 2 Jesse Glick 2005-03-10 16:15:41 UTC
No plans to fully support entity includes; they are obsoleted by <import> in Ant
1.6. You can run the script, but IDE support stops there.