Issue Details (XML | Word | Printable)

Key: MNGECLIPSE-598
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Jason van Zyl
Votes: 15
Watchers: 13
Operations

If you were logged in you would be able to see more operations.
Maven Integration for Eclipse

Integration with Flex 3.0 via the flex-mojos provided by VELO

Created: 12/May/08 02:43 PM   Updated: 23/Oct/08 04:54 PM
Component/s: Project Configuration
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
dependent
 


 Description  « Hide

We need to create a first pass at a configurator to marry the flex-mojos with m2eclipse.



Jason van Zyl added a comment - 12/May/08 02:44 PM

This will be a quick pass at creating a configurator so that we can get feedback from users to make sure that we're going in the right direction.


Bouiaw added a comment - 14/May/08 12:34 PM

I think this issue depends on http://jira.codehaus.org/browse/MNGECLIPSE-380 since flex-mojos use extension tag.


Eugene Kuleshov added a comment - 14/May/08 12:38 PM

I don't see any issues with extension tag in examples from flex-mojos. As I already mention on the mailing list, please attach test projects to MNGECLIPSE-380 that would allow us to reproduce issue.


Marvin Froeder added a comment - 14/May/08 12:44 PM

In flex-mojos samples we are using inherit from flex-super-pom.
And on flex-super-pom is declared the extension.

VELO


Marvin Froeder added a comment - 14/May/08 12:48 PM

In flex projects all dependencies are with custom types (normally <type>swc</type>)

VELO


Bouiaw added a comment - 28/May/08 04:13 AM

We can't integrate Flex Mojo if m2eclipse does not support extension plugins


Michael Mattox added a comment - 21/Aug/08 04:56 AM

I'm curious what people are doing as a workaround. Copy the flex files (1 SWF in our case) by hand or via an ANT script?


Logan Allred added a comment - 21/Aug/08 10:05 AM

The current workarounds are documented here:
http://code.google.com/p/flex-mojos/wiki/FlexBuilderIntegration


Bouiaw added a comment - 21/Aug/08 01:42 PM

You can see on http://code.google.com/p/igenko/wiki/SetupProject the workaround that we use on our project.