So I get the following error on building ecs. The work around is to
unjar the ecs.jar file fix the ecs.properties file and then re-jar it
up.
mike
Buildfile: build-ecs.xml
Project base dir set to: /a/home/mikeh/HTML/ecs-1.3.2/build
Executing Target: init
Executing Target: prepare
Executing Target: compile
Compiling 152 source files to /a/home/mikeh/HTML/ecs-1.3.2/bin/classes
sun.tools.java.CompilerError: copyInline
at sun.tools.tree.TryStatement.copyInline(TryStatement.java)
at
sun.tools.tree.CompoundStatement.copyInline(CompoundStatement.java)
at
sun.tools.tree.InlineMethodExpression.copyInline(InlineMethodExpression.java)
at
sun.tools.tree.MethodExpression.makeVarInits(MethodExpression.java)
at sun.tools.tree.MethodExpression.checkValue(MethodExpression.java)
at sun.tools.tree.MethodExpression.check(MethodExpression.java)
at
sun.tools.tree.ExpressionStatement.check(ExpressionStatement.java)
at sun.tools.tree.Statement.checkBlockStatement(Statement.java)
at sun.tools.tree.CompoundStatement.check(CompoundStatement.java)
at sun.tools.tree.Statement.checkMethod(Statement.java)
at sun.tools.javac.SourceField.check(SourceField.java)
at sun.tools.javac.SourceClass.checkFields(SourceClass.java)
at sun.tools.javac.SourceClass.checkInternal(SourceClass.java)
at sun.tools.javac.SourceClass.check(SourceClass.java)
at sun.tools.javac.Main.compile(Main.java)
at
org.apache.tools.ant.taskdefs.Javac.doClassicCompile(Javac.java:422)
at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:218)
at org.apache.tools.ant.Target.execute(Target.java:120)
at org.apache.tools.ant.Project.runTarget(Project.java:667)
at org.apache.tools.ant.Project.executeTarget(Project.java:416)
at org.apache.tools.ant.Main.runBuild(Main.java:240)
at org.apache.tools.ant.Main.main(Main.java:191)
error: An error has occurred in the compiler; please file a bug report
(http://java.sun.com/cgi-bin/bugreport.cgi).
1 error
BUILD FATAL ERROR: Compile failed, messages should have been provided.
On Thu, May 25, 2000 at 10:05:28AM -0700, Jon Stevens wrote:
> on 5/25/2000 9:26 AM, Mike Haberman at [EMAIL PROTECTED] wrote:
>
> > thanks... that makes sense. After I make the change, do I have to
> > rejar up the hierarchy or can I specify what ecs.properties file
> > to use via a shell variable?
>
> i will let you guess the answer to that one. :-)
>
> -jon
>
>
>
> --
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
--
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]