-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jan Schulz <[EMAIL PROTECTED]> writes:
> Hello, Hallo Jan, [...] > avdyk is curently trying to build them under PPC, but I also need > packages for i386. avdyk curently has got a problem with XML based > packages while building, which I think is some problem with ant 1.6, > but I couldn't get my hands on the real problem yet. So I would be > really thankfull, if someone could upload a i386 version to unstable. 1° xml problem with ant has been resolved by adding the relevant libraries in debian/bin/build-java.sh as you told me. Add this line at the beginning of the script. export CLASSPATH="/usr/share/java/jaxp-1.2.jar:/usr/share/java/xercesImpl.jar" 2° but when building for powerpc, I have to add this line: OS_WS="-Dos=linux -Dws=gtk -Darch=powerpc" in debian/bin/build-java.sh I first made an error in this line so the compilation broke. I got to re-try the build with a correct line. I think you should change this line to have something more 'portable' for other arches. You did not have the problem when building for x86 because it's the default property. See the properties: <property name="ws" value="motif"/> <property name="os" value="linux"/> <property name="arch" value="x86"/> in the file: eclipse-2.1.2/source-tree/plugins/org.eclipse.jdt.core/build.xml The 'arch' property must be set if you want eclipse to be compiled on 'any' arch. I'll be away for more than a week, but drop me a mail when you'll have this problem solved and I'll try to rebuild the package. Cheers, - -- .''`. : :' :rnaud `. `' `- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAZEzg4vzFZu62tMIRAgPXAJ9Qt97So+7GiyScONBEd9z+zRVD3wCfedBd rFZeliqNuMf4JQqo3zygrQ0= =e4ey -----END PGP SIGNATURE-----