Ok, I haven't moved the code in yet, but I'll be moving the whole Israfil source tree (for open source projects) to http:// code.google.com/p/israfil
This will include the maven flex plugin. I just fixed up the issue tracker so it includes projects as well as components. It's only initial, but it's enough for people to start pushing issues in, so if you want to post that, feel free. Christian. On May 9, 2007, at 6:38 PM, Sterling, Brian wrote: > Thanks for the pointer Thijs. > > > > I was able to use the maven-resources-plugin to generate the html > wrapper from the templates similar to the way the article is doing > it with Ant. > > > > Christian: the one thing that would probably be worth changing in > your plugin would be to add the process-resource phase in your > components.xml like so: > > > > <phases> > > <process- > resources>org.apache.maven.plugins:maven-resources- > plugin:resources</process-resources> > > ... > > > > In the absence of that, I was able to force that phase execution in > my pom.xml like so: > > > > <plugin> > > <groupId>org.apache.maven.plugins</groupId> > > <artifactId>maven-resources-plugin</ > artifactId> > > <executions> > > <execution> > > <phase>process-resources</phase> > > <goals> > > <goal>resources</goal> > > </goals> > > </execution> > > </executions> > > </plugin> > > > > But it will likely be very common to have to process resources for > Flex apps, not only for the html wrapper but also for any other > kind of non-code text resources. > > > > -Brian > > ________________________________ > > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Thijs Triemstra| > Collab > Sent: Tuesday, May 08, 2007 1:26 PM > To: [email protected] > Subject: Re: [flexcoders] Building flex apps with Maven 2? > > > > Hi Christian, > > > > here's somebody that wrote ant scripts for the html-template > creation and I think you will be able to figure it out for maven > with that info.. > > > > http://mxdj.sys-con.com/read/310378.htm <http://mxdj.sys-con.com/ > read/310378.htm> > > > > Good to hear you're moving it over to google, thanks! > > > > Thijs > > > > > > On May 8, 2007, at 10:14 PM, Christian Gruber wrote: > > > > > > So the irony is that I'm actually not a flex developer - I built this > for others who needed it, so I'm actually a little unclear as to how > that template works. I can probably implement it as long as it is > possible to do so from the flex mxmlc or compc command line > compilers, which the flex maven plugin uses. > > Christian. > > P.S. By the way, I'll be likely moving the whole project over to > code.google.com or something so people can start checking out the > source for themselves if they want instead of the limited source > packaging that maven does automagically. -cg > > On May 8, 2007, at 3:53 PM, Sterling, Brian wrote: > >> Cool. So the situation is better than I thought. >> >> >> >> I did get a simple compilation to work using your plugin. >> >> >> >> One thing I couldn't figure out is how to apply the html-template >> the way Flex Builder does. Any suggestions? >> >> >> >> ________________________________ >> >> From: [EMAIL PROTECTED] <mailto:flexcoders%40yahoogroups.com> >> ups.com >> [mailto:[EMAIL PROTECTED] <mailto:flexcoders%40yahoogroups.com> >> ups.com] On Behalf Of Christian Gruber >> Sent: Tuesday, May 08, 2007 8:25 AM >> To: [EMAIL PROTECTED] <mailto:flexcoders%40yahoogroups.com> ups.com >> Subject: Re: [flexcoders] Building flex apps with Maven 2? >> >> >> >> Actually, maven-flex2-plugin from israfil does - it's me, and I have >> others offering to help - I just need to set up some infrastructure >> to do so. I just released 1.0 (quietly) last week and will probably >> do a 1.1 soon with some fixes and a few extra features. The plugin is >> available on repo1/ibiblio's maven repository. >> >> You can use the maven-flex2-plugin with cairngorm, as long as you can >> install the cairngorm code as a .swc in your repository (I haven't >> worked with Cairngorm yet, so I don't know how it's packaged). >> >> the current plugin can use .swc dependencies and now .swc's can be >> built to consume the .flexLibProperties file which instructs the >> compiler what classes/resources to include in the .swc, so shared >> image directories, shared .css files, etc. are all possible. >> >> Christian. >> >> On May 7, 2007, at 9:24 PM, Brian Sterling wrote: >> >>> I found some old posts about the Israfil plugin >>> http://www.israfil. <http://www.israfil.net/projects/mojo/maven- >>> flex2-plugin/> net/projects/mojo/maven-flex2-plugin/ <http:// >>> www.israfil.net/projects/mojo/maven-flex2-plugin/> >>> and found the ServeBox Maven2Flex2 plugin >>> http://sourceforge. <http://sourceforge.net/projects/ >>> mvnflex2plugin> net/projects/mvnflex2plugin <http:// >>> sourceforge.net/projects/mvnflex2plugin> >>> from the wikipedia article on Flex. >>> >>> Neither one seems to have an especially active developer community. >>> >>> Any suggestions on how I should be building a multiple-module >>> project >>> with third-party dependencies (e.g. Cairngorm) with Maven 2? >>> >>> It sounds like several of us are interested in this - maybe it's >>> time >>> to collaborate on building up one of these plugins (or start a new >>> one?). >>> >>> -Brian >>> >> >> christian gruber + [EMAIL PROTECTED] <mailto:cgruber%40israfil.net> >> net <mailto:cgruber% >> 40israfil.net> + bus 905.640.1119 + mob >> 416.998.6023 >> process coach and architect + ISRÁFÍL CONSULTING SERVICES >> >> >> > > christian gruber + [EMAIL PROTECTED] <mailto:cgruber%40israfil.net> > net + bus 905.640.1119 + mob > 416.998.6023 > process coach and architect + ISRÁFÍL CONSULTING SERVICES > > > > > > > > christian gruber + [EMAIL PROTECTED] + bus 905.640.1119 + mob 416.998.6023 process coach and architect + ISRÁFÍL CONSULTING SERVICES

