tags:

views:

28

answers:

0

Hi guys,

I use Flex Builder to generate data binding for my Flex app with Blaze DS. When I compile my pp from Flex Builder everything works just fine. But when I try to compile it with Maven I has a problem with missing libraries.

I discovered that maven miss the following libs:

  • fds.swc, fds_rb.swc
  • fiber.swc, fiber_rb.swd
  • serializers.swc, serializers_rd.swc

As a temporal solution I added this libs to my maven repository and everything seems to work fine, but I would like to know names of the proper libs to add to my pom.xml