Missing BlazeDS repo on the sources page

2014-07-31 Thread Christofer Dutz
Hi, I just noticed that we are missing the BlazeDS repo on the Apache Flex Sources Page ... Chris

Re: Missing BlazeDS repo on the sources page

2014-07-31 Thread Justin Mclean
Hi, > I just noticed that we are missing the BlazeDS repo on the Apache Flex > Sources Page ... We could put it up but we con't actually compile it and/or make a release - that needs someone to work on it and from a quick glance a few weeks ago it needs a fair amount of work. Justin

Re: Installer for SDK is currently broken due to change Adobe has made

2014-07-31 Thread Justin Mclean
Hi, > Well, I'm told that "all" we really need is a way to convert TTF splines > to CFF splines and then read a TTF file and output a CFF blob. There's a > good chance that there is more to those libraries that Flex is actually > using. Sounds easy I'm sure you could knock that over in a day :-)

Re: Installer for SDK is currently broken due to change Adobe has made

2014-07-31 Thread Justin Mclean
Hi, >> But really, we should find a way to get rid of that last dependency. > BlazeDS is also a dependancy until we make a release of it. Actually is flex-messaging-common.jar part of BlazeDS or do we need to possibly rewrite that as well? Justin

AW: Missing BlazeDS repo on the sources page

2014-07-31 Thread Christofer Dutz
What exactly is the problem with it? I have actually just setup a jenkins build for this to auto-publish the snapshot versions to Apache Maven Repo. The maven build inside modules seems to be running niceley and to me it looks as if this was the thing tha Adobe guys were using. The Ant construct

Re: EmailValidator sdk 4.13

2014-07-31 Thread Tom Chiverton
I've raised a Jira for this issue : I intend to submit a patch that removes this block if (lastDomain.length != 3 && lastDomain.length != 2 && lastDomain.length != 4 &&

Re: EmailValidator sdk 4.13

2014-07-31 Thread Tom Chiverton
I've raised a Jira for this issue : https://issues.apache.org/jira/browse/FLEX-34450 Tom On 22/07/14 17:43, Harbs wrote: > Here’s a very good reference on the topic: > http://www.regular-expressions.info/email.html > > On Jul 22, 2014, at 6:24 PM, Alex Harui wrote: > >> We should do both, at som

Re: Missing BlazeDS repo on the sources page

2014-07-31 Thread Justin Mclean
Hi, > What exactly is the problem with it? I have actually just setup a jenkins > build for this to auto-publish the snapshot versions to Apache Maven Repo. You may want to stop that - see below. While it "compiles" I get a lot of warning like "bootstrap class path not set" and "x.java uses un

Re: EmailValidator sdk 4.13

2014-07-31 Thread Justin Mclean
Hi, > Any objection to that fix ? +1 from me Justin

Re: Missing BlazeDS repo on the sources page

2014-07-31 Thread Erik de Bruin
It seems to be a work in progress, not a release. You raise valid points that certainly need to be addressed before a release is cut. But for now, we should be glad somebody is doing actual work that helps us get closer to a version that is NOT Adobe; we should help, rather than obstruct, his effo

Re: Missing BlazeDS repo on the sources page

2014-07-31 Thread Justin Mclean
Hi, > It seems to be a work in progress, not a release. Agreed - that's why we shouldn't be making publicly available in the Apache repo. > You raise valid points that certainly need to be addressed before a release > is cut. But for now, we should be glad somebody is doing actual work that > he

Case issue in flex-config.xml

2014-07-31 Thread Tom Chiverton
I think this file name needs to be all lower case, right ? libs/OSMF.swc osmf_${build.number}.swf `ant checkintest` currently fails on Linux. I think this file is generated somewhere though ? -- extravision Signature *Tom Chiverton* | Lead Developer

error running mini_test - junit not found

2014-07-31 Thread Tom Chiverton
I've not done this for a while, but mustella can't seem to find JUnit. There's no 'import' for the JUnit classes either. If it's expecting to automatically find ones already installed on my system, should I install junit 3 or 4 packages ? tchiverton@ev34:~/workspace/apache-flex-git/mustella$ ./min

Re: error running mini_test - junit not found

2014-07-31 Thread Tom Chiverton
Ahh, JUnit 3 is required. I'll stick it on the Wiki. Should have played around for a little longer ! Tom On 31/07/14 12:58, Tom Chiverton wrote: > I've not done this for a while, but mustella can't seem to find JUnit. > There's no 'import' for the JUnit classes either. > If it's expecting to auto

Re: EmailValidator sdk 4.13

2014-07-31 Thread Tom Chiverton
Changing the EmailValidator causes Mustella test failures; so my change also needs to update the tests (to expect valid, rather than invalid). And then I need to save new basline images - Will it be OK taking these from my Linux box (i.e. rename the .bad.png) or do they have to come from Windows as

AW: Missing BlazeDS repo on the sources page

2014-07-31 Thread Christofer Dutz
Geee ... I already thought I might have mis-expressed myself. I didn't setup the build to "release" anything in a software release manner. I have setup the job to publish SNAPSHOT versions of BlazeDS (I did manage to deploy a first set of snapshots manually, but now it's happening automatically)

AW: Flexmojos using Falcon

2014-07-31 Thread Christofer Dutz
Ok ... so I have followed this path all day now and I sort of feel like walking into a dark and spooky forrest the longer I go ;-) Simply switching the compiler artifact will probably not do the trick. Even if for FlashBuilder falcon seems to be a drop-in-replacement, for Flexmojos it's not. A

Re: Case issue in flex-config.xml

2014-07-31 Thread Alex Harui
On 7/31/14 4:33 AM, "Tom Chiverton" wrote: >I think this file name needs to be all lower case, right ? Yes, that makes sense to me. I wonder why Mac doesn't fail on it. -Alex

Re: AW: Missing BlazeDS repo on the sources page

2014-07-31 Thread Alex Harui
Pretty sure that SNAPSHOTs have been ruled as equivalent to nightly builds so we're probably ok. What jars are in the repo? We should not have binaries in the repos. -Alex On 7/31/14 5:42 AM, "Christofer Dutz" wrote: >Geee ... I already thought I might have mis-expressed myself. > >I didn't s

Re: Installer for SDK is currently broken due to change Adobe has made

2014-07-31 Thread Alex Harui
On 7/31/14 1:04 AM, "Justin Mclean" wrote: >Hi, > >> Well, I'm told that "all" we really need is a way to convert TTF splines >> to CFF splines and then read a TTF file and output a CFF blob. There's >>a >> good chance that there is more to those libraries that Flex is actually >> using. >Soun

Re: Installer for SDK is currently broken due to change Adobe has made

2014-07-31 Thread Alex Harui
On 7/31/14 1:09 AM, "Justin Mclean" wrote: >Hi, > >>> But really, we should find a way to get rid of that last dependency. >> BlazeDS is also a dependancy until we make a release of it. > >Actually is flex-messaging-common.jar part of BlazeDS or do we need to >possibly rewrite that as well? My

Re: AW: Flexmojos using Falcon

2014-07-31 Thread Alex Harui
It appears that Flash Builder loads the flex-oem-compiler.jar from the SDK lib folder. Is it really impractical to abstract what classes Flexmojos uses? Falcon's flex-oem-compiler.jar is quite a hack, blending old MXMLC classes and wiring them to Falcon classes. But that's because I can't change

Re: Case issue in flex-config.xml

2014-07-31 Thread Tom Chiverton
Does it download from a different URL or something ? Tom On 31/07/14 16:22, Alex Harui wrote: > > On 7/31/14 4:33 AM, "Tom Chiverton" wrote: > >> I think this file name needs to be all lower case, right ? > Yes, that makes sense to me. > > I wonder why Mac doesn't fail on it. > > -Alex > > _

AW: AW: Missing BlazeDS repo on the sources page

2014-07-31 Thread Christofer Dutz
Hi Alex, Wellt hey are Nightly builds, because they are built every night ;-) All Flex related artifacts are located under the following url (so far it's only blazeds related): http://repository.apache.org/content/groups/snapshots/org/apache/flex/ But what should the artifacts be if not binary

Re: EmailValidator sdk 4.13

2014-07-31 Thread Chris Martin
I think that change would be good :) On Thu, Jul 31, 2014 at 5:42 AM, Tom Chiverton wrote: > Changing the EmailValidator causes Mustella test failures; so my change > also needs to update the tests (to expect valid, rather than invalid). > And then I need to save new basline images - Will it be

AW: AW: Flexmojos using Falcon

2014-07-31 Thread Christofer Dutz
Well I already started down a different path. A short while ago I discovered something: Velo initialy created a FlexCompiler interface which defines methods for swf, swc, asdoc etc. Initially there was only one implementing class (DefaultCompiler) which was directly linked to the old compiler.

Re: EmailValidator sdk 4.13

2014-07-31 Thread Alex Harui
Try using your Linux box. Often there is no difference between platforms. Usually gradients cause the differences so simplifying the graphics may help. On 7/31/14 5:42 AM, "Tom Chiverton" wrote: >Changing the EmailValidator causes Mustella test failures; so my change >also needs to update the

Re: Missing BlazeDS repo on the sources page

2014-07-31 Thread Justin Mclean
Hi, > Pretty sure that SNAPSHOTs have been ruled as equivalent to nightly builds > so we're probably ok. Personally I think we on very thin ice publishing stuff on Apache hardware which is publicly available without any license information. While a nightly build or snapshot is not an official r

1000 installs of Apache Flex 4.13

2014-07-31 Thread Justin Mclean
Hi, Despite the issues we've just passed the 1000 successful installs of 4.13.0. (Sadly over that time we had more than 1000 errors to install as well) Thanks, Justin

Re: TourDeFlex

2014-07-31 Thread OmPrakash Muppirala
On Wed, Jul 30, 2014 at 10:04 PM, Alex Harui wrote: > > > On 7/30/14 3:21 PM, "OmPrakash Muppirala" wrote: > >Alex, do you know if the desktop version of Tour De Flex as seen here [1] > >will be donated as well? > > > >[1] http://www.adobe.com/devnet/flex/tourdeflex.html > > > If it isn't in the

Re: TourDeFlex

2014-07-31 Thread Justin Mclean
Hi, > I guess that is it then. It would make sense for us to spend our energies > on creating something from scratch than hunting this down. We did have someone donate a TourDeFlex like application some time back, perhaps it worth revisiting that? From memory it was a good start and only neede

Re: TourDeFlex

2014-07-31 Thread OmPrakash Muppirala
On Thu, Jul 31, 2014 at 7:31 PM, Justin Mclean wrote: > Hi, > > > I guess that is it then. It would make sense for us to spend our > energies > > on creating something from scratch than hunting this down. > > We did have someone donate a TourDeFlex like application some time back, > perhaps it w

Re: 1000 installs of Apache Flex 4.13

2014-07-31 Thread Alex Harui
Any trends to the errors? On 7/31/14 6:12 PM, "Justin Mclean" wrote: >Hi, > >Despite the issues we've just passed the 1000 successful installs of >4.13.0. (Sadly over that time we had more than 1000 errors to install as >well) > >Thanks, >Justin

Re: AW: AW: Missing BlazeDS repo on the sources page

2014-07-31 Thread Alex Harui
On 7/31/14 8:50 AM, "Christofer Dutz" wrote: >But what should the artifacts be if not binary jars? And binaries is what >the Maven repos are all about. I'm not worried about the artifacts. Justin claimed there are jars checked into Git. I don't see any in my Git copy from when I first added t

Re: TourDeFlex

2014-07-31 Thread Alex Harui
Can you explain in more detail what is broken/missing in the TDF4 version? I thought the XML files just listed which components had "entries" in TDF. It would need to be fixed up anyway since some content was created by third-parties and not donated. It looks like there is plenty of Flex 4 stuff

Re: 1000 installs of Apache Flex 4.13

2014-07-31 Thread Justin Mclean
Hi, > Any trends to the errors? Yep: - windows get far more errors. - windows can't create temporary directory is most common (well would of been if Adobe hadn't password protected their open source site) - most likely due to permissions issues. - windows network issues the next (ignoring Adobe

Re: TourDeFlex

2014-07-31 Thread Justin Mclean
Hi, > It looks like there is plenty of Flex 4 stuff in the > tourdeflex_content.com folder. Where is this folder? I don't see it at: https://github.com/apache/flex-utilities/tree/develop/TourDeFlex > What do you mean by the "component explorer is MX-based" and why is that a > problem? Checkintes

Re: 1000 installs of Apache Flex 4.13

2014-07-31 Thread Alex Harui
On 7/31/14 10:02 PM, "Justin Mclean" wrote: >Hi, > >> Any trends to the errors? > >Yep: >- windows get far more errors. >- windows can't create temporary directory is most common (well would of >been if Adobe hadn't password protected their open source site) - most >likely due to permissions is

Re: TourDeFlex

2014-07-31 Thread Alex Harui
On 7/31/14 10:08 PM, "Justin Mclean" wrote: >Hi, > >> It looks like there is plenty of Flex 4 stuff in the >> tourdeflex_content.com folder. >Where is this folder? I don't see it at: >https://github.com/apache/flex-utilities/tree/develop/TourDeFlex Hah! No wonder you guys think the donation is

Re: 1000 installs of Apache Flex 4.13

2014-07-31 Thread OmPrakash Muppirala
On Thu, Jul 31, 2014 at 10:32 PM, Alex Harui wrote: > > > On 7/31/14 10:02 PM, "Justin Mclean" wrote: > > >Hi, > > > >> Any trends to the errors? > > > >Yep: > >- windows get far more errors. > >- windows can't create temporary directory is most common (well would of > >been if Adobe hadn't pass

Re: TourDeFlex

2014-07-31 Thread OmPrakash Muppirala
On Thu, Jul 31, 2014 at 10:41 PM, Alex Harui wrote: > > > On 7/31/14 10:08 PM, "Justin Mclean" wrote: > > >Hi, > > > >> It looks like there is plenty of Flex 4 stuff in the > >> tourdeflex_content.com folder. > >Where is this folder? I don't see it at: > >https://github.com/apache/flex-utilities

AW: Missing BlazeDS repo on the sources page

2014-07-31 Thread Christofer Dutz
I guess this could be in the want part of the project. I am quite certain that in the Maven part there is no such binary checked in. I also doubt that there are any image resources in the parts being deployed. Chris Gesendet mit meinem HTC - Reply message - Von: "Alex Harui" An: "dev@

AW: 1000 installs of Apache Flex 4.13

2014-07-31 Thread Christofer Dutz
Perhaps we should be putting some effort in releasing blazeds cause this is one problematic dependency we could eliminate. Chris Gesendet mit meinem HTC - Reply message - Von: "Justin Mclean" An: "dev@flex.apache.org" Betreff: 1000 installs of Apache Flex 4.13 Datum: Fr., Aug. 1, 2014

AW: 1000 installs of Apache Flex 4.13

2014-07-31 Thread Christofer Dutz
By the way ... I updated Flexmojos to 4.13 yesterday an it worked nicely :-) Gesendet mit meinem HTC - Reply message - Von: "Alex Harui" An: "dev@flex.apache.org" Betreff: 1000 installs of Apache Flex 4.13 Datum: Fr., Aug. 1, 2014 07:32 On 7/31/14 10:02 PM, "Justin Mclean" wrote: >

Re: AW: 1000 installs of Apache Flex 4.13

2014-07-31 Thread Alex Harui
On 7/31/14 11:28 PM, "Christofer Dutz" wrote: >Perhaps we should be putting some effort in releasing blazeds cause this >is one problematic dependency we could eliminate. Perhaps. We do need to formally release BlazeDS, but it could end up being a lot of work. And then if we do release it as