Re: ecj vs javac

2013-09-27 Thread Andrew Ross
I've gone through them now, and it looks like most of them are missing downcasting, where they've got Field[] fields = null; ... fields = AccessController.doPrivileged(new PrivilegedGetDeclaredFields(clazz)); PrivilegedGetDeclaredFields.run() returns an Object, which turns out is actually a Fiel

Documentation on package maintenance

2013-09-27 Thread Joachim Zobel
Hi. Is there any documentation on maintaining existing packages. The docs I find focus on how to create a package. I myself currently try to find out how the netbeans package from git works. I will find out, but it could be a lot easier with a few one liners and a short explanation of their contex

Aw: Re: RFS: maven-plugin-tools/2.8-3

2013-09-27 Thread Steffen Möller
> > > Hmmm > > > > http://anonscm.debian.org/gitweb/?p=pkg-java/maven-plugin-tools.git > > > > This is why I was confused. It looks like Thomas Koch converted the > > packaging at some point (March of 2013?) and I had cloned it. > > > > I'll get the change from SVN and upload, but we shoul

Re: RFS: maven-plugin-tools/2.8-3

2013-09-27 Thread Emmanuel Bourg
Le 27/09/2013 05:59, tony mancill a écrit : > Hmmm > > http://anonscm.debian.org/gitweb/?p=pkg-java/maven-plugin-tools.git > > This is why I was confused. It looks like Thomas Koch converted the > packaging at some point (March of 2013?) and I had cloned it. > > I'll get the change from SV