Hello! We seem to have a situation now in our repository where we are unable to build any generator examples. For example
he...@poseidon:~/jambi$ ant -f build_generator_example.xml Buildfile: build_generator_example.xml init: BUILD FAILED /home/helge/jambi/build_generator_example.xml:19: taskdef class com.trolltech.tools.ant.QMakeTask cannot be found The ant tasks special for QtJambi resides in ant-qtjambi.jar which for some reason now resides in jars/nobundle after a build. Putting that back in the root dir gets me a bit further: BUILD FAILED /home/helge/jambi/build_generator_example.xml:25: java.lang.NoClassDefFoundError: com/trolltech/qt/internal/OSInfo I guess this problem arises due to the fact that this class has been moved to a new single-class jar file called qtjambi-util-<version>.jar, which is not loaded by the init task in build_generator_example.jar somehow. Why we need this file, I cannot understand. Without generator support, we will not have the ability to advertise the possibility to convert Qt Widgets into QtJambi equivalents. I would like to add the code of Marble map widget generation to the repo, but it's of no use as long as it's not possible to compile. Could someone look into this? Any volunteers? Regards, Helge Fredriksen _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
