qickrooms / flex-mojos

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

swc compiler must use forward slash in "includeFiles", not back #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current in catalog.xml:

<files>
    <file path="src\main\resources\close_button.swf" mod="1225099030951" />
</files>

but I get error:

Invalid Embed directive in stylesheet - can't resolve source

Flex Builder produce forward slash:

<files>
    <file path="src/main/resources/close_button.swf" mod="1225099030951" />
</files>

and it`s ok. I edit manually (replace back to forward) catalog.xml in swc 
(produce flex-mojo) and it`s work. May be, it is bug of Adobe.

Original issue reported on code.google.com by deve...@gmail.com on 27 Oct 2008 at 11:27

GoogleCodeExporter commented 9 years ago
Adobe compiler generated this catalog.xml.

Do you have any idea how to set that?

VELO

Original comment by velo...@gmail.com on 27 Oct 2008 at 11:31

GoogleCodeExporter commented 9 years ago
My Adobe Flex Builder produce swc with forward slash. When I use flex-mojos: 
mvn 
compile I see error and I see back slash. It is bug of Adobe, because you only 
use 
compiler API?

Original comment by deve...@gmail.com on 27 Oct 2008 at 11:42

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I path it - see comment on issue 107

Original comment by deve...@gmail.com on 12 Nov 2008 at 4:40

GoogleCodeExporter commented 9 years ago
Well, you patch for this issue will only work when no inclusion is specified.

I change it to replace always.

VELO

Original comment by velo...@gmail.com on 12 Nov 2008 at 5:14

GoogleCodeExporter commented 9 years ago
Fixed at Revision 877

Original comment by velo...@gmail.com on 12 Nov 2008 at 5:16