Martino Piccinato
unread,Feb 2, 2010, 4:42:36 AM2/2/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to springactionscript-dev
Hi,
I'm experiencing a strange problem with multimodule build of springas: if I build (mvn clean install) spring-actionscript-core first and then spring-actionscript-cairngorm all works, if I build all from superpom it doesnt (it complains about not finding some classes actually presents in core).
The strange thing is that it builds the projects in exactly the same order (core first, then cairngorm). At least we now know a trick to build everything now... (build each module separately).
What happens is that when building the whole project some classes are not actually included in the core swc (while these are included when building the module alone).
I think this is a flexmojos problem, I'll try to ask on the list.
Ciao
Martino