Richard, > > > 1. multiline echo doesn't show up. I think it is because > > > ant sends some unusual newline characters.
Multiline echos as well as multiline javac messages should be shown in 518. Please check it when that build is available. > > > 2. javac (and perhaps some other tasks) print how many > > > classes are being compiled in my cmd-line ant > > > execution. In the IDEA ant build I cannot see them We will address this, but probably after Pandora. Best regards, Anton Katilin ----------------------------------------------------------- IntelliJ Software, "Develop with pleasure" http://www.intellij.com/ ----------------------------------------------------------- ----- Original Message ----- From: "Nemec, Richard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "'Anton Katilin'" <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 5:47 PM Subject: RE: [Eap-list] 516: ant's output (echo,javac) > Hi Anton and others > > > > 1. multiline echo doesn't show up. I think it is because > > > ant sends some unusual newline characters. > > > > Could you please send me your Ant script with such multiline echos? > > Of course. > (We use the echo-s to keep visual track during a long build.) > Here is an example script: > > <?xml version="1.0" encoding="UTF-8"?> > <project basedir=".\" default="init" name="pws"> > <target name="init"> > <property name="domain" value="pws_sql2k"/> > <echo> > > ===================================================================== > Building Subproject ${ant.project.name} [File: ${ant.file}] > > ===================================================================== > </echo> > <!-- set global properties for this build --> > <property environment="env"/> > <property name="classes" value="${env.BLD_ROOT}/classes"/> > </target> > <!-- other targets --> > </project> > > (I noticed that on Windows it sometimes sends <CR> instead of <CR><LF>. > We use Ant 1.4.1 and Pandora 517) > > > > 2. javac (and perhaps some other tasks) print how many > > > classes are being compiled in my cmd-line ant > > > execution. In the IDEA ant build I cannot see them > > > > Please try to turn verbose mode on. > > That's too much. I just need visual confirmation that among 127 files > all 5 I have modified will be compiled. On the command line ant shows > "Compiling 5 files to D:\Build\classes" > > > Thank you > > Richard > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
