I only tried examples/DataBindingTest, but part of the ant output looks like 
this:

build_example.compilejs:
     [echo] Compiling DataBindingTest.js
     [echo] FLEX_HOME: /Users/aharui/git/flex/master/flex-asjs
     [echo] FALCONJX_HOME: /Users/aharui/git/flex/master/flex-falcon/compiler.jx
     [echo] GOOG_HOME: /Applications/GoogleClosure/library
     [java] outputBindingInfoAsData
     [java] Compiling file: 
/Users/aharui/git/flex/master/flex-asjs/examples/DataBindingTest/bin/js-debug/DataBindingTest.js
     [java] Compiling file: 
/Users/aharui/git/flex/master/flex-asjs/examples/DataBindingTest/bin/js-debug/StockDataJSONItemConverter.js
     [java] Compiling file: 
/Users/aharui/git/flex/master/flex-asjs/examples/DataBindingTest/bin/js-debug/models/MyModel.js
     [java] Compiling file: 
/Users/aharui/git/flex/master/flex-asjs/examples/DataBindingTest/bin/js-debug/controllers/MyController.js
     [java] Compiling file: 
/Users/aharui/git/flex/master/flex-asjs/examples/DataBindingTest/bin/js-debug/MyInitialView.js

-Alex
________________________________________
From: carlos.rov...@gmail.com [carlos.rov...@gmail.com] on behalf of Carlos 
Rovira [carlos.rov...@codeoscopic.com]
Sent: Monday, February 24, 2014 8:58 AM
To: dev@flex.apache.org
Subject: Re: [FLEXJS] IDE integration discussion

Hi Erik,

if Alex confirm that this's not done, I would try what you say. As he
state, it would be optimal to get by default both outputs, and could
deselect one or another by running some param

Thanks


2014-02-24 17:38 GMT+01:00 Erik de Bruin <e...@ixsoftware.nl>:

> I guess you can call the FalconJX jar from an 'exec' task (or whatever ant
> taks that runs Java stuff) with the arguments as describe earlier in the
> thread and create FlexJS output that way. Haven't tried it, though.
>
> EdB
>
>
>
>
> On Mon, Feb 24, 2014 at 5:07 PM, Carlos Rovira <
> carlos.rov...@codeoscopic.com> wrote:
>
> > Hi,
> >
> > someone could respond to 3)
> >
> > 3) One of the things I like in the last months changes is the addittion
> of
> > "build.xml" per example, so we can make "ant" in the folder and quickly
> get
> > the SWF version. But I think we can't  get the JS version running some
> > "ant" (maybe with params?). Or maybe is there but I can't see it? This
> > could be very cool and could be another booster.
> >
> > Right now build.xml is only valid for SWF output? there's something
> similar
> > for JS output? if so could you point me? if not, there's plans to
> > make something similar?
> >
> > Thanks!
> >
> > Carlos
> >
> >
> >
> >
> >
> > 2014-02-24 13:21 GMT+01:00 Carlos Rovira <carlos.rov...@codeoscopic.com
> >:
> >
> > > Thanks Erik,
> > >
> > > That's more clear, and I'll try to move it through IntelliJ ticket, in
> > > parallel with my tries to get a initial environment for develop FlexJS
> > >
> > > Thanks
> > >
> > > Carlos
> > >
> > >
> > > 2014-02-24 10:01 GMT+01:00 Erik de Bruin <e...@ixsoftware.nl>:
> > >
> > > >
> > >> > 1) The thread start with some FDT points proposed to get IDE
> support.
> > As
> > >> > Erik state most of then are solved. @Erik, is this right? we have
> all
> > >> the
> > >> > points covered? If not, could you point me to what point are already
> > >> needed
> > >> > (not covered) ?
> > >> >
> > >>
> > >> Status for the original suggestion list from the FDT people (first
> email
> > >> in
> > >> this thread):
> > >>
> > >> 1 - The new installer provides the download and preparation of a fully
> > >> function FlexJS SDK
> > >>
> > >> 2/7 - The compiler now has defaults where possible, so given a Closure
> > lib
> > >> at the expected location, it can now compile a program with only two
> > >> command line parameters:
> > >>
> > >> java -jar "[PathToFlexJSSDK]/js/lib/mxmlc.jar" -load-config="[
> > >> PathToFlexJSSDK]/frameworks/flex-config.xml" "[PathToMainProjectFile]"
> > >>
> > >> 8/9 - already done
> > >>
> > >> 10/11 - not sure, I don't have an in dept knowledge of the 'inner
> > >> workings'
> > >> of Java and the compiler. But these issues don't sound too 'out
> there',
> > >> and
> > >> are probably already addressed, or easy to implement.
> > >>
> > >> That's all I can tell you ;-)
> > >>
> > >> EdB
> > >>
> > >>
> > >>
> > >> --
> > >> Ix Multimedia Software
> > >>
> > >> Jan Luykenstraat 27
> > >> 3521 VB Utrecht
> > >>
> > >> T. 06-51952295
> > >> I. www.ixsoftware.nl
> > >>
> > >
> > >
> > >
> > > --
> > > Carlos Rovira
> > > Director de Tecnología
> > > M: +34 607 22 60 05
> > > F:  +34 912 94 80 80
> > > http://www.codeoscopic.com
> > > http://www.directwriter.es
> > > http://www.avant2.es
> > >
> >
> >
> >
> > --
> > Carlos Rovira
> > Director de Tecnología
> > M: +34 607 22 60 05
> > F:  +34 912 94 80 80
> > http://www.codeoscopic.com
> > http://www.directwriter.es
> > http://www.avant2.es
> >
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>



--
Carlos Rovira
Director de Tecnología
M: +34 607 22 60 05
F:  +34 912 94 80 80
http://www.codeoscopic.com
http://www.directwriter.es
http://www.avant2.es

Reply via email to