[antlr-interest] ANTLR 3.2 build fails with Maven 2.2.1

Jim Idle jimi at temporal-wave.com
Wed Jun 2 08:22:22 PDT 2010


Thanks for contributing a fix, but this has already been fixed in development. Don't forget to use antlr.markmail.org as this will quite often save you some time waiting for an answer :-)

Cheers,

Jim

> -----Original Message-----
> From: antlr-interest-bounces at antlr.org [mailto:antlr-interest-
> bounces at antlr.org] On Behalf Of Hausherr, Jens
> Sent: Wednesday, June 02, 2010 1:02 AM
> To: antlr-interest at antlr.org
> Subject: [SPAM] [antlr-interest] [SPAM] ANTLR 3.2 build fails with
> Maven 2.2.1
> 
> Hi all,
> 
> 
> 
> I had problems building ANTLR 3.2 with Maven 2.2.1 because Maven
> reported a NPE due to a missing SCM URL. I fixed it for me by copying a
> dummy SCM snippet from the Maven documentation into the master POM.
> 
> 
> 
> <scm>
> 
>     <connection>scm:svn:http://127.0.0.1/svn/my-project</connection>
> 
>     <developerConnection>scm:svn:https://127.0.0.1/svn/my-
> project</developerConnection>
> 
>     <tag>HEAD</tag>
> 
>     <url>http://127.0.0.1/websvn/my-project</url>
> 
> </scm>
> 
> 
> 
> Maybe you could add a "real" SCM block to the master POM to prevent
> this error.
> 
> 
> 
> /Jens
> 
> 
> 
> Jens Hausherr | Senior Consultant
> Am Sandtorkai 72 | 20455 Hamburg | Germany
> M: +49 178 8866-097
> jens.hausherr at logica.com <mailto:vorname.nachname at logica.com>  |
> www.logica.de <http://www.logica.de>
> Logica Deutschland GmbH & Co. KG
> 
> Zettachring 4, 70567 Stuttgart; Amtsgericht Stuttgart HRA 722072
> 
> Persönlich haftender Gesellschafter: Logica Deutschland Verwaltungs
> GmbH
> 
> Geschäftsführer: Torsten Straß (Vors.) | Steven Blythe | Eric Guyot |
> Olaf Scholz | Oliver Starzonek | Dr. Alexander Wurdack
> Handelsregister: AG Stuttgart HRB 724084
> 
> 
> 
> 
> 
> Please help Logica to respect the environment by not printing this
> email  / Pour contribuer comme Logica au respect de l'environnement,
> merci de ne pas imprimer ce mail /  Bitte drucken Sie diese Nachricht
> nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. /
> Por favor ajude a Logica a respeitar o ambiente nao imprimindo este
> correio electronico.
> 
> 
> 
> This e-mail and any attachment is for authorised use by the intended
> recipient(s) only. It may contain proprietary material, confidential
> information and/or be subject to legal privilege. It should not be
> copied, disclosed to, retained or used by, any other party. If you are
> not an intended recipient then please promptly delete this e-mail and
> any attachment and all copies and inform the sender. Thank you.
> 
> 
> List: http://www.antlr.org/mailman/listinfo/antlr-interest
> Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-
> email-address





More information about the antlr-interest mailing list