Re: [DISCUSSION] JEP 238: Multi-Version JAR Files

2015-03-19 Thread Manfred Moser
I totally agree. This feels like a royally bad idea that is totally counter to the idea for slim runtime and fast startup times. I would much rather have some additional info somewhere in the archive that documents used bytecode, supported runtime and things like that. On the Maven side it wou

Re: [VOTE] Release Apache Maven Checkstyle Plugin version 2.15

2015-03-19 Thread Hervé BOUTEMY
+1 Regards, Hervé Le dimanche 15 mars 2015 20:14:02 Dennis Lundberg a écrit : > Hi, > > We solved 6 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&styleName=H > tml&version=20762 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/

Re: [DISCUSSION] JEP 238: Multi-Version JAR Files

2015-03-19 Thread Gary Gregory
The level of granularity feels wrong. This sounds like it would make jar "heavier", potentially a lot heavier. Another angle would be to manage versions 1-1 with jars, one jar for java 7, one for java 8, and so on. With >1 version in one jar, I am FORCED to download versions of class files I'll ne

[DISCUSSION] JEP 238: Multi-Version JAR Files

2015-03-19 Thread Robert Scholte
Hi, we've been asked to give our opinion on the JEP 238: Multi-Version JAR Files Here's a quote from Rory O'Donnels e-mail: --- It's goal is to extend the JAR file format to allow multiple, JDK release-specific versions of class files to coexist in a single file. An additional goal is to

Re: [VOTE] Release Apache Maven Shared Maven Invoker 2.2

2015-03-19 Thread Robert Scholte
IIUC JUnit3 only knows success or failure, JUnit4 introduced skipped. The Assume should cause a skip in your case, but since that Exception isn't recognized it was translated to failure. Op Thu, 19 Mar 2015 23:13:15 +0100 schreef Karl Heinz Marbaise : Hi Robert, On 3/19/15 10:07 PM, Ro

Re: [VOTE] Release Apache Maven Shared Maven Invoker 2.2

2015-03-19 Thread Karl Heinz Marbaise
Hi Robert, On 3/19/15 10:07 PM, Robert Scholte wrote: Hi Karl Heinz, could you test current trunk version? I hope http://svn.apache.org/r1667876 fixed the issue. Tested now with Maven 3.0.5, 3.1.1, 3.2.5, 3.3.1...just fine...great... Hm...I'm astonished that this change caused fixing this?

Re: [VOTE] Release Apache Maven Shared Maven Invoker 2.2

2015-03-19 Thread Robert Scholte
Hi Karl Heinz, could you test current trunk version? I hope http://svn.apache.org/r1667876 fixed the issue. The other interesting part is: is seems like on (your) Mac the M2_HOME isn't set by the mvn script, but for Windows it is... thanks, Robert Op Thu, 19 Mar 2015 21:08:09 +0100 schreef

Re: [VOTE] Release Apache Maven Shared Maven Invoker 2.2

2015-03-19 Thread Karl Heinz Marbaise
Hi Robert, > Hi Karl Heinz, I think it has to do with the chain of Maven invocations, although it shouldn't matter. Just for me: how do you execute these tests? Plain old commandline or buildserver or ...? Just plain old commandline ;-)... mvn clean verify ... nothing odd Kind regards K

Re: [VOTE] Release Apache Maven Shared Maven Invoker 2.2

2015-03-19 Thread Robert Scholte
Hi Karl Heinz, I think it has to do with the chain of Maven invocations, although it shouldn't matter. Just for me: how do you execute these tests? Plain old commandline or buildserver or ...? thanks, Robert Op Thu, 19 Mar 2015 07:12:33 +0100 schreef Karl Heinz Marbaise : Hi Robert,

Re: Suggestions User Information about Maven 2.2.1 EoL / Plugins / JDK

2015-03-19 Thread Karl Heinz Marbaise
Hi, nothing more to improve ? Kind regards Karl Heinz Marbaise On 3/18/15 10:21 PM, Karl Heinz Marbaise wrote: Hi, i have incorporated the suggestions/ideas/improvements https://github.com/khmarbaise/maven2eol/blob/master/message.txt If you have adds/supplementals/etc. please send a pul

Re: Jekyll experiment

2015-03-19 Thread Aldrin Leal
JBake supports both markdown and adoc btw :) -- -- Aldrin Leal, Master your EC2-fu! Get the latest ekaterminal public beta http://www.ingenieux.com.br/products/ekaterminal/ On Thu, Mar 19, 2015 at 1:27 PM, Manfred Moser wrote: > I agree with the suggestion to use asciidoctor as a format. Mark

Re: Jekyll experiment

2015-03-19 Thread Manfred Moser
I agree with the suggestion to use asciidoctor as a format. Markdown seems to limited and require escaping to straight html or other hacks way too often. And on the need to clean up the site I would be willing to help as well. We need a fresh clean site. Maybe even with the Owl ;-) manfred Je

Re: Jekyll experiment

2015-03-19 Thread Petar Tahchiev
Hello all, A few months ago I was inspired by spring framework and Oliver Gierke to rewrite my whole documentation using Asciidoctor. Turned out the asciidoctor-maven plugin has some limitations so I spent some time with Herve Boutemy last weekend to discuss a few pull requests I created for the m

Re: [VOTE] Release Apache Maven Checkstyle Plugin version 2.15

2015-03-19 Thread Jason van Zyl
+1 On Mar 15, 2015, at 3:14 PM, Dennis Lundberg wrote: > Hi, > > We solved 6 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&styleName=Html&version=20762 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=

Re: [VOTE] Release Apache Maven Checkstyle Plugin version 2.15

2015-03-19 Thread Dennis Lundberg
Hi, We need one more bindning vote... Den 15 mar 2015 20:14 skrev "Dennis Lundberg" : > Hi, > > We solved 6 issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&styleName=Html&version=20762 > > There are still a couple of issues left in JIRA: > > http://jira.codehaus.org/s

Re: Jekyll experiment

2015-03-19 Thread Jeff Jensen
I agree Fred... the reports are very helpful. I've always thought of it as handling two needs: "reports" and "docs"; reports basically working OOTB and docs as the team decides to hand-create. On Wed, Mar 18, 2015 at 10:43 PM, Fred Cooke wrote: > Well, if you created it, then a personal thank

Re: Jekyll experiment

2015-03-19 Thread Jeff Jensen
+1 asciidoctor On Thu, Mar 19, 2015 at 4:56 AM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > While I use jekyll for lots of stuff (blogs and wicket website), I'd > urge to use asciidoc[tor] as the markup format. Markdown is great, but > rather limited for technical documentation. Ther

Re: Jekyll experiment

2015-03-19 Thread Martijn Dashorst
While I use jekyll for lots of stuff (blogs and wicket website), I'd urge to use asciidoc[tor] as the markup format. Markdown is great, but rather limited for technical documentation. There is some asciidoctor integration for jekyll available [1], but I haven't used it in anger. Just my 2 cts. Ma