Re: Need a small sax parser for m-s-u

2013-01-13 Thread Kristian Rosenvold
find . -name *.jar | xargs -L 1 unzip -l | grep "services/org.xml" inside my jdk/jre installation seems to indicate the JDK itself does not use the SPI mechanism, which is further backed by the default implementation in XMLReaderFactory being hardcoded. Setting the system property to null forces t

Re: maven-install-plugin versions

2013-01-13 Thread Brett Porter
It should be 2.4 - for some reason the docs for the last release weren't published. On 14/01/2013, at 3:52 PM, Chris Graham wrote: > Hi all. > > I've just noticed an inconsistency in the versions being shown on the > apache web site: > > http://maven.apache.org/plugins/index.html > > shows t

maven-install-plugin versions

2013-01-13 Thread Chris Graham
Hi all. I've just noticed an inconsistency in the versions being shown on the apache web site: http://maven.apache.org/plugins/index.html shows the m-i-p at 2.4 whereas, if you follow the link on that page for the m-i-p, it leads to: http://maven.apache.org/plugins/maven-install-plugin/ which

Re: Need a small sax parser for m-s-u

2013-01-13 Thread Chris Graham
Yes, be really careful with shading and similar XML stuff, the IBM JRE has a lot of XML processing in it built in, and it can clash. -Chris On Mon, Jan 14, 2013 at 6:39 AM, Benson Margulies wrote: > Well, you could scan for the JRE's builtin SPI file and pass the class > name you acquire to > >

Re: Need a small sax parser for m-s-u

2013-01-13 Thread Benson Margulies
Well, you could scan for the JRE's builtin SPI file and pass the class name you acquire to http://docs.oracle.com/javase/6/docs/api/org/xml/sax/helpers/XMLReaderFactory.html. It is rather annoying that these classes don't let you say 'give me the stock JRE method, ignore the system property'. Or

Need a small sax parser for m-s-u

2013-01-13 Thread Kristian Rosenvold
We switched to SAX parsing in m-s-u, and we just had an interesting issue (https://jira.codehaus.org/browse/SUREFIRE-950) which basically happens because some plugin sets org.xml.sax.driver to point to a variable that is only present in that plugins classloader, when m-s-u later tries to instantiat

Re: mvn compiler 3.0 regression?

2013-01-13 Thread Romain Manni-Bucau
here it is http://jira.codehaus.org/browse/MCOMPILER-197 *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rma

maven-surefire pull request: [SUREFIRE-946] prevent hanging main process if...

2013-01-13 Thread agudian
GitHub user agudian reopened a pull request: https://github.com/apache/maven-surefire/pull/20 [SUREFIRE-946] prevent hanging main process if forked process was killed... ... (softly) You can merge this pull request into a Git repository by running: $ git pull https://github.com

maven-surefire pull request: [SUREFIRE-946] prevent hanging main process if...

2013-01-13 Thread agudian
Github user agudian closed the pull request at: https://github.com/apache/maven-surefire/pull/20 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org