/[Apache-SVN]/beehive/site/build.xml
ViewVC logotype

Log of /beehive/site/build.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 486193 - (view) (annotate) - [select for diffs]
Modified Tue Dec 12 15:38:54 2006 UTC (2 years, 11 months ago) by ekoneil
File length: 2630 byte(s)
Diff to previous 425400 (colored)
Update Beehive website:

- Download links for 1.0.2
- Remove download links for 1.0m1 
- Remove download links for Nightly
- Other site cleanup

Note, the site isn't live yet.




Revision 425400 - (view) (annotate) - [select for diffs]
Modified Tue Jul 25 14:20:25 2006 UTC (3 years, 4 months ago) by ekoneil
File length: 2513 byte(s)
Diff to previous 293118 (colored)
Update the address of the pmc@ mailinglist to private@



Revision 293118 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 13:58:59 2005 UTC (4 years, 1 month ago) by ekoneil
File length: 1879 byte(s)
Diff to previous 293075 (colored)
Update the website for the 1.0 release.  This change also relocates all of the on-line documentation from:

  http://beehive.apache.org/releases/<version-number>

to:

  http://beehive.apache.org/docs/<version-number>

An httpd .htaccess config file is added here that will map requests from the former to the latter.  The reason that this was necessary was because of how the /releases directories conflicted from the site sync out of SVN and the static release doc content that just lives in that directory.

Plus, it just makes more sense to have it called /docs/ than /releases/.  :)



Revision 293075 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 06:11:51 2005 UTC (4 years, 1 month ago) by ekoneil
File length: 1761 byte(s)
Diff to previous 280569 (colored)
Update the Beehive website for the 1.0 release:

- documentation
- downloads
- news headline

Note, getting the releases/releases-1.0.html download page working required working around a Forrest bug documented here:

  http://issues.apache.org/jira/browse/FOR-480

The workaround is in build.xml and copies the skin-ed .html files from $FORREST_HOME/main/site

Note, this isn't ready to go live yet.  Should be done with it tomorrow...


Revision 280569 - (view) (annotate) - [select for diffs]
Modified Tue Sep 13 14:45:27 2005 UTC (4 years, 2 months ago) by ekoneil
File length: 1645 byte(s)
Diff to previous 280436 (colored)
Few more website changes:

- integrate the trunk/docs/forrest/www directory up to site/www; forgot to do this yesterday
- update the website for the new release download content

BB: self
DRT: site build passes


Revision 280436 - (view) (annotate) - [select for diffs]
Modified Mon Sep 12 22:58:56 2005 UTC (4 years, 2 months ago) by ekoneil
File length: 965 byte(s)
Copied from: incubator/beehive/trunk/docs/forrest/release/build.xml revision 227415
Diff to previous 230377 (colored)
Move the beehive/trunk/docs/forrest/site sub-directory to beehive/site so that the website can be versioned independently from the release documentation.

BB: self
Test: clean / deploy / build.dist pass / build site pass


Revision 230377 - (view) (annotate) - [select for diffs]
Modified Fri Aug 5 00:59:28 2005 UTC (4 years, 3 months ago) by bayard
Original Path: beehive/trunk/docs/forrest/site/build.xml
File length: 965 byte(s)
Copied from: incubator/beehive/trunk/docs/forrest/release/build.xml revision 227415
Diff to previous 227458 (colored)
moving to TLP

Revision 227458 - (view) (annotate) - [select for diffs]
Modified Thu Aug 4 19:46:13 2005 UTC (4 years, 3 months ago) by ekoneil
Original Path: incubator/beehive/trunk/docs/forrest/site/build.xml
File length: 965 byte(s)
Copied from: incubator/beehive/trunk/docs/forrest/release/build.xml revision 227415
Diff to previous 227415 (colored)
Separate the site/ and release/ documentation.

This has been done by branching the docs in forrest/ into two sub-directories:

  release/
  site/

The former contains the documentation for the release that is currently maintained in the given source line (trunk/, in this case) and site/ contains Beehive's Apache website.  

This is currently a little funky as the tabs on the release documentation and site contents are different, but they share the same look and feel and should be easily evolvable over time.  Also, there are some *hard* references from the site/ docs into the release/ docs that are done by URL as http://incubator.apache.og/beehive.  This needs to be fixed going forward, but it's a much easier problem to handle than the current one of having two release doc kits on the stie at once.  :)

Haven't published this new site yet -- will probably wait to do that until the infra folks have setup beehive.apache.org.

Also, this changes the documentation that's included in the distribution -- it's now just the docs for a specifc release as opposed to the entire Beehive website.

BB: self
DRT: Beehive / build.dist pass


Revision 227415 - (view) (annotate) - [select for diffs]
Modified Thu Aug 4 15:44:27 2005 UTC (4 years, 3 months ago) by ekoneil
Original Path: incubator/beehive/trunk/docs/forrest/release/build.xml
File length: 965 byte(s)
Copied from: incubator/beehive/trunk/docs/forrest/build.xml revision 226868
Diff to previous 226868 (colored)
Start refactoring of the documentation build.  This moves the Forrest site + release docs down a level into the release/ sub-directory in preparation for further refactoring.

BB: self
DRT: build.dist pass


Revision 226868 - (view) (annotate) - [select for diffs]
Modified Mon Aug 1 19:58:24 2005 UTC (4 years, 3 months ago) by steveh
Original Path: incubator/beehive/trunk/docs/forrest/build.xml
File length: 965 byte(s)
Diff to previous 220174 (colored)
Upgrading from Forrest 0.6 to 0.7.

This checkin will *break* the build targets "build.dist" and "build.dist.docs", unless you upgrade to Forrest 0.7.

To upgrade to Forrest 0.7:

(1) Download Forrest 0.7 from: http://mirror.ipaska.net/apache/forrest/ and unzip the distribution on your machine.

(2) Set the FORREST_HOME variable on your machine:

FORREST_HOME=C:\apache\apache-forrest-0.7 (or wherever you unzipped the Forrest distribution)

(3) Add the following to your PATH:

FORREST_HOME\bin

Revision 220174 - (view) (annotate) - [select for diffs]
Modified Thu Jul 21 19:59:16 2005 UTC (4 years, 4 months ago) by ekoneil
Original Path: incubator/beehive/trunk/docs/forrest/build.xml
File length: 960 byte(s)
Diff to previous 178544 (colored)
Move the Beehive release documentation into a release/ sub-directory of the docs/forrest/src/documentation/content/xdocs/ directory.

The site-specific documentation now lives in xdocs/ and the release specific documentation lives in release/

Should make it easier to move the site-specific docs elsewhere so that they can be versioned independently of the release documentation.

BB: self
DRT: Beehive / build.dist pass


Revision 178544 - (view) (annotate) - [select for diffs]
Modified Wed May 25 22:37:08 2005 UTC (4 years, 6 months ago) by ekoneil
Original Path: incubator/beehive/trunk/docs/forrest/build.xml
File length: 885 byte(s)
Diff to previous 169390 (colored)
Fixing docs/forrest/build.xml to use a "location" instead of a "value".

BB: self
DRT: Beehive pass


Revision 169390 - (view) (annotate) - [select for diffs]
Modified Tue May 10 01:13:27 2005 UTC (4 years, 6 months ago) by ekoneil
Original Path: incubator/beehive/trunk/docs/forrest/build.xml
File length: 882 byte(s)
Diff to previous 149461 (colored)
Enable the system control build out of Beehive.  

The sync from svn.controlhaus.org is now disabled and the local ./controlhaus directory is deleted during an "ant clean" from the top level.

The controls are now put into the distribution under:

  <dist-dir>/lib/controls/
                       beehive-ejb-control.jar
                       beehive-jms-control.jar
                       beehive-jdbc-control.jar
                       beehive-webservice-control.jar

All references haev been changed to the "org.controlhaus" package.

Three steps are left to finish this work:
- checkin the Forrest documentation that was created from the controlhaus.org websites for the four system controls
- checkin the system control samples; these will live in system-controls/samples for the time being until they're "Beehive-ized" and moved into /samples
- fixup the Beehive documentation to fix the *.controlhaus.org links so that they're referencing the Beehive system control documentation

BB: self
DRT: Beehive pass / test.dist pass


Revision 149461 - (view) (annotate) - [select for diffs]
Modified Tue Feb 1 23:24:17 2005 UTC (4 years, 9 months ago) by steveh
Original Path: incubator/beehive/trunk/docs/forrest/build.xml
File length: 1622 byte(s)
Diff to previous 111439 (colored)
(1) Adding 'build.livesite' target to trunk/distribution.xml.  (It is inconvenient to use the distiribution ZIP as the livesite upload ZIP.  The livesite ZIP file should have 'bad' ZIP form with *no* top level directory.  ZIP files with 'good' form, make determining the URL path cumbersome.)

(2) Adding 'usage' targets to docs/build.xml and docs/forrest/build.xml.

tests: build.dist, drt

Revision 111439 - (view) (annotate) - [select for diffs]
Modified Thu Dec 9 22:05:02 2004 UTC (4 years, 11 months ago) by steveh
Original Path: incubator/beehive/trunk/docs/forrest/build.xml
File length: 1105 byte(s)
Diff to previous 110142 (colored)
Changing references to "reference" to "apidocs".
(This change makes the Forrest build cleaner and more error tolerant, since Forrest skips validation of paths which include the string "apidocs".)
 
DRT passed.

Revision 110142 - (view) (annotate) - [select for diffs]
Added Tue Dec 7 19:10:11 2004 UTC (4 years, 11 months ago) by steveh
Original Path: incubator/beehive/trunk/docs/forrest/build.xml
File length: 290 byte(s)
Content for the Forrest 0.6 site.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2