You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by mp...@apache.org on 2002/10/08 10:49:15 UTC

cvs commit: jakarta-turbine-2 project.xml

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
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/project.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- project.xml	22 Aug 2002 15:01:54 -0000	1.51
  +++ project.xml	8 Oct 2002 08:49:15 -0000	1.52
  @@ -4,7 +4,7 @@
     <pomVersion>3</pomVersion>
     <name>jakarta-turbine-2</name>
     <id>turbine</id>
  -  <currentVersion>2.2-b3</currentVersion>
  +  <currentVersion>2.2-b4-dev</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  @@ -352,7 +352,7 @@
     <dependencies>
       <dependency>
         <id>ant</id>
  -      <version>1.4.1</version>
  +      <version>1.5</version>
         <url>http://jakarta.apache.org/ant/</url>
       </dependency>
       <dependency>
  @@ -367,7 +367,7 @@
       </dependency>
       <dependency>
         <id>commons-lang</id>
  -      <version>1.0-b1</version>
  +      <version>1.0</version>
         <url>http://jakarta.apache.org/commons/</url>
       </dependency>
       <dependency>
  @@ -415,7 +415,7 @@
       </dependency>
       <dependency>
         <id>torque</id>
  -      <version>3.0-b4</version>
  +      <version>3.0-b5-dev</version>
         <url>http://jakarta.apache.org/turbine/torque/</url>
       </dependency>
       <dependency>
  @@ -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>
  @@ -466,7 +466,7 @@
       </dependency>
       <dependency>
         <id>junit</id>
  -      <version>3.7</version>
  +      <version>3.8.1</version>
         <url>http://www.junit.org/</url>
       </dependency>
       <!-- *********************************** -->
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-turbine-2 project.xml

Posted by Rodney Schneider <ro...@actf.com.au>.
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:

> mpoeschl@apache.org 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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-turbine-2 project.xml

Posted by Rodney Schneider <ro...@actf.com.au>.
On Fri, 1 Nov 2002 04:00, you wrote:

> Is this valid?  Any T2 developer ever pull this one in?

Hi Daniel,

Yeah, this has been fixed.

-- Rodney


> Rodney Schneider <ro...@actf.com.au> writes:
> > 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

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-turbine-2 project.xml

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Is this valid?  Any T2 developer ever pull this one in?

Rodney Schneider <ro...@actf.com.au> writes:

> 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:
> 
> > mpoeschl@apache.org 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:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 

-- 

Daniel Rall <dl...@finemaltcoding.com>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-turbine-2 project.xml

Posted by Daniel Rall <dl...@finemaltcoding.com>.
mpoeschl@apache.org 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.
-- 

Daniel Rall <dl...@finemaltcoding.com>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>