stefano 00/06/13 15:28:38
Modified: . changes.xml
Added: . build.MacOS
Removed: . build.properties
Log:
new build process for MacOS
Revision Changes Path
1.84 +4 -1 xml-cocoon/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/changes.xml,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- changes.xml 2000/06/07 19:47:46 1.83
+++ changes.xml 2000/06/13 22:28:34 1.84
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.83 2000/06/07 19:47:46 balld Exp $
+ $Id: changes.xml,v 1.84 2000/06/13 22:28:34 stefano Exp $
-->
<changes title="History of Changes">
@@ -16,6 +16,9 @@
</devs>
<release version="@version@" date="@date@">
+ <action dev="SM" type="fix" due-to="Matthias Brunner" due-to-email="[EMAIL
PROTECTED]">
+ Fixed typo on util.xsl that generated XSP compilation problems for the
util taglib.
+ </action>
<action dev="DB" type="fix" due-to="Peter Seiderer" due-to-email="[EMAIL
PROTECTED]">
Patched sql processor documentation to be fully up to date! Hoorah!
</action>
1.1 xml-cocoon/build.MacOS
Index: build.MacOS
===================================================================
* ============================= *
| How to build Cocoon on MacOS |
* ============================= *
by
Jeremy Quinn <[EMAIL PROTECTED]>
Requirements
============
To build Cocoon on MacOS you need:
o MRJ 2.2 (Mac Runtime for Java)
o MRJ SDK 2.2
that you can freely download from <http://www.apple.com/java/>
Installation
============
Under "[Cocoon Folder]/lib/bin" you'll find a file called "MacOS.bin".
The file is a MacBinary encoded Self-Extracting Archive.
When executed, this should create a folder called "MacOS".
Open that folder and read the file named "CocoonBuild.readme" for futher
instructions.