I am planning on using jikes 1.15 (with no command line options)
to compile Ant 1.5beta2 and using JDK1.4's rt.jar. I haven't
seen any problems so far, especially the one that I have
reported while using JDK1.4 and JDK1.1.8 combo. Let me know if
any of you think this may be a bad idea.
Cheers,
Magesh
PS: Yes, I know jikes 1.15 is considered buggy compared to
1.14, but if I use 1.14 or 1.13, I get the following error and
therefore, it becomes infeasible for me to use it...
java.lang.VerifyError: (class: org/apache/tools/ant/AntClassLoader, method:
find
ClassInComponents signature: (Ljava/lang/String;)Ljava/lang/Class;)
Accessing va
lue from uninitialized register 7
at
org.apache.tools.ant.taskdefs.Available.checkClass(Available.java:493
)
at org.apache.tools.ant.taskdefs.Available.eval(Available.java:295)
at
org.apache.tools.ant.taskdefs.Available.execute(Available.java:248)
at org.apache.tools.ant.Task.perform(Task.java:313)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:334)
at org.apache.tools.ant.Project.executeTarget(Project.java:1216)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:369)
at
org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:144)
at org.apache.tools.ant.Task.perform(Task.java:313)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:334)
at org.apache.tools.ant.Project.executeTarget(Project.java:1216)
at org.apache.tools.ant.Project.executeTargets(Project.java:1160)
at org.apache.tools.ant.Main.runBuild(Main.java:605)
at org.apache.tools.ant.Main.start(Main.java:195)
at org.apache.tools.ant.Main.main(Main.java:234)
**************************************************
* Opportunist: A person who starts taking bath *
* if he accidentally falls into a river. *
**************************************************
----- Original Message -----
From: "Stefan Bodewig" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 21, 2002 3:55 AM
Subject: Re: JDK 1.4, -target option and retaled build problem
> On Fri, 17 May 2002, Steve Loughran <[EMAIL PROTECTED]> wrote:
>
> > I wonder what happens with a 1.3 build on a 1.1 box.
>
> No problems on my Linux box (boostrapped using Suns 1.3.1_03, running
> Ant on its own build file wirh Blackdown's 1.1.8_v3). Whether I set
> the target attribute or not doesn't seem to make any difference.
>
> But then again I don't see the problem Magesh has described with the
> combination of Sun's 1.4.0 and Blackdown's 1.1.8_v3 either.
>
> Stefan
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>