Menu

#45 CVS checout failed to build - patch included

open
nobody
5
2003-01-06
2003-01-06
No

tried to build jode from the CVS repository on a win2K
box with cygwin installed. Had to install ant (v1.5.1)
first, but then ant failed with the following error:

$ ant all
Buildfile: build.xml

BUILD FAILED
Error reading project file: no protocol: project.dtd

Total time: 0 seconds

The following patch will allow jode to build

$ cvs diff build.xml
Index: build.xml
=========================================
==========================
RCS file: /cvsroot/jode/jode/build.xml,v
retrieving revision 1.5
diff -r1.5 build.xml
21c21
< <!DOCTYPE project PUBLIC "-//ANT//DTD
project//EN" "project.dtd">
---
> <!DOCTYPE project PUBLIC "-//ANT//DTD
project//EN" "file:project.dtd">

Discussion


Log in to post a comment.