I am using version 3.2.0 of the flexmojos plugin.

I have a project in the following folder:

/home/project/Flex Builder 3/MyFlexLib

I run flexmojos:flexbuilder and then import the project into Eclipse/
Flex builder. Project has an error which says: 'Unsupported file
type: /home/projects/Flex'.

Here are the generated compiler arguments which are problematic:

-include-sources /home/projects/Flex Builder 3/MyFlexLib/src/main/
resources /home/projects/Flex Builder 3/MyFlexLib/src/main/flex /home/
projects/Flex Builder 3/MyFlexLib/src/test/java


I believe the issue is the spaces in the parent directory. If I move
the project to a directory without spaces, everything is fine. The
plugin should probably quote the source directories as follows:

-include-sources "/home/projects/Flex Builder 3/MyFlexLib/src/main/
resources" "/home/projects/Flex Builder 3/MyFlexLib/src/main/flex" "/
home/projects/Flex Builder 3/MyFlexLib/src/test/java"


The other thing is that it seems like it would be nice if it
automatically generated the includeResources in the .flexLibProperties
from what you have under src/main/resources.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en

http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---

Reply via email to