On 8/24/07, Sean Landis <[EMAIL PROTECTED]> wrote:
> I am trying to create a local patch for the JaxbRepresentation problem at the
> end of issue # 289. I used the following command to check out what I hoped
> was the latest 1.1beta:
>
> svn checkout http://restlet.tigris.org/svn/restlet/trunk restlet --username X
>
> I got the following errors when I built:

Someone introduced a new build dependency that wasn't reflected in the
build.xml.

Here is a patch to build.xml that will make it work.  I'm not sure
this is the absolutely
correct configuration for build.xml but it does let you get past this issue:

Index: build.xml
===================================================================
--- build.xml   (revision 2148)
+++ build.xml   (working copy)
@@ -119,6 +119,15 @@
       <path refid="mod-ri-path" />
       <pathelement path="${classes}/${mod-ri-id}" />
       <fileset dir="${lib}/${lib-junit-id}" includes="*.jar" />
+
+      <path refid="mod-grizzly-path" />
+      <pathelement path="${classes}/${mod-grizzly-id}" />
+      <pathelement path="${mod}/${mod-grizzly-id}/src" />
+
+      <path refid="mod-net-path" />
+      <pathelement path="${classes}/${mod-net-id}" />
+      <pathelement path="${mod}/${mod-net-id}/src" />
+
    </path>

    <path id="mod-atom-path">

--Alex Milowski

Reply via email to