Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
1.3-rc1
-
None
-
None
-
Operating System: All
Platform: PC
-
16175
Description
it works fine under cygwin, but 1) when I use it under Win2k cmd in the very
same directory, I get:
<< ...dir>ant
Buildfile: build.xml
prepare:
prepare-error:
docs:
BUILD FAILED
file:C:/Data/MyDocRalf/bin/Java/jars/velocity/jakarta-ant/proposal/ant-site/anak
ia/build.xml:51: Could not create task of type: anakia due to java.lang.NoClassD
efFoundError: org/apache/commons/collections/ExtendedProperties>>
Furthermore, it appears that in the build.xml
<anakia basedir="${docs.src}" destdir="${docs.dest}/"
extension=".html" style="./site.vsl"
2) the "./style" cannot be a property
3) it appears to be hard-coded that even when all paths (src, dest, templ.path)
are set to ., style doesn't find "./style.vsl" nor "../style.vsl" ??