I am using Flex Builder to create data bindings for my Flex application using Blaze DS. When I compile my pp from Flex Builder, everything works fine. But when I try to compile it with Maven, I have a problem with missing libraries.
I found that maven skips the following libraries:
- fds.swc, fds_rb.swc
- fiber.swc, fiber_rb.swd
- serializers.swc, serializers_rd.swc
As a temporary solution, I added these libraries to my maven repository and everything works fine, but I would like to know the names of the corresponding libs to add to my pom.xml
source
share