greenrd 00/12/08 04:15:21
Modified: . build.xml
Added: . INSTALLING
Log:
installing for newbies file added
Revision Changes Path
1.61 +2 -1 xml-cocoon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/build.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- build.xml 2000/11/01 17:55:07 1.60
+++ build.xml 2000/12/08 12:15:16 1.61
@@ -377,7 +377,8 @@
<copydir src="${skins.dir}" dest="${dist.dir}/skins"/>
<copydir src="${lib.dir}" dest="${dist.dir}/lib"/>
- <copydir src="." dest="${dist.dir}" includes="README, LICENSE, build.*,
lcp.bat, index.html" filtering="on"/>
+ <copydir src="." dest="${dist.dir}" includes="README, INSTALLING,
LICENSE, build.*,
+lcp.bat, index.html" filtering="on"/>
<chmod perm="+x" file="${dist.dir}/build.sh"/>
<fixcrlf srcdir="${dist.dir}" includes="build.sh" cr="remove"/>
1.1 xml-cocoon/INSTALLING
Index: INSTALLING
===================================================================
Generic installation notes for Cocoon
-----------------------------------
1. Please read the Release Notes in the file README which
contains important issues to be aware of, especially if you're
upgrading from an earlier version of Cocoon.
2. If you're installing Cocoon from CVS, you first need to
generate cocoon.jar (and optionally the documentation).
Read build.xml for building instructions. If you don't know
what CVS is you can skip this step.
3. Read the detailed installation instructions at docs/install.html
or http://xml.apache.org/cocoon/install.html (the latter will be at
least as up-to-date as the docs version, possibly more up-to-date - but
if a new version of Cocoon has been released since you downloaded Cocoon,
the installation instructions on the website may no longer be valid for
the release you downloaded.)
DO NOT DO NOT DO NOT rely completely on the "installation examples for
Solaris/Win2000"
because they are not longer totally correct. If in doubt refer to
install.html which
is the canonical installation instructions.
4. If you have problems, PLEASE read
http://xml.apache.org/cocoon/mail-lists.html
- especially the bit about reading the FAQ first. It will save everyone's
time,
including yours, because 99% of installation problems are documented in the
FAQ or
mail archives.
--
Robin Green
Cocoon 1.x Maintainer
8/12/2000