Bug 18681 - URI in ENTITY reference is not resolved relative to build file
Summary: URI in ENTITY reference is not resolved relative to build file
Status: RESOLVED DUPLICATE of bug 18692
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: DJ Houghton CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-03 06:43 EDT by Ilja Preuss CLA
Modified: 2002-06-03 17:04 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ilja Preuss CLA 2002-06-03 06:43:39 EDT
Having an entity reference in my build.xml file

<!DOCTYPE project [
	<!ENTITY common SYSTEM "file:./common_build.xml">
]>

as proposed by the ant documentation, the common_build.xml file is not found by 
the parser (because of a wrong working directory, I guess).
Comment 1 Rodrigo Peretti CLA 2002-06-03 17:04:16 EDT

*** This bug has been marked as a duplicate of 18692 ***