lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/installation prerequisites.xml,1.6,1.7
Andreas Hartmann <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/installation
In directory erbium:/tmp/cvs-serv22123/src/webapp/lenya/pubs/docs-new/content/xdocs/installation
Modified Files:
prerequisites.xml
Log Message:
added unix installation note
Index: prerequisites.xml
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/installation/prerequisites.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** prerequisites.xml 8 May 2003 16:18:32 -0000 1.6
--- prerequisites.xml 9 May 2003 23:48:18 -0000 1.7
***************
*** 46,49 ****
--- 46,59 ----
<link href="http://xml.apache.org/cocoon/mirror.cgi">Cocoon download page</link>
</p>
+ <p><strong>Note:</strong> The files in <code>tools/bin</code> in the Cocoon 2.1 M1 tarball on the Apache
+ site have DOS line ends.
+ So you'll need to do the following if you're building on some forms of UNIX:
+ </p>
+ <ul>
+ <li><code>chmod 755 $LENYA_HOME/build.sh</code></li>
+ <li>fix the line ends of <code>ant</code> and <code>antRun</code> in <code>$LENYA_HOME/tools/bin</code></li>
+ <li>make those executable as well</li>
+ </ul>
+ <p/>
</li>