You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by dl...@apache.org on 2005/06/22 20:20:44 UTC

svn commit: r192969 - in /jakarta/site/examples: README.txt jakarta-myproject/ my-project/ my-project/build.xml

Author: dlr
Date: Wed Jun 22 11:20:43 2005
New Revision: 192969

URL: http://svn.apache.org/viewcvs?rev=192969&view=rev
Log:
* site/examples/jakarta-myproject/
* site/examples/my-project/
  Renamed jakarta-myproject to my-project to reflect Subversion-style
  hierarchical layout of the repository.


* site/examples/README.txt
  Updated for move to SVN and new repo layout.


* site/examples/my-project/build.xml
  Noted that this Ant build file is busticated, since we no longer are
  using an Anakia build for the site repo, and this build file depends
  upon the build file of the site repo.

Added:
    jakarta/site/examples/my-project/
      - copied from r192961, jakarta/site/examples/jakarta-myproject/
Removed:
    jakarta/site/examples/jakarta-myproject/
Modified:
    jakarta/site/examples/README.txt
    jakarta/site/examples/my-project/build.xml

Modified: jakarta/site/examples/README.txt
URL: http://svn.apache.org/viewcvs/jakarta/site/examples/README.txt?rev=192969&r1=192968&r2=192969&view=diff
==============================================================================
--- jakarta/site/examples/README.txt (original)
+++ jakarta/site/examples/README.txt Wed Jun 22 11:20:43 2005
@@ -3,16 +3,17 @@
 The files in this directory are for getting you up to speed
 quickly if you choose to use this system to render your website.
 
-You should *not* run the build.sh/.bat script in this jakarta-myproject
-directory without first making a copy of that directory to the same
-location as the jakarta-site2 module is checked out.
+Do *not* run Ant in this my-project directory without first making a
+copy of that directory to the same location as the jakarta/site/
+repository is checked out.  A command like the following will create
+such a copy (minus the SVN administrative directories):
 
-In other words, do something like this:
-
-cp -r jakarta-myproject ../../jakarta-myproject
+svn export \
+  https://svn.apache.org/repos/asf/jakarta/site/examples/my-project \
+  ../../my-project
 
 You can find out more information by going to this website:
 
 http://jakarta.apache.org/site/jakarta-site2.html
 
-thanks!
+Thanks!

Modified: jakarta/site/examples/my-project/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/site/examples/my-project/build.xml?rev=192969&r1=192961&r2=192969&view=diff
==============================================================================
--- jakarta/site/examples/my-project/build.xml (original)
+++ jakarta/site/examples/my-project/build.xml Wed Jun 22 11:20:43 2005
@@ -1,3 +1,6 @@
+<!-- FIXME: The jakarta/site/ repository has switched from using
+     Anakia-based content generation to XSLT.  This file needs to be
+     updated accordingly. -->
 <project name="build-site" default="docs" basedir=".">
 
     <!-- Initialization properties -->
@@ -25,7 +28,7 @@
              excludes="**/stylesheets/** empty.xml"
              includes="**/*.xml"
              lastModifiedCheck="true"
-             templatePath="../jakarta-site2/xdocs/stylesheets"
+             templatePath="../site/xdocs/stylesheets"
         >
         </anakia>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: site-cvs-help@jakarta.apache.org