Hello, i got some strange behaviours when tryng to rebuild the toolkit on a fresh TS installation (no modifications done).
The error is the following:
[iwmaster@adrastea livesite_customer_src]$ sudo /Interwoven/iw-home/bin/make_toolkit.ipl
Buildfile: /Interwoven/iw-home/local/config/lib/content_center/reference/build.xml
init:
compile:
[javac] Compiling 5 source files to /Interwoven/iw-home/local/config/lib/content_center/livesite_customer_out/src
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[jar] Building jar: /Interwoven/iw-home/local/config/lib/content_center/livesite_customer_out/livesite_customer.jar
validate:
BUILD FAILED
/Interwoven/iw-home/local/config/lib/content_center/reference/build.xml:67: Could not validate document /Interwoven/iw-home/local/config/lib/content_center/livesite_customer_src/etc/web.xml
Total time: 3 minutes 10 seconds
Exception in /Interwoven/iw-home/bin/make_toolkit.ipl: Failure while running Ant at /Interwoven/iw-home/bin/make_toolkit.ipl line 173.
[iwmaster@adrastea livesite_customer_src]$ /Interwoven/iw-home/local/config/lib/content_center/reference/build.xml:67: Could not validate document /Interwoven/iw-home/local/config/lib/content_center/livesite_customer_src/etc/web.xml
The problem is that the web.xml is as easy as it could be (default one) :
And the last changed date is August 2008, so i am assuming that something else is behind the error...

Any ideas?