Re: [hibernate-dev] missing ANTLR dependency from gradle built pom.xml

2011-01-15 Thread Steve Ebersole
Completely unrelated. But yes, once you ask Maven to generate the files they remain generated until you clean or delete them :) On Saturday, January 15, 2011, at 01:34 pm, Fred Toussi wrote: > I don't know if this is directly relevant (as it is a Maven build), but > the other day I downloaded th

Re: [hibernate-dev] missing ANTLR dependency from gradle built pom.xml

2011-01-15 Thread Fred Toussi
I don't know if this is directly relevant (as it is a Maven build), but the other day I downloaded the 3.6.0 final code from github and used Idea 10 to create a (Maven) project from the sources. Once the project was created, it did not compile, and the first visible errors showed classes created by

Re: [hibernate-dev] missing ANTLR dependency from gradle built pom.xml

2011-01-15 Thread Steve Ebersole
Pretty sure I checked this previously. The part you ask about configures the antlr plugin that generates the parsers from the grammar files. Pretty positive that also used to add antlr to the project's set or exported deps. That is where I think something changed. Let me ask about this on the

[hibernate-dev] missing ANTLR dependency from gradle built pom.xml

2011-01-14 Thread Sanne Grinovero
Hello, It seems that ANTLR is missing from the pom.xml generated by the new gradle build of Hibernate Core. The following patch seems to fix it but I couldn't find any information on the "antlr( libraries.antlr )" line, from the documentation is seems it's only being used to choose the ANTLR versi