slothg / flexcover

Automatically exported from code.google.com/p/flexcover
0 stars 0 forks source link

Need to support sdk-modifications-3_4 modifications. #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Moving to Flex 3.4.0 build 8685 the sdk no longer has the correct jar
files for patching.

A updated sdk_modifications-3_4 folder needs to be included or a branch of
the flexcover should be made to support this new SDK.

Original issue reported on code.google.com by benjamin...@gmail.com on 30 Jul 2009 at 12:29

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
Do you plan not to support SDK 3.4? Why? 

Original comment by oppo...@gmail.com on 18 Jan 2010 at 8:30

GoogleCodeExporter commented 8 years ago

     [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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
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