Re: [exec] Java 5 and generics

2014-01-11 Thread Gary Gregory
exec2 is fair game at this point IMO. G Original message From: Benedikt Ritter Date:01/11/2014 06:28 (GMT-05:00) To: Commons Developers List Subject: Re: [exec] Java 5 and generics 2014/1/11 sebb > On 11 January 2014 10:50, Benedikt Ritter wrote: > > Hi, &g

Re: [exec] Java 5 and generics

2014-01-11 Thread Gary Gregory
The length of the build is not an issue IMO. It's only a couple of minutes.  G Original message From: Benedikt Ritter Date:01/11/2014 06:28 (GMT-05:00) To: Commons Developers List Subject: Re: [exec] Java 5 and generics 2014/1/11 sebb > On 11 January 20

Re: [exec] Java 5 and generics

2014-01-11 Thread Benedikt Ritter
2014/1/11 sebb > On 11 January 2014 10:50, Benedikt Ritter wrote: > > Hi, > > > > I'm working on it, but you're invited to help out ;-) > > > > Currently I'm not sure if we're going in the right direction here. The > exec > > website says that exec fill the need for something like ProcessBuilder

Re: [exec] Java 5 and generics

2014-01-11 Thread sebb
On 11 January 2014 10:50, Benedikt Ritter wrote: > Hi, > > I'm working on it, but you're invited to help out ;-) > > Currently I'm not sure if we're going in the right direction here. The exec > website says that exec fill the need for something like ProcessBuilder in > Java < 5. In Java > 5 you w

Re: [exec] Java 5 and generics

2014-01-11 Thread Benedikt Ritter
Hi, I'm working on it, but you're invited to help out ;-) Currently I'm not sure if we're going in the right direction here. The exec website says that exec fill the need for something like ProcessBuilder in Java < 5. In Java > 5 you would probably use the ProcessBuilder directly. Now we have upd

Re: [exec] Java 5 and generics

2014-01-11 Thread sebb
On 11 January 2014 02:17, Gary Gregory wrote: > Hi All, > > Now that [exec] has 'graduated' to Java 5, we are getting a bunch of > generics raw warnings. > > It would be nice to get these cleaned up ;) Had a quick look. Some fixes look easy, but some are not immediately obvious - for example, the

[exec] Java 5 and generics

2014-01-10 Thread Gary Gregory
Hi All, Now that [exec] has 'graduated' to Java 5, we are getting a bunch of generics raw warnings. It would be nice to get these cleaned up ;) Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition JUnit in