Hum, in the early days at least, without some directive the flex plugin
didn't find all our sources, tests, resources, etc.  So we have generally
done something like this:

 <build>
        <sourceDirectory>src/main/flex</sourceDirectory>
        <testSourceDirectory>src/test/flex</testSourceDirectory>
        <testResources>
            <testResource>
                <directory>src/test/resources</directory>
            </testResource>
        </testResources>
        <resources>
            <resource>
                <directory>${basedir}/target/generated-resources</directory>
                <filtering>true</filtering>
            </resource>
        </resources>

Can you confirm what main & test -- source & resource paths flexmojos uses
by default so we can remove what is not needed?

Thanks,
-Dave

On Sun, Feb 21, 2010 at 6:13 AM, Marvin Froeder <[email protected]> wrote:

> Flexmojos manage sourcePath when not forced one by users.... so you may
> miss something when you do that.  Which can cause (or not) problems.
>
>
> VELO
>
>
> On Sun, Feb 21, 2010 at 3:50 AM, Adam <[email protected]> wrote:
>
>> um, those are the standard sourcePaths... your point is?
>>
>> On Feb 21, 12:05 am, Marvin Froeder <[email protected]> wrote:
>> > Changing sourcePaths is the first step to get problems and not get
>> support.
>> >
>> > Sent from DROID
>> >
>> > Em 20/02/2010 05:09, "Adam" <[email protected]>escreveu:
>> >
>> > Hi Rick,
>> >
>> > If you are using the standard maven project structure for your flex
>> > source files:
>> > src/main/flex
>> >
>> > Then put your html wrapper file in:
>> > src/main/resources
>> >
>> > Intellij should detect that foulder as a source folder automatically
>> > and its contents will be copied into your output folder. If IntelliJ
>> > doesn't pick it up automatically then don't add it to your project
>> > manually put this line(s) into your configuration section for your
>> > flex mojo plugin:
>> > <sourcePaths>
>> >   <sourcePath>src/main/flex</sourcePath>
>> >   <sourcePath>src/main/resources</sourcePath>
>> > </sourcePaths>
>> >
>> > Intellij should pick that up and fix up your project source folders
>> >
>> > Hope that helps,
>> >
>> > Adam
>> >
>> > On Feb 18, 11:23 pm, Rick R <[email protected]> wrote:
>> >
>> >
>> >
>> > > I really like the features of IDEA 9 that I...
>>
>> --
>> 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]<flex-mojos%[email protected]>
>> For more options, visit this group at
>> http://groups.google.com/group/flex-mojos?hl=en?hl=en
>>
>> http://flexmojos.sonatype.org/
>>
>
>  --
> 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]<flex-mojos%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/flex-mojos?hl=en?hl=en
>
> http://flexmojos.sonatype.org/
>

-- 
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://flexmojos.sonatype.org/

Reply via email to