Log of /beehive/site/build.xml
Parent Directory
|
Revision Log
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
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
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
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
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
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.