Review Request for trident

Jerry James loganjerry at gmail.com
Wed Feb 1 15:41:44 UTC 2012


On Tue, Jan 31, 2012 at 1:22 PM, Sven Baus <s.baus86 at gmx.net> wrote:
> Hello everybody,
>
> I'm trying to build a trident package
> (https://bugzilla.redhat.com/show_bug.cgi?id=771480) , because it is
> needed by my main review request for tv-browser
> (https://bugzilla.redhat.com/show_bug.cgi?id=754246)
>
> I ran into some problems building the jar from ant:
> "[javac]
> /home/makerpm/rpmbuild/BUILD/trident-1.3/src/org/pushingpixels/trident/android/AndroidPropertyInterpolators.java:37:
> package android.graphics does not exist
> [javac] import android.graphics.*;
> [javac] ^"
>
> Does anybody know, how to fix this? I'm a bit out of ideas ;).

Since you are not building for the Android platform, I suggest adding
this to %prep:

rm -fr src/org/pushingpixels/trident/android

You'll also need to BR eclipse-swt and add %{_libdir}/java/swt.jar to
the classpath.  Also, set jdk.home in build.properties to something
reasonable, say /usr/lib/jvm/java.  Regards,
-- 
Jerry James
http://www.jamezone.org/


More information about the devel mailing list