Hi,
I'm trying a simple Hello World in IntelliJ I did at the time of the 0.6
release (with the Josh tutorial in NExtGestAS3), now with 0.7 nigthly
(through Flex SdK installer), and getting the same error as Justin:
Error:[HelloIDEA]: java.lang.NoClassDefFoundError:
org/apache/flex/tools/FlexTool
On 3/22/16, 12:19 AM, "piotrz" wrote:
>Hi Alex,
>
>I'll try examining FlexJS package tomorrow. Do you expect to do from PMCs
>something more than in your approval script?
The approval script attempts to guide you to check the minimum
requirements.
>
>I'm still try to change paths in Build.xml
I checked the nightly bin and src yesterday on my Mac and they checked out
fine. I'm going to fire up my Windows machine today and see what happens.
Peter
> On Mar 22, 2016, at 2:49 AM, Alex Harui wrote:
>
> I think I'm done fixing bugs. We should cut an RC soon in case there are
> complic
I haven't gotten around to checking it. I'll look it over tonight.
-Mark
-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Tuesday, March 22, 2016 2:50 AM
To: dev@flex.apache.org
Subject: [Non-DoD Source] Re: LAST CALL] Release FlexJS/FalconJX 0.6.0
I
Hi Alex,
I'll try examining FlexJS package tomorrow. Do you expect to do from PMCs
something more than in your approval script?
I'm still try to change paths in Build.xml for examples, but building FlexJS
is taking me more time than I thought. - For sure these changes are not for
this relese.
I think I'm done fixing bugs. We should cut an RC soon in case there are
complications. Has everyone who plans to vote reviewed the nightly
packages? Anybody have anything else they want to cram in this release?
Thanks,
-Alex
On 3/14/16, 10:41 PM, "Alex Harui" wrote:
>
>I did a pass through t
On 3/15/16, 10:16 PM, "Justin Mclean" wrote:
>
>I think there's a few ads issues that someone may want to look into:
>http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild
>/artifact/out/asdoc/validation_errors.log
Thanks for noticing that. Have you looked at the notice f
ot;us_EN" people
>from running the tests sucessfully.
>
>Chris
>
>-Ursprüngliche Nachricht-
>Von: Justin Mclean [mailto:justinmcl...@me.com]
>Gesendet: Mittwoch, 16. März 2016 22:29
>An: dev@flex.apache.org
>Betreff: Re: LAST CALL] Release FlexJS/FalconJX 0.
prüngliche Nachricht-
Von: Justin Mclean [mailto:justinmcl...@me.com]
Gesendet: Mittwoch, 16. März 2016 22:29
An: dev@flex.apache.org
Betreff: Re: LAST CALL] Release FlexJS/FalconJX 0.6.0
Hi,
> Thanks for noticing that. Have you looked at the notice files in the builds?
Only the source
Hi,
> Thanks for noticing that. Have you looked at the notice files in the builds?
Only the source ones and they seem OKish (they don’t 100% follow policy but
there’s no legal issues that I can see). I’ve not looked at the binary ones. I
think a bigger issue (but again not one that would block
Hi,
> FlexJS:
> http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/
> artifact/out/
> FalconJX:
> http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/lastSuccessfulBuil
> d/artifact/out/
> For FalconJX, we are only interested in the apache-flex-falconjx packages,
> n
On 3/11/16, 8:49 AM, "Alex Harui" wrote:
>
>
>On 3/10/16, 11:49 PM, "Justin Mclean" wrote:
>
>>Hi,
>>
>>Is there a dummy/test release to look at so the LICENSE/NOTICE, release
>>notes etc etc can be checked?
>
>There are the nightly builds. I haven't worked on RELEASE_NOTES or
>double-checked
gt; a JavaScript grammar and Antlr4. But I would really like to start
> >>working
> >> on something like this AFTER finishing the migration to Maven. Otherwise
> >> it's shooting on moving targets.
> >>
> >> Chris
> >>
> >> __
o crate such a generator
>>using
>> a JavaScript grammar and Antlr4. But I would really like to start
>>working
>> on something like this AFTER finishing the migration to Maven. Otherwise
>> it's shooting on moving targets.
>>
>> Chris
>>
&
> Von: Michael Schmalle
> Gesendet: Montag, 14. März 2016 18:02
> An: dev@flex.apache.org
> Betreff: Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release
> FlexJS/FalconJX 0.6.0
>
> Yeah lets not get started on the whole parsing js files. :)
__
Von: Michael Schmalle
Gesendet: Montag, 14. März 2016 18:02
An: dev@flex.apache.org
Betreff: Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX
0.6.0
Yeah lets not get started on the whole parsing js files. :)
What I liked about gcc is it abstracted the AST and took care
Yeah lets not get started on the whole parsing js files. :)
What I liked about gcc is it abstracted the AST and took care of the
parsing irregularities of JS.
The problem is the AST walking like I did in ExternC, I had to template
that as though I knew I was parsing prototypes as the extern defin
On 3/14/16, 8:34 AM, "Michael Schmalle" wrote:
>On Mon, Mar 14, 2016 at 11:29 AM, Alex Harui wrote:
>
>>
>>
>> On 3/14/16, 8:19 AM, "Michael Schmalle"
>>wrote:
>>
>> >That said, there is only "so much" that compiler can do because I
>>hacked
>> >it
>> >together in about a month. Thinking abou
On Mon, Mar 14, 2016 at 11:29 AM, Alex Harui wrote:
>
>
> On 3/14/16, 8:19 AM, "Michael Schmalle" wrote:
>
> >That said, there is only "so much" that compiler can do because I hacked
> >it
> >together in about a month. Thinking about a way to create something that
> >can support a yriad amount o
On 3/14/16, 8:19 AM, "Michael Schmalle" wrote:
>That said, there is only "so much" that compiler can do because I hacked
>it
>together in about a month. Thinking about a way to create something that
>can support a yriad amount of definitions that are supported by the
>current
>TS community is d
On 3/14/16, 8:13 AM, "Christofer Dutz" wrote:
>Hi Alex,
>
>I'm actually currently looking at the unmodified ANT build in develop.
>Here I can see that the extern JavaScript stuff in GCL is checked in. The
>build.xml in line contains this block:
>
>
>failonerror="false">
obsolete now?
> > >
> > > The "js" extern directory seems to be similar, but in this case it
> seems
> > > that only a hand full of classes are manually added. Is this too just a
> > > "monkey patch" of falsely generated code and the "src&qu
Hi,
I would prefer to stay in the Java world for now ;-)
Chris
Von: Josh Tynjala
Gesendet: Montag, 14. März 2016 16:09
An: dev@flex.apache.org
Betreff: Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX
0.6.0
dts2as pretty much does
: AW: LAST CALL] Release FlexJS/FalconJX
0.6.0
On 3/13/16, 1:08 PM, "Christofer Dutz" wrote:
>Thanks for the explanation :-)
>
>And what's actually happening in GCL? Here I can see a whole bunch of
>JavaScript files as well as matching ActionScript sources. Here the
&g
this case it seems
> > that only a hand full of classes are manually added. Is this too just a
> > "monkey patch" of falsely generated code and the "src" directory has
> > precedence before the "out/as" one?
> >
> > Chris
> >
> > ___
On 3/13/16, 1:08 PM, "Christofer Dutz" wrote:
>Thanks for the explanation :-)
>
>And what's actually happening in GCL? Here I can see a whole bunch of
>JavaScript files as well as matching ActionScript sources. Here the
>out/as sort of contains the same classes as the src directory, but the
>on
gt; Von: Josh Tynjala
> Gesendet: Sonntag, 13. März 2016 19:09
> An: dev@flex.apache.org
> Betreff: Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release
> FlexJS/FalconJX 0.6.0
>
> 1. Externs tell the Google Closure compiler which JS APIs it shouldn't
> rename when optim
has precedence before
the "out/as" one?
Chris
Von: Josh Tynjala
Gesendet: Sonntag, 13. März 2016 19:09
An: dev@flex.apache.org
Betreff: Re: AW: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX
0.6.0
1. Externs tell the Google Closu
ilto:christofer.d...@c-ware.de>>
Betreff: Re: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0
If you need to commit stuff to the develop branch that is somewhat risky, then
yes, I'll create a release branch. IMO, it would be fewer total branches and
merges i
er itself.
>
> Currently I used the exec-maven-plugin for both goals, but I guess a
> dedicated goal is easier to understand and makes the configuration a lot
> easier.
>
> Chris
>
>
> Von: Alex Harui
> Gesendet: Sonntag, 13. März
n for both goals, but I guess a dedicated
goal is easier to understand and makes the configuration a lot easier.
Chris
____
Von: Alex Harui
Gesendet: Sonntag, 13. März 2016 15:26
An: dev@flex.apache.org
Betreff: Re: AW: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/F
ng the artifacts individually until I find out how to
>setup a common build.
>
>Chris
>
>
>Von: Alex Harui
>Gesendet: Sonntag, 13. März 2016 06:14
>An: dev@flex.apache.org
>Betreff: Re: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/
d.
Chris
Von: Alex Harui
Gesendet: Sonntag, 13. März 2016 06:14
An: dev@flex.apache.org
Betreff: Re: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0
I assume you mean "externs".
There are now 8 extern swcs, and they are created with
f you don't
>understand what's actually going on.
>
>Chris
>
>
>Von: Christofer Dutz
>Gesendet: Samstag, 12. März 2016 20:01
>An: dev@flex.apache.org
>Betreff: AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0
>
I want to replicate the
behaviour in Maven, but this is hard, if you don't understand what's actually
going on.
Chris
Von: Christofer Dutz
Gesendet: Samstag, 12. März 2016 20:01
An: dev@flex.apache.org
Betreff: AW: AW: AW: AW: AW: LAST CALL]
r you?
Sent from my LG G3, an AT&T 4G LTE smartphone
-- Original message--
From: Christofer Dutz
Date: Sat, Mar 12, 2016 11:01 AM
To: dev@flex.apache.org;
Subject:AW: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0
Well I'm currently down to 0 errors and failures
__
Von: Alex Harui
Gesendet: Samstag, 12. März 2016 16:09
An: dev@flex.apache.org
Betreff: Re: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0
On 3/12/16, 3:56 AM, "Christofer Dutz" wrote:
>I am currently on the finishing line of preparing falcon and falcon.jx to
&
On 3/12/16, 3:56 AM, "Christofer Dutz" wrote:
>I am currently on the finishing line of preparing falcon and falcon.jx to
>be converted to Maven.
>For this I will probably need to do a few more tweaks of the testsuite,
>but it's looking good.
Wow! Great progress!
>
>When are you planning on cu
Chris
Von: Christofer Dutz
Gesendet: Freitag, 11. März 2016 23:41
An: dev@flex.apache.org
Betreff: AW: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0
Found out what was wrong ... you have to specify the path to the FLEX_SDK
sources and not a FLEX_SDK installation. I set it to my lates
ve to find out the hard
way :-(
Chris
Von: Alex Harui
Gesendet: Freitag, 11. März 2016 23:34
An: dev@flex.apache.org
Betreff: Re: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0
Swfutils is a subset of the swfutils files in the flex-sdk repo. Th
>Chris
>
>
>Von: Christofer Dutz
>Gesendet: Freitag, 11. März 2016 22:52
>An: dev@flex.apache.org
>Betreff: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0
>
>Hmmm ... ok ... now falcon and falcon.jx seem to have run, but now I&
ontain a single class.
Chris
Von: Christofer Dutz
Gesendet: Freitag, 11. März 2016 22:52
An: dev@flex.apache.org
Betreff: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0
Hmmm ... ok ... now falcon and falcon.jx seem to have run, but now I'm getting
compile err
ils.
So something must still be wrong :-(
Chris
____
Von: Alex Harui
Gesendet: Freitag, 11. März 2016 18:51
An: dev@flex.apache.org
Betreff: Re: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0
On 3/11/16, 9:40 AM, "Christofer Dutz" wrote:
>We
On 3/11/16, 9:40 AM, "Christofer Dutz" wrote:
>Well I think that's the problem ... I can't see a GCL.swc ... I also
>noticed, that an "ant" run only seems to compile compiler and run
>compiler.tests ... it doesn't seem to run the falcon.jx stuff. I think it
>would be good if it would actually ru
digging into this. I'm currently down to 40 errors in
> Falcon.jx (When building with maven) ... and reducing the number every time
> I'm on it.
>
>
>
> Chris
>
> ________
> Von: Alex Harui
> Gesendet: Freitag, 11. März 2016 1
Von: Alex Harui
Gesendet: Freitag, 11. März 2016 17:14
An: dev@flex.apache.org
Betreff: Re: AW: LAST CALL] Release FlexJS/FalconJX 0.6.0
On 3/11/16, 6:03 AM, "Christofer Dutz" wrote:
>I'm currently getting test failures in flacon.jx (TestFlexJSClass). I
On 3/11/16, 9:34 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala"
wrote:
>On Mar 11, 2016 8:49 AM, "Alex Harui" wrote
>>
>> I'm wondering if we need to have a release branch. I don't think there
>>is
>> anything due to land in the develop branch that "shouldn't" go out in
>> these rel
On Mar 11, 2016 8:49 AM, "Alex Harui" wrote:
>
>
>
> On 3/10/16, 11:49 PM, "Justin Mclean" wrote:
>
> >Hi,
> >
> >Is there a dummy/test release to look at so the LICENSE/NOTICE, release
> >notes etc etc can be checked?
>
> There are the nightly builds. I haven't worked on RELEASE_NOTES or
> doub
On 3/10/16, 11:49 PM, "Justin Mclean" wrote:
>Hi,
>
>Is there a dummy/test release to look at so the LICENSE/NOTICE, release
>notes etc etc can be checked?
There are the nightly builds. I haven't worked on RELEASE_NOTES or
double-checked LICENSE and NOTICE yet, but the more eyes on it sooner,
On 3/11/16, 6:03 AM, "Christofer Dutz" wrote:
>I'm currently getting test failures in flacon.jx (TestFlexJSClass). I
>first thought this was due to me building with maven, but now I am
>getting the same errors with Ant so I guess they are generally
>problematic.
>
>Here an example ... they are a
__
Von: Justin Mclean
Gesendet: Freitag, 11. März 2016 08:49
An: dev@flex.apache.org
Betreff: Re: LAST CALL] Release FlexJS/FalconJX 0.6.0
Hi,
Is there a dummy/test release to look at so the LICENSE/NOTICE, release notes
etc etc can be checked?
Thanks,
Justin
Hi,
Is there a dummy/test release to look at so the LICENSE/NOTICE, release notes
etc etc can be checked?
Thanks,
Justin
On 3/10/16, 3:17 AM, "Tom Chiverton" wrote:
>But means fixing the Mustella tests once and for all.
FlexJS is unrelated to the mustella test runs that are failing. I keep
hoping someone will be motivated enough to learn how to fix mustella tests
so it doesn't always come down to me, but maybe
-Original Message-
> > From: Alex Harui [mailto:aha...@adobe.com]
> > Sent: Wednesday, March 09, 2016 1:41 PM
> > To: dev@flex.apache.org
> > Subject: [Non-DoD Source] LAST CALL] Release FlexJS/FalconJX 0.6.0
> >
> > Hi,
> >
> > Should we try to cut a r
inuous progress.
>
>
> -Mark
>
> -Original Message-
> From: Alex Harui [mailto:aha...@adobe.com]
> Sent: Wednesday, March 09, 2016 1:41 PM
> To: dev@flex.apache.org
> Subject: [Non-DoD Source] LAST CALL] Release FlexJS/FalconJX 0.6.0
>
> Hi,
>
> Should we try to
show continuous progress.
-Mark
-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Wednesday, March 09, 2016 1:41 PM
To: dev@flex.apache.org
Subject: [Non-DoD Source] LAST CALL] Release FlexJS/FalconJX 0.6.0
Hi,
Should we try to cut a release before the SF event? I don
+1
Would have a positive impact and show continuous progress.
-Mark
-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Wednesday, March 09, 2016 1:41 PM
To: dev@flex.apache.org
Subject: [Non-DoD Source] LAST CALL] Release FlexJS/FalconJX 0.6.0
Hi,
Should we try to
On Mar 9, 2016 10:41 AM, "Alex Harui" wrote:
>
> Hi,
>
> Should we try to cut a release before the SF event? I don't think the big
> things under development (Maven integration, Spark-like component set,
> XML) will land in time for the SF event, but we've fixed some bugs, added
> some features l
Sounds good to me! Another release will keep momentum going, and I have
some tutorials in the queue that will require 0.6.
In terms of features, I also added a Node backend, extending the JSC
backend, to output JavaScript for Node.js. It is accessible with the new
asnodec script in js/bin. The nod
Hi,
Should we try to cut a release before the SF event? I don't think the big
things under development (Maven integration, Spark-like component set,
XML) will land in time for the SF event, but we've fixed some bugs, added
some features like Tree, Storage, Proxy, Reflection, and eliminated all
ha
60 matches
Mail list logo