On Feb 16, 2009, at 7:13, Lou Iorio <[email protected]> wrote:
I think I'm confused. I now have an index.html in trunk on my local
machine,
That is correct, it gets built by the build. It should get deleted by
clean.
but I also have
quick-index.html
That could be left if you didn't do a clean before updating.
and quick-index.xslt,
The new procedure filters this file from source to root to build index
from nab. Clean should delete it.
and index.jsp still links to quick-index.HTML.
That is wrong. It should link to index. I may have forgotten to check
that in.
Every now and then I find it's useful to get a fresh sandbox to clean
up stray files that occur when things get renamed or moved. You can do
this by trashing everything but the .svn file and then doing 'svn up'.
I have r12872, and I did a full ant clean build doc
On Sun, Feb 15, 2009 at 4:22 PM, P T Withington <[email protected]> wrote:
I sent you a new change that does everything but remove index.jsp.
If we decide we don't want it, there will be an index.html (the
former quick-index) that will show up in its place.
On 2009-02-15, at 12:25EST, Lou Iorio wrote:
approved, with the question of what to do with index.jsp still open.
On Sun, Feb 15, 2009 at 11:47 AM, P T Withington <[email protected]>
wrote:
[I plan to check this in so I can test the nightly build.]
Change 20090215-ptw-6 by [email protected] on 2009-02-15
10:16:30
EST
in /Users/ptw/OpenLaszlo/trunk-3
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Move README, release-notes, so they can be filtered by
build task
Bugs Fixed: LPP-7756 move release notes, text files, and other
generated
files into trunk/docs/src
Technical Reviewer: [email protected] (pending)
QA Reviewer: [email protected] (pending)
Details:
Moved the computation of build.date and build.id to the top-level
build file from the server build file.
Moved README*, release-notes* to docs/src. They are now processed
by the build task, filtered to replace @VERSIONID@, etc. and moved
to the top-level, so the filtered versions appear in the same
place in both a local build and a distribution.
Added Build: @VERSIONID@ @RELEASE@ @BUILDID@ @BUILDDATE@ as a
footer on all of the above.
build-opt: Make sure you have a build.id and build.date (moved
here so sub-builds can work).
Tests:
ant clean build, look at quick index, spin nightly, ditto on labs
Files:
M WEB-INF/lps/server/build.xml
A + docs/src/README.core.txt
A + docs/src/release-notes.html
A + docs/src/README.txt
M build-tools/build-opt.xml
M build.xml
D README.core.txt
D release-notes.html
D README.txt
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20090215-ptw-6.tar