qickrooms / flex-mojos

Automatically exported from code.google.com/p/flex-mojos
0 stars 0 forks source link

Allow <includeClasses><classEntry path="com.example.FirstClass"/> from FlexBuilder #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
This is feature request of minor importance:
http://groups.google.com/group/flex-mojos/browse_thread/thread/21b2dc131684e35f

When compiling swc, I have specify every class like
<includeClasses>
       <class>com.example.FirstClass</class>
       <class>com.example.SecondClass</class>
</includeClasses>

From time to time when not using <includeSources>, it was very handy to be
able to copy/paste the list
from the .flexLibProperties that is created by Flex Builder:

<includeClasses>
       <classEntry path="com.example.FirstClass"/>
       <classEntry path="com.example.SecondClass"/>
</includeClasses>

Original issue reported on code.google.com by marcsp...@gmail.com on 7 Oct 2008 at 6:34

GoogleCodeExporter commented 9 years ago

Original comment by velo...@gmail.com on 10 Oct 2008 at 11:36

GoogleCodeExporter commented 9 years ago
Marc, I was unable to do that one maven.

Sorry, if you find/know a way, lemme know.

VELO

Original comment by velo...@gmail.com on 20 Oct 2008 at 12:57

GoogleCodeExporter commented 9 years ago
No tragedy as it is of minor importance. I'll write an Eclipse Monkey script 
for the
transformation. Thanks for looking into it, 
Marc

Original comment by marcsp...@gmail.com on 20 Oct 2008 at 6:01