Menu

#2 TapDoc1.0a2 example won't work

open
nobody
None
5
2006-07-16
2006-07-16
tngmech
No

1. run-example.bat contains a problem:

instead of.

ant -lib ../dist -lib ../lib ./tapestry-tapdoc-src

causing a target not found error, it should probably read:

ant -lib ../dist -lib ../lib -lib ./tapestry-tapdoc-src

----

2. You cannot execute the 1.0a02 example without adding
lots of additional libraries into lib, e.g. ognl,
commons fileupload and much more. Basically you need
all Tapestry libs.

(However 1.0a1 doesn't seem to have this problem,
however fails for the package-list.html link issue anyway.)

----

3. For some reason you need a log4j.properties file
into lib (e.g. to define a trivial console appender).
Otherwise you get this:

[tapdoc] log4j:WARN No appenders could be found for
logger
(org.apache.hivemind.impl.XmlModuleDescriptorProvider).
[tapdoc] log4j:WARN Please initialize the log4j
system properly.

BUILD FAILED
....tapdoc-1.0a2\1.0a2\example\build.xml:29:
java.lang.RuntimeException:
java.io.FileNotFoundException:
http://tapestry.apache.org/tapestry/apidocs/package-list

4. build.xml should reflect changed Tapestry website
structure regarding APIDocs

5. Consider putting the source into the dist to ease
bugfixing and usage, especially as long as there's not
so much documentation.

Cheers,
Michael

P.S. Besides I upgraded from Ant 1.6.2 to 1.6.5, using
Java 5.0update7 on WinXP

P.P.S. Definitely nice tool at least as I could say
from the sample report. Unfortunately I need some
support to make it work...

Discussion


Log in to post a comment.

Auth0 Logo