[metaas-dev] ASArg.getDefault()

David Holroyd dave at badgers-in-foil.co.uk
Sun Dec 2 22:38:30 UTC 2007


On Sun, Dec 02, 2007 at 04:53:44PM -0500, Matthew J Tretter wrote:
> My pom.xml is updated to the latest revision (555 now) but when I try to 
> build it tells me that org.antlr:antlr-tool:jar:05-14-2007.17 is missing. 
> However, when I install that manually (from 
> http://www.antlr.org/download/build/) and attempt to build, I get the 
> afforementioned StringTemplate error.

Hmm.  The reason I asked if pom.xml was up to date is that the version
of antlr-tool you mention was a dependancy of the old plugin,

  uk.co.badgersinfoil.maven.plugins:maven-antlr3-plugin

however, the latest POM is referencing a new location,

  org.codehaus.mojo:antlr3-maven-plugin

the newer plugin depends on org.antlr:antlr:3.0.1, rather than the
org.antlr:antlr-tool:05-14-2007.17 nightly build (which was never
uploaded to the main Maven repository).

I just updated the POM to explicity state the version of the plugin
required, rather than allowing it to use the latest release.  With that
change, I can run

  mvn dependency:resolve-plugins

and in the resulting output I see,

  ...
  [INFO] Plugin Resolved: antlr3-maven-plugin-1.0-beta-1.jar
  [INFO]     Plugin Dependency Resolved: maven-plugin-api-2.0.jar
  [INFO]     Plugin Dependency Resolved: maven-project-2.0.jar
  [INFO]     Plugin Dependency Resolved: plexus-compiler-manager-1.5.3.jar
  [INFO]     Plugin Dependency Resolved: antlr-3.0.1.jar
  ...

What do you see when you execute this goal on your system?


> Thanks for the help.  I'll let you know about the ASForEachInStatement 
> issue as soon as I get 0.8 to build.

Cool, thanks.

dave

-- 
http://david.holroyd.me.uk/



More information about the metaas-dev mailing list