History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-32647
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Anton Makeev
Reporter: David Avenante
Votes: 6
Watchers: 6
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Support for maven flex integration

Created: 12 Jun 08 19:13   Updated: 10 Nov 08 16:56
Component/s: Flex Support, Maven Integration
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Relates
This issue relates to:
IDEADEV-29711 Create project from maven pom should ... Normal Resolved
This issue is related to:
IDEADEV-32649 Flex facet in maven project does not... Normal Open

Build: 8,445
Severity: Low


 Description  « Hide
Hi, this maven flex plug (http://code.google.com/p/flex-mojos) work fine for me with idea 7 but fail with idea 8.

I like this plug in cause it's not necessary to have flex SDK installed: all is done with dependency (compilation also).

So I would see this plugin work well in IDEA 8 as i can use it in IDEA 7.

Thanks



 All   Comments   Work Log   Change History      Sort Order:
Anton Makeev - 16 Jun 08 17:12
How does it fail?

Anton Makeev - 25 Jun 08 14:38
Could you please provide a sample project so I could reproduce the problem?

Oliver Lietz - 15 Oct 08 13:03
Anton,

do you still need a sample project? I'm using Flex Mojos for building and Maven IDEA Plugin (http://maven.apache.org/plugins/maven-idea-plugin/) for creating IDEA's project files and it would be nice if IDEA recognizes modules as of type flex when packaging in pom.xml is of type swf or swc.


Vladimir Krivosheev - 04 Nov 08 17:10
В настоящий момент есть несколько проблем:
1) создается не модуль, а facet
2) в настройках проекта в maven -> Runner указывается Flex SDK, хотя должно быть JRE (Internal JRE или Use JAVA_HOME) - иначе запустить maven goal не удается из-за ошибки.
3) зависимости - библиотеки swc не добавляются в Project Settings -> Libraries (по нормальному, должны добавляться не только они, но и их исходный код если он есть (sources))
4) не должен требоваться flex sdk - эта информация должна быть из maven проекта, а исходники SDK для inspection также браться из sources.jar (пока что flex-mojos install не создает sources.jar, но, разумеется, это патчиться легко).

Когда вы планируете реализовать это? Устоялся ли формат проектного файла XML для flex модуля? Насколько я понимаю, интеграция с maven opensource и кто торопится может без проблем прислать патч, так (там ведь ничего сложного то и нет - только построение XML файла проекта, верно?).