You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Alex Harui <ah...@adobe.com> on 2014/04/10 23:42:29 UTC

[DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Please place all discussion in this thread.

Thanks,
-Alex


Re: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> This is a frequent puzzle for me with Ant.  Sometimes Ant is able to
> create the chain of missing folders and sometimes it won't.

Managed to get further with:
mkdir -p /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/dist/sdk/bin
mkdir -p /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/dist/sdk/bin-legacy

It does compile to completion and says success, but if you look carefully there a few things that fail.

Try this:
ant > build.log

And standard error still shows:
    [junit] Tests FAILED
    [junit] Tests FAILED
    [junit] Test f.SDKSWCTests FAILED

Are all of the tests expected to pass?

Also this- so there seems to be a few issues.
     [java] Java Result: 1
     [java] Java Result: 1
     [java] Java Result: 1
     [java] Java Result: 1
     [java] Java Result: 1

Anyone see the same errors?

Thanks,
Justin

Re: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Posted by Alex Harui <ah...@adobe.com>.

On 4/12/14 3:57 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>What the deal with having to manually set up JFLEX? As far as I can see
>JFLEX is under a BSD license - see http://jflex.de/copying.html.
Ah cool.  Thanks for seeing that.  I've been using 1.4 since the donation.
 Looks like with 1.5 they've moved to BSD.  I'll have to try it out.  That
would definitely simplify things for folks.

>
>Currently I'm not able to build FalconFX. I assume it's probably
>something I've done wrong but no idea what - anyone have any ideas?
This is a frequent puzzle for me with Ant.  Sometimes Ant is able to
create the chain of missing folders and sometimes it won't.  It creates
the chain for me.  I saw something on StackOverflow that says it should,
but it isn't for you.

I'll add a mkdir command to the build script.  For now, please hand-create
the chain and let me know if you hit any other places we need to add a
mkdir.

Thanks,
-Alex
> 


Re: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

What the deal with having to manually set up JFLEX? As far as I can see JFLEX is under a BSD license - see http://jflex.de/copying.html.

Currently I'm not able to build FalconFX. I assume it's probably something I've done wrong but no idea what - anyone have any ideas?

Buildfile: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/build.xml

Here's the full build log:

sdk:

checkenv:
     [echo] JFLEX_JAR is /Users/justinmclean/Downloads/jflex-1.5.1.jar

download:

prepare:

antlr-jar-check:

antlr-jar:

commons-cli-jar-check:

commons-cli-jar:

commons-io-jar-check:

commons-io-jar:

commons-jars:

guava-jar-check:

guava-jar:

jburg-jar-check:

jburg-jar:

lzma-jar-check:

lzma-jar:

main:

setup:

set.raw.as.tokenizer.uptodate:

raw.as.tokenizer:
     [echo] Generating RawASTokenizer
     [java] 
     [java] Warning in file "/Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/src/org/apache/flex/compiler/internal/parsing/as/RawASTokenizer.lex" (line 848): 
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"
     [java]                                              ^
     [java] 
     [java] Warning in file "/Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/src/org/apache/flex/compiler/internal/parsing/as/RawASTokenizer.lex" (line 935): 
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <E4X> .|"\n"
     [java]       ^
     [java] 
     [java] Warning in file "/Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/src/org/apache/flex/compiler/internal/parsing/as/RawASTokenizer.lex" (line 1322): 
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <YYINITIAL, STRINGLITERAL, ESCAPE_SEQUENCE, TYPED_COLLECTION, TYPED_COLLECTION_LITERAL> .|"\n"
     [java]                                                                                         ^
     [java] 
     [java] Warning: Emitting deprecated InputStream constructor. In JFlex 1.6, the default will be to NOT emit this constructor. The inputstreamctor option will cause this constructor to be emitted in JFlex 1.5 and 1.6; the version after 1.6 will never emit this constructor.

set.raw.asdoc.tokenizer.uptodate:

raw.asdoc.tokenizer:
     [echo] Generating RawASDocTokenizer
     [java] 
     [java] Warning in file "/Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/src/org/apache/flex/compiler/internal/parsing/as/RawASDocTokenizer.lex" (line 197): 
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <STRING1> ([\\](.|"\n"))+
     [java]                 ^
     [java] 
     [java] Warning in file "/Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/src/org/apache/flex/compiler/internal/parsing/as/RawASDocTokenizer.lex" (line 234): 
     [java] ".|\n" does not match all characters, because "." excludes all Unicode newline chars - use "[^]" instead
     [java] <YYINITIAL, TAG, STRING1> .|"\n"
     [java]                           ^
     [java] 
     [java] Warning: Emitting deprecated InputStream constructor. In JFlex 1.6, the default will be to NOT emit this constructor. The inputstreamctor option will cause this constructor to be emitted in JFlex 1.5 and 1.6; the version after 1.6 will never emit this constructor.

set.raw.mxml.tokenizer.uptodate:

raw.mxml.tokenizer:
     [echo] Generating RawMXMLTokenizer
     [java] 
     [java] Warning: Emitting deprecated InputStream constructor. In JFlex 1.6, the default will be to NOT emit this constructor. The inputstreamctor option will cause this constructor to be emitted in JFlex 1.5 and 1.6; the version after 1.6 will never emit this constructor.

jflex:

annotate.class:
    [mkdir] Created dir: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/classes
    [javac] Compiling 1 source file to /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

set.as.parser.uptodate:

as.parser:
     [echo] Generating ASParser and ASTokenTypes
    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
     [move] Moving 1 file to /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/parsing/as
   [delete] Deleting: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/parsing/as/ASParser.java.temp
     [move] Moving 1 file to /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/parsing/as
   [delete] Deleting: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/parsing/as/ASTokenTypes.java.temp

set.metadata.parser.uptodate:

metadata.parser:
     [echo] Generating MetadataParser and MetadataTokenTypes
    [antlr] ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
     [move] Moving 1 file to /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/parsing/as
   [delete] Deleting: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/parsing/as/MetadataParser.java.temp
     [move] Moving 1 file to /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/parsing/as
   [delete] Deleting: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/parsing/as/MetadataTokenTypes.java.temp

set.css.lexer.and.parser.uptodate:

css.lexer.and.parser:
     [echo] Generating CSSLexer and CSSParser
    [mkdir] Created dir: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/css
     [move] Moving 1 file to /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/css
   [delete] Deleting: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/css/CSSLexer.java.temp
     [move] Moving 1 file to /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/css
   [delete] Deleting: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/css/CSSParser.java.temp

set.css.tree.uptodate:

css.tree:
     [echo] Generating CSSTree
     [move] Moving 1 file to /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/css
   [delete] Deleting: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/css/CSSTree.java.temp

antlr:

node.adapter:
    [javac] Compiling 1 source file to /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

unknown.tree.pattern.input.output:
    [javac] Compiling 1 source file to /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

set.unknown.tree.handler.patterns.uptodate:

unknown.tree.handler.patterns:
    [mkdir] Created dir: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/as/codegen

set.cmc.emitter.uptodate:

cmc.emitter:
     [echo] Generating CmcEmitter
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter org.apache.flex.compiler.internal.as.codegen.IASNodeAdapter
     [move] Moving 1 file to /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/as/codegen
   [delete] Deleting: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/as/codegen/CmcEmitter.java.temp

set.css.emitter.uptodate:

css.emitter:
     [echo] Generating CSSEmitter
    [mkdir] Created dir: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/css/codegen
     [java] Using Language Adaptor : jburg.burg.emitlangs.EmitJava
     [java] Using i-node adapter jburg.burg.inode.DefaultAdapter
     [move] Moving 1 file to /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/css/codegen
   [delete] Deleting: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/src/org/apache/flex/compiler/internal/css/codegen/CSSEmitter.java.temp

jburg:

bin-legacy:

BUILD FAILED
/Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/build.xml:66: The following error occurred while executing this line:
/Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/build.xml:774: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/dist/sdk/bin does not exist.

The error is correct in that the generated directory (and down) doesn't exist but the previous step looks to me like it generating something.

Thanks,
Justin

 

Re: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

I think at the very least we need to state that it is alpha software [1], for use by bleeding-edge developers and list what doesn't work in the RELEASE_NOTES.

Thanks,
Justin

1. http://www.apache.org/dev/release.html#release-types

Re: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Posted by Erik de Bruin <er...@ixsoftware.nl>.
I agree. As long as the release is properly marked as Alpha quality and
with a version number that indicates the same - 0.01 will do ;-) - everyone
will know to not rely on this for major mission critical enterprise
applications.

I'll get on testing as soon as I get these pesky clients off my back.

EdB




On Mon, Apr 14, 2014 at 7:17 AM, Alex Harui <ah...@adobe.com> wrote:

> Everything you pointed out is a valid issue.  The question is whether it
> is a blocker for a 0.0.1 release.  IMO, if the two packages can build
> working examples and the binary kits can be installed and work in FB that
> is good enough for this initial release.
>
> -Alex
>
> On 4/13/14 9:34 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:
>
> >Hi,
> >
> >> I think compiler/commandline isn't intended to work from that folder.
> >>It
> >> gets copied into the "SDK".
> >
> >Even if it does It will still have the newline issue and this should be
> >pointed out in the README or RELEASE_NOTES. I certainly expected them to
> >work.
> >
> >> It's a good question as to how "self-sufficient" this kit needs to be
> >>when
> >> it is really intended as an upstream distribution for FlexJS.
> >
> >I'm reasonably sure people may use Flacon for stuff other than FlexJS eg
> >as a replacement for the current mxml/compc compilers.
> >
> >>  IMO, this kit is successful when its build script runs successfully
> >
> >Even if it has failures along the way and still reports success?
> >Currently it a little hard to work out what success is ie are Java errors
> >OK or failing tests OK?
> >
> >Thanks,
> >Justin
>
>


-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Posted by Alex Harui <ah...@adobe.com>.
Everything you pointed out is a valid issue.  The question is whether it
is a blocker for a 0.0.1 release.  IMO, if the two packages can build
working examples and the binary kits can be installed and work in FB that
is good enough for this initial release.

-Alex

On 4/13/14 9:34 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>> I think compiler/commandline isn't intended to work from that folder.
>>It
>> gets copied into the "SDK".
>
>Even if it does It will still have the newline issue and this should be
>pointed out in the README or RELEASE_NOTES. I certainly expected them to
>work.
>
>> It's a good question as to how "self-sufficient" this kit needs to be
>>when
>> it is really intended as an upstream distribution for FlexJS.
>
>I'm reasonably sure people may use Flacon for stuff other than FlexJS eg
>as a replacement for the current mxml/compc compilers.
>
>>  IMO, this kit is successful when its build script runs successfully
>
>Even if it has failures along the way and still reports success?
>Currently it a little hard to work out what success is ie are Java errors
>OK or failing tests OK?
>
>Thanks,
>Justin


AW: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Posted by Christofer Dutz <ch...@c-ware.de>.
I'm currently working on using Falcon in Flexmojos for compiling normal applications ... so this assumption is valid :-)

Chris
________________________________________
Von: Justin Mclean <ju...@classsoftware.com>
Gesendet: Montag, 14. April 2014 06:34
An: dev@flex.apache.org
Betreff: Re: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Hi,

> I think compiler/commandline isn't intended to work from that folder.  It
> gets copied into the "SDK".

Even if it does It will still have the newline issue and this should be pointed out in the README or RELEASE_NOTES. I certainly expected them to work.

> It's a good question as to how "self-sufficient" this kit needs to be when
> it is really intended as an upstream distribution for FlexJS.

I'm reasonably sure people may use Flacon for stuff other than FlexJS eg as a replacement for the current mxml/compc compilers.

>  IMO, this kit is successful when its build script runs successfully

Even if it has failures along the way and still reports success? Currently it a little hard to work out what success is ie are Java errors OK or failing tests OK?

Thanks,
Justin

Re: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> I think compiler/commandline isn't intended to work from that folder.  It
> gets copied into the "SDK".

Even if it does It will still have the newline issue and this should be pointed out in the README or RELEASE_NOTES. I certainly expected them to work.

> It's a good question as to how "self-sufficient" this kit needs to be when
> it is really intended as an upstream distribution for FlexJS.

I'm reasonably sure people may use Flacon for stuff other than FlexJS eg as a replacement for the current mxml/compc compilers.

>  IMO, this kit is successful when its build script runs successfully

Even if it has failures along the way and still reports success? Currently it a little hard to work out what success is ie are Java errors OK or failing tests OK?

Thanks,
Justin

Re: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Posted by Alex Harui <ah...@adobe.com>.
I think compiler/commandline isn't intended to work from that folder.  It
gets copied into the "SDK".

It's a good question as to how "self-sufficient" this kit needs to be when
it is really intended as an upstream distribution for FlexJS.  IMO, this
kit is successful when its build script runs successfully and you can
point to the results as described in the Flexjs package and compile and
run the examples.

IMO, if that works we should release both kits and worry about
self-sufficiency later.

-Alex

On 4/13/14 5:46 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>HI,
>
>OK made it a bit further but think we have some issues.
>
>In in compiler/commandline both mxmlc and compc give errors if you try
>and run them which looks like a windows new line issue.
>
>Even when I fix that I get this:
>Using Flex SDK: /Users/justinmclean/Documents/ApacheFlex4.12released/
>Error: Unable to access jarfile ./../lib/falcon-compc.jar
>
>The same new line issue exists for /compiler.jx/bin compc and mxmlc, when
>I fix those for compc I get:
>
>Using Falcon codebase: ./../../compiler
>Using Flex SDK: /Users/justinmclean/Documents/ApacheFlex4.12released/
>Exception in thread "main" java.lang.UnsupportedOperationException
>	at 
>org.apache.flex.compiler.internal.driver.as.ASBackend.getSourceFileHandler
>Instance(ASBackend.java:70)
>	at org.apache.flex.compiler.clients.MXMLJSC.<init>(MXMLJSC.java:211)
>	at org.apache.flex.compiler.clients.COMPJSC.<init>(COMPJSC.java:128)
>	at org.apache.flex.compiler.clients.COMPJSC.main(COMPJSC.java:116)
>
>
>And for mxmlc I get something a bit more promising:
>Using Falcon codebase: ./../../compiler
>Using Flex SDK: /Users/justinmclean/Documents/ApacheFlex4.12released/
>a target file must be specified.
>
>But If I give it a bare minimal MXML file I get:
>./mxmlc dummy.mxml
>Using Falcon codebase: ./../../compiler
>Using Flex SDK: /Users/justinmclean/Documents/ApacheFlex4.12released/
>CSS codegen problem. Reason: 'Unable to find compilation unit for
>Embed(source="Assets.swf",symbol="mx.skins.cursor.BusyCursor")'
>
>dummy is defined by multiple files:
>/Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-
>src/compiler.jx/bin/dummy.mxml,
>/Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-
>src/compiler.jx/bin/dummy.as
>
>I do have a dummy.as as well but I'm not asking it to compile that and
>renaming the file I still get the CSS codegen problem.
>
>Thanks,
>Justin
>
>
>
>


Re: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Posted by Justin Mclean <ju...@classsoftware.com>.
HI,

OK made it a bit further but think we have some issues.

In in compiler/commandline both mxmlc and compc give errors if you try and run them which looks like a windows new line issue.

Even when I fix that I get this:
Using Flex SDK: /Users/justinmclean/Documents/ApacheFlex4.12released/
Error: Unable to access jarfile ./../lib/falcon-compc.jar

The same new line issue exists for /compiler.jx/bin compc and mxmlc, when I fix those for compc I get:

Using Falcon codebase: ./../../compiler
Using Flex SDK: /Users/justinmclean/Documents/ApacheFlex4.12released/
Exception in thread "main" java.lang.UnsupportedOperationException
	at org.apache.flex.compiler.internal.driver.as.ASBackend.getSourceFileHandlerInstance(ASBackend.java:70)
	at org.apache.flex.compiler.clients.MXMLJSC.<init>(MXMLJSC.java:211)
	at org.apache.flex.compiler.clients.COMPJSC.<init>(COMPJSC.java:128)
	at org.apache.flex.compiler.clients.COMPJSC.main(COMPJSC.java:116)


And for mxmlc I get something a bit more promising:
Using Falcon codebase: ./../../compiler
Using Flex SDK: /Users/justinmclean/Documents/ApacheFlex4.12released/
a target file must be specified.

But If I give it a bare minimal MXML file I get:
./mxmlc dummy.mxml
Using Falcon codebase: ./../../compiler
Using Flex SDK: /Users/justinmclean/Documents/ApacheFlex4.12released/
CSS codegen problem. Reason: 'Unable to find compilation unit for Embed(source="Assets.swf",symbol="mx.skins.cursor.BusyCursor")'

dummy is defined by multiple files: /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler.jx/bin/dummy.mxml, /Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler.jx/bin/dummy.as

I do have a dummy.as as well but I'm not asking it to compile that and renaming the file I still get the CSS codegen problem.

Thanks,
Justin





AW: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi,

as far as I understoof Alex most of the stuff is needed in order to make FlashBuillder happy. Even if the compiler libs may have been replaced to 90%, the rest oft he framework (client side swfs and swcs are still needed).

Perhaps I should speed up my efforts to making the maven deployment of Flex independent from Flash and Air so we can publish Flex to Maven-Central as we then could download each file independently from Maven-Central (Even from an Ant script). 

Chris


-----Ursprüngliche Nachricht-----
Von: Justin Mclean [mailto:justin@classsoftware.com] 
Gesendet: Sonntag, 13. April 2014 10:32
An: dev@flex.apache.org
Betreff: Re: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

HI,

> Falcon is only a compiler.  It copies the Flex SDKs debugger (FDB) in 
> order to provide the equivalent functionality.

Seems a big dependancy to have just for the debugger. As Flex is Apache license could be grab the binary and take the few files(?) we need from that? Not that I think this is an issue for 0.0.1 but maybe something to consider down the track.

Thanks,
Justin

Re: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Posted by Justin Mclean <ju...@classsoftware.com>.
HI,

> Falcon is only a compiler.  It copies the Flex SDKs debugger (FDB) in
> order to provide the equivalent functionality.

Seems a big dependancy to have just for the debugger. As Flex is Apache license could be grab the binary and take the few files(?) we need from that? Not that I think this is an issue for 0.0.1 but maybe something to consider down the track.

Thanks,
Justin

Re: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Posted by Alex Harui <ah...@adobe.com>.

On 4/12/14 4:07 PM, "Justin Mclean" <ju...@classsoftware.com> wrote:

>Hi,
>
>I'm also a little confused to why the Flex SDK is required as a
>prerequisite for Falcon. Can anyone explain why?
Falcon is only a compiler.  It copies the Flex SDKs debugger (FDB) in
order to provide the equivalent functionality.

-Alex


Re: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

I'm also a little confused to why the Flex SDK is required as a prerequisite for Falcon. Can anyone explain why?

Thank,
Justin