I figured out how to build the js SWCs, thanks.

Now if I feed the arguments you suggested to 'jsc', the compiler defines
don't take... I get:

Access of possibly undefined property COMPILE.
    COMPILE::JS
    ^

etc.

The full command is:

[local-path]/flex-falcon/compiler.jx/bin/jsc -define+=CONFIG::AS,false
-define+=CONFIG::JS,true
-external-library-path=[local-path]/flex-falcon/externs/js/out/bin/js.swc
-js-output-type=FLEXJS -keep-asdoc HtmlContainer.as

Ideas?

EdB



On Tue, Jun 30, 2015 at 6:28 PM, Frédéric THOMAS <webdoubl...@hotmail.com>
wrote:

> > A little patience with a terribly out of date committer: how does one who
> > may have missed (more than) a few emails compile (or download?) these
> > famous SWCs?
>
> You will need to run manually the externc.<libName>.swc target, you will
> probably need to "ant wipe-all" and "ant all" first.
>
> Frédéric THOMAS
>
>
> ----------------------------------------
> > From: e...@ixsoftware.nl
> > Date: Tue, 30 Jun 2015 17:08:43 +0200
> > Subject: Re: [FalconJX FlexJS] JQuery up and running, a nightmare but we
> now have 1.9 in AS
> > To: dev@flex.apache.org
> >
> > A little patience with a terribly out of date committer: how does one who
> > may have missed (more than) a few emails compile (or download?) these
> > famous SWCs?
> >
> > EdB
> >
> >
> >
> > On Tue, Jun 30, 2015 at 4:56 PM, Alex Harui <aha...@adobe.com> wrote:
> >
> >> He posted his .AS in one of the four links. That and the js.swc and
> >> jquery.swc should be all the ingredients.
> >>
> >> -Alex
> >>
> >> On 6/30/15, 7:44 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:
> >>
> >>>I was hoping to get my hands on Fred's AS project. I want to run that
> >>>through the new compiler and have a long look at the output JS - debug
> and
> >>>release - to see if that looks like something that still makes sense
> from
> >>>a
> >>>GCC point of view.
> >>>
> >>>EdB
> >>>
> >>>
> >>>
> >>>On Tue, Jun 30, 2015 at 4:39 PM, Alex Harui <aha...@adobe.com> wrote:
> >>>
> >>>>
> >>>>
> >>>> On 6/30/15, 7:28 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:
> >>>>
> >>>>>GCC no likey ;-)
> >>>>>
> >>>>>Can I maybe have a look at the example project? I've been gone for a
> >>>>>while,
> >>>>>but if I'm correct I should be able to get the latest stuff from Git,
> >>>>>build
> >>>>>and then compile this AS project from the command line, correct? Or do
> >>>>I
> >>>>>have to set it up in an IDE? That would mean a large hurdle to get
> >>>>back in
> >>>>>the game for a bit :-(
> >>>>
> >>>> Command line should be ok. Most folks are running jsc.bat or some
> >>>> variant. From a quick look at the code, there is already an
> >>>> -externs-js-lib option for FalconJX, but I think task is to also
> include
> >>>> JS files found in SWCs in the -external-library-path as well. There is
> >>>> already code that picks up JS files found in SWCs in the
> -library-path.
> >>>>
> >>>> I can do it if you or Fred don’t have cycles.
> >>>>
> >>>> -Alex
> >>>>
> >>>>
> >>>
> >>>
> >>>--
> >>>Ix Multimedia Software
> >>>
> >>>Jan Luykenstraat 27
> >>>3521 VB Utrecht
> >>>
> >>>T. 06-51952295
> >>>I. www.ixsoftware.nl
> >>
> >>
> >
> >
> > --
> > Ix Multimedia Software
> >
> > Jan Luykenstraat 27
> > 3521 VB Utrecht
> >
> > T. 06-51952295
> > I. www.ixsoftware.nl
>
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

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

Reply via email to