Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: Problem with SWC-File  (Read 8723 times)
flip
Newbie
*
Posts: 2


View Profile Email
« on: April 15, 2008, 04:52:45 »

Hi,

I tried to import the SWC in FlexBuilder as described and have done it before with Version 1.something. It doesn't seem to work with the current PureMVC_AS3_2_0_3.swc.

Anyone knows why?

Here is what Flex Builder writes into the log file:

!ENTRY com.adobe.flexbuilder.project 4 43 2008-04-15 13:31:21.119
!MESSAGE Uncaught exception in compiler
!STACK 0
unable to load SWC PureMVC_AS3_2_0_3.swc
   at flex2.compiler.swc.SwcCache.getSwc(SwcCache.java:230)
   at flex2.compiler.swc.SwcCache.getSwcs(SwcCache.java:151)
   at flex2.compiler.swc.SwcCache.getSwcGroup(SwcCache.java:78)
   at flex2.compiler.swc.SwcCache.getSwcGroup(SwcCache.java:67)
   at flex2.compiler.CompilerSwcContext.load(CompilerSwcContext.java:52)
   at flex2.tools.oem.Application.recompile(Application.java:723)
   at flex2.tools.oem.Application.compile(Application.java:530)
   at flex2.tools.flexbuilder.BuilderApplication.compile(BuilderApplication.java:224)
   at com.adobe.flexbuilder.project.compiler.internal.ASApplicationBuilder$MyBuilder.mybuild(Unknown Source)
   at com.adobe.flexbuilder.project.compiler.internal.ASApplicationBuilder.build(Unknown Source)
   at com.adobe.flexbuilder.project.compiler.internal.ASBuilder.build(Unknown Source)
   at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.buildApplication(Unknown Source)
   at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(Unknown Source)
   at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:603)
   at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
   at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:167)
   at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
   at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:230)
   at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
   at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:233)
   at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:252)
   at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:285)
   at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:145)
   at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:208)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)


cheers
flip
Logged
trilec
Sr. Member
****
Posts: 52



View Profile WWW Email
« Reply #1 on: April 15, 2008, 04:58:56 »

Found this, not sure if this is related to your problem. but may help?

http://forums.puremvc.org/index.php?topic=374.0

T
Logged
flip
Newbie
*
Posts: 2


View Profile Email
« Reply #2 on: April 15, 2008, 05:12:12 »

D'oh!

Thanks a lot.
Logged
Pages: [1]
Print