El dom, 07-05-2006 a las 04:44 +0000, [EMAIL PROTECTED] escribió:
> Author: antonio
> Date: Sat May  6 21:44:18 2006
> New Revision: 400414
> 
> URL: http://svn.apache.org/viewcvs?rev=400414&view=rev
> Log:
> Activating java 1.5 compile and run for Linux.
> 
> Removed:
>     lenya/trunk/lib/endorsed/

Since this remove I get:
BUILD FAILED
/home/thorsten/src/apache/lenya/trunk/src/targets/webapp-build.xml:120: 
/home/thorsten/src/apache/lenya/trunk/lib/endorsed not found.

As soon I mkdir lib/endorsed it is working again.

> Modified:
>     lenya/trunk/build.sh
>     lenya/trunk/lenya.sh
>     lenya/trunk/src/targets/properties-build.xml
> 
> Modified: lenya/trunk/build.sh
> URL: 
> http://svn.apache.org/viewcvs/lenya/trunk/build.sh?rev=400414&r1=400413&r2=400414&view=diff
> ==============================================================================
> --- lenya/trunk/build.sh (original)
> +++ lenya/trunk/build.sh Sat May  6 21:44:18 2006
> @@ -29,6 +29,8 @@
>  OLD_CLASSPATH="$CLASSPATH"
>  unset CLASSPATH
>  CLASSPATH="`echo lib/*.jar | tr ' ' $S`"
> +# Add cocoon endorsed libs
> +CLASSPATH="$CLASSPATH `echo externals/cocoon_2_1_x/lib/endorsed/*.jar | tr ' 
> ' $S`"
>  export CLASSPATH
>  
>  # ----- Use Ant shipped with Lenya. Ignore installed in the system Ant
> 
> Modified: lenya/trunk/lenya.sh
> URL: 
> http://svn.apache.org/viewcvs/lenya/trunk/lenya.sh?rev=400414&r1=400413&r2=400414&view=diff
> ==============================================================================
> --- lenya/trunk/lenya.sh (original)
> +++ lenya/trunk/lenya.sh Sat May  6 21:44:18 2006
> @@ -148,7 +148,7 @@
>  # ----- Set Local Variables ( used to minimize cut/paste) 
> ---------------------
>  
>  JAVA="$JAVA_HOME/bin/java"
> -ENDORSED_LIBS="$LENYA_LIB/endorsed"
> +ENDORSED_LIBS="${LENYA_HOME}/externals/cocoon_2_1_x/lib/endorsed"

That means we now have to place all endorsed libs not anymore in
$LENYA_LIB/endorsed but
${LENYA_HOME}/externals/cocoon_2_1_x/lib/endorsed

I am not sure.

salu2
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to