Jigsaw early-access builds updated (build 38)

2014-11-17 Thread Rory O'Donnell


Hi Robert  Kristian,

JDK 9 Early Access with Project Jigsaw build b38 is available on 
java.net [1]


The goal of Project Jigsaw [2] is to design and implement a standard module
system for the Java SE Platform, and to apply that system to the 
Platform itself

and to the JDK.

The early-access builds implement the changes described in JEP 220 [3] . 
The
jrt file-system provider is not yet implemented.  As of build 38, the 
extension

mechanism has been removed.

Please refer to Project Jigsaw's updated project pages [2]  [4] and 
Mark Reinhold's

update [5] for further details.

We are very interested in your experiences testing this build. Comments, 
questions,
and suggestions are welcome on the jigsaw-dev 
http://mail.openjdk.java.net/mailman/listinfo/jigsaw-dev mailing list 
or through bug reports

via bugs.java.com http://bugs.java.com/.

Note: If you haven't already subscribed to that mailing list then please 
do so first,

otherwise your message will be discarded as spam.

Rgds, Rory


[1] https://jdk9.java.net/jigsaw/
[2] http://openjdk.java.net/projects/jigsaw/
[3] http://openjdk.java.net/jeps/220
[4] http://openjdk.java.net/projects/jigsaw/ea
[5] 
http://mail.openjdk.java.net/pipermail/jigsaw-dev/2014-November/003946.html



--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



Files.getPosixFilePermissions on cygwin....?

2014-11-17 Thread Kristian Rosenvold
I was slightly surprised that this call does not work on cygwin, which
somehow seems to indicate file attribute support for windows platform
seems unsupported.. ?

Anyone know the details on this ?

Kristian

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



Re: Files.getPosixFilePermissions on cygwin....?

2014-11-17 Thread Dawid Weiss
There is no cygwin-specific Java, so why would it be supported?

Dawid

On Mon, Nov 17, 2014 at 6:40 PM, Kristian Rosenvold
kristian.rosenv...@gmail.com wrote:
 I was slightly surprised that this call does not work on cygwin, which
 somehow seems to indicate file attribute support for windows platform
 seems unsupported.. ?

 Anyone know the details on this ?

 Kristian

 -
 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



Re: [VOTE] Release ASF Parent POM 16, Maven Parent POM 26, Maven Plugins Parent POM 27

2014-11-17 Thread Karl Heinz Marbaise

Hi Tibor,

On 11/16/14 7:21 PM, tibor17 wrote:

That's pity that you haven't update MPOM-61 to the latest surefire 2.18.


AS far as i know there was some discussion about things like this ...and 
there should be a time (more one or two month) before appropriate 
versions should be made it into ASF parent



Kind regards
Karl Heinz Marbaise

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



[ANN] Apache Common POM Version 16 Released

2014-11-17 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the 
Apache Common POM, version 16.

This POM (org.apache:apache) configures common Maven settings for
projects to use ASF infrastructure.

Documentation live at: http://maven.apache.org/poms/asf.

To use this parent, you should specify the version in your project's
plugin configuration:

parent
  groupIdorg.apache/groupId
  artifactIdapache/artifactId
  version16/version
/parent

Changes since previous release:

http://svn.apache.org/viewvc/maven/pom/tags/apache-16/pom.xml?view=markup

Enjoy,

-The Apache Maven team

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



[GitHub] maven-surefire pull request: [SUREFIRE-1057] Surefire doesn't dete...

2014-11-17 Thread mbocek
Github user mbocek closed the pull request at:

https://github.com/apache/maven-surefire/pull/69


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[ANN] Apache Maven Plugins Parent POM Version 27 Released

2014-11-17 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the 
Apache Maven Plugins Parent POM Version 27.

This POM (org.apache.maven.plugins:maven-plugins) is the common parent of all
of the Maven plugins in the Apache Maven project.

To use this parent, you should specify the version in your project's
plugin configuration:

parent
  groupIdorg.apache.maven.plugins/groupId
  artifactIdmaven-plugins/artifactId
  version27/version
/parent

Changes since previous release:

http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-27/pom.xml?r1=HEADr2=1632929diff_format=h

Enjoy,

-The Apache Maven team

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



Re: [ANN] Apache Common POM Version 16 Released

2014-11-17 Thread sebb
On 17 November 2014 19:57, Karl Heinz Marbaise khmarba...@apache.org wrote:
 The Apache Maven team is pleased to announce the release of the
 Apache Common POM, version 16.

 This POM (org.apache:apache) configures common Maven settings for
 projects to use ASF infrastructure.

 Documentation live at: http://maven.apache.org/poms/asf.

 To use this parent, you should specify the version in your project's
 plugin configuration:

 parent
   groupIdorg.apache/groupId
   artifactIdapache/artifactId
   version16/version
 /parent

 Changes since previous release:

 http://svn.apache.org/viewvc/maven/pom/tags/apache-16/pom.xml?view=markup

The above URL is wrong; it does NOT show the differences.

 Enjoy,

 -The Apache Maven team

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



[GitHub] maven-surefire pull request: [SUREFIRE-1057] Surefire doesn't dete...

2014-11-17 Thread mbocek
GitHub user mbocek opened a pull request:

https://github.com/apache/maven-surefire/pull/70

[SUREFIRE-1057] Surefire doesn't detect TestNG test method which fails b...

Surefire doesn't detect TestNG test method which fails because of exception 
in @DataProvider method.
Also TestNG SkipException wasn't properly populated to the report.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mbocek/maven-surefire master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/maven-surefire/pull/70.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #70


commit 4d74b32b4950c5818cb95b5b47360f41434166e1
Author: Michal Bocek michal.bo...@gmail.com
Date:   2014-11-17T20:33:47Z

[SUREFIRE-1057] Surefire doesn't detect TestNG test method which fails 
because of exception in @DataProvider method




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



Re: [ANN] Apache Common POM Version 16 Released

2014-11-17 Thread Karl Heinz Marbaise

Hi,

On 11/17/14 9:59 PM, sebb wrote:

On 17 November 2014 19:57, Karl Heinz Marbaise khmarba...@apache.org wrote:

The Apache Maven team is pleased to announce the release of the
Apache Common POM, version 16.

This POM (org.apache:apache) configures common Maven settings for
projects to use ASF infrastructure.

Documentation live at: http://maven.apache.org/poms/asf.

To use this parent, you should specify the version in your project's
plugin configuration:

parent
   groupIdorg.apache/groupId
   artifactIdapache/artifactId
   version16/version
/parent

Changes since previous release:

http://svn.apache.org/viewvc/maven/pom/tags/apache-16/pom.xml?view=markup


The above URL is wrong; it does NOT show the differences.


Unfortunately you are right...here is the correct one:

http://svn.apache.org/viewvc/maven/pom/tags/apache-16/pom.xml?r1=HEADr2=1627336diff_format=h

sorry...




Enjoy,

-The Apache Maven team





Mit freundlichem Gruß
Karl-Heinz Marbaise
--
SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl-Heinz MarbaiseICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen   http://www.soebes.de

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



Re: [VOTE] Release Apache Maven Assembly Plugin version 2.5.1

2014-11-17 Thread Kristian Rosenvold
As has been pointed out, the vote is for 2.5.2. Gmail wont let me
change subject without breaking threading

+1 from me, need one more +1.

Kristian


2014-11-15 15:12 GMT+01:00 Karl Heinz Marbaise khmarba...@gmx.de:
 Hi,

 the subject is not 100% correct,cause this is the VOTE for Maven Assembly
 Plugin Version 2.5.2 and not 2.5.1.

 Apart from that tested with Maven 3.2.3, 3.2.1, 3.1.1, 3.0.5, 2.2.1 without
 any issue...

 So +1 from me..


 Kind regards
 Karl Heinz Marbaise


 On 11/14/14 9:19 PM, Kristian Rosenvold wrote:

 Hi,

 We solved 21 issues:

 http://jira.codehaus.org/secure/ReleaseNote.jspa?version=20750styleName=projectId=11126

 This puts the 2.5.X range at an accumulated 73 bug fixes; this release
 contains a few regressions from 2.5 and 2.5.1.

 Most notable for this release are:
 Rewritten duplicate handling strategy, revised documentation. Please
 note that previously documented strategy was mostly wishful thinking,
 the currently documented strategy is hard reality :) See

 http://maven.apache.org/plugins-archives/maven-assembly-plugin-LATEST/advanced-descriptor-topics.html


 There are still a couple of issues left in JIRA:

 http://jira.codehaus.org/issues/?jql=project%20%3D%20MASSEMBLY%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC

 Staging repo:
 https://repository.apache.org/content/repositories/maven-1100


 https://repository.apache.org/content/repositories/maven-1100/org/apache/maven/plugins/maven-assembly-plugin/2.5.2/maven-assembly-plugin-2.5.2-source-release.zip

 Source release checksum(s):
 maven-assembly-plugin-2.5.2-source-release.zip sha1:

 4075b8247649deecb09c9d47e4d7693ba6e232be



 Staging site:
 http://maven.apache.org/plugins-archives/maven-assembly-plugin-LATEST/

 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1


 -
 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