Open GoogleCodeExporter opened 8 years ago
Any progress on this issue? I'm also interested in this issue.
Original comment by a...@adobe.com
on 12 Jan 2010 at 7:52
Do you plan not to support SDK 3.4? Why?
Original comment by oppo...@gmail.com
on 18 Jan 2010 at 8:30
[java] Error: org/w3c/css/sac/Condition
[java] java.lang.NoClassDefFoundError: org/w3c/css/sac/Condition
[java] at flex2.tools.API.getCompilers(API.java:264)
[java] at flex2.tools.Compc.compc(Compc.java:103)
[java] at flex2.tools.Compc.main(Compc.java:41)
I got a workaround after investigation. Please use
flexcover-0.81\sdk-modifications-3_2 version. After copying these resources
into SDK
3.4 framework folder, please rename batik-all-flex.jar to batik-ext.jar, then
re-compile your codes, it works well. The reason I guess is SDK 3.4 merges some
third part libraries prefixed with "batik-" to one jar, so old coverage
jar/script
can not find correct jar in classpath.
Original comment by oppo...@gmail.com
on 18 Jan 2010 at 9:05
hi oppoKui,
do you think it will work with sdk 3.5 with air 1.5.3?
i would love to see more modified sdk versions as well. I'm just not good
enough in java to do it myself.
Arnoud
Original comment by arno...@gmail.com
on 18 Jan 2010 at 11:22
I used the above work around, and it worked with SDK 3.5.
I didn't test with air 1.5.3
Original comment by andrew...@gmail.com
on 31 Mar 2010 at 5:57
For those who don't want to compile the sdk themselves, I've attached 3.4.1 and
3.5 flexcover-compiled sdk
jars.
I've also uploaded the patch used to generate the jars (the patch was the same
for both sdks, and actually was
one I had created a while back for 3.4.0)
I've only done limited testing so far, but figured I'd post early, to get more
eyes on things.
I haven't included a flex-config.xml to put in the sdk, so you'll still need to
copy either the flexcover-
provided flex/air-config.xml to your sdk or use the -coverage compiler option
to get it to work
Original comment by bsta...@gmail.com
on 17 May 2010 at 4:10
Attachments:
It looks like the sdk modifications for Flex 3.4.1 and 3.5.0 seem to be working
for people, is there any chance of these making it into the repository?
Original comment by qualidaf...@gmail.com
on 2 Aug 2010 at 11:58
Original issue reported on code.google.com by
benjamin...@gmail.com
on 30 Jul 2009 at 12:29