The problem only happens when exporting ant file from the EJB Project:
build.xml (showing first few lines, problem on the line#8)
1: <?xml version=”1.0″ encoding=”UTF-8″?>
2: <!DOCTYPE project [<!ENTITY buildfile SYSTEM “file:./build-user.xml”>]>
3: <!– WARNING: Eclipse autogenerated file.
4: Any modifications will be overwritten.
5: Please edit build-user.xml instead.
6: –>
7: <project basedir=”.” default=”build” name=”ComplianceServiceEJB”>
8: &buildfile; <——– File not found: “.\build-user.xml (The system cannot find the file specified)”
Please note that the .\build-user.xml does existed in the file system.
Thanks,
Edmond