Eric Lavarde wrote: [...]
I replaced all java.awt/javax.swing through swingwt.awt/swingwtx.swing but now I get a compilation error without any hint on why. I created a target for this:
<target name="swingwt">
<replace dir="${src.dir}">
<include name="**/*.java" />
<replacefilter token="java.awt" value="swingwt.awt" />
<replacefilter token="javax.swing"
value="swingwtx.swing" />
</replace>
</target>
What is the error ? Does -verbose gives you no hints ?
[...]
I don't have kaffe installed (yet!?), but I was able to reproduce the problem with a very simple build.xml file (10 lines or so), and created a bug report towards free-java-sdk (Bug#308015: ant does not select the proper target when using free-java-sdk).
OK
Wolfgang
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]