You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by BE...@de.ibm.com on 2001/04/23 17:01:09 UTC

troubles with turbine installation


Hi,

I downloaded some turbine nightly builds of April.
When I tried to build turbine running the build-turbine.sh script,
I had some exceptions.
I noticed that the script looks for a jdom jar and I have not this jar on
my system.
I searched for a jdom jar using altavista, but I don't know whether I
downloaded the
suitable version. In fact, even using this jar, I have some compilation
errors.
Could you give me some indications? Which version of jdom do I need?
I also noticed that there are several versions of velocity in the lib
directory? Why?
Do I need all of them?

Thank you in advance,

Michela



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


Re: troubles with turbine installation

Posted by Rafal Krzewski <Ra...@e-point.pl>.
BECCHI@de.ibm.com wrote:

> When I tried to build turbine running the build-turbine.sh script,
> I had some exceptions.
> I noticed that the script looks for a jdom jar and I have not this jar on
> my system.

jdom jar is needed for building the documentation (xdocs->html).
You can get the right version by checking out the jakarta-site2 module
from
the CVS. 
You don't need jdom for building turbine jar (if the script really fails
when
this jar is not proesent, then this is a bug)

Rafal

--
Rafal Krzewski
Senior Internet Developer
mailto:Rafal.Krzewski@e-point.pl
+48 22 8534830 http://e-point.pl

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


Re: troubles with turbine installation

Posted by Jon Stevens <jo...@latchkey.com>.
on 4/23/01 8:01 AM, "BECCHI@de.ibm.com" <BE...@de.ibm.com> wrote:

> Hi,
> 
> I downloaded some turbine nightly builds of April.
> When I tried to build turbine running the build-turbine.sh script,
> I had some exceptions.
> I noticed that the script looks for a jdom jar and I have not this jar on
> my system.
> I searched for a jdom jar using altavista, but I don't know whether I
> downloaded the
> suitable version. In fact, even using this jar, I have some compilation
> errors.
> Could you give me some indications? Which version of jdom do I need?
> I also noticed that there are several versions of velocity in the lib
> directory? Why?
> Do I need all of them?
> 
> Thank you in advance,
> 
> Michela

Turbine builds just fine from CVS...

<http://jakarta.apache.org/builds/gump/latest/jakarta-turbine.html>

Something you are doing is messed up. Maybe if you sent a copy of the error,
we might be able to help you debug it more easily.

-jon


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


Re: [PATCH] - jdom part of jakarta-turbine/lib

Posted by Jon Stevens <jo...@latchkey.com>.
on 4/23/01 11:40 AM, "Keng Wong" <ke...@verizon.net> wrote:

> Any reason why this file is in jakarta-site2 and not part of the  turbine
> lib ?

Because it doesn't need to be...the *only* thing that JDOM is used for in
Turbine is building the documentation...given that jakarta-site2 is already
a requirement, there is no need to include it twice...

-jon

-- 
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>


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


[PATCH] - jdom part of jakarta-turbine/lib

Posted by Keng Wong <ke...@verizon.net>.
The jdom*.jar is actually from <CVS>/jakarta-site2/lib/jdom-b6.jar.
Try checking out jakarta-site2 from the cvs.

Any reason why this file is in jakarta-site2 and not part of the  turbine
lib ?

Here's patch to fix this if required, otherwise pls ignore:
Index: build-turbine.sh
===================================================================
RCS file: /home/cvspublic/jakarta-turbine/build/build-turbine.sh,v
retrieving revision 1.28
diff -u -r1.28 build-turbine.sh
--- build-turbine.sh	2001/04/08 21:09:14	1.28
+++ build-turbine.sh	2001/04/23 18:38:01
@@ -35,7 +35,7 @@

 XERCES_JAR=`ls ../lib/xerces*.jar`
 VELOCITY_JAR=`ls ../lib/velocity*.jar`
-JDOM_JAR=`ls ../../jakarta-site2/lib/jdom*.jar`
+JDOM_JAR=`ls ../lib/jdom*.jar`

 CLASSPATH=${CLASSPATH}:${ANT_JAR}
 CLASSPATH=${CLASSPATH}:${XERCES_JAR}


-keng

> -----Original Message-----
> From: BECCHI@de.ibm.com [mailto:BECCHI@de.ibm.com]
> Sent: Monday, April 23, 2001 8:01 AM
> To: turbine-user@jakarta.apache.org
> Subject: troubles with turbine installation
>
>
>
>
> Hi,
>
> I downloaded some turbine nightly builds of April.
> When I tried to build turbine running the build-turbine.sh script,
> I had some exceptions.
> I noticed that the script looks for a jdom jar and I have not this jar on
> my system.
> I searched for a jdom jar using altavista, but I don't know whether I
> downloaded the
> suitable version. In fact, even using this jar, I have some compilation
> errors.
> Could you give me some indications? Which version of jdom do I need?
> I also noticed that there are several versions of velocity in the lib
> directory? Why?
> Do I need all of them?
>
> Thank you in advance,
>
> Michela
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>


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


Re: troubles with turbine installation

Posted by Tom Mahaffey <ma...@starband.net>.
At 05:01 PM 4/23/2001 +0200, you wrote:


>Hi,
>
>I downloaded some turbine nightly builds of April.
>When I tried to build turbine running the build-turbine.sh script,
>I had some exceptions.
>I noticed that the script looks for a jdom jar and I have not this jar on
>my system.


Sounds to me like you need to check out the jakarta-site2 project
from CVS as well.  The currently-supported jdom jar is in this
project.  When you check out jakarta-site2, put it in the same directory
into which you put jakarta-turbine.

Hope this helps...

  -mahaffey



>I searched for a jdom jar using altavista, but I don't know whether I
>downloaded the
>suitable version. In fact, even using this jar, I have some compilation
>errors.
>Could you give me some indications? Which version of jdom do I need?
>I also noticed that there are several versions of velocity in the lib
>directory? Why?
>Do I need all of them?
>
>Thank you in advance,
>
>Michela
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: turbine-user-help@jakarta.apache.org


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