Re: [flexcoders] Problem building swc with israfil maven plugin

2007-05-11 Thread Christian Gruber
bug, I can enter an issue at > > http://code.google.com/p/israfil/ > > Thanks, > Brian > > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Christian Gruber > Sent: Friday, May 11, 2007 1:17 PM > T

RE: [flexcoders] Problem building swc with israfil maven plugin

2007-05-11 Thread Sterling, Brian
flexcoders@yahoogroups.com Subject: Re: [flexcoders] Problem building swc with israfil maven plugin All source needs to be under src/main/flex, per standard maven layout style. > TestLib >> src >> main >> flex > com > company > MyClass.as > .actionScriptProperties

Re: [flexcoders] Problem building swc with israfil maven plugin

2007-05-11 Thread Christian Gruber
All source needs to be under src/main/flex, per standard maven layout style. > TestLib >> src >> main >> flex > com >company > MyClass.as > .actionScriptProperties > .flexLibProperties > . project > pom.xml regards, Christian. On May 11,

[flexcoders] Problem building swc with israfil maven plugin

2007-05-11 Thread Sterling, Brian
Hi Christian, I'm not sure what I'm doing wrong. I was able to compile a simple swf with the israfil maven plugin, but I'm having trouble compiling a swc. I assume there is some setting I'm not getting right. I have a simple project like so, which builds in Flex Builder: TestLib src com