I solved the problem. The problem is that sometimes, for some reason that I ignore, the file .settings/org.eclipse.wst.common.components doesn't has an entry indicating the flex files to be published. It should be something like this:
<wb-resource deploy-path="/" source-path="/myswffiles"/> Maybe the bug is in the combination m2eclipse + flex builder, but I really don't have a clue where it is. Anyway, the solution I found was to put the entry mentioned above and everything worked fine. iran -----Mensagem original----- De: Eugene Kuleshov [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 1 de agosto de 2008 09:37 Para: [email protected] Assunto: Re: [m2eclipse-user] "Problem" with flex files Iran, It would help if you can create a JIRA issue and provide test projects required to reproduce this issue. See some hints at http://docs.codehaus.org/display/M2ECLIPSE/Reporting+Issues Thanks Eugene Iran wrote: > Hi. I apologize if this problem doesn't belong here, but I already searched > several lists for a solution unsuccessfully. > > I'm using eclipse 3.3.2, WTP 2.0.2, Flex3 builder and m2eclipse 0.9.5. After > 0.9.5 installation, WTP stop publishing flex swf compiled files into it's > server application directory. > > In my applications, I changed flex output directory to target/flex. > > If I do any modification in my flex sources and compile then, I have to > update the generated swf files manually in > .metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps. Before > installation of m2eclipse version 0.9.5 it was done automatically (previous > version didn't cause this problem). > > However the war file is being generated correctly if I run war:war goal. > That's not my problem. > > I tried to configure my pom.xml to include this files as resources but no > success. The files are placed inside classes dir (and this is correct, I > think). > > Is this a bug? Is there someone having this kind of problem? > > Thanks in advance. > > Iran > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
