Le 24 oct. 05, à 13:14, hepabolu a écrit :
...Great idea and thanks for the work, but there are currently two
issues:
- "core documentation" on
http://cocoon.zones.apache.org/demos/21branch/samples/ results in an
error:
java.io.FileNotFoundException:
/home/cdemos/demos/21branch/BRANCH_2_1_X/build/webapp/docs/
sitemap.xmap (No such file or directory)
Thanks for the report - I have removed (in SVN, will be on the zone at
the next scheduled update) the "core documentation" link on
http://cocoon.zones.apache.org/demos/21branch/samples/ as the docs are
not part of the build anymore.
- http://cocoon.zones.apache.org/demos/trunk/
results in:
HTTP ERROR: 404 %2Fdemos%2Ftrunk%2F+Not+Found
That's because the trunk build failed on the last update:
Compiling 685 source files to
/home/cdemos/demos/trunk/trunk/build/cocoon/classes
/home/cdemos/demos/trunk/trunk/src/java/org/apache/cocoon/components/
blocks/BlockWiring.java:193: ';' expected
" and " + this.location + " error: " + e.getMessage());
That's the beauty of continuous integration: these demos will be broken
when the builds are broken - so the build must be fixed for this to
start working again.
FYI, people who have access to the zone, the logs of these demos are
found in /home/cdemos/demos/NNN/logs where NNN is the demo name, like
"trunk" in this case.
-Bertrand