Dusan Zatkovsky wrote:
> - You must convert your jui's into .java manually, or create some script, or
> hack ant to have that done on buildtime. This is a little problem when you
> are developing the same app on linux and windoze. I rewrited all scripts into
> java ( uh ) and it is working now.
We do have the ant-qtjambi.jar to aid these things:
Create the ant task: (taken from our build.xml)
<taskdef name="juic"
classpath="${outputDir}/ant-qtjambi.jar"
classname="com.trolltech.tools.ant.JuicTask"/>
Run Juic over all your data: (taken from our build.xml)
<juic message="Running Juic for all it is worth"
outputDir="${outputDir}"
trFunction=""
classNamePrefix=""
alwaysUpdate="true"
classpath="${sourceDir}">
<include name="com/**/**.jui"/>
</juic>
That followed by a javac task should solve all juic / ant issues at least.
-
Gunnar
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest