在这里使用 IntelliJ 12.0
当我在 Eclipse 中的项目上运行 ant 时,我得到一个可爱的打印输出,看起来非常像我从命令提示符运行它时的样子。
当我在 IntelliJ 中的项目上运行它时,看起来有人不喜欢清晰。我按下了 IntelliJ 提供的所有小按钮,但没有一个按钮使它看起来像在 eclipse 中的样子。
我打算怎么做才能从 IntelliJ 获得有意义的输出(并跟进,为什么 IntelliJ 似乎默认 ant 控制台看起来如此糟糕?)
我在任一 ide 中都没有打开任何标志(详细或其他)。
更新
一个示例:这是我的 Eclipse 构建的结尾:
run-checkstyle:
gen-ivy-dependency-images:
[echo] Converting dot files to images...
run-clirr:
generate-reports:
[fmpp] - Executing: index.html
[fmpp] - Executing: macros.ftl
[fmpp] - Executing: styles.css
[fmpp] Summary: 3 exe. + 0 xml. + 0 cop. = 3 succ.; 0 warn.; 0 failed
[echo] Project Portal Generated for theProject here: C:\MSDE\user\tools\perforce\user\depot\fast\theProject\trunk\install\common\docs/index.html
这是(粗略地说,因为它只是胡言乱语,所以我猜测发生了什么)我的蚂蚁构建的相同结局:
gen-ivy-dependency-images
if
echo
msde:dot2png-on-fileset
sequential
for
sequential
current:dot2png
sequential
exec
exec
sequential
current:dot2png
sequential
exec
exec
sequential
current:dot2png
sequential
exec
exec
sequential
current:dot2png
sequential
exec
exec
sequential
current:dot2png
sequential
exec
exec
sequential
current:dot2png
sequential
exec
exec
sequential
current:dot2png
sequential
exec
exec
run-clirr
generate-reports
msde:create-website
sequential
current:overview-extract
property
fmpp
- Executing: index.html
- Executing: macros.ftl
- Executing: styles.css
Summary: 3 exe. + 0 xml. + 0 cop. = 3 succ.; 0 warn.; 0 failed
echo
post-code-analysis
sequential
build-release
Build finished for: fast/theProject/1.0