Hi Martin and Daniel,

I'm trying to track down some bugs in the latest TDK, so I downloaded all the 
stuff from CVS, but to compile jakarta-turbine-2 I had to apply the attached 
patch.

Regards,

-- Rodney


Index: project.xml
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-2/project.xml,v
retrieving revision 1.52
diff -u -r1.52 project.xml
--- project.xml 8 Oct 2002 08:49:15 -0000       1.52
+++ project.xml 10 Oct 2002 03:27:27 -0000
@@ -415,7 +415,7 @@
     </dependency>
     <dependency>
       <id>torque</id>
-      <version>3.0-b5-dev</version>
+      <version>SNAPSHOT</version>
       <url>http://jakarta.apache.org/turbine/torque/</url>
     </dependency>
     <dependency>
@@ -430,7 +430,7 @@
     </dependency>
     <dependency>
       <id>xmlrpc</id>
-      <version>1.2-dev</version>
+      <version>1.2-a1</version>
       <url>http://xml.apache.org/xmlrpc/</url>
     </dependency>
     <dependency>



On Thu, 10 Oct 2002 13:13, you wrote:

> [EMAIL PROTECTED] writes:
> > mpoeschl    2002/10/08 01:49:15
> >
> >   Modified:    .        project.xml
> >   Log:
> >   update dependencies
> >
> >   Revision  Changes    Path
> >   1.52      +6 -6      jakarta-turbine-2/project.xml
>
> ...
>
> >   @@ -430,7 +430,7 @@
> >        </dependency>
> >        <dependency>
> >          <id>xmlrpc</id>
> >   -      <version>1.1</version>
> >   +      <version>1.2-dev</version>
> >          <url>http://xml.apache.org/xmlrpc/</url>
> >        </dependency>
> >        <dependency>
>
> Jason was kind enough to upload a xmlrpc-1.2-a1.jar for me today
> (corresponds to XMLRPC_1_2_A1).  You should either use that one
> instead, or get a new JAR (built with the secure sub-package) for the
> XMLRPC_1_2_A2 tag I slapped on latter to resolve a network interface
> issue where localhost wasn't necessarily bound to on a multi-homed
> host when no InetAddress was passed to WebServer's constructor.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to