JSwat doesn't resolve line numbers if compile with AntFarm, but does so with JCompiler
Submitted by Tuesday, 18 May, 2004 - 09:12
on
Hi there.
Does anyone know why this could happen?
So more info to better get the picture:
I have jEdit 4.1 Final, JSwatPlugin 1.5.3, JCompiler 1.5.0 and AntFarm 1.3.1 (AntHelper 0.8.2). JCompiler is using javac from Java 2 SKD 1.4.2 and in my build file used by AntFarm, I'm including
fork="true" executable="C:\j2sdk1.4.2_04\bin\javac.exe"
compiler="javac1.4">
What happens is that, if I compile using AntFarm, JSwatPlugin (and the standalone version of JSwat also) can't resolve the line numbers. However, when I compile using JCompiler, JSwat works fine.
Does anyone know what am I doing wrong?
Cheers.
Paulo
Does anyone know why this could happen?
So more info to better get the picture:
I have jEdit 4.1 Final, JSwatPlugin 1.5.3, JCompiler 1.5.0 and AntFarm 1.3.1 (AntHelper 0.8.2). JCompiler is using javac from Java 2 SKD 1.4.2 and in my build file used by AntFarm, I'm including
compiler="javac1.4">
What happens is that, if I compile using AntFarm, JSwatPlugin (and the standalone version of JSwat also) can't resolve the line numbers. However, when I compile using JCompiler, JSwat works fine.
Does anyone know what am I doing wrong?
Cheers.
Paulo