Hi
I am puzzled as to how sourceDirectory, sourcePath and sourceFile
work.
Setting sourcePaths seems not to work.
<sourcePaths>
<path>${basedir}/src/main/flex</path>
</sourcePaths>
if sourceDirectory is set to <sourceDirectory>${basedir}/src/main/
flex</sourceDirectory>
then it does find the sourceFile in the ${basedir}/src/main/flex
Ideally I would like my mxml file to be in src/main/flex/com/company/
view/Main.mxml and I thought that if I put specified sourceFile as
<sourceFile>com/company/view/Main.mxml</sourceFile> it would pick it
up but this results in "Source file not expecified and no default
found!"
It puts out a warning: [WARNING] Source file was not defined,
flexmojos will guess one but I see from jira that this is an error.
Are there any examples of how to use compile-swf where the source file
is not in src/main/flex?
James
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---