the full info : D:\Java\workspace\ant9.28\trunk>bootstrap.bat
... Bootstrapping Ant Distribution JAVA_HOME=D:\Java\jdk1.5.0_06 JAVA=D:\Java\jdk1.5.0_06\bin\java JAVAC=D:\Java\jdk1.5.0_06\bin\javac CLASSPATH=D:\Java\jdk1.5.0_06\lib\tools.jar;lib\optional\junit-3.8.2.jar ;lib\opt ional\ant-antunit-1.0Beta1.jar;lib\xercesImpl.jar;lib\xml-apis.jar ;build\classes ;src\main; ... Compiling Ant Classes src\main\org\apache\tools\ant\taskdefs\Concat.java:489: 在相应的 try 语句主体中 不能抛出异常 java.io.IOException } catch (IOException e) { ^ 注意: 某些输入文件使用或覆盖了已过时的 API。 注意: 要了解详细信息,请使用 -Xlint:deprecation 重新编译。 注意: 某些输入文件使用了未经检查或不安全的操作。 注意: 要了解详细信息,请使用 -Xlint:unchecked 重新编译。 1 错误 ... Cleaning Up Build Directories ... Done Bootstrapping Ant Distribution On 9/28/06, Kevin Jackson <[EMAIL PROTECTED]> wrote:
> I checked out today's ant trunk , but when I try to build it by running > bootstrap.bat , the following info > "src\main\org\apache\tools\ant\taskdefs\Concat.java:489: 在相应的 try 语句主体中 > 不能抛出异常 java.io.IOException > } catch (IOException e) { > ^" I think we'd need a little more context than that single line - do you have a full stack trace available? I can test the trunk + bootstrap if you like, but it worked for me yesterday. Kev