JDK 9 images are now modular with JDK 9 Early Access build 41

2014-12-09 Thread Rory O'Donnell
Hi Benedikt, The initial changesets for JEP 220: Modular Run-Time Images [1] are available with JDK 9 early-access build 41 [2]. To summarize (please see the JEP for details): - The "jre" subdirectory is no longer present in JDK images. - The user-editable configuration files in the

SVN tree commons/proper/math: do we still need the contents?

2014-12-09 Thread sebb
The Commons Math SVN repo is now rather out of date; last commit is from Sep: svn log -l 1 https://svn.apache.org/repos/asf/commons/proper/math/ r1625967 | erans | 2014-09-18 14:15:12 +0100 (Thu, 18 Sep 2014) | 5 lines Is t

Re: SVN tree commons/proper/math: do we still need the contents?

2014-12-09 Thread Gilles
On Tue, 9 Dec 2014 12:27:41 +, sebb wrote: The Commons Math SVN repo is now rather out of date; last commit is from Sep: svn log -l 1 https://svn.apache.org/repos/asf/commons/proper/math/ r1625967 | erans | 2014-09-18

Re: SVN tree commons/proper/math: do we still need the contents?

2014-12-09 Thread Gary Gregory
On Tue, Dec 9, 2014 at 7:27 AM, sebb wrote: > The Commons Math SVN repo is now rather out of date; last commit is from > Sep: > > svn log -l 1 https://svn.apache.org/repos/asf/commons/proper/math/ > > r1625967 | erans | 2014

[DRAFT] Apache Commons Board Report, December 9 2014

2014-12-09 Thread Gary Gregory
[Feedback welcome. Thank you, Gary] The Apache Commons project focuses on all aspects of reusable Java components. The Apache Commons components are widely used in many projects, both within Apache and without. The last report was in early September 9 2014. No issues require board attention at

Re: SVN tree commons/proper/math: do we still need the contents?

2014-12-09 Thread sebb
On 9 December 2014 at 16:18, Gary Gregory wrote: > On Tue, Dec 9, 2014 at 7:27 AM, sebb wrote: > >> The Commons Math SVN repo is now rather out of date; last commit is from >> Sep: >> >> svn log -l 1 https://svn.apache.org/repos/asf/commons/proper/math/ >>

Re: [VOTE] [JCS] release [jcs] 2.0-beta-1 (take 2)

2014-12-09 Thread Oliver Heger
Hi, the jars and javadoc-jars now indeed contain LICENSE and NOTICE files (the source artifacts still do not); however, I have the impression that these are not the correct ones: they are missing the .txt extension, and at least the content of NOTICE is different from the NOTICE.txt shipped at the

Re: [VOTE] [JCS] release [jcs] 2.0-beta-1 (take 2)

2014-12-09 Thread Romain Manni-Bucau
yes there are 2-3 tests which can fail "easily" (on my machine I shouldn't do anything else otherwise it fails). Reruing them is enough to have a green build in general. About notice file I didnt do anything special. Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wor

Fwd: [VFS] VFS sandbox?

2014-12-09 Thread Israel Malachi
Hi all I will try to switch line 227 On SmbFileObject if (e.getErrorCode() == SmbException.ERRbadfile) with if (e.getNtStatus() == SmbException.NT_STATUS_NO_SUCH_FILE) on my machine and I'll see how it will go... -- Forwarded message -- From: Israel Malachi Date: Thu, Dec 4,