You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Keng Wong <ke...@verizon.net> on 2001/04/23 20:40:52 UTC

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

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: [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