The issue has been resolved as I was pointing to two different flex maven plugins and hence the ambiguity was causing the error. Now I am rightfully pointing to the correct flex-mojos plugin and the issue has been resolved.
regards Sagar Jadhav On Dec 15, 2009, at 6:39 PM, Grant Smith wrote: > servebox ? This is the flex-mojos mailing list. > > On Tue, Dec 15, 2009 at 2:37 PM, Sagar Jadhav <[email protected] > > wrote: > As of I have worked around the issue by using the following > configuration. > <plugin> > <groupId>org.servebox.flex</groupId> > <artifactId>flex-plugin</artifactId> > <version>2.3.0</version> > <extensions>true</extensions> > <configuration> > <mxmlFile>src/main/flex/ > DSHPlanning.mxml</mxmlFile> > </configuration> > </plugin> > > But I still am perplexed about the fact that the same maven build runs > perfectly runs well on a Mac machine without specifying the above > config both from eclipse and command line but the moment I try to > build the same on the Linux build machine I have to use the above > configuration. > > regards > Sagar Jadhav > > > > On Dec 15, 2009, at 3:13 PM, velo wrote: > > > Are you sure you did check it out correctly on the CI machine? > > > > VELO > > > > On Dec 15, 7:04 pm, Sagar Jadhav <[email protected]> > > wrote: > >> I am really confused at this point. I am trying to run mvn clean > >> install to build my project and it runs perfectly from the Eclipse > >> environment as well as from the command line from my local machine. > >> But when I check out the same project on our build machine and then > >> try to build it there I get this error which says > >> org.apache.maven.plugin.MojoExecutionException: Unable to find the > >> main MXML file. > >> > >> And I am surprised by the same as there is an mxml file in the > source > >> directory but of course not with the name "main.xml". But it builds > >> perfectly elsewhere but on the build machine. What may be the > >> reason ? Please help. > >> > >> Thank you > >> Sagar Jadhav > > > > -- > > 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://blog.flex-mojos.info/ > > -- > 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://blog.flex-mojos.info/ > > > > -- > Grant Smith > > > -- > 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://blog.flex-mojos.info/ -- 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://blog.flex-mojos.info/
