The import liquibase.util.grammar cannot be resolved

Have you tried building from the command line? Much easier than setting up eclipse.

Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/

Wish I could help, but I am also coming up against a deadline. Is there a particular reason you need to build the code yourself rather than just using pre-built binaries?

Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/

Glad to hear you got it working. 

Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/

I am trying to build the source code, I am upgrading form 3.5.3 to 3.6.2.

Using eclipse, installed the JavaCC plugin. My grammar files are not being generated.

What am I missing ? 

I am against a deadline. Please provide some input.

yes I just did and I get these errors 

I am not good with maven, and this is the command i use

[ERROR] Failed to execute goal on project liquibase-core: Could not resolve dependencies for project org.liquibase:liquibase-core:jar:3.6.2: Failed to collect dependencies at com.github.stefanbirkner:system-rules:jar:1.16.0 -> junit:junit-dep:jar:[4.9,): No versions available for junit:junit-dep:jar:[4.9,) within specified range -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project liquibase-core: Could not resolve dependencies for project org.liquibase:liquibase-core:jar:3.6.2: Failed to collect dependencies at com.github.stefanbirkner:system-rules:jar:1.16.0 -> junit:junit-dep:jar:[4.9,)

I have updated my settings.xml file and I did not have this issue in eclipse

I got past the dependency issue.

Now I have this problem(using mvn command)

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources (default-resources) on project liquibase-core: Error loading property file ‘D:\workspace\liquibase2\liquibase-parent\liquibase-core\target\filter.properties’ -> [Help 1]

I forced compiled the SimpleSqlGrammar.jj file

I still have java errors 

LINE_COMMENT cannot be resolved or is not a field

LINE_COMMENT cannot be resolved or is not a field

MULTI_LINE_COMMENT cannot be resolved or is not a field

WHITESPACE cannot be resolved or is not a field

Then I still have maven errors 

I would really appreciate some help

thanks. I was able to get it to work.

Company legal reasons, sigh.

But I started from scratch. Just mvn and it worked this time