This is my first time using the new infrastructure to update
the site after updating the stdcxx status page. I'm running
into some errors that I could use help with. I'm using ant
1.6.2 and gcc 3.4.4 on Linux 2.6.9/EM64T.

First, I get the error below (and seems to either hang or
spin indefinetly after that.) Is gcc required in order to
run ant?

$ ant
/usr/bin/java: line 5: gcj: command not found
Buildfile: build.xml

prepare:

prepare-error:

docs:
   [anakia] Transforming into: /build/sebor/incubator/site-publish
   [anakia] Input:  projects/incubation-status-template.xml

Second, after setting up gcc/gcj and rerunning ant, I get the
attached output. Is the exception trace normal? if not, what
does it mean and how do I get around it?

Third, even though the ouptut says that the build was successful
and that files have been copied to site-publish, svn status on
the directory says nothing has changed.

Thanks
Martin

PS On a hunch, I also set up JDK 1.5.0 and reran ant. I got the
output below but the stdcxx.html file has still not changed.
The xml change I'm trying to push out is this:
http://svn.apache.org/viewvc?view=rev&revision=474420
The html is at:
http://svn.apache.org/viewvc?view=rev&revision=473601

$ ant
Buildfile: build.xml

prepare:

prepare-error:

docs:
   [anakia] Transforming into: /build/sebor/incubator/site-publish
   [anakia] Input:  projects/incubation-status-template.xml
[anakia] Output: /build/sebor/incubator/site-publish/projects/incubation-status-template.html

BUILD SUCCESSFUL
Total time: 4 seconds

$ ant
Buildfile: build.xml

prepare:

prepare-error:

docs:
   [anakia] Transforming into: /build/sebor/incubator/site-publish
   [anakia] Input:  projects/incubation-status-template.xml
   [anakia] org.apache.velocity.exception.MethodInvocationException: Invocation 
of method 'selectNodes' in  class org.apache.velocity.anakia.AnakiaElement 
threw exception class java.lang.NoClassDefFoundError : while resolving class: 
antlr.collections.impl.BitSet
   [anakia]    at 
org.apache.velocity.runtime.parser.node.ASTMethod.execute(java.lang.Object, 
org.apache.velocity.context.InternalContextAdapter) (Unknown Source)
   [anakia]    at 
org.apache.velocity.runtime.parser.node.ASTReference.execute(java.lang.Object, 
org.apache.velocity.context.InternalContextAdapter) (Unknown Source)
   [anakia]    at 
org.apache.velocity.runtime.parser.node.ASTReference.value(org.apache.velocity.context.InternalContextAdapter)
 (Unknown Source)
   [anakia]    at 
org.apache.velocity.runtime.parser.node.ASTExpression.value(org.apache.velocity.context.InternalContextAdapter)
 (Unknown Source)
   [anakia]    at 
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(org.apache.velocity.context.InternalContextAdapter,
 java.io.Writer) (Unknown Source)
   [anakia]    at 
org.apache.velocity.runtime.parser.node.SimpleNode.render(org.apache.velocity.context.InternalContextAdapter,
 java.io.Writer) (Unknown Source)
   [anakia]    at 
org.apache.velocity.runtime.directive.VelocimacroProxy.render(org.apache.velocity.context.InternalContextAdapter,
 java.io.Writer, org.apache.velocity.runtime.parser.node.Node) (Unknown Source)
   [anakia]    at 
org.apache.velocity.runtime.parser.node.ASTDirective.render(org.apache.velocity.context.InternalContextAdapter,
 java.io.Writer) (Unknown Source)
   [anakia]    at 
org.apache.velocity.runtime.parser.node.SimpleNode.render(org.apache.velocity.context.InternalContextAdapter,
 java.io.Writer) (Unknown Source)
   [anakia]    at 
org.apache.velocity.runtime.directive.VelocimacroProxy.render(org.apache.velocity.context.InternalContextAdapter,
 java.io.Writer, org.apache.velocity.runtime.parser.node.Node) (Unknown Source)
   [anakia]    at 
org.apache.velocity.runtime.parser.node.ASTDirective.render(org.apache.velocity.context.InternalContextAdapter,
 java.io.Writer) (Unknown Source)
   [anakia]    at 
org.apache.velocity.runtime.parser.node.SimpleNode.render(org.apache.velocity.context.InternalContextAdapter,
 java.io.Writer) (Unknown Source)
   [anakia]    at 
org.apache.velocity.Template.merge(org.apache.velocity.context.Context, 
java.io.Writer) (Unknown Source)
   [anakia]    at org.apache.velocity.anakia.AnakiaTask.process(java.io.File, 
java.lang.String, java.io.File, org.jdom.Document) (Unknown Source)
     [copy] Copying 10 files to /build/sebor/incubator/site-publish

BUILD SUCCESSFUL
Total time: 24 seconds

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to