This also affects the error count, since one compilation error causes these multiple ant errors (which are in each successive parent node in the tree output), the number of errors reported is 4, when it is in fact one.
Another issue is that messages from the echo task are viewed as warnings, can this be made configurable somehow or changed? My buildfile uses some generic targets that are called very often (within the same build run) and I use echo to show what was being passed in. On 30/10/01 10:28 am, "Bluntpeak" <[EMAIL PROTECTED]> wrote: > Hi, > > Duno if this is new or if it was always like this but > > Build 511, win2k, sun jdk 3.1.1 > > Do a build using ant (that has errors in the java file so it will not > compile) and in non verbose tree mode under the 'Task javac' node as > well as the actual error lines I also get an expandable node giving me > the line in the build.xml file where ant stopped. > > Expanding this node gives an internal (to ant) trace info. > > This same trace info is repeated in other places in the output tree as > well - probably due to the way my build.xml works ?? > > Anyway - switch to text mode and yes the internal ant trace info is > there as well (several times) > > Run this same build file from DOS under same version of ant (1.4.1) and > I get no internal trace info - just the errors in my source > > Suggestion - it can be, I guess, helpful to know what line in what build > file ant stopped _but_ I don't see why we need it repeating and I also > don't see the point of providing the internal ant trace info. > > Can this extra internal ant trace be removed - at least where there are > also real source errors reported from ant please. Also can the > interesting info - build file name and line number ant stopped on be > shown someplace other than in the tree view - it is, to me at any rate, > confusing. - Maybe put it into the message pane title bar ? > > Also can this extra trace be removed from the text mode output please ? > > > H > > > _______________________________________________ > Eap-features mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-features _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
