Hi Jim.

weird. build worked last night as you can see.  this AM I get:

[INFO] ------------------------------------------------------------------------
[INFO] Building ANTLR gUnit
[INFO] ------------------------------------------------------------------------
[INFO] Reloading plugin container for: org.antlr:antlr3-maven-plugin. The 
plugin artifact has changed.
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: Nov 22, 2010 11:27:07 at timestamp: 1290454027445
[INFO] [antlr3:antlr {execution: default}]
ANTLR installation corrupted; cannot find English messages file 
org/antlr/tool/templates/messages/languages/en.stg
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] ANTLR ErrorManager panic
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.Error: ANTLR ErrorManager panic
        at org.antlr.tool.ErrorManager.panic(ErrorManager.java:953)
        at org.antlr.tool.ErrorManager.setLocale(ErrorManager.java:409)
        at org.antlr.tool.ErrorManager.<clinit>(ErrorManager.java:381)
...

Any idea what could have changed?   I see nothing in p4 history

That is WEIRD!  File en.stg is there of course.

Ter

Begin forwarded message:

> From: [email protected] (Cron Daemon)
> Date: November 22, 2010 12:00:01 AM PST
> To: [email protected]
> Subject: Cron <pa...@www> cd /usr/local/website/antlr/depot/antlr3/main; 
> /usr/local/apache-maven/apache-maven-2.2.1/bin/mvn -Dmaven.test.skip=true 
> package assembly:assembly
> 
> Warning: JAVA_HOME environment variable is not set.
> [INFO] Scanning for projects...
> [INFO] Reactor build order: 
> [INFO]   ANTLR Master build control POM
> [INFO]   Antlr 3 Runtime
> [INFO]   ANTLR Grammar Tool
> [INFO]   Maven plugin for ANTLR V3
> [INFO]   ANTLR gUnit
> [INFO]   Maven plugin for gUnit ANTLR V3
> [INFO]   ANTLR3 Maven Archetype
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building ANTLR Master build control POM
> [INFO]    task-segment: [package]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] [buildnumber:create {execution: default}]
> [INFO] Storing buildNumber: Nov 22, 2010 24:00:09 at timestamp: 1290412809817
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] Preparing source:jar
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
> invocation.
> [INFO] [buildnumber:create {execution: default}]
> [INFO] Storing buildNumber: Nov 22, 2010 24:00:11 at timestamp: 1290412811573
> [INFO] [source:jar {execution: attach-sources}]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Antlr 3 Runtime
> [INFO]    task-segment: [package]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] [buildnumber:create {execution: default}]
> [INFO] Storing buildNumber: Nov 22, 2010 24:00:12 at timestamp: 1290412812287
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/runtime/Java/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/runtime/Java/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Preparing source:jar
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
> invocation.
> [INFO] [buildnumber:create {execution: default}]
> [INFO] Storing buildNumber: Nov 22, 2010 24:00:13 at timestamp: 1290412813135
> [INFO] [source:jar {execution: attach-sources}]
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/runtime/Java/target/antlr-runtime-3.3-SNAPSHOT-sources.jar
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building ANTLR Grammar Tool
> [INFO]    task-segment: [package]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] [buildnumber:create {execution: default}]
> [INFO] Storing buildNumber: Nov 22, 2010 24:00:13 at timestamp: 1290412813623
> [INFO] [antlr:generate {execution: default}]
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/antlr.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/codegen.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/antlr.print.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/assign.types.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/buildnfa.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/define.g
> [INFO] The grammar is already generated.
> [INFO] [antlr3:antlr {execution: default}]
> [INFO] ANTLR: Processing source directory 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr3
> ANTLR Parser Generator  Version 3.2 Sep 23, 2009 14:05:07
> Grammar 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr3/org/antlr/grammar/v3/ANTLRv3.g
>  is up to date - build skipped
> Grammar 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr3/org/antlr/grammar/v3/ActionAnalysis.g
>  is up to date - build skipped
> Grammar 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr3/org/antlr/grammar/v3/ANTLRv3Tree.g
>  is up to date - build skipped
> Grammar 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr3/org/antlr/grammar/v3/ActionTranslator.g
>  is up to date - build skipped
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 77 resources
> [INFO] Copying 6 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/target/antlr-3.3-SNAPSHOT.jar
> [INFO] Preparing source:jar
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
> invocation.
> [INFO] [buildnumber:create {execution: default}]
> [INFO] Storing buildNumber: Nov 22, 2010 24:00:16 at timestamp: 1290412816934
> [INFO] [antlr:generate {execution: default}]
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/antlr.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/codegen.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/antlr.print.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/assign.types.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/buildnfa.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/define.g
> [INFO] The grammar is already generated.
> [INFO] [source:jar {execution: attach-sources}]
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/target/antlr-3.3-SNAPSHOT-sources.jar
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Maven plugin for ANTLR V3
> [INFO]    task-segment: [package]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] [plugin:descriptor {execution: default-descriptor}]
> [INFO] Using 2 extractors.
> [INFO] Applying extractor for language: java
> [INFO] Extractor for language: java found 1 mojo descriptors.
> [INFO] Applying extractor for language: bsh
> [INFO] Extractor for language: bsh found 0 mojo descriptors.
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/antlr3-maven-plugin/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/antlr3-maven-plugin/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/antlr3-maven-plugin/target/antlr3-maven-plugin-3.3-SNAPSHOT.jar
> [INFO] [plugin:addPluginArtifactMetadata {execution: 
> default-addPluginArtifactMetadata}]
> [INFO] Preparing source:jar
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
> invocation.
> [INFO] No goals needed for project - skipping
> [INFO] [source:jar {execution: attach-sources}]
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/antlr3-maven-plugin/target/antlr3-maven-plugin-3.3-SNAPSHOT-sources.jar
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building ANTLR gUnit
> [INFO]    task-segment: [package]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] [buildnumber:create {execution: default}]
> [INFO] Storing buildNumber: Nov 22, 2010 24:00:19 at timestamp: 1290412819680
> [INFO] [antlr3:antlr {execution: default}]
> [INFO] ANTLR: Processing source directory 
> /usr/local/website/antlr/depot/antlr3/main/gunit/src/main/antlr3
> ANTLR Parser Generator  Version 3.3-SNAPSHOT Nov 22, 2010 24:00:13
> Grammar 
> /usr/local/website/antlr/depot/antlr3/main/gunit/src/main/antlr3/org/antlr/gunit/gUnit.g
>  is up to date - build skipped
> Grammar 
> /usr/local/website/antlr/depot/antlr3/main/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/StGUnit.g
>  is up to date - build skipped
> Grammar 
> /usr/local/website/antlr/depot/antlr3/main/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ANTLRv3.g
>  is up to date - build skipped
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 28 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/gunit/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/gunit/target/gunit-3.3-SNAPSHOT.jar
> [INFO] Preparing source:jar
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
> invocation.
> [INFO] [buildnumber:create {execution: default}]
> [INFO] Storing buildNumber: Nov 22, 2010 24:00:21 at timestamp: 1290412821075
> [INFO] [source:jar {execution: attach-sources}]
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/gunit/target/gunit-3.3-SNAPSHOT-sources.jar
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Maven plugin for gUnit ANTLR V3
> [INFO]    task-segment: [package]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] [plugin:descriptor {execution: default-descriptor}]
> [INFO] Using 2 extractors.
> [INFO] Applying extractor for language: java
> [INFO] Extractor for language: java found 1 mojo descriptors.
> [INFO] Applying extractor for language: bsh
> [INFO] Extractor for language: bsh found 0 mojo descriptors.
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/gunit-maven-plugin/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/gunit-maven-plugin/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/gunit-maven-plugin/target/maven-gunit-plugin-3.3-SNAPSHOT.jar
> [INFO] [plugin:addPluginArtifactMetadata {execution: 
> default-addPluginArtifactMetadata}]
> [INFO] Preparing source:jar
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
> invocation.
> [INFO] No goals needed for project - skipping
> [INFO] [source:jar {execution: attach-sources}]
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/gunit-maven-plugin/target/maven-gunit-plugin-3.3-SNAPSHOT-sources.jar
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building ANTLR3 Maven Archetype
> [INFO]    task-segment: [package]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] Copying 10 resources
> [INFO] [resources:testResources {execution: default-testResources}]
> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/antlr3-maven-archetype/src/test/resources
> [INFO] Setting property: classpath.resource.loader.class => 
> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO] [archetype:jar {execution: default-jar}]
> [INFO] [archetype:add-archetype-metadata {execution: 
> default-add-archetype-metadata}]
> [INFO] Preparing source:jar
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
> invocation.
> [INFO] No goals needed for project - skipping
> [INFO] [source:jar {execution: attach-sources}]
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/antlr3-maven-archetype/target/antlr3-maven-archetype-3.3-SNAPSHOT-sources.jar
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building ANTLR Master build control POM
> [INFO]    task-segment: [assembly:assembly] (aggregator-style)
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Preparing assembly:assembly
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building ANTLR Master build control POM
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] [buildnumber:create {execution: default}]
> [INFO] Storing buildNumber: Nov 22, 2010 24:00:21 at timestamp: 1290412821781
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] Preparing source:jar
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
> invocation.
> [INFO] [buildnumber:create {execution: default}]
> [INFO] Storing buildNumber: Nov 22, 2010 24:00:21 at timestamp: 1290412821790
> [INFO] [source:jar {execution: attach-sources}]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Antlr 3 Runtime
> [INFO] 
> ------------------------------------------------------------------------
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
> invocation.
> [INFO] [buildnumber:create {execution: default}]
> [INFO] Storing buildNumber: Nov 22, 2010 24:00:21 at timestamp: 1290412821797
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/runtime/Java/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/runtime/Java/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building ANTLR Grammar Tool
> [INFO] 
> ------------------------------------------------------------------------
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
> invocation.
> [INFO] [buildnumber:create {execution: default}]
> [INFO] Storing buildNumber: Nov 22, 2010 24:00:21 at timestamp: 1290412821846
> [INFO] [antlr:generate {execution: default}]
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/antlr.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/codegen.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/antlr.print.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/assign.types.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/buildnfa.g
> [INFO] The grammar is already generated.
> [INFO] Using Antlr grammar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr2/org/antlr/grammar/v2/define.g
> [INFO] The grammar is already generated.
> [INFO] [antlr3:antlr {execution: default}]
> [INFO] ANTLR: Processing source directory 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr3
> ANTLR Parser Generator  Version 3.2 Sep 23, 2009 14:05:07
> Grammar 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr3/org/antlr/grammar/v3/ANTLRv3.g
>  is up to date - build skipped
> Grammar 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr3/org/antlr/grammar/v3/ActionAnalysis.g
>  is up to date - build skipped
> Grammar 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr3/org/antlr/grammar/v3/ANTLRv3Tree.g
>  is up to date - build skipped
> Grammar 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/main/antlr3/org/antlr/grammar/v3/ActionTranslator.g
>  is up to date - build skipped
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 77 resources
> [INFO] Copying 6 resources
> [INFO] Copying 6 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/tool/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/tool/target/antlr-3.3-SNAPSHOT.jar
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Maven plugin for ANTLR V3
> [INFO] 
> ------------------------------------------------------------------------
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
> invocation.
> [INFO] [plugin:descriptor {execution: default-descriptor}]
> [INFO] Using 2 extractors.
> [INFO] Applying extractor for language: java
> [INFO] Extractor for language: java found 1 mojo descriptors.
> [INFO] Applying extractor for language: bsh
> [INFO] Extractor for language: bsh found 0 mojo descriptors.
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/antlr3-maven-plugin/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/antlr3-maven-plugin/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/antlr3-maven-plugin/target/antlr3-maven-plugin-3.3-SNAPSHOT.jar
> [INFO] [plugin:addPluginArtifactMetadata {execution: 
> default-addPluginArtifactMetadata}]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building ANTLR gUnit
> [INFO] 
> ------------------------------------------------------------------------
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
> invocation.
> [INFO] [buildnumber:create {execution: default}]
> [INFO] Storing buildNumber: Nov 22, 2010 24:00:23 at timestamp: 1290412823148
> [INFO] [antlr3:antlr {execution: default}]
> [INFO] ANTLR: Processing source directory 
> /usr/local/website/antlr/depot/antlr3/main/gunit/src/main/antlr3
> ANTLR Parser Generator  Version 3.3-SNAPSHOT Nov 22, 2010 24:00:21
> Grammar 
> /usr/local/website/antlr/depot/antlr3/main/gunit/src/main/antlr3/org/antlr/gunit/gUnit.g
>  is up to date - build skipped
> Grammar 
> /usr/local/website/antlr/depot/antlr3/main/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/StGUnit.g
>  is up to date - build skipped
> Grammar 
> /usr/local/website/antlr/depot/antlr3/main/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ANTLRv3.g
>  is up to date - build skipped
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 28 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/gunit/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/gunit/target/gunit-3.3-SNAPSHOT.jar
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Maven plugin for gUnit ANTLR V3
> [INFO] 
> ------------------------------------------------------------------------
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
> invocation.
> [INFO] [plugin:descriptor {execution: default-descriptor}]
> [INFO] Using 2 extractors.
> [INFO] Applying extractor for language: java
> [INFO] Extractor for language: java found 1 mojo descriptors.
> [INFO] Applying extractor for language: bsh
> [INFO] Extractor for language: bsh found 0 mojo descriptors.
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/gunit-maven-plugin/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/gunit-maven-plugin/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/gunit-maven-plugin/target/maven-gunit-plugin-3.3-SNAPSHOT.jar
> [INFO] [plugin:addPluginArtifactMetadata {execution: 
> default-addPluginArtifactMetadata}]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building ANTLR3 Maven Archetype
> [INFO] 
> ------------------------------------------------------------------------
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
> invocation.
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] Copying 10 resources
> [INFO] [resources:testResources {execution: default-testResources}]
> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory 
> /usr/local/website/antlr/depot/antlr3/main/antlr3-maven-archetype/src/test/resources
> [INFO] [archetype:jar {execution: default-jar}]
> [INFO] [archetype:add-archetype-metadata {execution: 
> default-add-archetype-metadata}]
> [INFO] [assembly:assembly {execution: default-cli}]
> [INFO] Reading assembly descriptor: antlrjar.xml
> [INFO] Reading assembly descriptor: antlrsources.xml
> [WARNING] NOTE: Currently, inclusion of module dependencies may produce 
> unpredictable results if a version conflict occurs.
> [INFO] Processing DependencySet (output=null)
> [WARNING] NOTE: Currently, inclusion of module dependencies may produce 
> unpredictable results if a version conflict occurs.
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/target/antlr-master-3.3-SNAPSHOT-completejar.jar
> [INFO] Processing sources for module project: org.antlr:gunit:jar:3.3-SNAPSHOT
> [INFO] Processing sources for module project: 
> org.antlr:antlr-runtime:jar:3.3-SNAPSHOT
> [INFO] Processing sources for module project: org.antlr:antlr:jar:3.3-SNAPSHOT
> [INFO] Processing sources for module project: 
> org.antlr:antlr3-maven-plugin:maven-plugin:3.3-SNAPSHOT
> [INFO] Processing sources for module project: 
> org.antlr:maven-gunit-plugin:maven-plugin:3.3-SNAPSHOT
> [INFO] Building jar: 
> /usr/local/website/antlr/depot/antlr3/main/target/antlr-master-3.3-SNAPSHOT-src.jar
> [INFO] 
> [INFO] 
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] ANTLR Master build control POM ........................ SUCCESS 
> [7.508s]
> [INFO] Antlr 3 Runtime ....................................... SUCCESS 
> [1.356s]
> [INFO] ANTLR Grammar Tool .................................... SUCCESS 
> [3.848s]
> [INFO] Maven plugin for ANTLR V3 ............................. SUCCESS 
> [2.259s]
> [INFO] ANTLR gUnit ........................................... SUCCESS 
> [1.589s]
> [INFO] Maven plugin for gUnit ANTLR V3 ....................... SUCCESS 
> [0.285s]
> [INFO] ANTLR3 Maven Archetype ................................ SUCCESS 
> [0.256s]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 26 seconds
> [INFO] Finished at: Mon Nov 22 00:00:29 PST 2010
> [INFO] Final Memory: 67M/381M
> [INFO] 
> ------------------------------------------------------------------------

_______________________________________________
antlr-dev mailing list
[email protected]
http://www.antlr.org/mailman/listinfo/antlr-dev

Reply via email to