自己编了一个build.xml对于不喜欢IDE的人来说挺好的

来源:百度文库 编辑:神马文学网 时间:2024/05/01 17:27:25
2005-8-2
build.xml
Unit tests failed. For error messages, check the log files in
${test.dir}/data or run "ant test-reports"
to generate reports at ${test.dir}/reports.
Opening HSQL GUI...
INSERT INTO app_user (id, first_name, last_name)
values (5, ‘Julie‘, ‘Raible‘);
INSERT INTO app_user (id, first_name, last_name)
values (6, ‘Abbie‘, ‘Raible‘);
Please specify an app.name using -Dapp.name=NAME
Creating new application named ‘${app.name}‘...
Running fixcrlf....