Yeah Maven!, I'm a little surprised on the apparent low interest in the flex-maven front. I am also flirting with the idea of building a plugin, but not yet... not yet... tomorrow perhaps
I would really like to hear about Adobe's plans with respect to Maven. It would be a very good way to make things easier for new developers ( by leveraging something that's already built for you ) and to make things more attractive to veterans. Really, maven is one of those little toys I really really love. My wishlist on this one ( thinking java here ): * mavenized standardization of folder structures for flex applications ( all flavors: standalone, fds, etc ) ** src/main/flex, src/test/flex? * maven plugins: ** flexunit ( or asunit ) ** mxmlc ** asdoc *** including complex features (eg. auto compile and deploy examples) * definitions and workflow for continuous integration deployoment ( cruise control and continuum hopefully ) and then some extra would-be-nice-to-have plugins: * auto generate fds stubs/skeletons ( vos, assemblers, dataproviders, dataservices, etc ) for hibernate, JDO, other ORMs * springified fds ...? Best, Aldo On 12/15/06, Oliver Lietz <[EMAIL PROTECTED]> wrote: > Am Donnerstag, 14. Dezember 2006 21:11 schrieb Thijs Triemstra: > > Hi Oliver, > > > > I'm very interested in a Maven 2 plugin for Flex, I have played with > > Maven but don't exactly know what needs to happen for a plugin, is > > there any scripting involved or is it more a config of xml files thing? > > Hi Thijs, > > you have to write a MOJO (Maven plain Old Java Object) in Java: > http://maven.apache.org/guides/plugin/guide-java-plugin-development.html > > Maybe looking at the source of some other plugins is a good starting point: > http://mojo.codehaus.org/ > > I have the Maven plugin on my list but before that I have to integrate FDS in > my framework. > > btw, a dependency got lost when c&p from my pom.xml: > > <dependency> > <groupId>flex</groupId> > <artifactId>flex-bootstrap</artifactId> > <version>2.0</version> > </dependency> > > O. > > > > > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > > -- ::::: Aldo Bucchi ::::: mobile (56) 8 429 8300

