@Logan: Yes, again, I don't recall why I used M2_HOME and not M2_REPO. Agreed, M2_HOME points to you install of Maven, not ~/.m2.
@Bruno: Have you tried what Logan has said? If you accept that people e.g. myself, are doing what you want done, then it's more than likely a mistake you have made. My team uses FB to develop and Flexmojos from time to time for project administration; Hudson uses Flexmojos. It's a winning formula q(^_^)p The point of this is that you no-longer need to worry about project files going into SCM. In my experience, someone in the team always commits project files, no matter how much you rant and rave somebody always does it. Using these facilities removes file path dependencies; if an individual forgets to set there linked resource (more than likely the same person commit project files), only they will suffer and not the whole team. On Nov 16, 4:22 pm, Logan Allred <[email protected]> wrote: > On Mon, Nov 16, 2009 at 4:27 AM, Bruno Medeiros <[email protected]> wrote: > >> Logan is right, except that you must call the Linked Resource M2_HOME, > >> not M2_REPO. > > >> To be honest, I don't recall why M2_HOME was used and not M2_REPO. > > As far as I know, M2_HOME should point us to .m2 folder, not .m2/repository > > folder. So assuming that the M2_HOME points to the path it should point, the > > gererated path on the library path entry is wrong. > > This is especially confusing for regular Maven users, since M2_HOME as > an environment variable is used to point to where Maven is installed, > not the ~/.m2 directory. So it would be cleaner to have the plugin use > M2_REPO, since it is more accurate and descriptive, and doesn't > conflict with the environment variable of the same name. > > We didn't use the flexbuilder plugin to create our projects, but we > use M2_REPO to point to all of our Maven-generated artifacts (we > manually maintain our FB projects, since our project was too complex > for the flexbuilder plugin at the time). > > Logan -- 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/
