You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Mi...@law.uconn.edu on 2006/02/22 17:12:24 UTC

Error in Lenya documentation

Hello,

Thanks for the excellent software you produce. I would like to draw your
attention to some errors in the Apache Lenya documentation:
http://lenya.apache.org/1_2_x/tutorial/installing_lenya.html

Under point #7: Unzip and build Cocoon

"""
cp lenya-1.2.4/local.build.properties cocoon-2.1.7/
cp lenya-1.2.4/local.blocks.properties cocoon-2.1.7
"""

These commands fail because the files are not in the root of the lenya
directory. Should be:

"""
cp lenya-1.2.4/src/cocoon/local.build.properties cocoon-2.1.7/
cp lenya-1.2.4/src/cocoon/local.blocks.properties cocoon-2.1.7
"""

Under #9: Configure and install Lenya

"""
./build.sh install
"""

This command fails because there is no target "install." Should be:

"""
./build.sh
"""

Thanks

+------------------------------------------+
  Michael Hurley
  Webmaster/System Administrator
  University of Connecticut School of Law
  mhurley@law.uconn.edu
   860.570.5233
+------------------------------------------+


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