Hi all, The trunk compilation failed when executing build.bat from a recent checkout on Windows. The problem is with the L275 in src/build.xml, that runs a sh command not available on Windows system.
This line creates a manifest "mf.mf" that is always the same one, so I created it by hand with the content Class-Path: *.jar ext/*.jar and then the build succeeded. When you want to run the build.bat, you must create this file before. Because it's always the same content, should it be added to SVN instead of being generated on every build? Can I fix that? Or it is done on this way for any reason that I'm not aware of? TIA -- Regards, Christian López Espínola
