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

Reply via email to