You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Niclas Hedhman <ni...@hedhman.org> on 2004/05/27 07:47:40 UTC

Re: [GUMP@brutus]: avalon-phoenix/avalon-phoenix-dependencies failed

On Thursday 27 May 2004 04:39, Gump Integration Build wrote:

> Project State : 'Failed', Reason 'Build Timed Out'

> get-mx4j:
>     [mkdir] Created dir:
> /usr/local/gump/public/workspace/avalon-phoenix/lib/repo/mx4j [get]
> Getting: http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.1.tar.gz
> [get] ....................................................
>       [get] ....................................................
>       [get] ....................................................
>       [get] ....................................................
> ---------------------------------------------

I don't know if it hanged, the built timeout has been shortened or what is 
really happening here.

If it indeed hanged, then Ant guys should know about it.

Niclas
-- 
   +------//-------------------+
  / http://www.bali.ac        /
 / http://niclas.hedhman.org / 
+------//-------------------+


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [GUMP@brutus]: avalon-phoenix/avalon-phoenix-dependencies failed

Posted by Niclas Hedhman <ni...@hedhman.org>.
On Thursday 27 May 2004 20:36, Adam R. B. Jack wrote:
> > > get-mx4j:
> > >     [mkdir] Created dir:
> > > /usr/local/gump/public/workspace/avalon-phoenix/lib/repo/mx4j [get]
> > > Getting:
>
> http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.1.tar.gz
>
> > > [get] ....................................................
> > >       [get] ....................................................
> > >       [get] ....................................................
> > >       [get] ....................................................
> > > ---------------------------------------------
> >
> > I don't know if it hanged, the built timeout has been shortened or what
> > is really happening here.
>
> I am not aware of the time-out being changed, it is one hour. [I had a
> feeling that Brutus was 'going slow' the other day. I'll check into that.]
>
> BTW: Given that Gump (on Brutus) runs ant with build.sysclasspath set to
> "only"
>
> See:
>
>     http://ant.apache.org/manual/sysclasspath.html
>
> so only Gump's jars are used, and 'get' work like this (during a Gump
> build) is a waste of resources.

I think you are mistaken on what actually happens;
http://cvs.apache.org/viewcvs.cgi/gump/project/avalon-phoenix.xml?view=markup

<project name="avalon-phoenix-dependencies">
        <ant target="get-dependencies-for-gump" />
        <depend project="ant"/>
        <depend project="xml-xerces"/>
        <home nested="lib/repo"/>

<snip content="other Jars" />

        <jar name="mx4j/mx4j-1.1.1/lib/mx4j-tools.jar"
             id="mx4j-tools.jar"/>
    </project>

So, Gump will believe it is built, but it is actually downloaded in the Ant 
file.

We can't build against MX4J CVS, since it is now incompatible. We can't put 
the MX4J v1.1 jar into CVS.


Please advice


Cheers
Niclas
-- 
   +------//-------------------+
  / http://www.bali.ac        /
 / http://niclas.hedhman.org / 
+------//-------------------+


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [GUMP@brutus]: avalon-phoenix/avalon-phoenix-dependencies failed

Posted by Niclas Hedhman <ni...@hedhman.org>.
On Thursday 27 May 2004 20:36, Adam R. B. Jack wrote:
> > > get-mx4j:
> > >     [mkdir] Created dir:
> > > /usr/local/gump/public/workspace/avalon-phoenix/lib/repo/mx4j [get]
> > > Getting:
>
> http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.1.tar.gz
>
> > > [get] ....................................................
> > >       [get] ....................................................
> > >       [get] ....................................................
> > >       [get] ....................................................
> > > ---------------------------------------------
> >
> > I don't know if it hanged, the built timeout has been shortened or what
> > is really happening here.
>
> I am not aware of the time-out being changed, it is one hour. [I had a
> feeling that Brutus was 'going slow' the other day. I'll check into that.]
>
> BTW: Given that Gump (on Brutus) runs ant with build.sysclasspath set to
> "only"
>
> See:
>
>     http://ant.apache.org/manual/sysclasspath.html
>
> so only Gump's jars are used, and 'get' work like this (during a Gump
> build) is a waste of resources.

I think you are mistaken on what actually happens;
http://cvs.apache.org/viewcvs.cgi/gump/project/avalon-phoenix.xml?view=markup

<project name="avalon-phoenix-dependencies">
        <ant target="get-dependencies-for-gump" />
        <depend project="ant"/>
        <depend project="xml-xerces"/>
        <home nested="lib/repo"/>

<snip content="other Jars" />

        <jar name="mx4j/mx4j-1.1.1/lib/mx4j-tools.jar"
             id="mx4j-tools.jar"/>
    </project>

So, Gump will believe it is built, but it is actually downloaded in the Ant 
file.

We can't build against MX4J CVS, since it is now incompatible. We can't put 
the MX4J v1.1 jar into CVS.


Please advice


Cheers
Niclas
-- 
   +------//-------------------+
  / http://www.bali.ac        /
 / http://niclas.hedhman.org / 
+------//-------------------+


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: [GUMP@brutus]: avalon-phoenix/avalon-phoenix-dependencies failed

Posted by Stefan Bodewig <bo...@apache.org>.
>> I don't know if it hanged, the built timeout has been shortened or
>> what is really happening here.

possibly just some kind of network problem - wouldn't the first time,
in particular with SF.net on the other side.

On Thu, 27 May 2004, Adam R. B. Jack <aj...@trysybase.com> wrote:

> so only Gump's jars are used, and 'get' work like this (during a
> Gump build) is a waste of resources.

Not in this case.  The avalon-phoenix-dependencies downloads the jars
and publishes them as <jar> to get around "latest jars only".

Phoenix is no longer maintained, at least not the avalon-phoenix
version, and it would be wrong to expect that phoenix would adapt to
more recent versions like MX4J 2.x.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [GUMP@brutus]: avalon-phoenix/avalon-phoenix-dependencies failed

Posted by "Adam R. B. Jack" <aj...@trysybase.com>.
> > get-mx4j:
> >     [mkdir] Created dir:
> > /usr/local/gump/public/workspace/avalon-phoenix/lib/repo/mx4j [get]
> > Getting:
http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.1.tar.gz
> > [get] ....................................................
> >       [get] ....................................................
> >       [get] ....................................................
> >       [get] ....................................................
> > ---------------------------------------------
>
> I don't know if it hanged, the built timeout has been shortened or what is
> really happening here.

I am not aware of the time-out being changed, it is one hour. [I had a
feeling that Brutus was 'going slow' the other day. I'll check into that.]

BTW: Given that Gump (on Brutus) runs ant with build.sysclasspath set to
"only"

See:

    http://ant.apache.org/manual/sysclasspath.html

so only Gump's jars are used, and 'get' work like this (during a Gump build)
is a waste of resources.

regards,

Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [GUMP@brutus]: avalon-phoenix/avalon-phoenix-dependencies failed

Posted by "Adam R. B. Jack" <aj...@trysybase.com>.
> > get-mx4j:
> >     [mkdir] Created dir:
> > /usr/local/gump/public/workspace/avalon-phoenix/lib/repo/mx4j [get]
> > Getting:
http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.1.tar.gz
> > [get] ....................................................
> >       [get] ....................................................
> >       [get] ....................................................
> >       [get] ....................................................
> > ---------------------------------------------
>
> I don't know if it hanged, the built timeout has been shortened or what is
> really happening here.

I am not aware of the time-out being changed, it is one hour. [I had a
feeling that Brutus was 'going slow' the other day. I'll check into that.]

BTW: Given that Gump (on Brutus) runs ant with build.sysclasspath set to
"only"

See:

    http://ant.apache.org/manual/sysclasspath.html

so only Gump's jars are used, and 'get' work like this (during a Gump build)
is a waste of resources.

regards,

Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org