copy-flex-resources does not copy generated wrappers, I believe. I'm pretty
sure it's been discussed in other threads, so you may be able to search back
through the message logs and find out more. I seem to recall seeing other
people work around it with ant-run and other things.

Hope this helps.
Bryan Turner

On Thu, Aug 18, 2011 at 9:29 PM, kb <[email protected]> wrote:

> Hi,
>
> Any inputs on this ?
>
> On Aug 18, 8:58 pm, kb <[email protected]> wrote:
> > 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/
>

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