Any idea about this issue? Maybe I'm doing something wrong...
On 22 juin, 12:50, PeZ <[email protected]> wrote: > I'm using Flexmojos 4.0-beta-7 > > My POM File : > > <build> > <plugins> > <plugin> > <groupId>org.sonatype.flexmojos</groupId> > <artifactId>flexmojos-maven-plugin</artifactId> > <version>${flexmojos.version}</version> > <extensions>true</extensions> > <executions> > <execution> > <id>app-wrapper</id> > <goals> > <goal>wrapper</goal> > </goals> > <configuration> > <templateURI>folder:html-template</ > templateURI> > <htmlName>${project.build.finalName}</ > htmlName> > <parameters> > <swf>${project.build.finalName}</swf> > <width>100%</width> > <height>100%</height> > > <expressInstallSwf>playerProductInstall.swf</expressInstallSwf> > </parameters> > </configuration> > </execution> > > <execution> > <id>sources view</id> > <goals> > > <goal>source-view</goal> > </goals> > </execution> > > </executions> > .... > > What I get : > > [ERROR] Failed to execute goal org.sonatype.flexmojos:flexmojos-maven- > plugin:4.0-beta-7:source-view (sources view) on project toto: The > template 'index.html' could not be found. Unable to find resource '/ > templates/source-view/index.html.vm' -- 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/
