You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Mark Wassermann <mw...@mw-net.com> on 2007/07/11 14:14:07 UTC

missing libs building fulcrum and turbine 2.4

hi all

I try to build t2.4 from svn head, but I cannot build the fulcrum
components, because i miss the following libs:
hibernate-avalon-api-0.4.jar
hibernate-avalon-impl-0.4.jar
The link suggested by maven (try downloading from
http://hibernate.org/101.html) does not exist and I can't find these
libs anywhere else.

thx4help
mark



-- 
 Mark Wassermann            @: mwassermann@mw-net.com
 Stolzstraße 57             @: mwasserm@edu.uni-klu.ac.at
 9020 Klagenfurt            w: www.mw-net.com
 Austria                    p: +43.650.6133090

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Tho' much is taken, much abides; and tho'
 We are not now that strength which in the old days
 Moved earth and heaven; that which we are, we are;
 One equal-temper of heroic hearts,
 Made weak by time and fate, but strong in will
 To strive, to seek, to find, and not to yield."

 Ulysses by Alfred Tennyson
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@turbine.apache.org
For additional commands, e-mail: user-help@turbine.apache.org


Re: missing libs building fulcrum and turbine 2.4

Posted by Scott Eade <se...@backstagetech.com.au>.
Siegfried Goeschl wrote:
> thanks for your quick help but I'm actually unable to run the 
> regression tests successfully for Turbine (BaseValueParserTest fails. 
> Anyone else having the same problem be I delve into the code?
The tests execute successfully for me.

Scott

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


Re: missing libs building fulcrum and turbine 2.4

Posted by Siegfried Goeschl <si...@it20one.at>.
Hi Scott,

thanks for your quick help but I'm actually unable to run the regression 
tests successfully for Turbine (BaseValueParserTest fails. Anyone else 
having the same problem be I delve into the code?

Cheers,

Siegfried Goeschl



Scott Eade wrote:
> Siegfried Goeschl wrote:
>> +) I think the problem stems from moving TLP ... we have a "private" 
>> development repo at http://jakarta.apache.org/turbine/repo which is 
>> now redirected to http://turbine.apache.org/repo/
>>
>> +) Therefore updating the project.properties might should solve the 
>> problem
> I have just done this.  Mark: please let us know if this does not 
> resolve your problem.
> 
> Scott
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@turbine.apache.org
> For additional commands, e-mail: user-help@turbine.apache.org
> 
> 
> 

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


Re: missing libs building fulcrum and turbine 2.4

Posted by Scott Eade <se...@backstagetech.com.au>.
Siegfried Goeschl wrote:
> +) I think the problem stems from moving TLP ... we have a "private" 
> development repo at http://jakarta.apache.org/turbine/repo which is 
> now redirected to http://turbine.apache.org/repo/
>
> +) Therefore updating the project.properties might should solve the 
> problem
I have just done this.  Mark: please let us know if this does not 
resolve your problem.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@turbine.apache.org
For additional commands, e-mail: user-help@turbine.apache.org


Re: missing libs building fulcrum and turbine 2.4

Posted by Siegfried Goeschl <si...@it20one.at>.
Hi folks,

+) I think the problem stems from moving TLP ... we have a "private" 
development repo at http://jakarta.apache.org/turbine/repo which is now 
redirected to http://turbine.apache.org/repo/

+) To further complicate the matters a permanent redirect is wrongly 
handled my M1 (and the maven-proxy of M2 btw)

+) Therefore updating the project.properties might should solve the problem

+) I hope I can make the changes on Friday

Cheers,

Siegfried Goeschl



Mark Wassermann wrote:
> Hi Peter, hi all
> 
> Due to the fact that I am developing my turbine app for a scientific
> project at the University of Klagenfurt (cataloguing historical
> documents) it should be possible (I already ask my boss) to use some of
> our resources (web space) to host some turbine things on our site.
> Currently we are in the process of evaluating a change of our URL, but
> at the end of summer we should know witch URL will be used for our
> project. By then we can offer to provide web space for downloads under a
> stable link.
> 
> Mark
> 
> Peter Courcoux schrieb:
>> Hi all,
>>
>> I have a binary copy of these libs locally so sent a copy to Mark off-list.
>>
>> Is there anywhere we could put these for all to have access to.
>>
>> The source can be found in the old cvs repo at the hibernate sf project
>> under url :-
>>
>> http://hibernate.cvs.sourceforge.net/hibernate/HibernateExt/avalon/
>>
>> Regards,
>>
>> Peter
>>
>>
>> Mark Wassermann wrote:
>>> hi all
>>>
>>> I try to build t2.4 from svn head, but I cannot build the fulcrum
>>> components, because i miss the following libs:
>>> hibernate-avalon-api-0.4.jar
>>> hibernate-avalon-impl-0.4.jar
>>> The link suggested by maven (try downloading from
>>> http://hibernate.org/101.html) does not exist and I can't find these
>>> libs anywhere else.
>>>
>>> thx4help
>>> mark
>>>
>>>
>>>
>>>   
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@turbine.apache.org
>> For additional commands, e-mail: user-help@turbine.apache.org
>>
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@turbine.apache.org
For additional commands, e-mail: user-help@turbine.apache.org


Re: missing libs building fulcrum and turbine 2.4

Posted by Mark Wassermann <mw...@mw-net.com>.
Hi Peter, hi all

Due to the fact that I am developing my turbine app for a scientific
project at the University of Klagenfurt (cataloguing historical
documents) it should be possible (I already ask my boss) to use some of
our resources (web space) to host some turbine things on our site.
Currently we are in the process of evaluating a change of our URL, but
at the end of summer we should know witch URL will be used for our
project. By then we can offer to provide web space for downloads under a
stable link.

Mark

Peter Courcoux schrieb:
> Hi all,
> 
> I have a binary copy of these libs locally so sent a copy to Mark off-list.
> 
> Is there anywhere we could put these for all to have access to.
> 
> The source can be found in the old cvs repo at the hibernate sf project
> under url :-
> 
> http://hibernate.cvs.sourceforge.net/hibernate/HibernateExt/avalon/
> 
> Regards,
> 
> Peter
> 
> 
> Mark Wassermann wrote:
>> hi all
>>
>> I try to build t2.4 from svn head, but I cannot build the fulcrum
>> components, because i miss the following libs:
>> hibernate-avalon-api-0.4.jar
>> hibernate-avalon-impl-0.4.jar
>> The link suggested by maven (try downloading from
>> http://hibernate.org/101.html) does not exist and I can't find these
>> libs anywhere else.
>>
>> thx4help
>> mark
>>
>>
>>
>>   
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@turbine.apache.org
> For additional commands, e-mail: user-help@turbine.apache.org
> 



-- 
 Mark Wassermann            @: mark.wassermann@uni-klu.ac.at

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@turbine.apache.org
For additional commands, e-mail: user-help@turbine.apache.org


Re: missing libs building fulcrum and turbine 2.4

Posted by Peter Courcoux <pe...@courcoux.biz>.
Hi all,

I have a binary copy of these libs locally so sent a copy to Mark off-list.

Is there anywhere we could put these for all to have access to.

The source can be found in the old cvs repo at the hibernate sf project 
under url :-

http://hibernate.cvs.sourceforge.net/hibernate/HibernateExt/avalon/

Regards,

Peter


Mark Wassermann wrote:
> hi all
>
> I try to build t2.4 from svn head, but I cannot build the fulcrum
> components, because i miss the following libs:
> hibernate-avalon-api-0.4.jar
> hibernate-avalon-impl-0.4.jar
> The link suggested by maven (try downloading from
> http://hibernate.org/101.html) does not exist and I can't find these
> libs anywhere else.
>
> thx4help
> mark
>
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@turbine.apache.org
For additional commands, e-mail: user-help@turbine.apache.org