Hi Alex, sorry, yes, I had a draft and completely forgot. Many switching lately :).
Just let Daniel know that build.xml does nothing to do with maven. If the project does not have build.xml but only pom.xml will build without problem. @Daniel si es posible hablar en inglés bien, si no en Castellano, pero ten en cuenta que seguramente solo yo de todo el equipo podré ayudarte. Lo que te decía aquí es que si usas ANT necesitarás el archivo build.xml y si usas MAVEN necesitarás el archivo pom.xml. No tener en el archivo del sistema de construcción que no uses no afectará al proyecto, por lo que entiendo que tu problema debe ser debido a algo que no tienes bien configurado. Carlos El lun., 24 sept. 2018 a las 7:11, Alex Harui (<[email protected]>) escribió: > Hi Daniel, > > I think Carlos may have missed your email. > > I just want to point out that Maven uses pom.xml files. Ant uses > build.xml. So if you want to use Maven, and you used the archetypes, you > should have ended up with pom.xml files. > > Also, you can look at the examples folder. Almost all examples have both > pom.xml and build.xml files you can use as a starting point. > > Hope that helps, > -Alex > > On 9/20/18, 3:35 PM, "Daniel Hernandez Alvarado" < > [email protected]> wrote: > > Buen dia, estoy trabajando con los ejemplos de Apache royale en > especial > los de Jewel, para analizar la posibilidad de migrar nuestro sistema en > hecho en flex a esta nueva plataforma, pero tengo un problema, cuando > creo > un nuevo proyecto usando maven me crea el projecto, pero no lo puedo > compilar por que me falta el archivo build.xml. Estube buscando en la > documentacion pero no encontre como generar ese archivo. ¿Me podrian > apoyar? > > -- > > *Lic. en Sistemas ComputacionalesDaniel Hernández AlvaradoCel. > 937-126-45-70Hotmail: [email protected] <[email protected] > >Gmail: > [email protected] <[email protected]>Skype: > Daniel_h09* > > > -- Carlos Rovira http://about.me/carlosrovira
