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
  [EMAIL PROTECTED]
   860.570.5233
+------------------------------------------+


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

Reply via email to