To reproduce:

https://git-wip-us.apache.org/repos/asf/maven-surefire.git
cd maven-surefire
mvn -DskipTests install
cd surefire-integration-tests

# ready to rock
mvn304 -Dit.test=IncludesExcludesFromFileIT -Dverifier.forkMode=auto
clean install # works
less target/IncludesExcludesFromFileIT/includes-excludes-from-file/log.txt
# Shows log content
mvn31 -Dit.test=IncludesExcludesFromFileIT -Dverifier.forkMode=auto
clean install # fails
less target/IncludesExcludesFromFileIT/includes-excludes-from-file/log.txt
# empty file

This would seem to be the Embedded3xLauncher in verifier that does not
work with 3.1

I assume this might be an issue for other scenarios too

Kristian



2012/12/4 Kristian Rosenvold <kristian.rosenv...@gmail.com>:
> There is something wrong with logging in embedded mode; when runnin
> surefire tests with verifier
> I am no longer able to pick up log output from the running maven process:
>
>
>
>
> 2012/12/4 Anders Hammar <and...@hammar.net>:
>> Is the site updated? It says it was published Nov 15 and some info doesn't
>> seem to be up-to-date (m-war-p says v2.3 for default lifecycle bindings).
>>
>> /Anders
>>
>>
>> On Tue, Dec 4, 2012 at 5:10 AM, Jason van Zyl <ja...@tesla.io> wrote:
>>
>>> Hi,
>>>
>>> Here is a link to Jira with 42 issues resolved:
>>>
>>> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=18967
>>>
>>> Staging repo:
>>> https://repository.apache.org/content/repositories/maven-110/
>>>
>>> The distributable binaries and sources for testing can be found here:
>>>
>>> https://repository.apache.org/content/repositories/maven-110/org/apache/maven/apache-maven/3.1.0/
>>>
>>> Specifically the zip, tarball, and source archives can be found here:
>>>
>>> https://repository.apache.org/content/repositories/maven-110/org/apache/maven/apache-maven/3.1.0/apache-maven-3.1.0-bin.zip
>>>
>>> https://repository.apache.org/content/repositories/maven-110/org/apache/maven/apache-maven/3.1.0/apache-maven-3.1.0-bin.tar.gz
>>>
>>> https://repository.apache.org/content/repositories/maven-110/org/apache/maven/apache-maven/3.1.0/apache-maven-3.1.0-src.zip
>>>
>>> https://repository.apache.org/content/repositories/maven-110/org/apache/maven/apache-maven/3.1.0/apache-maven-3.1.0-src.tar.gz
>>>
>>> Staging site:
>>> http://people.apache.org/~jvanzyl/staged-sites/ref/3.1.0
>>>
>>> The documentation specifically for this release pertains to JSR330 and
>>> SLF4J-based logging:
>>> http://maven.apache.org/maven-jsr330.html
>>> http://maven.apache.org/maven-logging.html
>>>
>>> Vote open for 72 hours.
>>>
>>> [ ] +1
>>> [ ] +0
>>> [ ] -1
>>>
>>> Thanks,
>>>
>>> Jason
>>>
>>> ----------------------------------------------------------
>>> Jason van Zyl
>>> Founder & CTO, Sonatype
>>> Founder,  Apache Maven
>>> http://twitter.com/jvanzyl
>>> ---------------------------------------------------------
>>>
>>> People develop abstractions by generalizing from concrete examples.
>>> Every attempt to determine the correct abstraction on paper without
>>> actually developing a running system is doomed to failure. No one
>>> is that smart. A framework is a resuable design, so you develop it by
>>> looking at the things it is supposed to be a design of. The more examples
>>> you look at, the more general your framework will be.
>>>
>>> -- Ralph Johnson & Don Roberts, Patterns for Evolving Frameworks
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: dev-h...@maven.apache.org
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: dev-h...@maven.apache.org
>>>
>>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to