2 Replies Latest reply on Sep 13, 2002 3:10 AM by mcgee

    Can't get 3.0.2 to build

    mcgee

      (I posted this a couple of days ago but haven't found a solution . . .)

      I'm trying to get JBoss 3.0.2 up and running, but it won't build. I get the following error when I try to build:

      Error reading project file: unknown protocol: resource

      I assume this error is coming from line 3 of the build.xml file:

      <!ENTITY buildmagic SYSTEM "resource://org/jboss/tools/buildmagic/common.xml">

      Looking in the ant 1.5 source, I believe this error is coming from org.apache.tools.ant.helper.ProjectHelperImpl.java on line 183, which is catching an exception that is probably (I think) thrown by a call to one of the methods of org.xml.sax.helpers.XMLReaderAdapter, perhaps setEntityResolver().

      Does anyone know what my problem is? I'm using the plain ol' RPM installation of J2SDK 1.4.0, and plain ol' ant 1.5, and I'm following the instructions in the Quick Start document. It'd be nice to get this up and running, before I have to recommend WebSphere.

      Thanks,
      McGee