You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Vincent Tence <vt...@videotron.ca> on 2005/02/12 21:45:07 UTC

Re: svn commit: r153492 - incubator/directory/authx/trunk/example/project.xml

Hi Brett,

I suspect you're working on fixing the Gump problem. Any idea on what's 
causing the breakage?

Thanks,
- Vincent

brett@apache.org wrote:
> Author: brett
> Date: Sat Feb 12 02:44:42 2005
> New Revision: 153492
> 
> URL: http://svn.apache.org/viewcvs?view=rev&rev=153492
> Log:
> use a released version
> 
> Modified:
>     incubator/directory/authx/trunk/example/project.xml
> 
> Modified: incubator/directory/authx/trunk/example/project.xml
> URL: http://svn.apache.org/viewcvs/incubator/directory/authx/trunk/example/project.xml?view=diff&r1=153491&r2=153492
> ==============================================================================
> --- incubator/directory/authx/trunk/example/project.xml (original)
> +++ incubator/directory/authx/trunk/example/project.xml Sat Feb 12 02:44:42 2005
> @@ -81,7 +81,7 @@
>          <dependency>
>              <groupId>nanocontainer</groupId>
>              <artifactId>nanocontainer</artifactId>
> -            <version>1.0-SNAPSHOT</version>
> +            <version>1.0-beta-3</version>
>              <properties>
>                  <war.bundle>true</war.bundle>
>              </properties>
> @@ -89,7 +89,7 @@
>          <dependency>
>              <groupId>nanocontainer</groupId>
>              <artifactId>nanocontainer-nanowar</artifactId>
> -            <version>1.0-SNAPSHOT</version>
> +            <version>1.0-beta-3</version>
>              <properties>
>                  <war.bundle>true</war.bundle>
>              </properties>
> @@ -135,6 +135,8 @@
>              <version>1.0</version>
>              <properties>
>                  <war.bundle>true</war.bundle>
> +                <gump.project>jakarta-velocity</gump.project>
> +                <gump.id>velocity-tools-view</gump.id>
>              </properties>
>          </dependency>
>          <dependency>
> 
> 


Re: svn commit: r153492 - incubator/directory/authx/trunk/example/project.xml

Posted by Brett Porter <br...@apache.org>.
Yeah... It just doesn't find the dependencies listed. I don't want to 
build nanocontainer from source (because I'd have to manage gump 
projects for 15 or so other dependencies - urgh), so I'm packaging the 
1.0-beta-3 release.

I switched to 1.0-beta-3 to be consistent. Let me know if you need 
something newer.

The other breakages were the result of the project.xml and gump 
descriptors not being updated for the new SVN URLs after stuff was moved 
around.

Finally, apseda is failing because of that port issue we discussed. I 
got access to brutus (the machine that runs gump) for a closer look.

Cheers,
Brett

Vincent Tence wrote:

>  Hi Brett,
>
>  I suspect you're working on fixing the Gump problem. Any idea on 
what's causing the breakage?
>
>  Thanks,
>  - Vincent
>
>  brett@apache.org wrote:
>
> > Author: brett
> > Date: Sat Feb 12 02:44:42 2005
> > New Revision: 153492
> >
> > URL: http://svn.apache.org/viewcvs?view=rev&rev=153492
> > Log:
> > use a released version
> >
> > Modified:
> > incubator/directory/authx/trunk/example/project.xml
> >
> > Modified: incubator/directory/authx/trunk/example/project.xml
> > URL: 
http://svn.apache.org/viewcvs/incubator/directory/authx/trunk/example/project.xml?view=diff&r1=153491&r2=153492
> > 
==============================================================================
> > --- incubator/directory/authx/trunk/example/project.xml (original)
> > +++ incubator/directory/authx/trunk/example/project.xml Sat Feb 12 
02:44:42 2005
> > @@ -81,7 +81,7 @@
> > <dependency>
> > <groupId>nanocontainer</groupId>
> > <artifactId>nanocontainer</artifactId>
> > - <version>1.0-SNAPSHOT</version>
> > + <version>1.0-beta-3</version>
> > <properties>
> > <war.bundle>true</war.bundle>
> > </properties>
> > @@ -89,7 +89,7 @@
> > <dependency>
> > <groupId>nanocontainer</groupId>
> > <artifactId>nanocontainer-nanowar</artifactId>
> > - <version>1.0-SNAPSHOT</version>
> > + <version>1.0-beta-3</version>
> > <properties>
> > <war.bundle>true</war.bundle>
> > </properties>
> > @@ -135,6 +135,8 @@
> > <version>1.0</version>
> > <properties>
> > <war.bundle>true</war.bundle>
> > + <gump.project>jakarta-velocity</gump.project>
> > + <gump.id>velocity-tools-view</gump.id>
> > </properties>
> > </dependency>
> > <dependency>
> >
> >
>
>