Hi,

I am having 2 projects
1. SWF
2. WEbapp

and the swf project pom has a wrapper goal, which generates the
wrapper html file, playerProductInstall.swf and bunch of html and css
file.
snippet of swf project pom
                                <executions>
                                        <execution>
                            <goals>
                              <goal>wrapper</goal>
                            </goals>
                            <configuration>
                             <htmlName>myapp</htmlName>
                              <parameters>
                                             
<swf>modules/${build.finalName}</swf>
                                         </parameters>
                            </configuration>
                                        </execution>
                                </executions>

and web-app pom which has copy-flex-resources goal.
                                <execution>
                                        <id>copy-flex-resources</id>
                                        <goals>
                                        <goal>copy-flex-resources</goal>
                                        </goals>
                                        </execution>
                                </executions>

Both are seperate projects. What i expected was the copy-flex-
resources goal to copy the generated files of wrapper goal.
Is this correct ?

Else, how would one copy the generated artifacts of one project into
the target dir of another project.

Thanks,

-- 
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

http://flexmojos.sonatype.org/

Reply via email to