Re: Print on the same line.

2008-12-11 Thread Matthias Grunwalde
Would System.out.flush() help? Alternatively, System.err.println - the error stream isn't buffered; the output stream is buffered, hence needing to write a newline. On Thu, Dec 11, 2008 at 1:12 PM, Stelios Philippou [EMAIL PROTECTED]wrote: I running a long application on an X session that i do

surefire - compatibility with ant/junit-batchtest XML - system-out and system-err

2008-12-10 Thread Matthias Grunwalde
Hi, Is surefire 2.4.3's XML output intended to be consumable by Ant 1.7.1's junitreport task? It seems to be mostly compatible, however, there seems to be a discrepancy - could surefire experts comment on this? Should the system-out.../system-out and system-err.../system-err elements be part of

Supressing the download progress animation when downloading dependencies

2008-09-24 Thread Matthias Grunwalde
Hi, When performing a clean build, maven will download all necessary dependencies to the local repository. While it's doing this, it shows an animation giving the amount it has downloaded, with the final file size. This changes - is overwritten on the same line - during the download. This is

Re: problem using the buildnumber plugin with maven

2008-09-05 Thread Matthias Grunwalde
Wayne, you state that the groupId, artifactId and version are always used when publishing to a repo, so I tried specifying ${buildNumber} as the version, as in version${buildNumber}/version However, this didn't get interpolated correctly, leading to an artifact in my repo called

POM reference mistake - changing the reporting output directory

2008-05-19 Thread Matthias Grunwalde
Hi, The POM reference at http://maven.apache.org/pom.html#Reporting seems to have a mistake... the example states reporting plugins plugin outputDirectory${basedir}/target/site/outputDirectory artifactIdmaven-project-info-reports-plugin/artifactId