Anyone experiencing same ?
Since yesterday's CVS , building as thus :
build.bat -Dinclude.webapp.libs=yes -Dinclude.scratchpad.libs=yes webapp
I get this :
[javac] Compiling 110 source files to
C:\xml-cocoon2\build\cocoon\scratchpad
\classes
[javac]
C:\xml-cocoon2\build\cocoon\scratchpad\src\org\apache\cocoon\ant\Del
ayedFileOutputStream.java:105: cannot resolve symbol
[javac] symbol : constructor FileOutputStream (java.io.File,boolean)
[javac] location: class java.io.FileOutputStream
[javac] fos = new FileOutputStream(file, append);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 1 error
BUILD FAILED
file:C:/xml-cocoon2/build.xml:1009: Compile failed; see the compiler error
outpu
t for details.
Total time: 4 minutes 56 seconds
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>