krysalis-menu/forrestdocs forrestdocs.iml,NONE,1.1 module_documentation.xml,1.1,1.2 status.xml,1.1,1.2

Glen Stampoultzis <[email protected]> Tue, 07 Dec 2004 02:46:22 +0000
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/krysalis-menu/forrestdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32045/forrestdocs

Modified Files:
	module_documentation.xml status.xml 
Added Files:
	forrestdocs.iml 
Log Message:
Some updates

--- NEW FILE: forrestdocs.iml ---
<?xml version="1.0" encoding="UTF-8"?>
<module version="4" relativePaths="true" type="JAVA_MODULE">
  <component name="ModuleRootManager" />
  <component name="NewModuleRootManager">
    <output url="file://$MODULE_DIR$/classes" />
    <exclude-output />
    <exclude-exploded />
    <content url="file://$MODULE_DIR$" />
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntryProperties />
  </component>
</module>


Index: module_documentation.xml
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-menu/forrestdocs/module_documentation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** module_documentation.xml	25 Nov 2004 10:57:50 -0000	1.1
--- module_documentation.xml	7 Dec 2004 02:46:19 -0000	1.2
***************
*** 1,41 ****
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="module_documentation" default="compile.module.documentation">
!   <dirname property="module.documentation.basedir" file="${ant.file.module_documentation}"/>
!   
!   <property name="module.jdk.home.documentation" value="${project.jdk.home}"/>
!   <property name="module.jdk.classpath.documentation" value="${project.jdk.classpath}"/>
!   
!   <property name="compiler.args.documentation" value="${compiler.args}"/>
!   
!   <property name="documentation.output.dir" value="${module.documentation.basedir}/classes"/>
!   <property name="documentation.testoutput.dir" value="${module.documentation.basedir}/classes"/>
!   
!   <path id="documentation.module.bootclasspath">
!     <!-- Paths to be included in compilation bootclasspath -->
!   </path>
!   
!   <path id="documentation.module.classpath">
!     <path refid="${module.jdk.classpath.documentation}"/>
!     <pathelement location="${documentation.output.dir}"/>
!   </path>
!   
!   
!   <patternset id="excluded.from.module.documentation"/>
!   
!   <patternset id="excluded.from.compilation.documentation">
!     <patternset refid="excluded.from.module.documentation"/>
!     <patternset refid="compiler.excluded"/>
!   </patternset>
!   
!   
!   <target name="compile.module.documentation" depends="compile.module.documentation.production,compile.module.documentation.tests" description="compile module documentation"/>
!   
!   <target name="compile.module.documentation.production" description="compile module documentation production classes"/>
!   
!   <target name="compile.module.documentation.tests" depends="compile.module.documentation.production" description="compile module documentation test classes" unless="skip.tests"/>
!   
!   <target name="clean.module.documentation" description="cleanup module">
!     <delete dir="${documentation.output.dir}"/>
!     <delete dir="${documentation.testoutput.dir}"/>
!   </target>
  </project>
\ No newline at end of file
--- 1,68 ----
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="module_documentation" default="compile.module.documentation">
! 
! <!--  Supposed to be able to invoke forrest by using the commented out lines
!       below but it doesn't appear to work. Using forrest script instead -->
!     <!-- FORREST_HOME must be set as an environment variable -->
! <!--    <property environment="env"/>-->
! <!--    <import file="${env.FORREST_HOME}/forrest.build.xml"/>-->
! 
!     <dirname property="module.documentation.basedir" file="${ant.file.module_documentation}"/>
! 
!     <property name="module.jdk.home.documentation" value="${project.jdk.home}"/>
!     <property name="module.jdk.classpath.documentation" value="${project.jdk.classpath}"/>
! 
!     <property name="compiler.args.documentation" value="${compiler.args}"/>
! 
!     <property name="documentation.output.dir" value="${module.documentation.basedir}/classes"/>
!     <property name="documentation.testoutput.dir" value="${module.documentation.basedir}/classes"/>
! 
!     <path id="documentation.module.bootclasspath">
!         <!-- Paths to be included in compilation bootclasspath -->
!     </path>
! 
!     <path id="documentation.module.classpath">
!         <path refid="${module.jdk.classpath.documentation}"/>
!         <pathelement location="${documentation.output.dir}"/>
!     </path>
! 
! 
!     <patternset id="excluded.from.module.documentation"/>
! 
!     <patternset id="excluded.from.compilation.documentation">
!         <patternset refid="excluded.from.module.documentation"/>
!         <patternset refid="compiler.excluded"/>
!     </patternset>
! 
! 
!     <target name="compile.module.documentation" depends="compile.module.documentation.production,compile.module.documentation.tests" description="compile module documentation"/>
! 
!     <target name="compile.module.documentation.production" description="compile module documentation production classes"/>
! 
!     <target name="compile.module.documentation.tests" depends="compile.module.documentation.production" description="compile module documentation test classes" unless="skip.tests"/>
! 
!     <target name="clean.module.documentation" description="cleanup module">
!         <delete dir="${documentation.output.dir}"/>
!         <delete dir="${documentation.testoutput.dir}"/>
!     </target>
! 
! 
!     <!-- Forrest tasks -->
!     <target name="site" description="Generate the site documentation">
!         <property environment="env"/>
!         <!-- WARNING: Only works on windows for now -->
!         <exec dir="${module.documentation.basedir}" executable="cmd.exe">
!             <arg line=" /c ${env.FORREST_HOME}\bin\forrest.bat site"/>
!         </exec>
!     </target>
! 
!     <target name="run" description="Run the built in forrest webserver on port 8888">
!         <property environment="env"/>
!         <!-- WARNING: Only works on windows for now -->
!         <exec dir="${module.documentation.basedir}" executable="cmd.exe">
!             <arg line=" /c ${env.FORREST_HOME}\bin\forrest.bat run"/>
!         </exec>
!     </target>
! 
! 
  </project>
\ No newline at end of file

Index: status.xml
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-menu/forrestdocs/status.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** status.xml	25 Nov 2004 10:57:50 -0000	1.1
--- status.xml	7 Dec 2004 02:46:19 -0000	1.2
***************
*** 1,22 ****
  <?xml version="1.0"?>
  <!--
!   Copyright 2002-2004 The Apache Software Foundation
  
!   Licensed under the Apache License, Version 2.0 (the "License");
!   you may not use this file except in compliance with the License.
!   You may obtain a copy of the License at
  
!       http://www.apache.org/licenses/LICENSE-2.0
  
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
  -->
  <status>
  
    <developers>
!     <person name="Joe Bloggs"      email="[email protected]"      id="JB" />
      <!-- Add more people here -->
    </developers>
--- 1,63 ----
  <?xml version="1.0"?>
  <!--
! The Krysalis Patchy Software License, Version 1.1_01
  
! Copyright (c) 2004 Nicola Ken Barozzi.  All rights reserved.
  
! This Licence is compatible with the BSD licence as described and
! approved by http://www.opensource.org/, and is based on the
! Apache Software Licence Version 1.1.
! 
! Redistribution and use in source and binary forms, with or without
! modification, are permitted provided that the following conditions
! are met:
! 
!  1. Redistributions of source code must retain the above copyright
!     notice, this list of conditions and the following disclaimer.
! 
! 2. Redistributions in binary form must reproduce the above copyright
!    notice, this list of conditions and the following disclaimer in
!    the documentation and/or other materials provided with the
!    distribution.
! 
! 3. The end-user documentation included with the redistribution,
!    if any, must include the following acknowledgment:
!       "This product includes software developed for project
!        Krysalis (http://www.krysalis.org/)."
!    Alternately, this acknowledgment may appear in the software itself,
!    if and wherever such third-party acknowledgments normally appear.
! 
! 4. The names "Krysalis" and "Nicola Ken Barozzi" and
!    "Krysalis Centipede" must not be used to endorse or promote products
!    derived from this software without prior written permission. For
!    written permission, please contact [email protected].
! 
! 5. Products derived from this software may not be called "Krysalis",
!    "Krysalis Centipede", nor may "Krysalis" appear in their name, without
!     prior written permission of Nicola Ken Barozzi.
! 
! 6. This software may contain voluntary contributions made by many
!    individuals, who decided to donate the code to this project in respect
!    of this licence.
! 
! THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
! WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
! OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
! DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
! ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
! SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
! LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
! USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
! ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
! OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
! OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
! SUCH DAMAGE.
! ====================================================================
  
  -->
  <status>
  
    <developers>
!     <person name="Glen Stampoultzis"      email="[email protected]"      id="GS" />
      <!-- Add more people here -->
    </developers>
***************
*** 30,34 ****
        automatically be used for entries of type <foo>. -->
  
!       <action dev="JB" type="add" context="admin">
          Initial Import
        </action>
--- 71,75 ----
        automatically be used for entries of type <foo>. -->
  
!       <action dev="GS" type="add" context="admin">
          Initial Import
        </action>
***************
*** 44,73 ****
    <todo>
      <actions priority="high">
!       <action context="docs" dev="JB">
!         Customize this template project with your project's details.  This
!         TODO list is generated from 'status.xml'.
!       </action>
!       <action context="docs" dev="JB">
!         Add lots of content.  XML content goes in
!         <code>src/documentation/content/xdocs</code>, or wherever the
!         <code>${project.xdocs-dir}</code> property (set in
!         <code>forrest.properties</code>) points.
!       </action>
!       <action context="feedback" dev="JB">
!         Mail <link
!           href="mailto:[email protected]">[email protected]</link>
!         with feedback.
        </action>
!     </actions>
!     <!-- Add todo items. @context is an arbitrary string. Eg:
!     <actions priority="high">
!       <action context="code" dev="SN">
        </action>
!     </actions>
!     <actions priority="medium">
!       <action context="docs" dev="open">
        </action>
      </actions>
!     -->
    </todo>
  
--- 85,107 ----
    <todo>
      <actions priority="high">
!       <action context="testing" dev="GS">
!         Test against IE 5.x, Opera and others.
        </action>
!       <action context="coding" dev="GS">
!         Clean up JavaScript.
        </action>
!       <action context="docs" dev="GS">
!         Flesh out documentation.
        </action>
      </actions>
!       <actions priority="medium">
!           <action context="admin">
!               Investigate merging back to tapestry 3.1 when it becomes
!               stable.
!           </action>
!           <action context="admin">
!               Look into other types of menus.
!           </action>
!       </actions>
    </todo>
  



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/