I figured it out. As for your specific question (if you still care) Antlr has a tool that must get run in order to process its language grammars into java source code.
And no, the idea task generation does not work out of the box without tweaking due to a number of issues in the Gradle idea plugin. Mainly attempting to rely on any generated source under 'target' as a source dir is currently broken (all of 'target' gets excluded). On Thursday, March 17, 2011, at 05:22 pm, Peter Niederwieser wrote: > I tried to run the tests in IDEA, but got lots of compile errors. Seems > like IDEA can't find the types in package org.hibernate.hql.antlr. Is IDEA > project generation supposed to work? > > -- > Peter Niederwieser > Developer, Gradle > http://www.gradle.org > Trainer & Consultant, Gradleware > http://www.gradleware.com > Creator, Spock Framework > http://spockframework.org > > > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/Gradle-JUnit-and-ignored-tests-tp38798 > 03p3907942.html Sent from the gradle-dev mailing list archive at > Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email --- Steve Ebersole <[email protected]> http://hibernate.org
