Since there are no installation instructions and I am therefore winging it, I am surprised that I only have these errors when I try to Debug As using the FDT plug-in in STS.
My code does not show any errors in the log. I had things working before I started to try to add Spring to the mix and added some classes.
We use Spring for Java development and love it. We are getting back to Actionscript and are looking forward to getting Spring to help us.
This error is not helpful but looks like multiples of the same problem. There are lots more lines like these.
What have I forgot to do?
......lib\spring-actionscript-core-1.0RC1.swc(org/springextensions/actionscript/ioc/autowire/DefaultAutowireProcessor)
Error: Type was not found or was not a compile-time constant: MetaData.
....\lib\spring-actionscript-core-1.0RC1.swc(org/springextensions/actionscript/ioc/autowire/DefaultAutowireProcessor)
Error: Type was not found or was not a compile-time constant: Field.
....lib\spring-actionscript-core-1.0RC1.swc(org/springextensions/actionscript/core/io/support/LoadPropertiesBatchOperation)
Error: Type was not found or was not a compile-time constant: ILogger.
Thanks for any help and for getting Spring going for ActionScript.


Reply With Quote