Files that end with a java suffix respond to the package argument by 

[DEBUG] Processing fileset src/main/java (Filtered-Packaged) [**/*.java -- ]

This results in their directory layout being updated to reflect the value of
the package argument.

It appears that all other file suffixes are either Filtered-flat or
Copied-Flat:

I was hoping that setting <sourceDirectory> to src/main/flex would be
enough, but apparently Maven still doesn't know how to handle Flex
ActionScript files since its just copying them

[DEBUG] Copying fileset src/main/flex (Copied-Flat) [**/*.jpg, **/*.db,
**/*.TTF, **/*.png, **/*.flv, **/*.otf, **/*.mxml, **/*.as, **/*.swf,
**/*.css -- ]

How can I signal to Maven that it should handle Flex ActionScript "as" files
in the same manner as Java files, so they are Filtered-Packaged.

I'm hoping there is a single option and that I won't need to explicitly
update the directory layout using filesets as this would be a more elegant
solution.

thanks, Norman
-- 
View this message in context: 
http://old.nabble.com/Getting-Flex-to-respond-like-Java-to-the-package-argument-tp26779943p26779943.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to