Re: JIRA issues with SDK that are simple to fix

2013-03-11 Thread Justin Mclean
Hi,

> How would a non-committer work on this?  Most of them specify the needed fix. 
> What's the process for getting those fixes in?
As Om said supply fixes as patch files is a great help so would confirming or 
testing out the fixes (manually or by running Mustella tests), feedback on 
supplied patches is also welcome as they may not always be correct.

Thanks,
Justin

Re: JIRA issues with SDK that are simple to fix

2013-03-11 Thread Harbs
Can you define "patch"? Do you mean just taking the full .as file and attaching 
it, or something else?

On Mar 11, 2013, at 8:53 AM, Om wrote:

> On Sun, Mar 10, 2013 at 11:47 PM, Harbs  wrote:
> 
>> How would a non-committer work on this?  Most of them specify the needed
>> fix. What's the process for getting those fixes in?
>> 
>> i.e. https://issues.apache.org/jira/browse/FLEX-29004
>> 
>> 
> Harbs,
> 
> Thanks for offering to help!
> 
> You could make lives easier for committers by generating patches and
> attaching them to JIRA.
> Also, generating patches would force you to set up your sdk folders, etc.
> in the right way.  As you start working on more complicated issues that
> touch a number of files, the  process becomes easier to manage for you.
> 
> And last but not least, if you keep contributing, you will be invited to
> become a committer at which point you wont have to worry about this issue
> :-)
> 
> Regads,
> Om
> 
> 
> 
>> On Mar 11, 2013, at 5:43 AM, Justin Mclean wrote:
>> 
>>> Hi,
>>> 
 I can take a look at them.  I didn't troll those "Easy to fix" in hopes
 that some other community members might take them on, but it's probably
 best to get them out the door.
>>> 
>>> Yep I was hoping some of the less active committer or people looking to
>> be committers would pick them up, but if we want to get a new release out
>> the door I think they should be fixed, most have been hanging about for a
>> while.
>>> 
>>> Thanks,
>>> Justin
>> 
>> 



Re: JIRA issues with SDK that are simple to fix

2013-03-11 Thread Justin Mclean
Hi,

> Can you define "patch"? Do you mean just taking the full .as file and 
> attaching it, or something else?
Patches are files that describe the differences line by line between two files. 
SVN can generate patches via "svn patch" on the command line but all SVN tools 
that I know of have a way of generating patches. For instance subclipse it's 
right click Team - > Generate Patch.

Patches can also be generated from a pull request in the ApacheFlex Github 
mirror and be applied to the current SVN mirror.

Thanks,
Justin

Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Frédéric THOMAS

I think:

1- I never looked at the badge installer, I never seen it and I even don't 
know what is its purpose, I suppose I should give it a look.
2- I'm currently reviewing [1], if you've got thoughts on this, thank you to 
tell me before I commit :)
3- I'm already thinking a way for the user to select the FP and AIR version 
from the GUI, the only thing that bother me is the way I should update the 
flex-config.xml and much more, find a way I wouldn't have to run the all 
steps to be able to debug it. Any good tricks will be welcome.
4- If I manage 3, I think at this point we can let the user choose the SDK 
version he wants to install.


I'm not sure I'll do 3 and 4 for this release but we never know, anyway, 
still good to think it about, except if you veto.


-Fred

[1] https://issues.apache.org/jira/browse/FLEX-33202

-Message d'origine- 
From: Om

Sent: Monday, March 11, 2013 7:57 AM
To: dev@flex.apache.org
Subject: Re: Apache Flex SDK Installer - 2.5 release?

On Sun, Mar 10, 2013 at 11:52 PM, Frédéric THOMAS
wrote:


Hi Om,

Hum..., actualy, I've committed it already, what I did is I added to
setXmlVariables a line :

APACHE_FLEX_BIN_DISTRO_VERSION = fileName.substr(Constants.SDK_**
BINARY_FILE_NAME_PREFIX.**length).split("-")[0];

which I then used in the updateWindow function:

this.nativeWindow.title = StringUtil.substitute(_**
viewResourceConstants.INFO_**WINDOW_TITLE, [APACHE_FLEX_BIN_DISTRO_**
VERSION]);

Indeed I had to modify INFO_WINDOW_TITLE to make it accept a parameter.

Still good for you ?


-Fred



I still think it would be best if we did the sdk version detection logic in
the common library.  If we start changing the way we name the SDK, we will
have only one place to modify.  Our future selves would thank us for this
:-)

As for displaying the sdk version, could we display it in the same format
as the badge [1] in addition to the window title?  That would make it look
more consistent.  What do you think?

[1] http://flex.apache.org/installer




 -Message d'origine- From: Om
Sent: Monday, March 11, 2013 7:37 AM

To: dev@flex.apache.org
Subject: Re: Apache Flex SDK Installer - 2.5 release?

Fred,

On Sun, Mar 10, 2013 at 9:34 AM, Frédéric THOMAS 
wrote:

 I wonder as well how I update [1] to point 2.5 in the config file which

btw is named sdk-installer-config-2.0.xml, should it be renamed
sdk-installer-config-2.5.xml ?
I'm not sure I got all the logic there, could you explain pls.



Unless we are making structural changes to the config xml, there is no 
need

for a sdk-installer-config-2.5.xml.  The existing version should just work
fine.  It was designed this way intentionally.




 I would like to add the SDK version number that is going to be downloaded

somewhere, probably in the title, actually, the user doesn't know which
SDK
is going to download, what do you think ?


 I wanted to add this functionality, but it would be great if you can get

this done.  The badge already does that in the parseSDKVersionNumber()
method in /utilities/installerBadge/src/**InstallApacheFlexBadge.mxml.  I
think the best option would be to move this logic to the common library 
and

use it from there.



 -Fred


[1] path="https://dist.apache.org/

repos/dist/dev/flex/installer/2.0/rc1/binaries/
>"
file="apache-flex-sdk-installer-2.0.3-bin" />


 The path can be an absolute path that should start with "http" or a
relative path in which case the mirror url with this relative path would 
be
used.  We typically use the absolute path to test Release Candidates of 
the

Flex SDK.  And the relative paths for actual release to be downloaded from
the mirror site.




Ok, forget my 2nd question, I haven't see that "You need to obtain the
installapacheflex_self.p12 file and its password from the previous 
release

manager for InstallApacheFlex".
So, who was the last release manager, You ?


 Yes, I was.  I will send you the certificate and the password files in

separate emails to you.


On Sun, Mar 10, 2013 at 4:47 PM, Frédéric THOMAS 
**wrote:

 Hi Om, I'm waiting for your answers, comments...


I just committed that:
- added INFO_TRACKING for French
- copied the English version of INFO_TRACKING for Spanish and Greek and
splitted them to make it fit between both the buttons.
- Added the SDK version number in the title of the native window.
- Updated the Installer Version Number to 2.5

It's late and I go to sleep now, btw, it's not "French and German 
language

locale fixes." but more "French and Dutch language locale fixes." as we
don't have German as locale in the Installer, I will update the release
note accordingly tomorrow.


 Sounds fantastic!  Thanks for taking this up.  Since, this is your first

release, you may need to set up your public keys, etc.  Please let me know
how I can help.

Th

[jira] [Commented] (FLEX-33202) Apache Flex Installer Suggested Enhancements

2013-03-11 Thread JIRA

[ 
https://issues.apache.org/jira/browse/FLEX-33202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598601#comment-13598601
 ] 

Frédéric THOMAS commented on FLEX-33202:


The title bar says "Install Apache Flex for use with Adobe Flash Builder". 
  I thought we were trying to be more generic.

I propose then: Install Apache Flex x.x.x for use with your IDE

> Apache Flex Installer Suggested Enhancements
> 
>
> Key: FLEX-33202
> URL: https://issues.apache.org/jira/browse/FLEX-33202
> Project: Apache Flex
>  Issue Type: Task
>  Components: InstallApacheFlex
>Affects Versions: InstalApacheFlex 1.0
>Reporter: Carol Frampton
>Priority: Minor
>
> The following items should be considered for the next release.
> The first time I tried install I seemed to get a bad mirror.  After
> waiting about 5 minutes for the download I had to close the installer and
> start again.  I tried to use the same install directory but couldn't since
> it wasn't empty because of the temp directory left in it.  So two
> suggestions.  The flex-sdk-download should have a timeout on it and retry
> another mirror.  The close button should cleanup.
> For most dmg files, when you click the dmg file and it opens the app, you
> see the application's icon in the folder which you click to install the
> app.  For this dmg, I just see a generic app icon, not the pretty Apache
> Flex icon.  I don't know why this is but it would be nice to figure it out.
> The title bar says "Install Apache Flex for use with Adobe Flash Builder".
>   I thought we were trying to be more generic.
> The Nederlands locale shows the two buttons for the licenses - one is Toon
> MPL License (Toon seems to be show since there is a Toon Log button) and
> the other is Show Adobe License.  This is inconsistent.
> The Greek locale seems to be using a character not in my font.  The Show
> Log button has a missing character in the middle that shows as a solid
> diamond with a '?' in the middle of it.
> I know this is picky but the reason I suggested changing Apache to Apache
> v2 is because that is what the other license screens had.  Now the first
> screen says Apache License, Version 2.0 and the other screens say Apache
> v2 license.  For consistency they should all use the same terminology.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (FLEX-33202) Apache Flex Installer Suggested Enhancements

2013-03-11 Thread JIRA

[ 
https://issues.apache.org/jira/browse/FLEX-33202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598604#comment-13598604
 ] 

Frédéric THOMAS commented on FLEX-33202:


I added a clean up at closeApplication, there was a TODO saying "only enable 
close button when finished or when an error occurs", not sure we have to do 
that because from what Carol says, it might occured some uncaught errors.

> Apache Flex Installer Suggested Enhancements
> 
>
> Key: FLEX-33202
> URL: https://issues.apache.org/jira/browse/FLEX-33202
> Project: Apache Flex
>  Issue Type: Task
>  Components: InstallApacheFlex
>Affects Versions: InstalApacheFlex 1.0
>Reporter: Carol Frampton
>Priority: Minor
>
> The following items should be considered for the next release.
> The first time I tried install I seemed to get a bad mirror.  After
> waiting about 5 minutes for the download I had to close the installer and
> start again.  I tried to use the same install directory but couldn't since
> it wasn't empty because of the temp directory left in it.  So two
> suggestions.  The flex-sdk-download should have a timeout on it and retry
> another mirror.  The close button should cleanup.
> For most dmg files, when you click the dmg file and it opens the app, you
> see the application's icon in the folder which you click to install the
> app.  For this dmg, I just see a generic app icon, not the pretty Apache
> Flex icon.  I don't know why this is but it would be nice to figure it out.
> The title bar says "Install Apache Flex for use with Adobe Flash Builder".
>   I thought we were trying to be more generic.
> The Nederlands locale shows the two buttons for the licenses - one is Toon
> MPL License (Toon seems to be show since there is a Toon Log button) and
> the other is Show Adobe License.  This is inconsistent.
> The Greek locale seems to be using a character not in my font.  The Show
> Log button has a missing character in the middle that shows as a solid
> diamond with a '?' in the middle of it.
> I know this is picky but the reason I suggested changing Apache to Apache
> v2 is because that is what the other license screens had.  Now the first
> screen says Apache License, Version 2.0 and the other screens say Apache
> v2 license.  For consistency they should all use the same terminology.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: JIRA issues with SDK that are simple to fix

2013-03-11 Thread Harbs
Thanks. That was helpful. My working copy of the repository is not up to date. 
I'll update later when I get to my office and give it a go.

I use Cornerstone for svn. I have no idea how to generate a patch with it, but 
I'll look into that. All my use of svn has been very basic… ;-)

Harbs

On Mar 11, 2013, at 9:08 AM, Justin Mclean wrote:

> Hi,
> 
>> Can you define "patch"? Do you mean just taking the full .as file and 
>> attaching it, or something else?
> Patches are files that describe the differences line by line between two 
> files. SVN can generate patches via "svn patch" on the command line but all 
> SVN tools that I know of have a way of generating patches. For instance 
> subclipse it's right click Team - > Generate Patch.
> 
> Patches can also be generated from a pull request in the ApacheFlex Github 
> mirror and be applied to the current SVN mirror.
> 
> Thanks,
> Justin



Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Justin Mclean
Hi,

> 3- I'm already thinking a way for the user to select the FP and AIR version 
> from the GUI, the only thing that bother me is the way I should update the 
> flex-config.xml and much more.

If you are good with shell scripts take at a look at in the ide directory 
there's scripts there that set the Flash and AIR version.

Basically for Flash Player you need to set the version and swf version in 
flex-config.xml and for AIR you need to set it in air-config.xml and 
airmobile-config.xml.

Flash Player  10.2  set swf version 11
Flash Player  10.3 set swf version 12
Flash Player  11.0 set swf version 13
Flash Player  11.1 set swf version 14
Flash Player  11.2 set swf version 15
Flash Player  11.3 set swf version 16
Flash Player  11.4 set swf version 17
Flash Player  11.5 set swf version 18
Flash Player  11.6 set swf version 19

Player global needs to be downloaded and renamed and placed in the correct place

For Flash Player 11.0+ the path is:
http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal.swc

Where version is 11_0, 11_1, 11_2 etc etc

For Flash Player 10.2 and 10.3 the path is
http://download.macromedia.com/get/flashplayer/installers/archive/playerglobal/playerglobal.swc

Where version is 10_2 or 10_3.

AIR 2.6 needs flash player 10.2
AIR 2.7 needs flash player 10.3
AIR 3.0 needs flash player 11.0
AIR 3.1 needs flash player 11.1
AIR 3.2 needs flash player 11.2
AIR 3.3 needs flash player 11.3
AIR 3.4 needs flash player 11.4
AIR 3.5 needs flash player 11.5
AIR 3.6 needs flash player 11.6

So may be best to select AIR first?

AIR download for OSX is:
http://airdownload.adobe.com/air/mac/download//AdobeAIRSDK.tbz2

For Windows is:
http://airdownload.adobe.com/air/win/download//AdobeAIRSDK.zip

And Linux (2.6 only):
http://airdownload.adobe.com/air/lin/download//AdobeAIRSDK.tbz2

>  find a way I wouldn't have to run the all steps to be able to debug it. Any 
> good tricks will be welcome.
That's a little tricky perhaps add a way to start off at a step or a skip 
downloads flag in the code? You can put local file path URLs in the config file 
so that it just copies the files rather than downloading them.

Hope that helps!

Justin



Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Om
On Mar 11, 2013 12:36 AM, "Justin Mclean"  wrote:
>
> Hi,
>
> > 3- I'm already thinking a way for the user to select the FP and AIR
version from the GUI, the only thing that bother me is the way I should
update the flex-config.xml and much more.
>
> If you are good with shell scripts take at a look at in the ide directory
there's scripts there that set the Flash and AIR version.
>
> Basically for Flash Player you need to set the version and swf version in
flex-config.xml and for AIR you need to set it in air-config.xml and
airmobile-config.xml.
>
> Flash Player  10.2  set swf version 11
> Flash Player  10.3 set swf version 12
> Flash Player  11.0 set swf version 13
> Flash Player  11.1 set swf version 14
> Flash Player  11.2 set swf version 15
> Flash Player  11.3 set swf version 16
> Flash Player  11.4 set swf version 17
> Flash Player  11.5 set swf version 18
> Flash Player  11.6 set swf version 19
>
> Player global needs to be downloaded and renamed and placed in the
correct place
>
> For Flash Player 11.0+ the path is:
> http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal.swc
>
> Where version is 11_0, 11_1, 11_2 etc etc
>
> For Flash Player 10.2 and 10.3 the path is
>
http://download.macromedia.com/get/flashplayer/installers/archive/playerglobal/playerglobal.swc
>
> Where version is 10_2 or 10_3.
>
> AIR 2.6 needs flash player 10.2
> AIR 2.7 needs flash player 10.3
> AIR 3.0 needs flash player 11.0
> AIR 3.1 needs flash player 11.1
> AIR 3.2 needs flash player 11.2
> AIR 3.3 needs flash player 11.3
> AIR 3.4 needs flash player 11.4
> AIR 3.5 needs flash player 11.5
> AIR 3.6 needs flash player 11.6
>
> So may be best to select AIR first?
>
> AIR download for OSX is:
> http://airdownload.adobe.com/air/mac/download//AdobeAIRSDK.tbz2
>
> For Windows is:
> http://airdownload.adobe.com/air/win/download//AdobeAIRSDK.zip
>
> And Linux (2.6 only):
> http://airdownload.adobe.com/air/lin/download//AdobeAIRSDK.tbz2
>
> >  find a way I wouldn't have to run the all steps to be able to debug
it. Any good tricks will be welcome.
> That's a little tricky perhaps add a way to start off at a step or a skip
downloads flag in the code? You can put local file path URLs in the config
file so that it just copies the files rather than downloading them.
>
> Hope that helps!
>
> Justin
>

FYI, AIR 3.2 onwards, the corresponding FlashPlayer swc gets shipped with
the AIR SDK.

Thanks,
Om


Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Frédéric THOMAS

Justin,

Actually, I already had to deal with those scripts but thank you to remind 
me, especialy for linux, I always forgot :)


The burden is I will have to manipulate the flex-config.xml manualy.
Note: I would have prefered to run a script against but I should manage to 
run a specific shell depending of the OS, I started to do that in the 
developer Tool Suite but we haven't got the same structure in the Installer 
so I'll have to rewrite everything, what I dont want.


That's a little tricky perhaps add a way to start off at a step or a skip 
downloads flag in the code? You can put local file path URLs in the config 
file so that it just copies the files rather than downloading them.
If I put all the nescessary files in the app user directory (where all the 
files are normaly downloaded), I guess I can skip the steps via debug config 
:) btw, do you remember where is the user directory, the same place in 
release than in debug in AIR ?



Hope that helps!

Yes, that helps :)

Thanks,
-Fred

-Message d'origine- 
From: Justin Mclean

Sent: Monday, March 11, 2013 8:35 AM
To: dev@flex.apache.org
Subject: Re: Apache Flex SDK Installer - 2.5 release?

Hi,

3- I'm already thinking a way for the user to select the FP and AIR 
version from the GUI, the only thing that bother me is the way I should 
update the flex-config.xml and much more.


If you are good with shell scripts take at a look at in the ide directory 
there's scripts there that set the Flash and AIR version.


Basically for Flash Player you need to set the version and swf version in 
flex-config.xml and for AIR you need to set it in air-config.xml and 
airmobile-config.xml.


Flash Player  10.2  set swf version 11
Flash Player  10.3 set swf version 12
Flash Player  11.0 set swf version 13
Flash Player  11.1 set swf version 14
Flash Player  11.2 set swf version 15
Flash Player  11.3 set swf version 16
Flash Player  11.4 set swf version 17
Flash Player  11.5 set swf version 18
Flash Player  11.6 set swf version 19

Player global needs to be downloaded and renamed and placed in the correct 
place


For Flash Player 11.0+ the path is:
http://download.macromedia.com/get/flashplayer/updaters/11/playerglobalversion>.swc


Where version is 11_0, 11_1, 11_2 etc etc

For Flash Player 10.2 and 10.3 the path is
http://download.macromedia.com/get/flashplayer/installers/archive/playerglobal/playerglobalversion>.swc


Where version is 10_2 or 10_3.

AIR 2.6 needs flash player 10.2
AIR 2.7 needs flash player 10.3
AIR 3.0 needs flash player 11.0
AIR 3.1 needs flash player 11.1
AIR 3.2 needs flash player 11.2
AIR 3.3 needs flash player 11.3
AIR 3.4 needs flash player 11.4
AIR 3.5 needs flash player 11.5
AIR 3.6 needs flash player 11.6

So may be best to select AIR first?

AIR download for OSX is:
http://airdownload.adobe.com/air/mac/download//AdobeAIRSDK.tbz2

For Windows is:
http://airdownload.adobe.com/air/win/download//AdobeAIRSDK.zip

And Linux (2.6 only):
http://airdownload.adobe.com/air/lin/download//AdobeAIRSDK.tbz2

 find a way I wouldn't have to run the all steps to be able to debug it. 
Any good tricks will be welcome.
That's a little tricky perhaps add a way to start off at a step or a skip 
downloads flag in the code? You can put local file path URLs in the config 
file so that it just copies the files rather than downloading them.


Hope that helps!

Justin



Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Justin Mclean
Hi,

> The burden is I will have to manipulate the flex-config.xml manualy.

For Flash Payer version this works:
s/[0-9][0-9]\.[0-9]<\/target-player>/NEW 
VERSION<\/target-player>/

For swf version:
s/[0-9][0-9]<\/swf-version>/NEW 
VERSION<\/swf-version>/

Should be easy enough to convert to a Flex regexp

>  do you remember where is the user directory, the same place in release than 
> in debug in AIR ?
Not entirely sure what you're asking there.

Justin

Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Frédéric THOMAS

FYI, AIR 3.2 onwards, the corresponding FlashPlayer swc gets shipped with

the AIR SDK.

Ouch !

Can you reformulate or explain pls, sorry for my bad english :P
What does it mean ? Why should I care about FP for AIR 3.2 (sorry, or I'm 
missing something, I sleep less than 3 hours or I forgot something, thank 
you to explain)



-Fred

-Message d'origine- 
From: Om

Sent: Monday, March 11, 2013 8:54 AM
To: dev@flex.apache.org
Subject: Re: Apache Flex SDK Installer - 2.5 release?

On Mar 11, 2013 12:36 AM, "Justin Mclean"  wrote:


Hi,

> 3- I'm already thinking a way for the user to select the FP and AIR

version from the GUI, the only thing that bother me is the way I should
update the flex-config.xml and much more.


If you are good with shell scripts take at a look at in the ide directory

there's scripts there that set the Flash and AIR version.


Basically for Flash Player you need to set the version and swf version in

flex-config.xml and for AIR you need to set it in air-config.xml and
airmobile-config.xml.


Flash Player  10.2  set swf version 11
Flash Player  10.3 set swf version 12
Flash Player  11.0 set swf version 13
Flash Player  11.1 set swf version 14
Flash Player  11.2 set swf version 15
Flash Player  11.3 set swf version 16
Flash Player  11.4 set swf version 17
Flash Player  11.5 set swf version 18
Flash Player  11.6 set swf version 19

Player global needs to be downloaded and renamed and placed in the

correct place


For Flash Player 11.0+ the path is:
http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal
version>.swc


Where version is 11_0, 11_1, 11_2 etc etc

For Flash Player 10.2 and 10.3 the path is


http://download.macromedia.com/get/flashplayer/installers/archive/playerglobal/playerglobal.swc


Where version is 10_2 or 10_3.

AIR 2.6 needs flash player 10.2
AIR 2.7 needs flash player 10.3
AIR 3.0 needs flash player 11.0
AIR 3.1 needs flash player 11.1
AIR 3.2 needs flash player 11.2
AIR 3.3 needs flash player 11.3
AIR 3.4 needs flash player 11.4
AIR 3.5 needs flash player 11.5
AIR 3.6 needs flash player 11.6

So may be best to select AIR first?

AIR download for OSX is:
http://airdownload.adobe.com/air/mac/download/
version>/AdobeAIRSDK.tbz2


For Windows is:
http://airdownload.adobe.com/air/win/download/
version>/AdobeAIRSDK.zip


And Linux (2.6 only):
http://airdownload.adobe.com/air/lin/download/
version>/AdobeAIRSDK.tbz2


>  find a way I wouldn't have to run the all steps to be able to debug

it. Any good tricks will be welcome.

That's a little tricky perhaps add a way to start off at a step or a skip

downloads flag in the code? You can put local file path URLs in the config
file so that it just copies the files rather than downloading them.


Hope that helps!

Justin



FYI, AIR 3.2 onwards, the corresponding FlashPlayer swc gets shipped with
the AIR SDK.

Thanks,
Om 



Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Frédéric THOMAS

Hey, thanks for the regexp :)


Not entirely sure what you're asking there.

Don't worry, I'm going to find.

-Fred

-Message d'origine- 
From: Justin Mclean

Sent: Monday, March 11, 2013 9:09 AM
To: dev@flex.apache.org
Subject: Re: Apache Flex SDK Installer - 2.5 release?

Hi,


The burden is I will have to manipulate the flex-config.xml manualy.


For Flash Payer version this works:
s/[0-9][0-9]\.[0-9]<\/target-player>/NEW 
VERSION<\/target-player>/


For swf version:
s/[0-9][0-9]<\/swf-version>/NEW 
VERSION<\/swf-version>/


Should be easy enough to convert to a Flex regexp

 do you remember where is the user directory, the same place in release 
than in debug in AIR ?

Not entirely sure what you're asking there.

Justin 



Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Justin Mclean
Hi,

>> FYI, AIR 3.2 onwards, the corresponding FlashPlayer swc gets shipped with 
>> the AIR SDK.

> Can you reformulate or explain pls, sorry for my bad english :P
For AIR 3.2 onwards you could copy the Flash Player playerglobal.swc out of the 
AIR SDK rather than downloading it.

The playergobal in the AIR SDK may be a little out of date (ie missing security 
fixes and the like) so it may be better to download it separately. 

Just noticed that 11.6 playerglobal.swc has been updated btw.

Thanks,
Justin

[jira] [Commented] (FLEX-33245) Apache Flex Mavenizer needs a review of the licenses used

2013-03-11 Thread Christofer Dutz (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-33245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598633#comment-13598633
 ] 

Christofer Dutz commented on FLEX-33245:


So if the two licenses used are ok, I'll close this issue in order to resolve 
the parent issue. I think it would have been enough time for objections.

> Apache Flex Mavenizer needs a review of the licenses used
> -
>
> Key: FLEX-33245
> URL: https://issues.apache.org/jira/browse/FLEX-33245
> Project: Apache Flex
>  Issue Type: Sub-task
>Reporter: Erik de Bruin
>  Labels: flex, mavenizer
>
> Ok ... after some feedback from Erik I saw that I am using 2 Libs (rest is 
> plain old JSE):
> - jettison (Under Apache 2.0 license)
> - jersey (CDDL 1.1 and GPL 2 with CPE)
> I am using both in order to query the Rest interface of mavencentral for 
> searching of allready available versions of libs in the compilers libs.
> I could possibly us an Apache compatable Rest client (Googling showed me that 
> there's an Apache project: http://en.wikipedia.org/wiki/Apache_Wink)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (FLEX-33245) Apache Flex Mavenizer needs a review of the licenses used

2013-03-11 Thread Christofer Dutz (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christofer Dutz resolved FLEX-33245.


Resolution: Fixed
  Assignee: Christofer Dutz

> Apache Flex Mavenizer needs a review of the licenses used
> -
>
> Key: FLEX-33245
> URL: https://issues.apache.org/jira/browse/FLEX-33245
> Project: Apache Flex
>  Issue Type: Sub-task
>Reporter: Erik de Bruin
>Assignee: Christofer Dutz
>  Labels: flex, mavenizer
>
> Ok ... after some feedback from Erik I saw that I am using 2 Libs (rest is 
> plain old JSE):
> - jettison (Under Apache 2.0 license)
> - jersey (CDDL 1.1 and GPL 2 with CPE)
> I am using both in order to query the Rest interface of mavencentral for 
> searching of allready available versions of libs in the compilers libs.
> I could possibly us an Apache compatable Rest client (Googling showed me that 
> there's an Apache project: http://en.wikipedia.org/wiki/Apache_Wink)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (FLEX-33244) Create a tool for generating a mavenized form of a previously downloaded Flex SDK (Apache or Adobe)

2013-03-11 Thread Christofer Dutz (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christofer Dutz resolved FLEX-33244.


Resolution: Fixed
  Assignee: Christofer Dutz

Implementation done.

> Create a tool for generating a mavenized form of a previously downloaded Flex 
> SDK (Apache or Adobe)
> ---
>
> Key: FLEX-33244
> URL: https://issues.apache.org/jira/browse/FLEX-33244
> Project: Apache Flex
>  Issue Type: New Feature
>Affects Versions: Adobe Flex SDK 2.0.1 (Release), Adobe Flex SDK 3.0 
> (Release), Adobe Flex SDK 3.1 (Release), Adobe Flex SDK 3.2 (Release), Adobe 
> Flex SDK 3.3 (Release), Adobe Flex SDK 3.4 (Release), Adobe Flex SDK 3.5 
> (Release), Adobe Flex SDK 3.6 (Release), Adobe Flex SDK 4.0 (Release), Adobe 
> Flex SDK 4.1 (Release), Adobe Flex SDK 4.5 (Release), Adobe Flex SDK 4.5.1 
> (Release), Adobe Flex SDK 4.6 (Release), Apache Flex 4.8 (parity release), 
> Apache Flex 4.9.0
>Reporter: Christofer Dutz
>Assignee: Christofer Dutz
> Attachments: mavenizer.zip
>
>
> In order to be able to use Flex with a maven build, it is crucial to be able 
> to have access to a mavenized form of FDK. To about 1 Year ago Velo from the 
> Flexmojos Team used to provide the community with such mavenized FDKs but has 
> retired his work for Flex. Oficially hosting the FDK artifacs in a public 
> maven repository has too many legal implications. A generator allows to 
> circumvent any legal problems.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Assigned] (FLEX-33394) Mavenizer with AIR SDK 3.6 Could not create directory error

2013-03-11 Thread Christofer Dutz (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christofer Dutz reassigned FLEX-33394:
--

Assignee: Christofer Dutz

> Mavenizer with AIR SDK 3.6 Could not create directory error
> ---
>
> Key: FLEX-33394
> URL: https://issues.apache.org/jira/browse/FLEX-33394
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Maven Flex Plugin
>Affects Versions: Apache Flex 4.9.0
>Reporter: Ghazi Triki
>Assignee: Christofer Dutz
>Priority: Minor
>  Labels: 3.6, air, mavenizer
>
> When generating maven artifacts with the mavenizer using Apache Flex 4.9 and 
> AIR 3.6 we get this error
> Exception in thread "main" java.lang.RuntimeException: Could not create 
> director
> y: 
> D:\workspace\apache-fdk-maven-repository\com\adobe\flex\framework\themes\aeon
> graphical\4.9.0.1425567
> at 
> flex.FlexFrameworkGenerator.generateThemeSwc(FlexFrameworkGenerator.j
> ava:675)
> at 
> flex.FlexFrameworkGenerator.generateThemeArtifacts(FlexFrameworkGener
> ator.java:614)
> at 
> flex.FlexFrameworkGenerator.process(FlexFrameworkGenerator.java:222)
> at SDKGenerator.generateFlex(SDKGenerator.java:126)
> at SDKGenerator.generateAllFlex(SDKGenerator.java:113)
> at SDKGenerator.main(SDKGenerator.java:154)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (FLEX-33394) Mavenizer with AIR SDK 3.6 Could not create directory error

2013-03-11 Thread Christofer Dutz (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-33394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598635#comment-13598635
 ] 

Christofer Dutz commented on FLEX-33394:


I'll have a look into this.

> Mavenizer with AIR SDK 3.6 Could not create directory error
> ---
>
> Key: FLEX-33394
> URL: https://issues.apache.org/jira/browse/FLEX-33394
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Maven Flex Plugin
>Affects Versions: Apache Flex 4.9.0
>Reporter: Ghazi Triki
>Assignee: Christofer Dutz
>Priority: Minor
>  Labels: 3.6, air, mavenizer
>
> When generating maven artifacts with the mavenizer using Apache Flex 4.9 and 
> AIR 3.6 we get this error
> Exception in thread "main" java.lang.RuntimeException: Could not create 
> director
> y: 
> D:\workspace\apache-fdk-maven-repository\com\adobe\flex\framework\themes\aeon
> graphical\4.9.0.1425567
> at 
> flex.FlexFrameworkGenerator.generateThemeSwc(FlexFrameworkGenerator.j
> ava:675)
> at 
> flex.FlexFrameworkGenerator.generateThemeArtifacts(FlexFrameworkGener
> ator.java:614)
> at 
> flex.FlexFrameworkGenerator.process(FlexFrameworkGenerator.java:222)
> at SDKGenerator.generateFlex(SDKGenerator.java:126)
> at SDKGenerator.generateAllFlex(SDKGenerator.java:113)
> at SDKGenerator.main(SDKGenerator.java:154)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (FLEX-33294) Apache Flex Mavenized SDK Generator rb.swc

2013-03-11 Thread Christofer Dutz (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christofer Dutz resolved FLEX-33294.


Resolution: Fixed

The code has been changed to output a "dummy" zip-entry, which should resolve 
the issue.

> Apache Flex Mavenized SDK Generator rb.swc
> --
>
> Key: FLEX-33294
> URL: https://issues.apache.org/jira/browse/FLEX-33294
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Installation & Packaging
>Affects Versions: InstalApacheFlex 1.0
> Environment: Windows
>Reporter: Jose Barragan
>
> Testing the SDKGenerator in windows, with flex and air sdk just downloaded 
> from Adobe, I got this error:
> Microsoft Windows XP [Versión 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
> C:\Documents and Settings\Administrador>java -cp 
> c:\flex-sdk-converter-1.0.jar SDKGenerator "c:\Archivos de 
> programa\Adobe\sdk" "c:\Archivos de programa\Adobe\fdk"
> -
> -- Generating Air SDK version: 3.5
> -
> -
> -
> -- Generating Air SDK version: 3.1
> -
> -
> -
> -- Generating Flex SDK version: 4.6.0.23201
> -
> Trying to create weird rd.swc zip: c:\Archivos de 
> programa\Adobe\fdk\com\adobe\flex\framework\air\airspark\4.6.0.23201\airspark-4.6.0.23201.rb.swc
> Exception in thread "main" java.util.zip.ZipException: ZIP file must have at 
> least one entry
> at java.util.zip.ZipOutputStream.finish(Unknown Source)
> at java.util.zip.DeflaterOutputStream.close(Unknown Source)
> at java.util.zip.ZipOutputStream.close(Unknown Source)
> at 
> flex.FlexFrameworkGenerator.writeDummyResourceBundleSwc(FlexFrameworkGenerator.java:580)
> at 
> flex.FlexFrameworkGenerator.process(FlexFrameworkGenerator.java:178)
> at SDKGenerator.generateFlex(SDKGenerator.java:120)
> at SDKGenerator.generateAllFlex(SDKGenerator.java:108)
> at SDKGenerator.main(SDKGenerator.java:148)
> C:\Documents and Settings\Administrador>
> I did include an extra log line on:
> protected void writeDummyResourceBundleSwc(final File targetFile) throws 
> Exception {
>   final ZipOutputStream out = new ZipOutputStream(new 
> FileOutputStream(targetFile));
>System.out.append("Trying to create weird rd.swc zip: " + 
> targetFile.getAbsolutePath() + "\n");
>   out.close();
> }
> But in this case, I don't have idea of whats wrong, for now ;)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (FLEX-27706) Using Flexmojos 4 and SDK4.5 on a charting project causes runtime exceptions

2013-03-11 Thread Christofer Dutz (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-27706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598637#comment-13598637
 ] 

Christofer Dutz commented on FLEX-27706:


This was usually an issue with flexmojos, if this didn't contain the library to 
verify the licenses. It is not a FLEX releate issue and I would suggest to 
close it. 

> Using Flexmojos 4 and SDK4.5 on a charting project causes runtime exceptions
> 
>
> Key: FLEX-27706
> URL: https://issues.apache.org/jira/browse/FLEX-27706
> Project: Apache Flex
>  Issue Type: Bug
>  Components: .Unspecified - Compiler
>Affects Versions: Adobe Flex SDK 4.5 (Release)
> Environment: Affected OS(s): Windows
> Affected OS(s): Windows 7
> Language Found: English
>Reporter: Adobe JIRA
>
> Steps to reproduce:
> 1. Create a pom using flexmojos 4.0-beta-7
> 2. Create a project with charting components
> 3. run mvn compile
>  
>  Actual Results:
> Exception is thrown because LicenseException is not on the classpath with the 
> OEM compiler.
> Caused by: org.apache.maven.plugin.MojoExecutionException: 
> java.lang.NoClassDefFoundError: flex2/compiler/LicenseException
>   at 
> org.sonatype.flexmojos.plugin.AbstractMavenMojo.checkResult(AbstractMavenMojo.java:288)
>   at 
> org.sonatype.flexmojos.plugin.compiler.AbstractFlexCompilerMojo.executeCompiler(AbstractFlexCompilerMojo.java:1649)
>   at 
> org.sonatype.flexmojos.plugin.compiler.CompcMojo.execute_aroundBody0(CompcMojo.java:223)
>   at 
> org.sonatype.flexmojos.plugin.compiler.CompcMojo.execute_aroundBody1$advice(CompcMojo.java:36)
>   at 
> org.sonatype.flexmojos.plugin.compiler.CompcMojo.execute_aroundBody2(CompcMojo.java:217)
>   at 
> org.sonatype.flexmojos.plugin.compiler.CompcMojo.execute_aroundBody3$advice(CompcMojo.java:14)
>   at 
> org.sonatype.flexmojos.plugin.compiler.CompcMojo.execute_aroundBody4(CompcMojo.java:1)
>   at 
> org.sonatype.flexmojos.plugin.compiler.CompcMojo.execute_aroundBody5$advice(CompcMojo.java:17)
>   at 
> org.sonatype.flexmojos.plugin.compiler.CompcMojo.execute(CompcMojo.java:1)
>   at 
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
>   at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
>   ... 25 more
> Caused by: java.lang.Exception: java.lang.NoClassDefFoundError: 
> flex2/compiler/LicenseException
>   at 
> org.sonatype.flexmojos.compiler.command.CommandUtil$2.uncaughtException(CommandUtil.java:61)
>   at java.lang.Thread.dispatchUncaughtException(Thread.java:1874)
> Caused by: java.lang.NoClassDefFoundError: flex2/compiler/LicenseException
>   at 
> org.sonatype.flexmojos.compiler.DefaultFlexCompiler$1.command(DefaultFlexCompiler.java:39)
>   at 
> org.sonatype.flexmojos.compiler.command.CommandUtil$1.run(CommandUtil.java:33)
>   at java.lang.Thread.run(Thread.java:662)
> Caused by: java.lang.ClassNotFoundException: flex2.compiler.LicenseException
>   at 
> org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
>   at 
> org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244)
>   at 
> org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230)
>   ... 3 more
>  
>  
>  Expected Results:
>  
> Compile to succeed

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


AW: Maven JIRA issues

2013-03-11 Thread christofer.d...@c-ware.de
Well I just checked them and closed some of them. But most of the "Maven" 
issues simply used the Word "Maven" when discribing an issue. But at least I 
could close some of them :-)

Chris




Von: Justin Mclean [jus...@classsoftware.com]
Gesendet: Montag, 11. März 2013 01:18
An: dev@flex.apache.org
Betreff: Maven JIRA issues

Hi,

There's about a dozen or so outstanding Maven issues. Can someone more familiar 
with Maven (I don't use it) take a look and see if any of the JIRA issues can 
be resolved and/or clarify what the progress is.

https://issues.apache.org/jira/issues/?jql=project%20%3D%20FLEX%20AND%20text%20~%20maven%20and%20status%20!%3D%20%22closed%22%20and%20status%20!%3D%20%22resolved%22

Thanks,
Justin

[jira] [Commented] (FLEX-33202) Apache Flex Installer Suggested Enhancements

2013-03-11 Thread JIRA

[ 
https://issues.apache.org/jira/browse/FLEX-33202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598640#comment-13598640
 ] 

Frédéric THOMAS commented on FLEX-33202:


- log window: the window is resizable and has the logo in the background.
This is visible when you resize the window. Not sure if the logo should be
there; a grey background is probably good to fill the bottom bar. The log
entries are now in a List; perhaps this should just be a text area so you
can directly select (parts of) the text.

A "copy log" button was already here to copy all lines to the clipboard.
I added the possibility to choose the lines you want to copy to the clipboard.

> Apache Flex Installer Suggested Enhancements
> 
>
> Key: FLEX-33202
> URL: https://issues.apache.org/jira/browse/FLEX-33202
> Project: Apache Flex
>  Issue Type: Task
>  Components: InstallApacheFlex
>Affects Versions: InstalApacheFlex 1.0
>Reporter: Carol Frampton
>Priority: Minor
>
> The following items should be considered for the next release.
> The first time I tried install I seemed to get a bad mirror.  After
> waiting about 5 minutes for the download I had to close the installer and
> start again.  I tried to use the same install directory but couldn't since
> it wasn't empty because of the temp directory left in it.  So two
> suggestions.  The flex-sdk-download should have a timeout on it and retry
> another mirror.  The close button should cleanup.
> For most dmg files, when you click the dmg file and it opens the app, you
> see the application's icon in the folder which you click to install the
> app.  For this dmg, I just see a generic app icon, not the pretty Apache
> Flex icon.  I don't know why this is but it would be nice to figure it out.
> The title bar says "Install Apache Flex for use with Adobe Flash Builder".
>   I thought we were trying to be more generic.
> The Nederlands locale shows the two buttons for the licenses - one is Toon
> MPL License (Toon seems to be show since there is a Toon Log button) and
> the other is Show Adobe License.  This is inconsistent.
> The Greek locale seems to be using a character not in my font.  The Show
> Log button has a missing character in the middle that shows as a solid
> diamond with a '?' in the middle of it.
> I know this is picky but the reason I suggested changing Apache to Apache
> v2 is because that is what the other license screens had.  Now the first
> screen says Apache License, Version 2.0 and the other screens say Apache
> v2 license.  For consistency they should all use the same terminology.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Om
On Mar 11, 2013 1:14 AM, "Justin Mclean"  wrote:
>
> Hi,
>
> >> FYI, AIR 3.2 onwards, the corresponding FlashPlayer swc gets shipped
with the AIR SDK.
>
> > Can you reformulate or explain pls, sorry for my bad english :P
> For AIR 3.2 onwards you could copy the Flash Player playerglobal.swc out
of the AIR SDK rather than downloading it.

>
> The playergobal in the AIR SDK may be a little out of date (ie missing
security fixes and the like) so it may be better to download it separately.
>
> Just noticed that 11.6 playerglobal.swc has been updated btw.
>
> Thanks,
> Justin


Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Om
On Mar 11, 2013 1:35 AM, bigosma...@gmail.com wrote:
>
>
> On Mar 11, 2013 1:14 AM, "Justin Mclean"  wrote:
> >
> > Hi,
> >
> > >> FYI, AIR 3.2 onwards, the corresponding FlashPlayer swc gets shipped
with the AIR SDK.
> >
> > > Can you reformulate or explain pls, sorry for my bad english :P
> > For AIR 3.2 onwards you could copy the Flash Player playerglobal.swc
out of the AIR SDK rather than downloading it.

No need to even copy.  The swc is placed in the correct path.

>
> >
> > The playergobal in the AIR SDK may be a little out of date (ie missing
security fixes and the like) so it may be better to download it separately.
> >
> > Just noticed that 11.6 playerglobal.swc has been updated btw.

I think the AIR sdk gets updated with the swc file as well.

> >
> > Thanks,
> > Justin


Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Frédéric THOMAS

Ok, I got it now but I think I'll download it separately.

Cheers,
-Fred

-Message d'origine- 
From: Justin Mclean

Sent: Monday, March 11, 2013 9:14 AM
To: dev@flex.apache.org
Subject: Re: Apache Flex SDK Installer - 2.5 release?

Hi,

FYI, AIR 3.2 onwards, the corresponding FlashPlayer swc gets shipped with 
the AIR SDK.



Can you reformulate or explain pls, sorry for my bad english :P
For AIR 3.2 onwards you could copy the Flash Player playerglobal.swc out of 
the AIR SDK rather than downloading it.


The playergobal in the AIR SDK may be a little out of date (ie missing 
security fixes and the like) so it may be better to download it separately.


Just noticed that 11.6 playerglobal.swc has been updated btw.

Thanks,
Justin 



Re: AW: Maven JIRA issues

2013-03-11 Thread Frédéric THOMAS

Thanks Chris.

-Message d'origine- 
From: christofer.d...@c-ware.de

Sent: Monday, March 11, 2013 9:32 AM
To: dev@flex.apache.org
Subject: AW: Maven JIRA issues

Well I just checked them and closed some of them. But most of the "Maven" 
issues simply used the Word "Maven" when discribing an issue. But at least I 
could close some of them :-)


Chris




Von: Justin Mclean [jus...@classsoftware.com]
Gesendet: Montag, 11. März 2013 01:18
An: dev@flex.apache.org
Betreff: Maven JIRA issues

Hi,

There's about a dozen or so outstanding Maven issues. Can someone more 
familiar with Maven (I don't use it) take a look and see if any of the JIRA 
issues can be resolved and/or clarify what the progress is.


https://issues.apache.org/jira/issues/?jql=project%20%3D%20FLEX%20AND%20text%20~%20maven%20and%20status%20!%3D%20%22closed%22%20and%20status%20!%3D%20%22resolved%22

Thanks,
Justin 



[jira] [Comment Edited] (FLEX-33202) Apache Flex Installer Suggested Enhancements

2013-03-11 Thread JIRA

[ 
https://issues.apache.org/jira/browse/FLEX-33202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598601#comment-13598601
 ] 

Frédéric THOMAS edited comment on FLEX-33202 at 3/11/13 8:49 AM:
-

The title bar says "Install Apache Flex for use with Adobe Flash Builder". 
  I thought we were trying to be more generic.

I propose then: Install Apache Flex x.x.x for use with your IDE

Just did it for French and English

  was (Author: doublefx):
The title bar says "Install Apache Flex for use with Adobe Flash Builder". 
  I thought we were trying to be more generic.

I propose then: Install Apache Flex x.x.x for use with your IDE
  
> Apache Flex Installer Suggested Enhancements
> 
>
> Key: FLEX-33202
> URL: https://issues.apache.org/jira/browse/FLEX-33202
> Project: Apache Flex
>  Issue Type: Task
>  Components: InstallApacheFlex
>Affects Versions: InstalApacheFlex 1.0
>Reporter: Carol Frampton
>Priority: Minor
>
> The following items should be considered for the next release.
> The first time I tried install I seemed to get a bad mirror.  After
> waiting about 5 minutes for the download I had to close the installer and
> start again.  I tried to use the same install directory but couldn't since
> it wasn't empty because of the temp directory left in it.  So two
> suggestions.  The flex-sdk-download should have a timeout on it and retry
> another mirror.  The close button should cleanup.
> For most dmg files, when you click the dmg file and it opens the app, you
> see the application's icon in the folder which you click to install the
> app.  For this dmg, I just see a generic app icon, not the pretty Apache
> Flex icon.  I don't know why this is but it would be nice to figure it out.
> The title bar says "Install Apache Flex for use with Adobe Flash Builder".
>   I thought we were trying to be more generic.
> The Nederlands locale shows the two buttons for the licenses - one is Toon
> MPL License (Toon seems to be show since there is a Toon Log button) and
> the other is Show Adobe License.  This is inconsistent.
> The Greek locale seems to be using a character not in my font.  The Show
> Log button has a missing character in the middle that shows as a solid
> diamond with a '?' in the middle of it.
> I know this is picky but the reason I suggested changing Apache to Apache
> v2 is because that is what the other license screens had.  Now the first
> screen says Apache License, Version 2.0 and the other screens say Apache
> v2 license.  For consistency they should all use the same terminology.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (FLEX-33202) Apache Flex Installer Suggested Enhancements

2013-03-11 Thread JIRA

[ 
https://issues.apache.org/jira/browse/FLEX-33202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598650#comment-13598650
 ] 

Frédéric THOMAS commented on FLEX-33202:


I think it can be closed, thank you for reviewing

> Apache Flex Installer Suggested Enhancements
> 
>
> Key: FLEX-33202
> URL: https://issues.apache.org/jira/browse/FLEX-33202
> Project: Apache Flex
>  Issue Type: Task
>  Components: InstallApacheFlex
>Affects Versions: InstalApacheFlex 1.0
>Reporter: Carol Frampton
>Priority: Minor
>
> The following items should be considered for the next release.
> The first time I tried install I seemed to get a bad mirror.  After
> waiting about 5 minutes for the download I had to close the installer and
> start again.  I tried to use the same install directory but couldn't since
> it wasn't empty because of the temp directory left in it.  So two
> suggestions.  The flex-sdk-download should have a timeout on it and retry
> another mirror.  The close button should cleanup.
> For most dmg files, when you click the dmg file and it opens the app, you
> see the application's icon in the folder which you click to install the
> app.  For this dmg, I just see a generic app icon, not the pretty Apache
> Flex icon.  I don't know why this is but it would be nice to figure it out.
> The title bar says "Install Apache Flex for use with Adobe Flash Builder".
>   I thought we were trying to be more generic.
> The Nederlands locale shows the two buttons for the licenses - one is Toon
> MPL License (Toon seems to be show since there is a Toon Log button) and
> the other is Show Adobe License.  This is inconsistent.
> The Greek locale seems to be using a character not in my font.  The Show
> Log button has a missing character in the middle that shows as a solid
> diamond with a '?' in the middle of it.
> I know this is picky but the reason I suggested changing Apache to Apache
> v2 is because that is what the other license screens had.  Now the first
> screen says Apache License, Version 2.0 and the other screens say Apache
> v2 license.  For consistency they should all use the same terminology.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Comment Edited] (FLEX-33202) Apache Flex Installer Suggested Enhancements

2013-03-11 Thread JIRA

[ 
https://issues.apache.org/jira/browse/FLEX-33202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598650#comment-13598650
 ] 

Frédéric THOMAS edited comment on FLEX-33202 at 3/11/13 8:50 AM:
-

I think it can be set as resolved, thank you for reviewing

  was (Author: doublefx):
I think it can be closed, thank you for reviewing
  
> Apache Flex Installer Suggested Enhancements
> 
>
> Key: FLEX-33202
> URL: https://issues.apache.org/jira/browse/FLEX-33202
> Project: Apache Flex
>  Issue Type: Task
>  Components: InstallApacheFlex
>Affects Versions: InstalApacheFlex 1.0
>Reporter: Carol Frampton
>Priority: Minor
>
> The following items should be considered for the next release.
> The first time I tried install I seemed to get a bad mirror.  After
> waiting about 5 minutes for the download I had to close the installer and
> start again.  I tried to use the same install directory but couldn't since
> it wasn't empty because of the temp directory left in it.  So two
> suggestions.  The flex-sdk-download should have a timeout on it and retry
> another mirror.  The close button should cleanup.
> For most dmg files, when you click the dmg file and it opens the app, you
> see the application's icon in the folder which you click to install the
> app.  For this dmg, I just see a generic app icon, not the pretty Apache
> Flex icon.  I don't know why this is but it would be nice to figure it out.
> The title bar says "Install Apache Flex for use with Adobe Flash Builder".
>   I thought we were trying to be more generic.
> The Nederlands locale shows the two buttons for the licenses - one is Toon
> MPL License (Toon seems to be show since there is a Toon Log button) and
> the other is Show Adobe License.  This is inconsistent.
> The Greek locale seems to be using a character not in my font.  The Show
> Log button has a missing character in the middle that shows as a solid
> diamond with a '?' in the middle of it.
> I know this is picky but the reason I suggested changing Apache to Apache
> v2 is because that is what the other license screens had.  Now the first
> screen says Apache License, Version 2.0 and the other screens say Apache
> v2 license.  For consistency they should all use the same terminology.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Justin Mclean
HI,

> No need to even copy.  The swc is placed in the correct path.

I assume that's for AIR only so it possible to have different default for AIR 
and the Flex SDK?

Thanks,
Justin



Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Frédéric THOMAS

So, I just committed [1] in more than :

1.  Enable Flex SDK download stats tracking
2.  UI fix for license screen (show regular checkboxes)
3.  Auto-update logic fix
4.  French and Dutch language locale fixes.
5- Added the SDK version number in the window title.

What do we do, I review and update the different files and we release soon, 
I'll implement the FP/AIR selection after as it can take time or we wait, 
what the best for you ? (I would rather prefer to do the latter after)

@Om: At some point I'll need the certificate/password files.

-Fred

[1] https://issues.apache.org/jira/browse/FLEX-33202

-Message d'origine- 
From: Justin Mclean

Sent: Monday, March 11, 2013 9:53 AM
To: dev@flex.apache.org
Subject: Re: Apache Flex SDK Installer - 2.5 release?

HI,


No need to even copy.  The swc is placed in the correct path.


I assume that's for AIR only so it possible to have different default for 
AIR and the Flex SDK?


Thanks,
Justin



Re: svn commit: r1455061 - /flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as

2013-03-11 Thread Frédéric THOMAS

Hey Roland,

Could you please review the INFO_WINDOW_TITLE too.
It is "Install Apache Flex SDK {0} for use with your IDE" instead of 
"Install Apache Flex SDK {0} for use with Adobe Flash Builder".


Thanks
-Fred

-Message d'origine- 
From: rzw...@apache.org

Sent: Monday, March 11, 2013 10:05 AM
To: comm...@flex.apache.org
Subject: svn commit: r1455061 - 
/flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as


Author: rzwaga
Date: Mon Mar 11 09:05:28 2013
New Revision: 1455061

URL: http://svn.apache.org/r1455061
Log:
Added missing locale key for nl_NL

Modified:
   
flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as

Modified: 
flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as
URL: 
http://svn.apache.org/viewvc/flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as?rev=1455061&r1=1455060&r2=1455061&view=diff

==
---  
flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as 
(original)
+++ 
flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as 
Mon Mar 11 09:05:28 2013

@@ -703,6 +703,15 @@ public class RuntimeLocale
 content["LICENSE_TLF"]="Mozilla Public License Versie 1.1";
 content["LICENSE_FONTSWF"]="Adobe Flex SDK Licentie";
 content["LICENSE_BLAZEDS"]="Adobe Flex SDK Licentie";
+ 
content["LICENSE_URL_APACHE_V2"]="http://www.apache.org/licenses/LICENSE-2.0.html";;
+ 
content["LICENSE_URL_ADOBE_SDK"]="http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf";;
+ 
content["LICENSE_URL_ADOBE_AIR_SDK"]="http://www.adobe.com/products/air/sdk-eula.html";;
+ 
content["LICENSE_URL_SWFOBJECT"]="http://opensource.org/licenses/mit-license.php";;

+ content["LICENSE_URL_OSMF"]="http://www.mozilla.org/MPL/";;
+ content["LICENSE_URL_TLF"]="http://www.mozilla.org/MPL/";;
+ 
content["LICENSE_URL_FONTSWF"]="http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf";;
+ 
content["LICENSE_URL_BLAZEDS"]="http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf";;
+ content["INFO_TRACKING"]="Informatie over uw gebruik van deze applicatie 
wordt verzameld via HTTP verzoeken.";


 _resourceManager.addResourceBundle(resource);
 }
@@ -933,4 +942,4 @@ public class RuntimeLocale
}
}

-class SE {}
+class SE {}
\ No newline at end of file




[jira] [Resolved] (FLEX-33426) SDK Installer UI/UX: Checkbox Improvement Request

2013-03-11 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/FLEX-33426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Frédéric THOMAS resolved FLEX-33426.


Resolution: Fixed

Was already fixed but not released and there was not JIRA for it

> SDK Installer UI/UX: Checkbox Improvement Request
> -
>
> Key: FLEX-33426
> URL: https://issues.apache.org/jira/browse/FLEX-33426
> Project: Apache Flex
>  Issue Type: Improvement
>  Components: Installer
>Affects Versions: Adobe Flex SDK 2.0.1 (Release)
> Environment: OSX 10.8.2
>Reporter: Sean Novak
>Priority: Minor
> Attachments: flex-install-disabled.jpg
>
>
> During the install process, specifically where you accept the license 
> agreements; I completely missed the fact that the red boxes are checkboxes.  
> I'm an dolt for missing this.  However, there are many of us on the planet.  
> And, I humbly request that UX caters to us morons.  
> Some suggestions:
> * frame the checkboxes with the tell tale embossed border.
> * Simply add some text to: "Check the checkboxes."   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


RE: FLEX-33190 GridEvent.GRID_DOUBLE_CLICK is dispatched even when two different cells are clicked

2013-03-11 Thread Kessler CTR Mark J
I'll spend the time to make a proper fix/addition for it if someone will commit 
it later on.

-Mark

-Original Message-
From: Justin Mclean [mailto:jus...@classsoftware.com] 
Sent: Sunday, March 10, 2013 7:36 PM
To: dev@flex.apache.org
Subject: FLEX-33190 GridEvent.GRID_DOUBLE_CLICK is dispatched even when two 
different cells are clicked

Hi,

This JiRA issue has a quite useful suggestion (+ code) to add a double click 
mode for grid, row, column or cell. This fixes an existing bug and is a useful 
enhancement.

Does any existing committer have some time to work on this?
 
https://issues.apache.org/jira/browse/FLEX-33190

Thanks,
Justin


Re: [jira] [Commented] (INFRA-5549) Migrate Flex codebase from svn to git.

2013-03-11 Thread Justin Mclean
Hi,

> I was the anonymous user that change it, since people reported me that they 
> where seeing "Waiting for user" state
You sure? Twice an anonymous user has changed it to "waiting for user" when it 
should be "waiting for infra". I don't know of anything more we need to supply 
to infra fro this to happen.

> I think your requeriments question is posted for Infra members, isn't it?
Yes - is there anything we still need to supply to move this issue along.

> Right now I can't see the way we can finally resolve this issue, since we 
> don't have any words from INFRA members.
I don't have any idea what's going on. Gavin did assign it to Jukka on the 3rd 
and marked as waiting for infra so hopefully that means they are looking at it.

Thanks,
Justin

[jira] [Updated] (FLEX-33345) The file frameworks\projects\apache\bundles\pt_PT\apache.properties contains no entries

2013-03-11 Thread Wilson Silva (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wilson Silva updated FLEX-33345:


Attachment: apache.properties

> The file frameworks\projects\apache\bundles\pt_PT\apache.properties contains 
> no entries
> ---
>
> Key: FLEX-33345
> URL: https://issues.apache.org/jira/browse/FLEX-33345
> Project: Apache Flex
>  Issue Type: Improvement
>  Components: i18n : Bundle Support
>Affects Versions: Apache Flex 4.9.0
>Reporter: Wilson Silva
>Priority: Minor
> Fix For: Apache Flex Next
>
> Attachments: apache.properties, apache.properties
>
>
> I've attached the translation. Also, I'm going through all the pt_PT resource 
> files to see what's missing and what may be wrong and I see that there is 
> still some work that needs to be done. Is there a better way to contribute 
> these translations, instead of opening issues on Jira?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-33345) The file frameworks\projects\apache\bundles\pt_PT\apache.properties contains no entries

2013-03-11 Thread Wilson Silva (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wilson Silva updated FLEX-33345:


Attachment: (was: apache.properties)

> The file frameworks\projects\apache\bundles\pt_PT\apache.properties contains 
> no entries
> ---
>
> Key: FLEX-33345
> URL: https://issues.apache.org/jira/browse/FLEX-33345
> Project: Apache Flex
>  Issue Type: Improvement
>  Components: i18n : Bundle Support
>Affects Versions: Apache Flex 4.9.0
>Reporter: Wilson Silva
>Priority: Minor
> Fix For: Apache Flex Next
>
> Attachments: apache.properties
>
>
> I've attached the translation. Also, I'm going through all the pt_PT resource 
> files to see what's missing and what may be wrong and I see that there is 
> still some work that needs to be done. Is there a better way to contribute 
> these translations, instead of opening issues on Jira?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[FlexJS] data structure specs

2013-03-11 Thread Erik de Bruin
Alex,

Could you please take a look at:

https://cwiki.apache.org/confluence/display/FLEX/MXML+Data+Spec

and check if that spec is still up to date? I see some differences
between the spec and the current FlexJS output and I'm wondering which
one is leading...

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

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


[jira] [Commented] (FLEX-33345) The file frameworks\projects\apache\bundles\pt_PT\apache.properties contains no entries

2013-03-11 Thread Wilson Silva (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-33345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598733#comment-13598733
 ] 

Wilson Silva commented on FLEX-33345:
-

Hello, Justin. This issue was created to supply those missing entries. I have 
attached the needed translations on January 8.

> The file frameworks\projects\apache\bundles\pt_PT\apache.properties contains 
> no entries
> ---
>
> Key: FLEX-33345
> URL: https://issues.apache.org/jira/browse/FLEX-33345
> Project: Apache Flex
>  Issue Type: Improvement
>  Components: i18n : Bundle Support
>Affects Versions: Apache Flex 4.9.0
>Reporter: Wilson Silva
>Priority: Minor
> Fix For: Apache Flex Next
>
> Attachments: apache.properties
>
>
> I've attached the translation. Also, I'm going through all the pt_PT resource 
> files to see what's missing and what may be wrong and I see that there is 
> still some work that needs to be done. Is there a better way to contribute 
> these translations, instead of opening issues on Jira?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: JIRA issues with SDK that are simple to fix

2013-03-11 Thread Nicholas Kwiatkowski
Check out the "Squashing Bugs" section on our website :
http://flex.apache.org/community-getinvolved.html

Essentially, you add a patch to the ticket, and we put them in for you
(after a review).  More (good) patches give you karma and will get you
voted in to be a committer.

-Nick

On Mon, Mar 11, 2013 at 2:47 AM, Harbs  wrote:

> How would a non-committer work on this?  Most of them specify the needed
> fix. What's the process for getting those fixes in?
>
> i.e. https://issues.apache.org/jira/browse/FLEX-29004
>
> On Mar 11, 2013, at 5:43 AM, Justin Mclean wrote:
>
> > Hi,
> >
> >> I can take a look at them.  I didn't troll those "Easy to fix" in hopes
> >> that some other community members might take them on, but it's probably
> >> best to get them out the door.
> >
> > Yep I was hoping some of the less active committer or people looking to
> be committers would pick them up, but if we want to get a new release out
> the door I think they should be fixed, most have been hanging about for a
> while.
> >
> > Thanks,
> > Justin
>
>


Porting Flex to the GPU

2013-03-11 Thread DarkStone
Hi Apache Flex Team,

As a 7 years old flex developer,flex once made me proud, now it makes me sad 
and frustrated : (

The world is post-pc world now, mobile devices are everywhere, it is a fact 
that PCs are fading, mobiles will be the mainstream for the next decades.

Flex is an awesome component framework, but it runs entirely on CPU, that's the 
very reason why it makes me frustrated.

When developing an app to be used on iOS or android, flex's performance is very 
disappointing, especially if you add any animation effects to it. And I think 
you all know the reason why, yes, it's because flex runs on CPU.

So I'm here sincerely wishing Apache Flex 5.0 will focus on porting flex app to 
the GPU. Maybe there is a way that by only working on the falcon compiler 
itself to make this happen.

I mean it's best that if flex developers don't need to change theirs codes, and 
only need to re-compile theirs flex projects using the new falcon compiler to 
make their apps running on GPU. In order to do this, the falcon compiler will 
need to convert their flex code to be used on Stage3D and not stage.

If flex can run on GPU, I think it'll be the best cross platform component 
framework in the world, cus the spark architecture is brilliant, the 
SkinnableComponent workflow makes developer and designer working 
simultaneously, very high efficiency comparing to the other frameworks out 
there.

Some of you might say Starling and Feather framework might feed my needs, there 
are both GPU accelerated.

No, Starling is focusing on gaming, and I only interested in app. Feather 
doesn't have markup language support and not very easy to re-skinning compares 
to flex.

I think the FalconJx compiler is a right direction, but it will take quite a 
time to make it fully functional, given the reason that JavaScript 1.x is not a 
true OOP script language and the Flash display architecture is not the same as 
HTML/JS. And even if FaclonJx were ready now, the output app still runs on the 
CPU, so...

That's my honest opinion and suggestion, thank you for all your great works.

Sent from DarkStone's iPhone
2013-03-11


Re: Flex-Spring Integration

2013-03-11 Thread John Cunliffe
Check out http://grails.org/plugin/gdsflex. And yes, it's viable - I
daresay better than BlazeDs.

regards
John


2013/3/11 Cataldo De Benedictis 

> Hi there,
>
> I'm working with Flex and Spring toghether through BlazeDS and Spring
> BlazeDS integration library. However, the library looks dead and the old
> version does not seem to be compatible with the new releases of the Spring
> framework, for that reason I was considering to switch to GraniteDS. 
>
> What would you suggest as a viable alternative to BlazeDS in order to
> integrate Flex 4.9 and Spring?
>
> Do you have any experience on Flex 4.9/GraniteDS/Spring?
>
> ** **
>
> [image: Descrizione: cid:image002.jpg@01CC5E66.71D2D760]  
>
> Sabacom s.r.l.
> Via De Carolis, 144 Taranto 
>
> www.sabacom.it
>
> ** **
>
> Cataldo De Benedictis
>
> cataldo.debenedic...@sabacom.it
>
> Phone+39 099 9646161  Mobile +39 3938915906
> Fax+39 099 7793989
>
> Le informazioni contenute nella presente comunicazione ed i relativi
> allegati possono essere riservate e sono, comunque, destinate
> esclusivamente alle persone o alla Società sopraindicati. La diffusione,
> distribuzione e/o copiatura del documento trasmesso da parte di qualsiasi
> soggetto diverso dal destinatario è proibita sia ai sensi dell’art. 616
> c.p., che ai sensi del Decreto Legislativo n. 196/2003 “Codice in materia
> di protezione dei dati personali”. Se avete ricevuto questo messaggio per
> errore, vi preghiamo di distruggerlo e di informare immediatamente Sabacom
> srl 
>
> ** **
>


[jira] [Assigned] (FLEX-33419) RuntimeLocale.as for Apache Flex Installer needs to be updated for the German language

2013-03-11 Thread Cyrill Zadra (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cyrill Zadra reassigned FLEX-33419:
---

Assignee: Cyrill Zadra

> RuntimeLocale.as for Apache Flex Installer needs to be updated for the German 
> language
> --
>
> Key: FLEX-33419
> URL: https://issues.apache.org/jira/browse/FLEX-33419
> Project: Apache Flex
>  Issue Type: Improvement
>  Components: InstallApacheFlex
>Reporter: Frank
>Assignee: Cyrill Zadra
>Priority: Minor
>  Labels: easyfix, translation
> Attachments: germanLocale.patch, trackerNoticeMaxWithFix.patch
>
>
> I have added a German translation of the RuntimeLocale.as from the trunk of 
> the Apache Flex Installer
> Because of the differences in the length of sentences between German and 
> English language i had to add a line to the InstallApacheFlex.mxml to ensure 
> the correct visual appearence of the app. I included the changes in a 
> seperate patch file if you like that "fix" it should work for other longish 
> languages like French as well ;o)
>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (FLEX-33419) RuntimeLocale.as for Apache Flex Installer needs to be updated for the German language

2013-03-11 Thread Cyrill Zadra (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-33419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598792#comment-13598792
 ] 

Cyrill Zadra commented on FLEX-33419:
-

Author: czadra
Date: Mon Mar 11 13:03:14 2013
New Revision: 1455123

URL: http://svn.apache.org/r1455123
Log:
FLEX-33419 germanLocale.patch by Frank - adding locale de_DE

Modified:

flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as

flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/ViewResourceConstants.as

> RuntimeLocale.as for Apache Flex Installer needs to be updated for the German 
> language
> --
>
> Key: FLEX-33419
> URL: https://issues.apache.org/jira/browse/FLEX-33419
> Project: Apache Flex
>  Issue Type: Improvement
>  Components: InstallApacheFlex
>Reporter: Frank
>Assignee: Cyrill Zadra
>Priority: Minor
>  Labels: easyfix, translation
> Attachments: germanLocale.patch, trackerNoticeMaxWithFix.patch
>
>
> I have added a German translation of the RuntimeLocale.as from the trunk of 
> the Apache Flex Installer
> Because of the differences in the length of sentences between German and 
> English language i had to add a line to the InstallApacheFlex.mxml to ensure 
> the correct visual appearence of the app. I included the changes in a 
> seperate patch file if you like that "fix" it should work for other longish 
> languages like French as well ;o)
>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Flex-Spring Integration

2013-03-11 Thread Frédéric THOMAS
Hi,

That’s a bit of time I haven’t used spring-flex 1.5.2, are you saying it is not 
compatible anymore with spring-framework 3.2.0 ?

-Fred

From: Cataldo De Benedictis 
Sent: Monday, March 11, 2013 1:18 PM
To: dev@flex.apache.org 
Subject: Flex-Spring Integration

Hi there,

I'm working with Flex and Spring toghether through BlazeDS and Spring BlazeDS 
integration library. However, the library looks dead and the old version does 
not seem to be compatible with the new releases of the Spring framework, for 
that reason I was considering to switch to GraniteDS. 

What would you suggest as a viable alternative to BlazeDS in order to integrate 
Flex 4.9 and Spring?

Do you have any experience on Flex 4.9/GraniteDS/Spring?

 

  

Sabacom s.r.l.
Via De Carolis, 144 Taranto 

www.sabacom.it

 

Cataldo De Benedictis

cataldo.debenedic...@sabacom.it

Phone+39 099 9646161  Mobile +39 3938915906
Fax+39 099 7793989

Le informazioni contenute nella presente comunicazione ed i relativi allegati 
possono essere riservate e sono, comunque, destinate esclusivamente alle 
persone o alla Società sopraindicati. La diffusione, distribuzione e/o 
copiatura del documento trasmesso da parte di qualsiasi soggetto diverso dal 
destinatario è proibita sia ai sensi dell’art. 616 c.p., che ai sensi del 
Decreto Legislativo n. 196/2003 “Codice in materia di protezione dei dati 
personali”. Se avete ricevuto questo messaggio per errore, vi preghiamo di 
distruggerlo e di informare immediatamente Sabacom srl 

 


[jira] [Commented] (FLEX-33419) RuntimeLocale.as for Apache Flex Installer needs to be updated for the German language

2013-03-11 Thread Cyrill Zadra (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-33419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598794#comment-13598794
 ] 

Cyrill Zadra commented on FLEX-33419:
-

trackerNoticeMaxWithFix.patch did not work in my tests .. so I added a newline 
in the trackerNotice text instead.

> RuntimeLocale.as for Apache Flex Installer needs to be updated for the German 
> language
> --
>
> Key: FLEX-33419
> URL: https://issues.apache.org/jira/browse/FLEX-33419
> Project: Apache Flex
>  Issue Type: Improvement
>  Components: InstallApacheFlex
>Reporter: Frank
>Assignee: Cyrill Zadra
>Priority: Minor
>  Labels: easyfix, translation
> Attachments: germanLocale.patch, trackerNoticeMaxWithFix.patch
>
>
> I have added a German translation of the RuntimeLocale.as from the trunk of 
> the Apache Flex Installer
> Because of the differences in the length of sentences between German and 
> English language i had to add a line to the InstallApacheFlex.mxml to ensure 
> the correct visual appearence of the app. I included the changes in a 
> seperate patch file if you like that "fix" it should work for other longish 
> languages like French as well ;o)
>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: [jira] [Commented] (FLEX-33419) RuntimeLocale.as for Apache Flex Installer needs to be updated for the German language

2013-03-11 Thread Frédéric THOMAS

Hey Cyrill,

Could you please review the INFO_WINDOW_TITLE too.
It is "Install Apache Flex SDK {0} for use with your IDE" instead of
"Install Apache Flex SDK {0} for use with Adobe Flash Builder".

Thanks
-Fred

-Message d'origine- 
From: Cyrill Zadra (JIRA)

Sent: Monday, March 11, 2013 2:09 PM
To: dev@flex.apache.org
Subject: [jira] [Commented] (FLEX-33419) RuntimeLocale.as for Apache Flex 
Installer needs to be updated for the German language



   [ 
https://issues.apache.org/jira/browse/FLEX-33419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598794#comment-13598794 
]


Cyrill Zadra commented on FLEX-33419:
-

trackerNoticeMaxWithFix.patch did not work in my tests .. so I added a 
newline in the trackerNotice text instead.


RuntimeLocale.as for Apache Flex Installer needs to be updated for the 
German language

--

Key: FLEX-33419
URL: https://issues.apache.org/jira/browse/FLEX-33419
Project: Apache Flex
 Issue Type: Improvement
 Components: InstallApacheFlex
   Reporter: Frank
   Assignee: Cyrill Zadra
   Priority: Minor
 Labels: easyfix, translation
Attachments: germanLocale.patch, trackerNoticeMaxWithFix.patch


I have added a German translation of the RuntimeLocale.as from the trunk 
of the Apache Flex Installer
Because of the differences in the length of sentences between German and 
English language i had to add a line to the InstallApacheFlex.mxml to 
ensure the correct visual appearence of the app. I included the changes in 
a seperate patch file if you like that "fix" it should work for other 
longish languages like French as well ;o)




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA 
administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira 



Re: [jira] [Commented] (FLEX-33419) RuntimeLocale.as for Apache Flex Installer needs to be updated for the German language

2013-03-11 Thread Cyrill Zadra
Thx.. just updated that one.

Cyrill

On Mon, Mar 11, 2013 at 11:13 PM, Frédéric THOMAS
 wrote:
> Hey Cyrill,
>
> Could you please review the INFO_WINDOW_TITLE too.
> It is "Install Apache Flex SDK {0} for use with your IDE" instead of
> "Install Apache Flex SDK {0} for use with Adobe Flash Builder".
>
> Thanks
> -Fred
>
> -Message d'origine- From: Cyrill Zadra (JIRA)
> Sent: Monday, March 11, 2013 2:09 PM
> To: dev@flex.apache.org
> Subject: [jira] [Commented] (FLEX-33419) RuntimeLocale.as for Apache Flex
> Installer needs to be updated for the German language
>
>
>
>[
> https://issues.apache.org/jira/browse/FLEX-33419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598794#comment-13598794
> ]
>
> Cyrill Zadra commented on FLEX-33419:
> -
>
> trackerNoticeMaxWithFix.patch did not work in my tests .. so I added a
> newline in the trackerNotice text instead.
>
>> RuntimeLocale.as for Apache Flex Installer needs to be updated for the
>> German language
>>
>> --
>>
>> Key: FLEX-33419
>> URL: https://issues.apache.org/jira/browse/FLEX-33419
>> Project: Apache Flex
>>  Issue Type: Improvement
>>  Components: InstallApacheFlex
>>Reporter: Frank
>>Assignee: Cyrill Zadra
>>Priority: Minor
>>  Labels: easyfix, translation
>> Attachments: germanLocale.patch, trackerNoticeMaxWithFix.patch
>>
>>
>> I have added a German translation of the RuntimeLocale.as from the trunk
>> of the Apache Flex Installer
>> Because of the differences in the length of sentences between German and
>> English language i had to add a line to the InstallApacheFlex.mxml to ensure
>> the correct visual appearence of the app. I included the changes in a
>> seperate patch file if you like that "fix" it should work for other longish
>> languages like French as well ;o)
>>
>
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA
> administrators
> For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: svn commit: r1455134 - /flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as

2013-03-11 Thread Frédéric THOMAS

Cheers.

-Fred

-Message d'origine- 
From: cza...@apache.org

Sent: Monday, March 11, 2013 2:27 PM
To: comm...@flex.apache.org
Subject: svn commit: r1455134 - 
/flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as


Author: czadra
Date: Mon Mar 11 13:27:48 2013
New Revision: 1455134

URL: http://svn.apache.org/r1455134
Log:
FLEX-33419 renamed Flash Builder to IDE

Modified:
   
flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as

Modified: 
flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as
URL: 
http://svn.apache.org/viewvc/flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as?rev=1455134&r1=1455133&r2=1455134&view=diff

==
---  
flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as 
(original)
+++ 
flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as 
Mon Mar 11 13:27:48 2013

@@ -1026,7 +1026,7 @@ public class RuntimeLocale
content["INFO_SELECT_DIRECTORY_INSTALL"]="Installationsverzeichnis 
wählen";

content["INFO_UNZIPPING"]="Entpacke: ";
content["INFO_VERIFY_FLEX_SDK_DONE"]="Die Signatur der 
heruntergeladenen Dateien stimm mit der Apache Flex SDK MD5 Signature 
überein. Die Datei ist gültig.";
-content["INFO_WINDOW_TITLE"]="Installiere Apache Flex SDK {0} für 
die Verwendung mit Adobe Flash Builder";
+ content["INFO_WINDOW_TITLE"]="Installiere Apache Flex SDK {0} für die 
Verwendung mit einer IDE";

content["INSTALL_AGREE"] = "Ich Stimme zu, Installation Starten";
content["INSTALL_AGREE_ALL"] = "Ich Stimme allen Optionen und 
Lizenzen zu, Installation starten";
content["INSTALL_DISAGREE"] = "Ich Stimme nicht zu, nicht 
installieren";





Re: Flex-Spring Integration

2013-03-11 Thread Alain Ekambi
May i suggest Flash4j ? :)


2013/3/11 Frédéric THOMAS 

> Hi,
>
> That’s a bit of time I haven’t used spring-flex 1.5.2, are you saying it
> is not compatible anymore with spring-framework 3.2.0 ?
>
> -Fred
>
> From: Cataldo De Benedictis
> Sent: Monday, March 11, 2013 1:18 PM
> To: dev@flex.apache.org
> Subject: Flex-Spring Integration
>
> Hi there,
>
> I'm working with Flex and Spring toghether through BlazeDS and Spring
> BlazeDS integration library. However, the library looks dead and the old
> version does not seem to be compatible with the new releases of the Spring
> framework, for that reason I was considering to switch to GraniteDS.
>
> What would you suggest as a viable alternative to BlazeDS in order to
> integrate Flex 4.9 and Spring?
>
> Do you have any experience on Flex 4.9/GraniteDS/Spring?
>
>
>
>
>
> Sabacom s.r.l.
> Via De Carolis, 144 Taranto
>
> www.sabacom.it
>
>
>
> Cataldo De Benedictis
>
> cataldo.debenedic...@sabacom.it
>
> Phone+39 099 9646161  Mobile +39 3938915906
> Fax+39 099 7793989
>
> Le informazioni contenute nella presente comunicazione ed i relativi
> allegati possono essere riservate e sono, comunque, destinate
> esclusivamente alle persone o alla Società sopraindicati. La diffusione,
> distribuzione e/o copiatura del documento trasmesso da parte di qualsiasi
> soggetto diverso dal destinatario è proibita sia ai sensi dell’art. 616
> c.p., che ai sensi del Decreto Legislativo n. 196/2003 “Codice in materia
> di protezione dei dati personali”. Se avete ricevuto questo messaggio per
> errore, vi preghiamo di distruggerlo e di informare immediatamente Sabacom
> srl
>
>
>


[jira] [Resolved] (FLEX-33419) RuntimeLocale.as for Apache Flex Installer needs to be updated for the German language

2013-03-11 Thread Cyrill Zadra (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cyrill Zadra resolved FLEX-33419.
-

Resolution: Fixed

> RuntimeLocale.as for Apache Flex Installer needs to be updated for the German 
> language
> --
>
> Key: FLEX-33419
> URL: https://issues.apache.org/jira/browse/FLEX-33419
> Project: Apache Flex
>  Issue Type: Improvement
>  Components: InstallApacheFlex
>Reporter: Frank
>Assignee: Cyrill Zadra
>Priority: Minor
>  Labels: easyfix, translation
> Attachments: germanLocale.patch, trackerNoticeMaxWithFix.patch
>
>
> I have added a German translation of the RuntimeLocale.as from the trunk of 
> the Apache Flex Installer
> Because of the differences in the length of sentences between German and 
> English language i had to add a line to the InstallApacheFlex.mxml to ensure 
> the correct visual appearence of the app. I included the changes in a 
> seperate patch file if you like that "fix" it should work for other longish 
> languages like French as well ;o)
>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Components donation

2013-03-11 Thread Jérémy Reynaud
Hi,

 

I’m Jérémy Reynaud, CTO and co-founder of KeepCore, company based in
Montpellier, France.

We propose commercial FLEX components on our dedicated website:
http://www.flex-component.com/

We recently think about releasing some of them on the website for free.

But maybe another and better solution could be to donate them to the Apache
FLEX community.

 

So here are my questions:

- Does it make sense? Do you think these components are interesting for the
community?

- If yes, what is the process to donate them?

 

The components are:

- A dual slider (Spark & Mobile), demo:
http://www.flex-component.com/demo/apache/KCDualSliderV1.1/

- A progress spinner / “super” busy indicator (Spark & Mobile), demo:
http://www.flex-component.com/demo/apache/KCProgressSpinnerV1.1/

 

Thanks for your answers.

 

Best regards,

Jérémy



Re: Components donation

2013-03-11 Thread Harbs
Very nice!

I think they would be a nice addition.

I think the process of contributing is:
1) file a ICLA details here: http://www.apache.org/dev/new-committers-guide.html
2) The same for a CCLA for the company.
3) Attach the components to a JIRA ticket. 
https://issues.apache.org/jira/browse/FLEX
4) Hopefully, someone will follow through on adding the components and 
collaborating with you on any issues.

I think that's it, and I'm sure someone will correct me if I missed something… 
;-)

Harbs

On Mar 11, 2013, at 4:01 PM, Jérémy Reynaud wrote:

> Hi,
> 
> 
> 
> I’m Jérémy Reynaud, CTO and co-founder of KeepCore, company based in
> Montpellier, France.
> 
> We propose commercial FLEX components on our dedicated website:
> http://www.flex-component.com/
> 
> We recently think about releasing some of them on the website for free.
> 
> But maybe another and better solution could be to donate them to the Apache
> FLEX community.
> 
> 
> 
> So here are my questions:
> 
> - Does it make sense? Do you think these components are interesting for the
> community?
> 
> - If yes, what is the process to donate them?
> 
> 
> 
> The components are:
> 
> - A dual slider (Spark & Mobile), demo:
> http://www.flex-component.com/demo/apache/KCDualSliderV1.1/
> 
> - A progress spinner / “super” busy indicator (Spark & Mobile), demo:
> http://www.flex-component.com/demo/apache/KCProgressSpinnerV1.1/
> 
> 
> 
> Thanks for your answers.
> 
> 
> 
> Best regards,
> 
> Jérémy
> 



Re: Components donation

2013-03-11 Thread Frédéric THOMAS

Hi Jérémy,

First, thank you for your interest donating those components to Apache Flex.

1- The components:

Given we've got progress component and we haven't got any dual slider (Spark 
& Mobile) and yours looks very nice, I would personaly go at least for the 
latter, but I'm not only by myself and I not sure about the policies we've 
got regarding how we choose the components they could be donated.


2- For the license, it depends, from what I've seen from now (most of that 
was writen before by Alex Harui for other donations):


The ASF has a policy to not take software regardless of the license unless 
the copyright holder grants it.
By signing the ICLA you have indicated that you have permission from the 
copyright holder to make any contributions that you make.


I think steps are to file ICLAs [1], and a CCLA [2] if there is a corporate 
entity involved.  Then fill out the software grant [3].


3- The donation process:

1. You fill out and sign all legal documents
2. Some of us will review the code (it can be given via a zip associated to 
a JIRA ticket).  If it looks ok, we will start the committer approval 
process for you.  Takes a minimum of 3 business days.

3. We discuss where this code should land, the package names.
4. Once the software grant is recorded, someone can check the code into SVN.
5. Once it is in, it gets another review.  This means making sure there are 
no binaries, that the headers are correct, that your copyrights (but not any 
third-party copyrights) are moved to the NOTICES file (which must be done by 
you or with your explicit permission).

6. Based on 3, all kinds of good stuff happens.

-Fred

[1] http://www.apache.org/licenses/icla.txt
[2] http://www.apache.org/licenses/cla-corporate.txt
[3] http://www.apache.org/licenses/software-grant.txt

-Message d'origine- 
From: Jérémy Reynaud

Sent: Monday, March 11, 2013 3:01 PM
To: dev@flex.apache.org
Subject: Components donation

Hi,



I’m Jérémy Reynaud, CTO and co-founder of KeepCore, company based in
Montpellier, France.

We propose commercial FLEX components on our dedicated website:
http://www.flex-component.com/

We recently think about releasing some of them on the website for free.

But maybe another and better solution could be to donate them to the Apache
FLEX community.



So here are my questions:

- Does it make sense? Do you think these components are interesting for the
community?

- If yes, what is the process to donate them?



The components are:

- A dual slider (Spark & Mobile), demo:
http://www.flex-component.com/demo/apache/KCDualSliderV1.1/

- A progress spinner / “super” busy indicator (Spark & Mobile), demo:
http://www.flex-component.com/demo/apache/KCProgressSpinnerV1.1/



Thanks for your answers.



Best regards,

Jérémy



[jira] [Commented] (FLEX-33424) Getting Issues While Compiling the automation.swc and automation_dmv.swc

2013-03-11 Thread pradeep c (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-33424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598862#comment-13598862
 ] 

pradeep c commented on FLEX-33424:
--

can you please look into this

> Getting Issues While Compiling the automation.swc and automation_dmv.swc 
> -
>
> Key: FLEX-33424
> URL: https://issues.apache.org/jira/browse/FLEX-33424
> Project: Apache Flex
>  Issue Type: Bug
>  Components: DMV Flex Builder Integration
>Affects Versions: Adobe Flex SDK 3.5 (Release)
> Environment: Flex Environment with Irish Type FrameWork
>Reporter: pradeep c
>  Labels: pradeep
>
> Our Application Flex Version is of Flex SDK 3.5 which is of IRISH type 
> Framework which does not support Flex 4.5.
> We tried to Compile with the Automation agent and other files for Automation 
> purpose using QTP to idenfify objects 
> We are getting the Following issues.Can you please look into this 
> Unable to find AutomationClass for 'mx.controls.List' 'List194'.
> have they integrated or used the flex project ?
> used the flex project with QTP automation with SDK 3.5* 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Components donation

2013-03-11 Thread Frédéric THOMAS

Jérémy,

Note: I gave you a quick answer, like that you can have a good overview of 
the process but more precise details will be given by our PMCs probably 
later today.


Thanks,
-Fred

-Message d'origine- 
From: Frédéric THOMAS

Sent: Monday, March 11, 2013 3:37 PM
To: dev@flex.apache.org
Subject: Re: Components donation

Hi Jérémy,

First, thank you for your interest donating those components to Apache Flex.

1- The components:

Given we've got progress component and we haven't got any dual slider (Spark
& Mobile) and yours looks very nice, I would personaly go at least for the
latter, but I'm not only by myself and I not sure about the policies we've
got regarding how we choose the components they could be donated.

2- For the license, it depends, from what I've seen from now (most of that
was writen before by Alex Harui for other donations):

The ASF has a policy to not take software regardless of the license unless
the copyright holder grants it.
By signing the ICLA you have indicated that you have permission from the
copyright holder to make any contributions that you make.

I think steps are to file ICLAs [1], and a CCLA [2] if there is a corporate
entity involved.  Then fill out the software grant [3].

3- The donation process:

1. You fill out and sign all legal documents
2. Some of us will review the code (it can be given via a zip associated to
a JIRA ticket).  If it looks ok, we will start the committer approval
process for you.  Takes a minimum of 3 business days.
3. We discuss where this code should land, the package names.
4. Once the software grant is recorded, someone can check the code into SVN.
5. Once it is in, it gets another review.  This means making sure there are
no binaries, that the headers are correct, that your copyrights (but not any
third-party copyrights) are moved to the NOTICES file (which must be done by
you or with your explicit permission).
6. Based on 3, all kinds of good stuff happens.

-Fred

[1] http://www.apache.org/licenses/icla.txt
[2] http://www.apache.org/licenses/cla-corporate.txt
[3] http://www.apache.org/licenses/software-grant.txt

-Message d'origine- 
From: Jérémy Reynaud

Sent: Monday, March 11, 2013 3:01 PM
To: dev@flex.apache.org
Subject: Components donation

Hi,



I’m Jérémy Reynaud, CTO and co-founder of KeepCore, company based in
Montpellier, France.

We propose commercial FLEX components on our dedicated website:
http://www.flex-component.com/

We recently think about releasing some of them on the website for free.

But maybe another and better solution could be to donate them to the Apache
FLEX community.



So here are my questions:

- Does it make sense? Do you think these components are interesting for the
community?

- If yes, what is the process to donate them?



The components are:

- A dual slider (Spark & Mobile), demo:
http://www.flex-component.com/demo/apache/KCDualSliderV1.1/

- A progress spinner / “super” busy indicator (Spark & Mobile), demo:
http://www.flex-component.com/demo/apache/KCProgressSpinnerV1.1/



Thanks for your answers.



Best regards,

Jérémy



Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Frédéric THOMAS

Hi,

Cyrill just added the German translation, I reviewed the files, filled the 
release note accordingly, I mean for some of the issues, I haven't find any 
JIRA:


Apache Flex SDK Installer 2.5

Issues addressed in this release:
Here is a list of significant issues that were fixed with this release:
1.  Enable Flex SDK download stats tracking
2.  https://issues.apache.org/jira/browse/FLEX-33426 (UI fix for license 
screen (show regular checkboxes))

3.  https://issues.apache.org/jira/browse/FLEX-33151 (Auto-update logic fix)
4.  French and Dutch language locale fixes.
5.  Added the SDK version number to be downloaded in the window title.
6.  https://issues.apache.org/jira/browse/FLEX-33202 (more issues).
7.  https://issues.apache.org/jira/browse/FLEX-33419 (added germain 
language).


I've been able to build and run the installer, what's the next step before I 
can propose a RC for windows ? Justin, did you do something already for OSX 
?


-Fred

-Message d'origine- 
From: Frédéric THOMAS

Sent: Monday, March 11, 2013 10:05 AM
To: dev@flex.apache.org
Subject: Re: Apache Flex SDK Installer - 2.5 release?

So, I just committed [1] in more than :

1.  Enable Flex SDK download stats tracking
2.  UI fix for license screen (show regular checkboxes)
3.  Auto-update logic fix
4.  French and Dutch language locale fixes.
5- Added the SDK version number in the window title.

What do we do, I review and update the different files and we release soon,
I'll implement the FP/AIR selection after as it can take time or we wait,
what the best for you ? (I would rather prefer to do the latter after)
@Om: At some point I'll need the certificate/password files.

-Fred

[1] https://issues.apache.org/jira/browse/FLEX-33202

-Message d'origine- 
From: Justin Mclean

Sent: Monday, March 11, 2013 9:53 AM
To: dev@flex.apache.org
Subject: Re: Apache Flex SDK Installer - 2.5 release?

HI,


No need to even copy.  The swc is placed in the correct path.


I assume that's for AIR only so it possible to have different default for
AIR and the Flex SDK?

Thanks,
Justin



Re: embedding fonts in external css (swf) broken for s:Label?

2013-03-11 Thread Scott Talsma
Thanks for the pointer.  It took a few reads through the documentation to
understand where you were going, as my little test app didn't use modules.
 But once I started thinking of the .swf css file as a module, it all
started to make sense.

For the record (anyone coming behind me with the same issue), simply
declaring an instance of *EmbeddedFontRegistry* got my labels finding the
embedded font.


*import mx.core.EmbeddedFontRegistry;*
*private var embeddedFontRegistry:EmbeddedFontRegistry;*

private function loadExtStylesheet():void {
styleManager.loadStyleDeclarations("styles.swf");
}





On Mon, Mar 11, 2013 at 2:34 AM, Alex Harui  wrote:

> Ah yes, this issue is described in the fine print here (see
> EmbeddedFontRegistry):
>
> http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-
> 799a.html
>
> It didn't for me without RSLs in 4.6 which is how Apache Flex works.
>
>
> On 3/8/13 12:15 PM, "Scott Talsma"  wrote:
>
> > It works perfectly if I do not use external stylesheets.
> >
> > (Although I did notice that the Panel label [title attribute] does not
> > assume the correct font, but that may be a skinning issue.)
> >
> > Just as a sanity check, I have tested it against the following SDKs:
> > 4.6 (works)
> > 4.9 (broken)
> > 4.9.1 (broken)
> >
> > I don't have 4.8 installed (tried pulling it from source, but can't seem
> to
> > get IntelliJ to like it).
> >
> >
> > On Fri, Mar 8, 2013 at 2:13 PM, Alex Harui  wrote:
> >
> >> Well, I'll try to look into it later today.  If you aren't using
> external
> >> stylesheets does it work?
> >>
> >> The default for spark is embedAsCFF=true and all components, even Label
> >> should be able to use it.
> >>
> >>
> >> On 3/8/13 10:58 AM, "Scott Talsma"  wrote:
> >>
> >>> I misspoke earlier.  I suspect that my alias collided w/a locally
> >> installed
> >>> system font, and that was used instead of the embedded font.
> >>>
> >>> When embedAsCFF=false, none of the text classes use the embedded font.
> >>>  When embedAsCFF=true, only the s:Label instances refuse to use it.
> >>>
> >>> Does it make sense to poke around using fontSwf?
> >>>
> >>>
> >>> Here is my styles.css file:
> >>> @namespace s "library://ns.adobe.com/flex/spark";
> >>>
> >>> @font-face {
> >>> src: url("../fonts/Herculanum.ttf");
> >>> embedAsCFF: true;
> >>> fontFamily: testing;
> >>> }
> >>>
> >>> s|Application  {
> >>> fontFamily: testing;
> >>> }
> >>>
> >>> And here is the app that loads it:
> >>> 
> >>>  >>> xmlns:fx="http://ns.adobe.com/mxml/2009";
> >>> xmlns:mx="library://ns.adobe.com/flex/mx"
> >>> xmlns:s="library://ns.adobe.com/flex/spark"
> >>> creationComplete="loadExtStylesheet()">
> >>>  
> >>> 
> >>> 
> >>>  
> >>>
> >>> private function loadExtStylesheet():void {
> >>> styleManager.loadStyleDeclarations("styles.swf");
> >>> }
> >>>
> >>> 
> >>>
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >>>  
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >>>
> >>>
> >>>
> >>> On Fri, Mar 8, 2013 at 1:13 PM, Scott Talsma  wrote:
> >>>
>  Nope--this was a generic desktop AIR app.
> 
> 
>  On Fri, Mar 8, 2013 at 11:39 AM, Alex Harui  wrote:
> 
> > Are you using the mobile theme?  You shouldn't need to do that for a
> > non-mobile app.
> >
> >
> > On 3/8/13 7:41 AM, "Scott Talsma"  wrote:
> >
> >> Sure enough--that was the issue.  Thanks for the help.
> >>
> >>
> >> On Fri, Mar 8, 2013 at 10:12 AM, Jagan Langa Sami Durai <
> > jaga...@sybrant.com
> >>> wrote:
> >>
> >>> *   embedAsCFF: true;  - *this is the problem. set it to false.
> >>>
> >>>
> >>> On Fri, Mar 8, 2013 at 8:34 PM, Scott Talsma 
> >> wrote:
> >>>
>  I just updated a 4.6 to 4.9, and discovered some my text fields
> were
>  displaying in Times New Roman instead of Verdana. Verdana is being
>  specified in an runtime stylesheet, compiled into an external swf.
> 
>  When I dug further, I confirmed that only the spark Label
> >> ()
> > is
>  affected (broken);  and  work
> fine.
> 
>  I know that some things changed b/t 4.6 and 4.9 around embedded
> >> fonts,
> >>> so I
>  wanted to confirm that I am doing things correctly before filing a
> > bug.
> 
>  
>    xmlns:fx="http://ns.adobe.com/mxml/2009";
>  xmlns:mx="library://ns.adobe.com/flex/mx"
>  xmlns:s="library://ns.adobe.com/flex/spark"
>  creationComplete="loadExtStylesheet()">
>   
>  
>  
>   
> 
>  private function loadExtStylesheet():void {
>  styleManager.loadStyleDeclarations("styles.swf");
>  }
> 
>  
> 
>  
>  
> >>>

Re: [FlexJS] data structure specs

2013-03-11 Thread Alex Harui



On 3/11/13 4:18 AM, "Erik de Bruin"  wrote:

> Alex,
> 
> Could you please take a look at:
> 
> https://cwiki.apache.org/confluence/display/FLEX/MXML+Data+Spec
> 
> and check if that spec is still up to date? I see some differences
> between the spec and the current FlexJS output and I'm wondering which
> one is leading...
> 
What difference are you seeing?  BTW, the only thing that probably shouldn't
change is the fact that it is an array of stuff.  The format of the stuff
can change if it needs to.  Also note that you can look at what
Falcon/FalconJS is currently doing since it actually works (at least, well
enough for the prototype).

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: Porting Flex to the GPU

2013-03-11 Thread Alex Harui



On 3/11/13 5:46 AM, "DarkStone"  wrote:


> Flex is an awesome component framework, but it runs entirely on CPU, that's
> the very reason why it makes me frustrated.
> 
> When developing an app to be used on iOS or android, flex's performance is
> very disappointing, especially if you add any animation effects to it. And I
> think you all know the reason why, yes, it's because flex runs on CPU.
What evidence you do have to support this claim?  I'm still looking for hard
evidence.  My guess is that the real issue is that Flex is running too much
actionscript.  This is not related to animation, but for example a recent
test of mine showed that a HelloWorld app runs 20,000 lines of AS to get up
and running.
> 
> I think the FalconJx compiler is a right direction, but it will take quite a
> time to make it fully functional, given the reason that JavaScript 1.x is not
> a true OOP script language and the Flash display architecture is not the same
> as HTML/JS. And even if FaclonJx were ready now, the output app still runs on
> the CPU, so...
I haven't kept up, but mobile WebView doesn't use GPU?

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: Porting Flex to the GPU

2013-03-11 Thread Frank Martin
You should check out Feathers more thoroughly. MXML is being worked on
(check the git repository) and the skinning is actually far easier that in
Flex with it's half-baked CSS BS. Feathers lets you style ANY property, not
only those that are supported by CSS.

I can only advice you to give Feathers a try. I never looked back a single
day cause after more than a year of Flex mobile development I was
completely full of it. A half-baked, bloated framework with tons of bugs
and way too much baggage that is too slow for anything but the simplest
mobile applications. Just terrible.
Feathers boosted my velocity considerably, absolutely no comparison to Flex.

However, as with any Stage3D framework that emulates the native display
list (this is what Starling does) there are some drawbacks. These
applications just don't scale well, which means that if you've got lots of
display objects, the application will slow down significantly, which makes
the 60fps goal that some people have extremely difficult to achieve,
especially on tablets.
Not sure if this is something that is being worked on at Adobe (they don't
seem to put any more substantial effort into AIR anyway) or if these kind
of frameworks need to change something, but I'm sure there are guys here
with far more background knowledge that can elaborate on this.

If Flex is ever coming back to the mobile platform, I don't think that a
simple (I know that this isn't a simple task) port to the GPU won't do.
They'd basically have start from scratch with a more streamlined framework
and personally, I don't see that happening.


[jira] [Commented] (FLEX-33424) Getting Issues While Compiling the automation.swc and automation_dmv.swc

2013-03-11 Thread Alex Harui (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-33424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598890#comment-13598890
 ] 

Alex Harui commented on FLEX-33424:
---

Apache Flex does not have a 3.x release, so you must be using Adobe Flex.  
Please use Adobe support for assistance.

We can try to help you, but we would need you to clean up the description of 
the problem.  It looks like there are some questions included with the problem 
statement, and I have no idea what IRISH means.

> Getting Issues While Compiling the automation.swc and automation_dmv.swc 
> -
>
> Key: FLEX-33424
> URL: https://issues.apache.org/jira/browse/FLEX-33424
> Project: Apache Flex
>  Issue Type: Bug
>  Components: DMV Flex Builder Integration
>Affects Versions: Adobe Flex SDK 3.5 (Release)
> Environment: Flex Environment with Irish Type FrameWork
>Reporter: pradeep c
>  Labels: pradeep
>
> Our Application Flex Version is of Flex SDK 3.5 which is of IRISH type 
> Framework which does not support Flex 4.5.
> We tried to Compile with the Automation agent and other files for Automation 
> purpose using QTP to idenfify objects 
> We are getting the Following issues.Can you please look into this 
> Unable to find AutomationClass for 'mx.controls.List' 'List194'.
> have they integrated or used the flex project ?
> used the flex project with QTP automation with SDK 3.5* 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: [FlexJS] data structure specs

2013-03-11 Thread Erik de Bruin
The last entry for each descriptor is a 'null' and is supposed to be
for "children", but as all child nodes in FlexJS seem to be
implemented as 'beads', isn't the children entry obsolete?

There is some inconsistency with regard to the final 3 (or 4, counting
'children') entries. The description on the is that they are for
styles, effects and events (and children), but the implementation in
FalconJS outputs only 2... I assume these two are 'styles' and
'events' (in that order) and that 'effects' is obsolete?

That's the ones that caught my eye. As I'm "almost" ready to do a full
one on one comparison between the output of FalconJS and FalconJx,
maybe more will pop up.

EdB



On Mon, Mar 11, 2013 at 4:16 PM, Alex Harui  wrote:
>
>
>
> On 3/11/13 4:18 AM, "Erik de Bruin"  wrote:
>
>> Alex,
>>
>> Could you please take a look at:
>>
>> https://cwiki.apache.org/confluence/display/FLEX/MXML+Data+Spec
>>
>> and check if that spec is still up to date? I see some differences
>> between the spec and the current FlexJS output and I'm wondering which
>> one is leading...
>>
> What difference are you seeing?  BTW, the only thing that probably shouldn't
> change is the fact that it is an array of stuff.  The format of the stuff
> can change if it needs to.  Also note that you can look at what
> Falcon/FalconJS is currently doing since it actually works (at least, well
> enough for the prototype).
>
> --
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
>



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

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


[jira] [Commented] (FLEX-33085) As a developer I would like to be able to load dependencies in an RSL like fashion from a flex module.

2013-03-11 Thread Espen Skogen (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-33085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598897#comment-13598897
 ] 

Espen Skogen commented on FLEX-33085:
-

Justin, I've spiked an implementation of this in my whiteboard. The problem 
domain is this:
If you have a module that has some dependencies which may or may not be loaded 
in the parent application's app domain, there is no way of loading these 
dependencies at runtime - The only option is to compile them into the module, 
and hence increasing module footprint.

I've committed a classloader implementation which can load classes into the app 
domain at runtime, and I'm trialling it in the dayjob. Once it's perfected a 
bit more, I'll integrate into trunk.

E:)

> As a developer I would like to be able to load dependencies in an RSL like 
> fashion from a flex module.
> --
>
> Key: FLEX-33085
> URL: https://issues.apache.org/jira/browse/FLEX-33085
> Project: Apache Flex
>  Issue Type: Story
>Reporter: Alex Harui
>Assignee: Espen Skogen
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (FLEX-33085) As a developer I would like to be able to load dependencies in an RSL like fashion from a flex module.

2013-03-11 Thread Alex Harui (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-33085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598900#comment-13598900
 ] 

Alex Harui commented on FLEX-33085:
---

You sure we didn't get something like this working in Flex 4.6?

> As a developer I would like to be able to load dependencies in an RSL like 
> fashion from a flex module.
> --
>
> Key: FLEX-33085
> URL: https://issues.apache.org/jira/browse/FLEX-33085
> Project: Apache Flex
>  Issue Type: Story
>Reporter: Alex Harui
>Assignee: Espen Skogen
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: [FlexJS] data structure specs

2013-03-11 Thread Alex Harui



On 3/11/13 8:27 AM, "Erik de Bruin"  wrote:

> The last entry for each descriptor is a 'null' and is supposed to be
> for "children", but as all child nodes in FlexJS seem to be
> implemented as 'beads', isn't the children entry obsolete?
No, there are certainly children or will be when we have containers.
> 
> There is some inconsistency with regard to the final 3 (or 4, counting
> 'children') entries. The description on the is that they are for
> styles, effects and events (and children), but the implementation in
> FalconJS outputs only 2... I assume these two are 'styles' and
> 'events' (in that order) and that 'effects' is obsolete?
It should be properties and events, but I think I'm sticking in 0's for
styles and effects.
> 
> That's the ones that caught my eye. As I'm "almost" ready to do a full
> one on one comparison between the output of FalconJS and FalconJx,
> maybe more will pop up.
> 
> EdB
> 
> 
> 
> On Mon, Mar 11, 2013 at 4:16 PM, Alex Harui  wrote:
>> 
>> 
>> 
>> On 3/11/13 4:18 AM, "Erik de Bruin"  wrote:
>> 
>>> Alex,
>>> 
>>> Could you please take a look at:
>>> 
>>> https://cwiki.apache.org/confluence/display/FLEX/MXML+Data+Spec
>>> 
>>> and check if that spec is still up to date? I see some differences
>>> between the spec and the current FlexJS output and I'm wondering which
>>> one is leading...
>>> 
>> What difference are you seeing?  BTW, the only thing that probably shouldn't
>> change is the fact that it is an array of stuff.  The format of the stuff
>> can change if it needs to.  Also note that you can look at what
>> Falcon/FalconJS is currently doing since it actually works (at least, well
>> enough for the prototype).
>> 
>> --
>> Alex Harui
>> Flex SDK Team
>> Adobe Systems, Inc.
>> http://blogs.adobe.com/aharui
>> 
> 
> 
> 
> --
> Ix Multimedia Software
> 
> Jan Luykenstraat 27
> 3521 VB Utrecht
> 
> T. 06-51952295
> I. www.ixsoftware.nl

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



[jira] [Commented] (FLEX-33085) As a developer I would like to be able to load dependencies in an RSL like fashion from a flex module.

2013-03-11 Thread Espen Skogen (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-33085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598903#comment-13598903
 ] 

Espen Skogen commented on FLEX-33085:
-

No - Not sure at all. Did you have any specific area in mind? I'll have a look.

> As a developer I would like to be able to load dependencies in an RSL like 
> fashion from a flex module.
> --
>
> Key: FLEX-33085
> URL: https://issues.apache.org/jira/browse/FLEX-33085
> Project: Apache Flex
>  Issue Type: Story
>Reporter: Alex Harui
>Assignee: Espen Skogen
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (FLEX-33085) As a developer I would like to be able to load dependencies in an RSL like fashion from a flex module.

2013-03-11 Thread Alex Harui (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-33085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13598920#comment-13598920
 ] 

Alex Harui commented on FLEX-33085:
---

I thought that in either 4.5 or 4.6, we added logic where you specify a full 
set of RSLs for the apps and modules and the compiler will only have the main 
app load the ones it actually uses, then when modules load and they need an RSL 
not already loaded, it gets loaded by the app.

See: 
http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-799a.html#WS19f279b149e7481c-7592484b12db94a3ab2-8000

Of course, it doesn't allow for arbitrary class injection into a shared 
application domain.

> As a developer I would like to be able to load dependencies in an RSL like 
> fashion from a flex module.
> --
>
> Key: FLEX-33085
> URL: https://issues.apache.org/jira/browse/FLEX-33085
> Project: Apache Flex
>  Issue Type: Story
>Reporter: Alex Harui
>Assignee: Espen Skogen
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Flex-Spring Integration

2013-03-11 Thread dude
FYI: Carlos Rovira forked spring-flex a few months ago to integrate
Hibernate 4.1 support.

https://github.com/codeoscopic/spring-flex


Re: Flex-Spring Integration

2013-03-11 Thread Frédéric THOMAS

Good to know, thanks.

-Message d'origine- 
From: dude 
Sent: Monday, March 11, 2013 5:07 PM 
To: dev@flex.apache.org 
Subject: Re: Flex-Spring Integration 


FYI: Carlos Rovira forked spring-flex a few months ago to integrate
Hibernate 4.1 support.

https://github.com/codeoscopic/spring-flex


Re: Flex-Spring Integration

2013-03-11 Thread Frédéric THOMAS

Well, except nothing moved since at least one year :P

-Message d'origine- 
From: dude 
Sent: Monday, March 11, 2013 5:07 PM 
To: dev@flex.apache.org 
Subject: Re: Flex-Spring Integration 


FYI: Carlos Rovira forked spring-flex a few months ago to integrate
Hibernate 4.1 support.

https://github.com/codeoscopic/spring-flex


Re: Flex-Spring Integration

2013-03-11 Thread Frédéric THOMAS

And the hibernate version used is the 3.6.4-final

-Message d'origine- 
From: Frédéric THOMAS

Sent: Monday, March 11, 2013 5:22 PM
To: dev@flex.apache.org
Subject: Re: Flex-Spring Integration

Well, except nothing moved since at least one year :P

-Message d'origine- 
From: dude

Sent: Monday, March 11, 2013 5:07 PM
To: dev@flex.apache.org
Subject: Re: Flex-Spring Integration

FYI: Carlos Rovira forked spring-flex a few months ago to integrate
Hibernate 4.1 support.

https://github.com/codeoscopic/spring-flex 



Re: Flex-Spring Integration

2013-03-11 Thread Carlos Rovira
Hi Guys,

Jose Barragan is working this days with spring people to make our fork the
official upgrade. He will hopefuly respond here about the state of this
integration.

Best,

Carlos


2013/3/11 Frédéric THOMAS 

> And the hibernate version used is the 3.6.4-final
>
> -Message d'origine- From: Frédéric THOMAS
> Sent: Monday, March 11, 2013 5:22 PM
>
> To: dev@flex.apache.org
> Subject: Re: Flex-Spring Integration
>
> Well, except nothing moved since at least one year :P
>
> -Message d'origine- From: dude
> Sent: Monday, March 11, 2013 5:07 PM
> To: dev@flex.apache.org
> Subject: Re: Flex-Spring Integration
>
> FYI: Carlos Rovira forked spring-flex a few months ago to integrate
> Hibernate 4.1 support.
>
> https://github.com/**codeoscopic/spring-flex
>



-- 
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


Re: Flex-Spring Integration

2013-03-11 Thread Frédéric THOMAS

Ok, thanks for the update :)

-Message d'origine- 
From: Carlos Rovira

Sent: Monday, March 11, 2013 6:03 PM
To: dev@flex.apache.org
Subject: Re: Flex-Spring Integration

Hi Guys,

Jose Barragan is working this days with spring people to make our fork the
official upgrade. He will hopefuly respond here about the state of this
integration.

Best,

Carlos


2013/3/11 Frédéric THOMAS 


And the hibernate version used is the 3.6.4-final

-Message d'origine- From: Frédéric THOMAS
Sent: Monday, March 11, 2013 5:22 PM

To: dev@flex.apache.org
Subject: Re: Flex-Spring Integration

Well, except nothing moved since at least one year :P

-Message d'origine- From: dude
Sent: Monday, March 11, 2013 5:07 PM
To: dev@flex.apache.org
Subject: Re: Flex-Spring Integration

FYI: Carlos Rovira forked spring-flex a few months ago to integrate
Hibernate 4.1 support.

https://github.com/**codeoscopic/spring-flex





--
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 



Re: Flex-Spring Integration

2013-03-11 Thread Jose Barragan
Hi guys,
I just pull request a solution, and we're waiting for Jeremy's review and 
accepts.

For more info:
http://forum.springsource.org/showthread.php?127796-Future-of-Spring-Flex-BlazeDS
https://jira.springsource.org/browse/FLEX-220
https://github.com/pepebarragan/spring-flex/tree/feature/spring-flex-upgrade


--
Jose Barragan
Software Architect Chief 
Codeoscopic Madrid
C/. Infanta Mercedes, 92. 
Planta 5.  505.
28020 Madrid.
Tel.: +34 912 94 80 80

On Mar 11, 2013, at 6:03 PM, Carlos Rovira  
wrote:

> Hi Guys,
> 
> Jose Barragan is working this days with spring people to make our fork the
> official upgrade. He will hopefuly respond here about the state of this
> integration.
> 
> Best,
> 
> Carlos
> 
> 
> 2013/3/11 Frédéric THOMAS 
> 
>> And the hibernate version used is the 3.6.4-final
>> 
>> -Message d'origine- From: Frédéric THOMAS
>> Sent: Monday, March 11, 2013 5:22 PM
>> 
>> To: dev@flex.apache.org
>> Subject: Re: Flex-Spring Integration
>> 
>> Well, except nothing moved since at least one year :P
>> 
>> -Message d'origine- From: dude
>> Sent: Monday, March 11, 2013 5:07 PM
>> To: dev@flex.apache.org
>> Subject: Re: Flex-Spring Integration
>> 
>> FYI: Carlos Rovira forked spring-flex a few months ago to integrate
>> Hibernate 4.1 support.
>> 
>> https://github.com/**codeoscopic/spring-flex
>> 
> 
> 
> 
> -- 
> 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



Re: Flex-Spring Integration

2013-03-11 Thread Frédéric THOMAS

Hi Jose,

I haven't dug into the code as it's not my needs at the moment but good to 
know you and Carlos are still working on it ;)
Post something somewhere or here or at least give a link to a post, Granite 
is a good solution to go but so many people still works with what I know the 
best, spring-flex.


Thanks,
-Fred

-Message d'origine- 
From: Jose Barragan

Sent: Monday, March 11, 2013 6:11 PM
To: dev@flex.apache.org
Subject: Re: Flex-Spring Integration

Hi guys,
I just pull request a solution, and we're waiting for Jeremy's review and 
accepts.


For more info:
http://forum.springsource.org/showthread.php?127796-Future-of-Spring-Flex-BlazeDS
https://jira.springsource.org/browse/FLEX-220
https://github.com/pepebarragan/spring-flex/tree/feature/spring-flex-upgrade


--
Jose Barragan
Software Architect Chief
Codeoscopic Madrid
C/. Infanta Mercedes, 92.
Planta 5.  505.
28020 Madrid.
Tel.: +34 912 94 80 80

On Mar 11, 2013, at 6:03 PM, Carlos Rovira  
wrote:



Hi Guys,

Jose Barragan is working this days with spring people to make our fork the
official upgrade. He will hopefuly respond here about the state of this
integration.

Best,

Carlos


2013/3/11 Frédéric THOMAS 


And the hibernate version used is the 3.6.4-final

-Message d'origine- From: Frédéric THOMAS
Sent: Monday, March 11, 2013 5:22 PM

To: dev@flex.apache.org
Subject: Re: Flex-Spring Integration

Well, except nothing moved since at least one year :P

-Message d'origine- From: dude
Sent: Monday, March 11, 2013 5:07 PM
To: dev@flex.apache.org
Subject: Re: Flex-Spring Integration

FYI: Carlos Rovira forked spring-flex a few months ago to integrate
Hibernate 4.1 support.

https://github.com/**codeoscopic/spring-flex





--
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




Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Om
Fred,

I just sent the certificate and password emails to this id:
webdoubl...@hotmail.com.

I am working on showing the flex sdk version on the window as a label
itself.  Give me a few hours and I will commit it.

Thanks,
Om

On Mon, Mar 11, 2013 at 8:07 AM, Frédéric THOMAS wrote:

> Hi,
>
> Cyrill just added the German translation, I reviewed the files, filled the
> release note accordingly, I mean for some of the issues, I haven't find any
> JIRA:
>
> Apache Flex SDK Installer 2.5
>
> Issues addressed in this release:
> Here is a list of significant issues that were fixed with this release:
>
> 1.  Enable Flex SDK download stats tracking
> 2.  
> https://issues.apache.org/**jira/browse/FLEX-33426(UI
>  fix for license screen (show regular checkboxes))
> 3.  
> https://issues.apache.org/**jira/browse/FLEX-33151(Auto-update
>  logic fix)
>
> 4.  French and Dutch language locale fixes.
> 5.  Added the SDK version number to be downloaded in the window title.
> 6.  
> https://issues.apache.org/**jira/browse/FLEX-33202(more
>  issues).
> 7.  
> https://issues.apache.org/**jira/browse/FLEX-33419(added
>  germain language).
>
> I've been able to build and run the installer, what's the next step before
> I can propose a RC for windows ? Justin, did you do something already for
> OSX ?
>
> -Fred
>
> -Message d'origine- From: Frédéric THOMAS
> Sent: Monday, March 11, 2013 10:05 AM
>
> To: dev@flex.apache.org
> Subject: Re: Apache Flex SDK Installer - 2.5 release?
>
> So, I just committed [1] in more than :
>
> 1.  Enable Flex SDK download stats tracking
> 2.  UI fix for license screen (show regular checkboxes)
> 3.  Auto-update logic fix
> 4.  French and Dutch language locale fixes.
> 5- Added the SDK version number in the window title.
>
> What do we do, I review and update the different files and we release soon,
> I'll implement the FP/AIR selection after as it can take time or we wait,
> what the best for you ? (I would rather prefer to do the latter after)
> @Om: At some point I'll need the certificate/password files.
>
> -Fred
>
> [1] 
> https://issues.apache.org/**jira/browse/FLEX-33202
>
> -Message d'origine- From: Justin Mclean
> Sent: Monday, March 11, 2013 9:53 AM
> To: dev@flex.apache.org
> Subject: Re: Apache Flex SDK Installer - 2.5 release?
>
> HI,
>
>  No need to even copy.  The swc is placed in the correct path.
>>
>
> I assume that's for AIR only so it possible to have different default for
> AIR and the Flex SDK?
>
> Thanks,
> Justin
>
>


Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Frédéric THOMAS

Hi Om,

Thanks, I well received the files, I'll build the release a litle bit later.

Btw, just to keep you in touch, I started to work on the installer config 
file 3.0 with new structure to accept selection of, at the moment, FP and 
AIR, but I guess I'm going to include the SDK selection too, still have to 
check if it's possible to get them from the archives and if we can 
monitorize them, maybe you've already got an idea ?


-Fred

-Message d'origine- 
From: Frédéric THOMAS

Sent: Monday, March 11, 2013 4:07 PM
To: dev@flex.apache.org
Subject: Re: Apache Flex SDK Installer - 2.5 release?

Hi,

Cyrill just added the German translation, I reviewed the files, filled the
release note accordingly, I mean for some of the issues, I haven't find any
JIRA:

Apache Flex SDK Installer 2.5

Issues addressed in this release:
Here is a list of significant issues that were fixed with this release:
1.  Enable Flex SDK download stats tracking
2.  https://issues.apache.org/jira/browse/FLEX-33426 (UI fix for license
screen (show regular checkboxes))
3.  https://issues.apache.org/jira/browse/FLEX-33151 (Auto-update logic fix)
4.  French and Dutch language locale fixes.
5.  Added the SDK version number to be downloaded in the window title.
6.  https://issues.apache.org/jira/browse/FLEX-33202 (more issues).
7.  https://issues.apache.org/jira/browse/FLEX-33419 (added germain
language).

I've been able to build and run the installer, what's the next step before I
can propose a RC for windows ? Justin, did you do something already for OSX
?

-Fred

-Message d'origine- 
From: Frédéric THOMAS

Sent: Monday, March 11, 2013 10:05 AM
To: dev@flex.apache.org
Subject: Re: Apache Flex SDK Installer - 2.5 release?

So, I just committed [1] in more than :

1.  Enable Flex SDK download stats tracking
2.  UI fix for license screen (show regular checkboxes)
3.  Auto-update logic fix
4.  French and Dutch language locale fixes.
5- Added the SDK version number in the window title.

What do we do, I review and update the different files and we release soon,
I'll implement the FP/AIR selection after as it can take time or we wait,
what the best for you ? (I would rather prefer to do the latter after)
@Om: At some point I'll need the certificate/password files.

-Fred

[1] https://issues.apache.org/jira/browse/FLEX-33202

-Message d'origine- 
From: Justin Mclean

Sent: Monday, March 11, 2013 9:53 AM
To: dev@flex.apache.org
Subject: Re: Apache Flex SDK Installer - 2.5 release?

HI,


No need to even copy.  The swc is placed in the correct path.


I assume that's for AIR only so it possible to have different default for
AIR and the Flex SDK?

Thanks,
Justin



Re: Apache Flex SDK Installer - 2.5 release?

2013-03-11 Thread Frédéric THOMAS

I am working on showing the flex sdk version on the window as a label

itself.  Give me a few hours and I will commit it.

Do you mean in more than the title ?
Btw, building an running the app with the remote config file, I noticed the 
xml takes some times to download, I know already the apache servers are 
slow, so, the SDK version number takes few seconds to appears.


-Fred

-Message d'origine- 
From: Om

Sent: Monday, March 11, 2013 6:29 PM
To: dev@flex.apache.org
Subject: Re: Apache Flex SDK Installer - 2.5 release?

Fred,

I just sent the certificate and password emails to this id:
webdoubl...@hotmail.com.

I am working on showing the flex sdk version on the window as a label
itself.  Give me a few hours and I will commit it.

Thanks,
Om

On Mon, Mar 11, 2013 at 8:07 AM, Frédéric THOMAS 
wrote:



Hi,

Cyrill just added the German translation, I reviewed the files, filled the
release note accordingly, I mean for some of the issues, I haven't find 
any

JIRA:

Apache Flex SDK Installer 2.5

Issues addressed in this release:
Here is a list of significant issues that were fixed with this release:

1.  Enable Flex SDK download stats tracking
2. 
https://issues.apache.org/**jira/browse/FLEX-33426(UI 
fix for license screen (show regular checkboxes))
3. 
https://issues.apache.org/**jira/browse/FLEX-33151(Auto-update 
logic fix)


4.  French and Dutch language locale fixes.
5.  Added the SDK version number to be downloaded in the window title.
6. 
https://issues.apache.org/**jira/browse/FLEX-33202(more 
issues).
7. 
https://issues.apache.org/**jira/browse/FLEX-33419(added 
germain language).


I've been able to build and run the installer, what's the next step before
I can propose a RC for windows ? Justin, did you do something already for
OSX ?

-Fred

-Message d'origine- From: Frédéric THOMAS
Sent: Monday, March 11, 2013 10:05 AM

To: dev@flex.apache.org
Subject: Re: Apache Flex SDK Installer - 2.5 release?

So, I just committed [1] in more than :

1.  Enable Flex SDK download stats tracking
2.  UI fix for license screen (show regular checkboxes)
3.  Auto-update logic fix
4.  French and Dutch language locale fixes.
5- Added the SDK version number in the window title.

What do we do, I review and update the different files and we release 
soon,

I'll implement the FP/AIR selection after as it can take time or we wait,
what the best for you ? (I would rather prefer to do the latter after)
@Om: At some point I'll need the certificate/password files.

-Fred

[1] 
https://issues.apache.org/**jira/browse/FLEX-33202


-Message d'origine- From: Justin Mclean
Sent: Monday, March 11, 2013 9:53 AM
To: dev@flex.apache.org
Subject: Re: Apache Flex SDK Installer - 2.5 release?

HI,

 No need to even copy.  The swc is placed in the correct path.




I assume that's for AIR only so it possible to have different default for
AIR and the Flex SDK?

Thanks,
Justin






[FalconJS] error in fresh working copy

2013-03-11 Thread Erik de Bruin
Alex,

When I check out a fresh working copy of FalconJS and try to build it
using the ant script or in Eclipse, I get the following error:

compile:
[javac] Compiling 31 source files to
/Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build/classes
[javac] 
/Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/src/org/apache/flex/compiler/internal/as/codegen/JSGeneratingReducer.java:5574:
incompatible types
[javac] found   : org.apache.flex.compiler.tree.as.IVariableNode
[javac] required: org.apache.flex.compiler.internal.tree.as.BaseVariableNode
[javac] BaseVariableNode var_node =
var_expr_node.getTargetVariable();
[javac]^
[javac] Note:
/Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build/generatedSrc/as3.codegen/org/apache/flex/compiler/internal/as/codegen/CmcJSEmitter.java
uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error

My copy of Falcon is also a fresh new working copy that builds correctly.

Can you reproduce this?

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

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


Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Erik de Bruin
Then, when I fix the above error by adding a cast to
(BaseVariableNode), FalconJS builds without errors.

I can now build the FlexJSUI.swc no problem.

However, when I then try to compile the FlexJSTest_again example using
the following command starting in the 'as' directory:

../../../../../falcon/trunk/compiler.js/bin/mxmlc
-compiler.mxml.children-as-data
-library-path+=../../frameworks/as/libs/FlexJSUI.swc
-output=/Users/erik/Desktop/FlexJS/FlexJSTest.js -debug
FlexJSTest.mxml

I get the following error:

Using Falcon codebase:
../../../../../falcon/trunk/compiler.js/bin/../../compiler
Using Flex SDK: /Users/erik/Documents/apacheFlex/repo/sdk
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/flex/compiler/internal/projects/FlexProject
Caused by: java.lang.ClassNotFoundException:
org.apache.flex.compiler.internal.projects.FlexProject
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

Thanks for any input you can give me!

EdB




On Mon, Mar 11, 2013 at 6:59 PM, Erik de Bruin  wrote:
> Alex,
>
> When I check out a fresh working copy of FalconJS and try to build it
> using the ant script or in Eclipse, I get the following error:
>
> compile:
> [javac] Compiling 31 source files to
> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build/classes
> [javac] 
> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/src/org/apache/flex/compiler/internal/as/codegen/JSGeneratingReducer.java:5574:
> incompatible types
> [javac] found   : org.apache.flex.compiler.tree.as.IVariableNode
> [javac] required: 
> org.apache.flex.compiler.internal.tree.as.BaseVariableNode
> [javac] BaseVariableNode var_node =
> var_expr_node.getTargetVariable();
> [javac]   
>  ^
> [javac] Note:
> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build/generatedSrc/as3.codegen/org/apache/flex/compiler/internal/as/codegen/CmcJSEmitter.java
> uses unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] 1 error
>
> My copy of Falcon is also a fresh new working copy that builds correctly.
>
> Can you reproduce this?
>
> EdB
>
>
>
> --
> 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


Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Chema Balsas
Hi Erik,

I hit that myself yesterday and was just about to report it.

I did exactly the same to fix the compile-time error for falconjs, and then
got the exact same error when trying to compile the example.

I also get a runtime error when trying to run the example swf compiled
using Falcon... can you check if that doesn't work for you either?

Cheers,
Chema


2013/3/11 Erik de Bruin 

> Then, when I fix the above error by adding a cast to
> (BaseVariableNode), FalconJS builds without errors.
>
> I can now build the FlexJSUI.swc no problem.
>
> However, when I then try to compile the FlexJSTest_again example using
> the following command starting in the 'as' directory:
>
> ../../../../../falcon/trunk/compiler.js/bin/mxmlc
> -compiler.mxml.children-as-data
> -library-path+=../../frameworks/as/libs/FlexJSUI.swc
> -output=/Users/erik/Desktop/FlexJS/FlexJSTest.js -debug
> FlexJSTest.mxml
>
> I get the following error:
>
> Using Falcon codebase:
> ../../../../../falcon/trunk/compiler.js/bin/../../compiler
> Using Flex SDK: /Users/erik/Documents/apacheFlex/repo/sdk
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/flex/compiler/internal/projects/FlexProject
> Caused by: java.lang.ClassNotFoundException:
> org.apache.flex.compiler.internal.projects.FlexProject
> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>
> Thanks for any input you can give me!
>
> EdB
>
>
>
>
> On Mon, Mar 11, 2013 at 6:59 PM, Erik de Bruin  wrote:
> > Alex,
> >
> > When I check out a fresh working copy of FalconJS and try to build it
> > using the ant script or in Eclipse, I get the following error:
> >
> > compile:
> > [javac] Compiling 31 source files to
> >
> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build/classes
> > [javac]
> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/src/org/apache/flex/compiler/internal/as/codegen/JSGeneratingReducer.java:5574:
> > incompatible types
> > [javac] found   : org.apache.flex.compiler.tree.as.IVariableNode
> > [javac] required:
> org.apache.flex.compiler.internal.tree.as.BaseVariableNode
> > [javac] BaseVariableNode var_node =
> > var_expr_node.getTargetVariable();
> > [javac]
>^
> > [javac] Note:
> >
> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build/generatedSrc/as3.codegen/org/apache/flex/compiler/internal/as/codegen/CmcJSEmitter.java
> > uses unchecked or unsafe operations.
> > [javac] Note: Recompile with -Xlint:unchecked for details.
> > [javac] 1 error
> >
> > My copy of Falcon is also a fresh new working copy that builds correctly.
> >
> > Can you reproduce this?
> >
> > EdB
> >
> >
> >
> > --
> > 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
>


Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Erik de Bruin
I was on the verge of committing the "FlexJS in FalconJx" code, when I
did a final update of all sources to run in a clean environment and I
started hitting all these errors. I'm not set up to test code from
Falcon, sorry.

EdB



On Mon, Mar 11, 2013 at 7:16 PM, Chema Balsas  wrote:
> Hi Erik,
>
> I hit that myself yesterday and was just about to report it.
>
> I did exactly the same to fix the compile-time error for falconjs, and then
> got the exact same error when trying to compile the example.
>
> I also get a runtime error when trying to run the example swf compiled
> using Falcon... can you check if that doesn't work for you either?
>
> Cheers,
> Chema
>
>
> 2013/3/11 Erik de Bruin 
>
>> Then, when I fix the above error by adding a cast to
>> (BaseVariableNode), FalconJS builds without errors.
>>
>> I can now build the FlexJSUI.swc no problem.
>>
>> However, when I then try to compile the FlexJSTest_again example using
>> the following command starting in the 'as' directory:
>>
>> ../../../../../falcon/trunk/compiler.js/bin/mxmlc
>> -compiler.mxml.children-as-data
>> -library-path+=../../frameworks/as/libs/FlexJSUI.swc
>> -output=/Users/erik/Desktop/FlexJS/FlexJSTest.js -debug
>> FlexJSTest.mxml
>>
>> I get the following error:
>>
>> Using Falcon codebase:
>> ../../../../../falcon/trunk/compiler.js/bin/../../compiler
>> Using Flex SDK: /Users/erik/Documents/apacheFlex/repo/sdk
>> Exception in thread "main" java.lang.NoClassDefFoundError:
>> org/apache/flex/compiler/internal/projects/FlexProject
>> Caused by: java.lang.ClassNotFoundException:
>> org.apache.flex.compiler.internal.projects.FlexProject
>> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>>
>> Thanks for any input you can give me!
>>
>> EdB
>>
>>
>>
>>
>> On Mon, Mar 11, 2013 at 6:59 PM, Erik de Bruin  wrote:
>> > Alex,
>> >
>> > When I check out a fresh working copy of FalconJS and try to build it
>> > using the ant script or in Eclipse, I get the following error:
>> >
>> > compile:
>> > [javac] Compiling 31 source files to
>> >
>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build/classes
>> > [javac]
>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/src/org/apache/flex/compiler/internal/as/codegen/JSGeneratingReducer.java:5574:
>> > incompatible types
>> > [javac] found   : org.apache.flex.compiler.tree.as.IVariableNode
>> > [javac] required:
>> org.apache.flex.compiler.internal.tree.as.BaseVariableNode
>> > [javac] BaseVariableNode var_node =
>> > var_expr_node.getTargetVariable();
>> > [javac]
>>^
>> > [javac] Note:
>> >
>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build/generatedSrc/as3.codegen/org/apache/flex/compiler/internal/as/codegen/CmcJSEmitter.java
>> > uses unchecked or unsafe operations.
>> > [javac] Note: Recompile with -Xlint:unchecked for details.
>> > [javac] 1 error
>> >
>> > My copy of Falcon is also a fresh new working copy that builds correctly.
>> >
>> > Can you reproduce this?
>> >
>> > EdB
>> >
>> >
>> >
>> > --
>> > 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


Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Alex Harui
I synced up and am getting these errors too.  I'm looking into it.


On 3/11/13 11:20 AM, "Erik de Bruin"  wrote:

> I was on the verge of committing the "FlexJS in FalconJx" code, when I
> did a final update of all sources to run in a clean environment and I
> started hitting all these errors. I'm not set up to test code from
> Falcon, sorry.
> 
> EdB
> 
> 
> 
> On Mon, Mar 11, 2013 at 7:16 PM, Chema Balsas  wrote:
>> Hi Erik,
>> 
>> I hit that myself yesterday and was just about to report it.
>> 
>> I did exactly the same to fix the compile-time error for falconjs, and then
>> got the exact same error when trying to compile the example.
>> 
>> I also get a runtime error when trying to run the example swf compiled
>> using Falcon... can you check if that doesn't work for you either?
>> 
>> Cheers,
>> Chema
>> 
>> 
>> 2013/3/11 Erik de Bruin 
>> 
>>> Then, when I fix the above error by adding a cast to
>>> (BaseVariableNode), FalconJS builds without errors.
>>> 
>>> I can now build the FlexJSUI.swc no problem.
>>> 
>>> However, when I then try to compile the FlexJSTest_again example using
>>> the following command starting in the 'as' directory:
>>> 
>>> ../../../../../falcon/trunk/compiler.js/bin/mxmlc
>>> -compiler.mxml.children-as-data
>>> -library-path+=../../frameworks/as/libs/FlexJSUI.swc
>>> -output=/Users/erik/Desktop/FlexJS/FlexJSTest.js -debug
>>> FlexJSTest.mxml
>>> 
>>> I get the following error:
>>> 
>>> Using Falcon codebase:
>>> ../../../../../falcon/trunk/compiler.js/bin/../../compiler
>>> Using Flex SDK: /Users/erik/Documents/apacheFlex/repo/sdk
>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>> org/apache/flex/compiler/internal/projects/FlexProject
>>> Caused by: java.lang.ClassNotFoundException:
>>> org.apache.flex.compiler.internal.projects.FlexProject
>>> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>>> at java.security.AccessController.doPrivileged(Native Method)
>>> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>>> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>>> 
>>> Thanks for any input you can give me!
>>> 
>>> EdB
>>> 
>>> 
>>> 
>>> 
>>> On Mon, Mar 11, 2013 at 6:59 PM, Erik de Bruin  wrote:
 Alex,
 
 When I check out a fresh working copy of FalconJS and try to build it
 using the ant script or in Eclipse, I get the following error:
 
 compile:
 [javac] Compiling 31 source files to
 
>>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build/c
>>> lasses
 [javac]
>>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/src/org
>>> /apache/flex/compiler/internal/as/codegen/JSGeneratingReducer.java:5574:
 incompatible types
 [javac] found   : org.apache.flex.compiler.tree.as.IVariableNode
 [javac] required:
>>> org.apache.flex.compiler.internal.tree.as.BaseVariableNode
 [javac] BaseVariableNode var_node =
 var_expr_node.getTargetVariable();
 [javac]
>>>^
 [javac] Note:
 
>>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build/g
>>> eneratedSrc/as3.codegen/org/apache/flex/compiler/internal/as/codegen/CmcJSEm
>>> itter.java
 uses unchecked or unsafe operations.
 [javac] Note: Recompile with -Xlint:unchecked for details.
 [javac] 1 error
 
 My copy of Falcon is also a fresh new working copy that builds correctly.
 
 Can you reproduce this?
 
 EdB
 
 
 
 --
 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

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Michael Schmalle

Alex,

The other day I added the IVariableExpressionNode interface, was  
working on todos of the framework(small ones).


I did not have the falcon.js project open so the cast was not added to  
that class(my fault).


But I cannot see how adding a cast to an instance that has to be of  
type BaseVariableNode anyway could cause a class not found exception.  
I makes no sense at all.


Mike


Quoting Alex Harui :


I synced up and am getting these errors too.  I'm looking into it.


On 3/11/13 11:20 AM, "Erik de Bruin"  wrote:


I was on the verge of committing the "FlexJS in FalconJx" code, when I
did a final update of all sources to run in a clean environment and I
started hitting all these errors. I'm not set up to test code from
Falcon, sorry.

EdB



On Mon, Mar 11, 2013 at 7:16 PM, Chema Balsas  wrote:

Hi Erik,

I hit that myself yesterday and was just about to report it.

I did exactly the same to fix the compile-time error for falconjs, and then
got the exact same error when trying to compile the example.

I also get a runtime error when trying to run the example swf compiled
using Falcon... can you check if that doesn't work for you either?

Cheers,
Chema


2013/3/11 Erik de Bruin 


Then, when I fix the above error by adding a cast to
(BaseVariableNode), FalconJS builds without errors.

I can now build the FlexJSUI.swc no problem.

However, when I then try to compile the FlexJSTest_again example using
the following command starting in the 'as' directory:

../../../../../falcon/trunk/compiler.js/bin/mxmlc
-compiler.mxml.children-as-data
-library-path+=../../frameworks/as/libs/FlexJSUI.swc
-output=/Users/erik/Desktop/FlexJS/FlexJSTest.js -debug
FlexJSTest.mxml

I get the following error:

Using Falcon codebase:
../../../../../falcon/trunk/compiler.js/bin/../../compiler
Using Flex SDK: /Users/erik/Documents/apacheFlex/repo/sdk
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/flex/compiler/internal/projects/FlexProject
Caused by: java.lang.ClassNotFoundException:
org.apache.flex.compiler.internal.projects.FlexProject
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

Thanks for any input you can give me!

EdB




On Mon, Mar 11, 2013 at 6:59 PM, Erik de Bruin  wrote:

Alex,

When I check out a fresh working copy of FalconJS and try to build it
using the ant script or in Eclipse, I get the following error:

compile:
[javac] Compiling 31 source files to


/Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build/c
lasses

[javac]

/Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/src/org
/apache/flex/compiler/internal/as/codegen/JSGeneratingReducer.java:5574:

incompatible types
[javac] found   : org.apache.flex.compiler.tree.as.IVariableNode
[javac] required:

org.apache.flex.compiler.internal.tree.as.BaseVariableNode

[javac] BaseVariableNode var_node =
var_expr_node.getTargetVariable();
[javac]

   ^

[javac] Note:


/Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build/g
eneratedSrc/as3.codegen/org/apache/flex/compiler/internal/as/codegen/CmcJSEm
itter.java

uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error

My copy of Falcon is also a fresh new working copy that builds correctly.

Can you reproduce this?

EdB



--
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


--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui




--
Michael Schmalle - Teoti Graphix, LLC
http://www.teotigraphix.com
http://blog.teotigraphix.com



Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Alex Harui
The class not found is FlexProject, so it is unrelated.

I think the issue is that I have wired up the classpaths for the
package/deployer in the FlexJSOverlay.zip, so it is looking for Falcon in
../../lib



On 3/11/13 11:41 AM, "Michael Schmalle"  wrote:

> Alex,
> 
> The other day I added the IVariableExpressionNode interface, was
> working on todos of the framework(small ones).
> 
> I did not have the falcon.js project open so the cast was not added to
> that class(my fault).
> 
> But I cannot see how adding a cast to an instance that has to be of
> type BaseVariableNode anyway could cause a class not found exception.
> I makes no sense at all.
> 
> Mike
> 
> 
> Quoting Alex Harui :
> 
>> I synced up and am getting these errors too.  I'm looking into it.
>> 
>> 
>> On 3/11/13 11:20 AM, "Erik de Bruin"  wrote:
>> 
>>> I was on the verge of committing the "FlexJS in FalconJx" code, when I
>>> did a final update of all sources to run in a clean environment and I
>>> started hitting all these errors. I'm not set up to test code from
>>> Falcon, sorry.
>>> 
>>> EdB
>>> 
>>> 
>>> 
>>> On Mon, Mar 11, 2013 at 7:16 PM, Chema Balsas  wrote:
 Hi Erik,
 
 I hit that myself yesterday and was just about to report it.
 
 I did exactly the same to fix the compile-time error for falconjs, and then
 got the exact same error when trying to compile the example.
 
 I also get a runtime error when trying to run the example swf compiled
 using Falcon... can you check if that doesn't work for you either?
 
 Cheers,
 Chema
 
 
 2013/3/11 Erik de Bruin 
 
> Then, when I fix the above error by adding a cast to
> (BaseVariableNode), FalconJS builds without errors.
> 
> I can now build the FlexJSUI.swc no problem.
> 
> However, when I then try to compile the FlexJSTest_again example using
> the following command starting in the 'as' directory:
> 
> ../../../../../falcon/trunk/compiler.js/bin/mxmlc
> -compiler.mxml.children-as-data
> -library-path+=../../frameworks/as/libs/FlexJSUI.swc
> -output=/Users/erik/Desktop/FlexJS/FlexJSTest.js -debug
> FlexJSTest.mxml
> 
> I get the following error:
> 
> Using Falcon codebase:
> ../../../../../falcon/trunk/compiler.js/bin/../../compiler
> Using Flex SDK: /Users/erik/Documents/apacheFlex/repo/sdk
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/flex/compiler/internal/projects/FlexProject
> Caused by: java.lang.ClassNotFoundException:
> org.apache.flex.compiler.internal.projects.FlexProject
> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
> 
> Thanks for any input you can give me!
> 
> EdB
> 
> 
> 
> 
> On Mon, Mar 11, 2013 at 6:59 PM, Erik de Bruin  wrote:
>> Alex,
>> 
>> When I check out a fresh working copy of FalconJS and try to build it
>> using the ant script or in Eclipse, I get the following error:
>> 
>> compile:
>> [javac] Compiling 31 source files to
>> 
> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build
> /c
> lasses
>> [javac]
> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/src/o
> rg
> /apache/flex/compiler/internal/as/codegen/JSGeneratingReducer.java:5574:
>> incompatible types
>> [javac] found   : org.apache.flex.compiler.tree.as.IVariableNode
>> [javac] required:
> org.apache.flex.compiler.internal.tree.as.BaseVariableNode
>> [javac] BaseVariableNode var_node =
>> var_expr_node.getTargetVariable();
>> [javac]
>^
>> [javac] Note:
>> 
> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build
> /g
> eneratedSrc/as3.codegen/org/apache/flex/compiler/internal/as/codegen/CmcJS
> Em
> itter.java
>> uses unchecked or unsafe operations.
>> [javac] Note: Recompile with -Xlint:unchecked for details.
>> [javac] 1 error
>> 
>> My copy of Falcon is also a fresh new working copy that builds correctly.
>> 
>> Can you reproduce this?
>> 
>> EdB
>> 
>> 
>> 
>> --
>> 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

Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Michael Schmalle

Erik,

In that case, if this gets resolved, you can commit the cast of the  
reducer. In the future, If I am working on this stuff in the falcon  
framework, I will be sure to have all projects open. Yes, a serious  
oversight on my end, sorry about that.


Mike

Quoting Alex Harui :


The class not found is FlexProject, so it is unrelated.

I think the issue is that I have wired up the classpaths for the
package/deployer in the FlexJSOverlay.zip, so it is looking for Falcon in
../../lib



On 3/11/13 11:41 AM, "Michael Schmalle"  wrote:


Alex,

The other day I added the IVariableExpressionNode interface, was
working on todos of the framework(small ones).

I did not have the falcon.js project open so the cast was not added to
that class(my fault).

But I cannot see how adding a cast to an instance that has to be of
type BaseVariableNode anyway could cause a class not found exception.
I makes no sense at all.

Mike


Quoting Alex Harui :


I synced up and am getting these errors too.  I'm looking into it.


On 3/11/13 11:20 AM, "Erik de Bruin"  wrote:


I was on the verge of committing the "FlexJS in FalconJx" code, when I
did a final update of all sources to run in a clean environment and I
started hitting all these errors. I'm not set up to test code from
Falcon, sorry.

EdB



On Mon, Mar 11, 2013 at 7:16 PM, Chema Balsas  wrote:

Hi Erik,

I hit that myself yesterday and was just about to report it.

I did exactly the same to fix the compile-time error for  
falconjs, and then

got the exact same error when trying to compile the example.

I also get a runtime error when trying to run the example swf compiled
using Falcon... can you check if that doesn't work for you either?

Cheers,
Chema


2013/3/11 Erik de Bruin 


Then, when I fix the above error by adding a cast to
(BaseVariableNode), FalconJS builds without errors.

I can now build the FlexJSUI.swc no problem.

However, when I then try to compile the FlexJSTest_again example using
the following command starting in the 'as' directory:

../../../../../falcon/trunk/compiler.js/bin/mxmlc
-compiler.mxml.children-as-data
-library-path+=../../frameworks/as/libs/FlexJSUI.swc
-output=/Users/erik/Desktop/FlexJS/FlexJSTest.js -debug
FlexJSTest.mxml

I get the following error:

Using Falcon codebase:
../../../../../falcon/trunk/compiler.js/bin/../../compiler
Using Flex SDK: /Users/erik/Documents/apacheFlex/repo/sdk
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/flex/compiler/internal/projects/FlexProject
Caused by: java.lang.ClassNotFoundException:
org.apache.flex.compiler.internal.projects.FlexProject
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

Thanks for any input you can give me!

EdB




On Mon, Mar 11, 2013 at 6:59 PM, Erik de Bruin  
 wrote:

Alex,

When I check out a fresh working copy of FalconJS and try to build it
using the ant script or in Eclipse, I get the following error:

compile:
[javac] Compiling 31 source files to


/Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build
/c
lasses

[javac]

/Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/src/o
rg
/apache/flex/compiler/internal/as/codegen/JSGeneratingReducer.java:5574:

incompatible types
[javac] found   : org.apache.flex.compiler.tree.as.IVariableNode
[javac] required:

org.apache.flex.compiler.internal.tree.as.BaseVariableNode

[javac] BaseVariableNode var_node =
var_expr_node.getTargetVariable();
[javac]

   ^

[javac] Note:


/Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build
/g
eneratedSrc/as3.codegen/org/apache/flex/compiler/internal/as/codegen/CmcJS
Em
itter.java

uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error

My copy of Falcon is also a fresh new working copy that builds  
correctly.


Can you reproduce this?

EdB



--
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


--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui




--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui




--
Michael Schmalle - Teoti Graphix, LLC
http://www.teotigraphix.com
http://blog.teotigraphix.com



Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Erik de Bruin
I'm not using the FlexJSOverlay.zip at all, I'm running from the
commandline... or is that what you're saying: it works when using
FlexJSOverlay.zip, but not from the command line?

I this something I should fix on my end?

EdB



On Mon, Mar 11, 2013 at 7:47 PM, Alex Harui  wrote:
> The class not found is FlexProject, so it is unrelated.
>
> I think the issue is that I have wired up the classpaths for the
> package/deployer in the FlexJSOverlay.zip, so it is looking for Falcon in
> ../../lib
>
>
>
> On 3/11/13 11:41 AM, "Michael Schmalle"  wrote:
>
>> Alex,
>>
>> The other day I added the IVariableExpressionNode interface, was
>> working on todos of the framework(small ones).
>>
>> I did not have the falcon.js project open so the cast was not added to
>> that class(my fault).
>>
>> But I cannot see how adding a cast to an instance that has to be of
>> type BaseVariableNode anyway could cause a class not found exception.
>> I makes no sense at all.
>>
>> Mike
>>
>>
>> Quoting Alex Harui :
>>
>>> I synced up and am getting these errors too.  I'm looking into it.
>>>
>>>
>>> On 3/11/13 11:20 AM, "Erik de Bruin"  wrote:
>>>
 I was on the verge of committing the "FlexJS in FalconJx" code, when I
 did a final update of all sources to run in a clean environment and I
 started hitting all these errors. I'm not set up to test code from
 Falcon, sorry.

 EdB



 On Mon, Mar 11, 2013 at 7:16 PM, Chema Balsas  wrote:
> Hi Erik,
>
> I hit that myself yesterday and was just about to report it.
>
> I did exactly the same to fix the compile-time error for falconjs, and 
> then
> got the exact same error when trying to compile the example.
>
> I also get a runtime error when trying to run the example swf compiled
> using Falcon... can you check if that doesn't work for you either?
>
> Cheers,
> Chema
>
>
> 2013/3/11 Erik de Bruin 
>
>> Then, when I fix the above error by adding a cast to
>> (BaseVariableNode), FalconJS builds without errors.
>>
>> I can now build the FlexJSUI.swc no problem.
>>
>> However, when I then try to compile the FlexJSTest_again example using
>> the following command starting in the 'as' directory:
>>
>> ../../../../../falcon/trunk/compiler.js/bin/mxmlc
>> -compiler.mxml.children-as-data
>> -library-path+=../../frameworks/as/libs/FlexJSUI.swc
>> -output=/Users/erik/Desktop/FlexJS/FlexJSTest.js -debug
>> FlexJSTest.mxml
>>
>> I get the following error:
>>
>> Using Falcon codebase:
>> ../../../../../falcon/trunk/compiler.js/bin/../../compiler
>> Using Flex SDK: /Users/erik/Documents/apacheFlex/repo/sdk
>> Exception in thread "main" java.lang.NoClassDefFoundError:
>> org/apache/flex/compiler/internal/projects/FlexProject
>> Caused by: java.lang.ClassNotFoundException:
>> org.apache.flex.compiler.internal.projects.FlexProject
>> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>>
>> Thanks for any input you can give me!
>>
>> EdB
>>
>>
>>
>>
>> On Mon, Mar 11, 2013 at 6:59 PM, Erik de Bruin  
>> wrote:
>>> Alex,
>>>
>>> When I check out a fresh working copy of FalconJS and try to build it
>>> using the ant script or in Eclipse, I get the following error:
>>>
>>> compile:
>>> [javac] Compiling 31 source files to
>>>
>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build
>> /c
>> lasses
>>> [javac]
>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/src/o
>> rg
>> /apache/flex/compiler/internal/as/codegen/JSGeneratingReducer.java:5574:
>>> incompatible types
>>> [javac] found   : org.apache.flex.compiler.tree.as.IVariableNode
>>> [javac] required:
>> org.apache.flex.compiler.internal.tree.as.BaseVariableNode
>>> [javac] BaseVariableNode var_node =
>>> var_expr_node.getTargetVariable();
>>> [javac]
>>^
>>> [javac] Note:
>>>
>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build
>> /g
>> eneratedSrc/as3.codegen/org/apache/flex/compiler/internal/as/codegen/CmcJS
>> Em
>> itter.java
>>> uses unchecked or unsafe operations.
>>> [javac] Note: Recompile with -Xlint:unchecked for details.
>>> [javac] 1 error
>>>
>>> My copy of Falcon is also a fresh new working copy that builds 
>>> correctly.
>>>
>>> Can you reproduce this?
>>>
>>> EdB
>>>
>>>
>>

Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Erik de Bruin
Mike,

It fixes the first error, so I will commit that cast if the others agree.

EdB



On Mon, Mar 11, 2013 at 7:52 PM, Michael Schmalle
 wrote:
> Erik,
>
> In that case, if this gets resolved, you can commit the cast of the reducer.
> In the future, If I am working on this stuff in the falcon framework, I will
> be sure to have all projects open. Yes, a serious oversight on my end, sorry
> about that.
>
>
> Mike
>
> Quoting Alex Harui :
>
>> The class not found is FlexProject, so it is unrelated.
>>
>> I think the issue is that I have wired up the classpaths for the
>> package/deployer in the FlexJSOverlay.zip, so it is looking for Falcon in
>> ../../lib
>>
>>
>>
>> On 3/11/13 11:41 AM, "Michael Schmalle"  wrote:
>>
>>> Alex,
>>>
>>> The other day I added the IVariableExpressionNode interface, was
>>> working on todos of the framework(small ones).
>>>
>>> I did not have the falcon.js project open so the cast was not added to
>>> that class(my fault).
>>>
>>> But I cannot see how adding a cast to an instance that has to be of
>>> type BaseVariableNode anyway could cause a class not found exception.
>>> I makes no sense at all.
>>>
>>> Mike
>>>
>>>
>>> Quoting Alex Harui :
>>>
 I synced up and am getting these errors too.  I'm looking into it.


 On 3/11/13 11:20 AM, "Erik de Bruin"  wrote:

> I was on the verge of committing the "FlexJS in FalconJx" code, when I
> did a final update of all sources to run in a clean environment and I
> started hitting all these errors. I'm not set up to test code from
> Falcon, sorry.
>
> EdB
>
>
>
> On Mon, Mar 11, 2013 at 7:16 PM, Chema Balsas 
> wrote:
>>
>> Hi Erik,
>>
>> I hit that myself yesterday and was just about to report it.
>>
>> I did exactly the same to fix the compile-time error for falconjs, and
>> then
>> got the exact same error when trying to compile the example.
>>
>> I also get a runtime error when trying to run the example swf compiled
>> using Falcon... can you check if that doesn't work for you either?
>>
>> Cheers,
>> Chema
>>
>>
>> 2013/3/11 Erik de Bruin 
>>
>>> Then, when I fix the above error by adding a cast to
>>> (BaseVariableNode), FalconJS builds without errors.
>>>
>>> I can now build the FlexJSUI.swc no problem.
>>>
>>> However, when I then try to compile the FlexJSTest_again example
>>> using
>>> the following command starting in the 'as' directory:
>>>
>>> ../../../../../falcon/trunk/compiler.js/bin/mxmlc
>>> -compiler.mxml.children-as-data
>>> -library-path+=../../frameworks/as/libs/FlexJSUI.swc
>>> -output=/Users/erik/Desktop/FlexJS/FlexJSTest.js -debug
>>> FlexJSTest.mxml
>>>
>>> I get the following error:
>>>
>>> Using Falcon codebase:
>>> ../../../../../falcon/trunk/compiler.js/bin/../../compiler
>>> Using Flex SDK: /Users/erik/Documents/apacheFlex/repo/sdk
>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>> org/apache/flex/compiler/internal/projects/FlexProject
>>> Caused by: java.lang.ClassNotFoundException:
>>> org.apache.flex.compiler.internal.projects.FlexProject
>>> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>>> at java.security.AccessController.doPrivileged(Native Method)
>>> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>>> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>>>
>>> Thanks for any input you can give me!
>>>
>>> EdB
>>>
>>>
>>>
>>>
>>> On Mon, Mar 11, 2013 at 6:59 PM, Erik de Bruin 
>>> wrote:

 Alex,

 When I check out a fresh working copy of FalconJS and try to build
 it
 using the ant script or in Eclipse, I get the following error:

 compile:
 [javac] Compiling 31 source files to

>>>
>>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build
>>> /c
>>> lasses

 [javac]
>>>
>>>
>>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/src/o
>>> rg
>>>
>>> /apache/flex/compiler/internal/as/codegen/JSGeneratingReducer.java:5574:

 incompatible types
 [javac] found   : org.apache.flex.compiler.tree.as.IVariableNode
 [javac] required:
>>>
>>> org.apache.flex.compiler.internal.tree.as.BaseVariableNode

 [javac] BaseVariableNode var_node =
 var_expr_node.getTargetVariable();
 [javac]
>>>
>>>^

 [javac] Note:

>>>
>>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/build
>>> /g
>>>
>>> en

Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Alex Harui
Yeah, that appears to be the case.  I'm not sure what the best solution is.
I don't have this problem because when developing the compiler I am running
from Eclipse, and when writing AS or JS code I am running from Flash Builder
with the compiler "deployed" or running from Eclipse.


On 3/11/13 11:47 AM, "Alex Harui"  wrote:

> The class not found is FlexProject, so it is unrelated.
> 
> I think the issue is that I have wired up the classpaths for the
> package/deployer in the FlexJSOverlay.zip, so it is looking for Falcon in
> ../../lib
> 
> 
> 
> On 3/11/13 11:41 AM, "Michael Schmalle"  wrote:
> 
>> Alex,
>> 
>> The other day I added the IVariableExpressionNode interface, was
>> working on todos of the framework(small ones).
>> 
>> I did not have the falcon.js project open so the cast was not added to
>> that class(my fault).
>> 
>> But I cannot see how adding a cast to an instance that has to be of
>> type BaseVariableNode anyway could cause a class not found exception.
>> I makes no sense at all.
>> 
>> Mike
>> 
>> 
>> Quoting Alex Harui :
>> 
>>> I synced up and am getting these errors too.  I'm looking into it.
>>> 
>>> 
>>> On 3/11/13 11:20 AM, "Erik de Bruin"  wrote:
>>> 
 I was on the verge of committing the "FlexJS in FalconJx" code, when I
 did a final update of all sources to run in a clean environment and I
 started hitting all these errors. I'm not set up to test code from
 Falcon, sorry.
 
 EdB
 
 
 
 On Mon, Mar 11, 2013 at 7:16 PM, Chema Balsas  wrote:
> Hi Erik,
> 
> I hit that myself yesterday and was just about to report it.
> 
> I did exactly the same to fix the compile-time error for falconjs, and
> then
> got the exact same error when trying to compile the example.
> 
> I also get a runtime error when trying to run the example swf compiled
> using Falcon... can you check if that doesn't work for you either?
> 
> Cheers,
> Chema
> 
> 
> 2013/3/11 Erik de Bruin 
> 
>> Then, when I fix the above error by adding a cast to
>> (BaseVariableNode), FalconJS builds without errors.
>> 
>> I can now build the FlexJSUI.swc no problem.
>> 
>> However, when I then try to compile the FlexJSTest_again example using
>> the following command starting in the 'as' directory:
>> 
>> ../../../../../falcon/trunk/compiler.js/bin/mxmlc
>> -compiler.mxml.children-as-data
>> -library-path+=../../frameworks/as/libs/FlexJSUI.swc
>> -output=/Users/erik/Desktop/FlexJS/FlexJSTest.js -debug
>> FlexJSTest.mxml
>> 
>> I get the following error:
>> 
>> Using Falcon codebase:
>> ../../../../../falcon/trunk/compiler.js/bin/../../compiler
>> Using Flex SDK: /Users/erik/Documents/apacheFlex/repo/sdk
>> Exception in thread "main" java.lang.NoClassDefFoundError:
>> org/apache/flex/compiler/internal/projects/FlexProject
>> Caused by: java.lang.ClassNotFoundException:
>> org.apache.flex.compiler.internal.projects.FlexProject
>> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>> 
>> Thanks for any input you can give me!
>> 
>> EdB
>> 
>> 
>> 
>> 
>> On Mon, Mar 11, 2013 at 6:59 PM, Erik de Bruin 
>> wrote:
>>> Alex,
>>> 
>>> When I check out a fresh working copy of FalconJS and try to build it
>>> using the ant script or in Eclipse, I get the following error:
>>> 
>>> compile:
>>> [javac] Compiling 31 source files to
>>> 
>> 
/Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/buil>>
d
>> /c
>> lasses
>>> [javac]
>> 
/Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/src/>>
o
>> rg
>> /apache/flex/compiler/internal/as/codegen/JSGeneratingReducer.java:5574:
>>> incompatible types
>>> [javac] found   : org.apache.flex.compiler.tree.as.IVariableNode
>>> [javac] required:
>> org.apache.flex.compiler.internal.tree.as.BaseVariableNode
>>> [javac] BaseVariableNode var_node =
>>> var_expr_node.getTargetVariable();
>>> [javac]
>>^
>>> [javac] Note:
>>> 
>> 
/Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/buil>>
d
>> /g
>> 
eneratedSrc/as3.codegen/org/apache/flex/compiler/internal/as/codegen/CmcJ>>
S
>> Em
>> itter.java
>>> uses unchecked or unsafe operations.
>>> [javac] Note: Recompile with -Xlint:unchecked for details.
>>> [javac] 1 error
>>> 
>>> My copy of Falcon is also a fresh new working co

Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Alex Harui
Well, FlexJSOverlay is a first attempt to put everything together into an
"SDK".  When I started on that, there were compc.jar and mxmlc.jar files in
both compiler and compiler.js, so I made a js/lib folder and put FalconJS in
there and then altered the classpath to find the regular lib folder.

I'm open to ideas on how to reconfigure things.


On 3/11/13 11:53 AM, "Erik de Bruin"  wrote:

> I'm not using the FlexJSOverlay.zip at all, I'm running from the
> commandline... or is that what you're saying: it works when using
> FlexJSOverlay.zip, but not from the command line?
> 
> I this something I should fix on my end?
> 
> EdB
> 
> 
> 
> On Mon, Mar 11, 2013 at 7:47 PM, Alex Harui  wrote:
>> The class not found is FlexProject, so it is unrelated.
>> 
>> I think the issue is that I have wired up the classpaths for the
>> package/deployer in the FlexJSOverlay.zip, so it is looking for Falcon in
>> ../../lib
>> 
>> 
>> 
>> On 3/11/13 11:41 AM, "Michael Schmalle"  wrote:
>> 
>>> Alex,
>>> 
>>> The other day I added the IVariableExpressionNode interface, was
>>> working on todos of the framework(small ones).
>>> 
>>> I did not have the falcon.js project open so the cast was not added to
>>> that class(my fault).
>>> 
>>> But I cannot see how adding a cast to an instance that has to be of
>>> type BaseVariableNode anyway could cause a class not found exception.
>>> I makes no sense at all.
>>> 
>>> Mike
>>> 
>>> 
>>> Quoting Alex Harui :
>>> 
 I synced up and am getting these errors too.  I'm looking into it.
 
 
 On 3/11/13 11:20 AM, "Erik de Bruin"  wrote:
 
> I was on the verge of committing the "FlexJS in FalconJx" code, when I
> did a final update of all sources to run in a clean environment and I
> started hitting all these errors. I'm not set up to test code from
> Falcon, sorry.
> 
> EdB
> 
> 
> 
> On Mon, Mar 11, 2013 at 7:16 PM, Chema Balsas  wrote:
>> Hi Erik,
>> 
>> I hit that myself yesterday and was just about to report it.
>> 
>> I did exactly the same to fix the compile-time error for falconjs, and
>> then
>> got the exact same error when trying to compile the example.
>> 
>> I also get a runtime error when trying to run the example swf compiled
>> using Falcon... can you check if that doesn't work for you either?
>> 
>> Cheers,
>> Chema
>> 
>> 
>> 2013/3/11 Erik de Bruin 
>> 
>>> Then, when I fix the above error by adding a cast to
>>> (BaseVariableNode), FalconJS builds without errors.
>>> 
>>> I can now build the FlexJSUI.swc no problem.
>>> 
>>> However, when I then try to compile the FlexJSTest_again example using
>>> the following command starting in the 'as' directory:
>>> 
>>> ../../../../../falcon/trunk/compiler.js/bin/mxmlc
>>> -compiler.mxml.children-as-data
>>> -library-path+=../../frameworks/as/libs/FlexJSUI.swc
>>> -output=/Users/erik/Desktop/FlexJS/FlexJSTest.js -debug
>>> FlexJSTest.mxml
>>> 
>>> I get the following error:
>>> 
>>> Using Falcon codebase:
>>> ../../../../../falcon/trunk/compiler.js/bin/../../compiler
>>> Using Flex SDK: /Users/erik/Documents/apacheFlex/repo/sdk
>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>> org/apache/flex/compiler/internal/projects/FlexProject
>>> Caused by: java.lang.ClassNotFoundException:
>>> org.apache.flex.compiler.internal.projects.FlexProject
>>> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>>> at java.security.AccessController.doPrivileged(Native Method)
>>> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>>> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>>> 
>>> Thanks for any input you can give me!
>>> 
>>> EdB
>>> 
>>> 
>>> 
>>> 
>>> On Mon, Mar 11, 2013 at 6:59 PM, Erik de Bruin 
>>> wrote:
 Alex,
 
 When I check out a fresh working copy of FalconJS and try to build it
 using the ant script or in Eclipse, I get the following error:
 
 compile:
 [javac] Compiling 31 source files to
 
>>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/bui
>>> ld
>>> /c
>>> lasses
 [javac]
>>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/src
>>> /o
>>> rg
>>> /apache/flex/compiler/internal/as/codegen/JSGeneratingReducer.java:5574:
 incompatible types
 [javac] found   : org.apache.flex.compiler.tree.as.IVariableNode
 [javac] required:
>>> org.apache.flex.compiler.internal.tree.as.BaseVariableNode
 [javac] BaseVariableNode var_node =
 var_expr_node.getTargetVariable();
>>>

Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Erik de Bruin
Ok, well, let's not wast too much time on FalconJS. Maybe you can send
me the most recent 'debug' JS output from the most recent
FlexJSText_again example, so I can put that into the tests for
FalconJx and use it to verify my implementation?

EdB



On Mon, Mar 11, 2013 at 7:54 PM, Alex Harui  wrote:
> Yeah, that appears to be the case.  I'm not sure what the best solution is.
> I don't have this problem because when developing the compiler I am running
> from Eclipse, and when writing AS or JS code I am running from Flash Builder
> with the compiler "deployed" or running from Eclipse.
>
>
> On 3/11/13 11:47 AM, "Alex Harui"  wrote:
>
>> The class not found is FlexProject, so it is unrelated.
>>
>> I think the issue is that I have wired up the classpaths for the
>> package/deployer in the FlexJSOverlay.zip, so it is looking for Falcon in
>> ../../lib
>>
>>
>>
>> On 3/11/13 11:41 AM, "Michael Schmalle"  wrote:
>>
>>> Alex,
>>>
>>> The other day I added the IVariableExpressionNode interface, was
>>> working on todos of the framework(small ones).
>>>
>>> I did not have the falcon.js project open so the cast was not added to
>>> that class(my fault).
>>>
>>> But I cannot see how adding a cast to an instance that has to be of
>>> type BaseVariableNode anyway could cause a class not found exception.
>>> I makes no sense at all.
>>>
>>> Mike
>>>
>>>
>>> Quoting Alex Harui :
>>>
 I synced up and am getting these errors too.  I'm looking into it.


 On 3/11/13 11:20 AM, "Erik de Bruin"  wrote:

> I was on the verge of committing the "FlexJS in FalconJx" code, when I
> did a final update of all sources to run in a clean environment and I
> started hitting all these errors. I'm not set up to test code from
> Falcon, sorry.
>
> EdB
>
>
>
> On Mon, Mar 11, 2013 at 7:16 PM, Chema Balsas  wrote:
>> Hi Erik,
>>
>> I hit that myself yesterday and was just about to report it.
>>
>> I did exactly the same to fix the compile-time error for falconjs, and
>> then
>> got the exact same error when trying to compile the example.
>>
>> I also get a runtime error when trying to run the example swf compiled
>> using Falcon... can you check if that doesn't work for you either?
>>
>> Cheers,
>> Chema
>>
>>
>> 2013/3/11 Erik de Bruin 
>>
>>> Then, when I fix the above error by adding a cast to
>>> (BaseVariableNode), FalconJS builds without errors.
>>>
>>> I can now build the FlexJSUI.swc no problem.
>>>
>>> However, when I then try to compile the FlexJSTest_again example using
>>> the following command starting in the 'as' directory:
>>>
>>> ../../../../../falcon/trunk/compiler.js/bin/mxmlc
>>> -compiler.mxml.children-as-data
>>> -library-path+=../../frameworks/as/libs/FlexJSUI.swc
>>> -output=/Users/erik/Desktop/FlexJS/FlexJSTest.js -debug
>>> FlexJSTest.mxml
>>>
>>> I get the following error:
>>>
>>> Using Falcon codebase:
>>> ../../../../../falcon/trunk/compiler.js/bin/../../compiler
>>> Using Flex SDK: /Users/erik/Documents/apacheFlex/repo/sdk
>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>> org/apache/flex/compiler/internal/projects/FlexProject
>>> Caused by: java.lang.ClassNotFoundException:
>>> org.apache.flex.compiler.internal.projects.FlexProject
>>> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>>> at java.security.AccessController.doPrivileged(Native Method)
>>> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>>> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>>>
>>> Thanks for any input you can give me!
>>>
>>> EdB
>>>
>>>
>>>
>>>
>>> On Mon, Mar 11, 2013 at 6:59 PM, Erik de Bruin 
>>> wrote:
 Alex,

 When I check out a fresh working copy of FalconJS and try to build it
 using the ant script or in Eclipse, I get the following error:

 compile:
 [javac] Compiling 31 source files to

>>>
> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/buil>>
> d
>>> /c
>>> lasses
 [javac]
>>>
> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/src/>>
> o
>>> rg
>>> /apache/flex/compiler/internal/as/codegen/JSGeneratingReducer.java:5574:
 incompatible types
 [javac] found   : org.apache.flex.compiler.tree.as.IVariableNode
 [javac] required:
>>> org.apache.flex.compiler.internal.tree.as.BaseVariableNode
 [javac] BaseVariableNode var_node =
 var_expr_node.getTargetVariable();
 [javac]
>>>^
 [javac] Note:

>>>
> /Users/erik/Doc

Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Alex Harui



On 3/11/13 11:54 AM, "Erik de Bruin"  wrote:

> Mike,
> 
> It fixes the first error, so I will commit that cast if the others agree.
+1

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: [FalconJS] error in fresh working copy

2013-03-11 Thread Alex Harui
OK, I'll email you directly.


On 3/11/13 11:57 AM, "Erik de Bruin"  wrote:

> Ok, well, let's not wast too much time on FalconJS. Maybe you can send
> me the most recent 'debug' JS output from the most recent
> FlexJSText_again example, so I can put that into the tests for
> FalconJx and use it to verify my implementation?
> 
> EdB
> 
> 
> 
> On Mon, Mar 11, 2013 at 7:54 PM, Alex Harui  wrote:
>> Yeah, that appears to be the case.  I'm not sure what the best solution is.
>> I don't have this problem because when developing the compiler I am running
>> from Eclipse, and when writing AS or JS code I am running from Flash Builder
>> with the compiler "deployed" or running from Eclipse.
>> 
>> 
>> On 3/11/13 11:47 AM, "Alex Harui"  wrote:
>> 
>>> The class not found is FlexProject, so it is unrelated.
>>> 
>>> I think the issue is that I have wired up the classpaths for the
>>> package/deployer in the FlexJSOverlay.zip, so it is looking for Falcon in
>>> ../../lib
>>> 
>>> 
>>> 
>>> On 3/11/13 11:41 AM, "Michael Schmalle"  wrote:
>>> 
 Alex,
 
 The other day I added the IVariableExpressionNode interface, was
 working on todos of the framework(small ones).
 
 I did not have the falcon.js project open so the cast was not added to
 that class(my fault).
 
 But I cannot see how adding a cast to an instance that has to be of
 type BaseVariableNode anyway could cause a class not found exception.
 I makes no sense at all.
 
 Mike
 
 
 Quoting Alex Harui :
 
> I synced up and am getting these errors too.  I'm looking into it.
> 
> 
> On 3/11/13 11:20 AM, "Erik de Bruin"  wrote:
> 
>> I was on the verge of committing the "FlexJS in FalconJx" code, when I
>> did a final update of all sources to run in a clean environment and I
>> started hitting all these errors. I'm not set up to test code from
>> Falcon, sorry.
>> 
>> EdB
>> 
>> 
>> 
>> On Mon, Mar 11, 2013 at 7:16 PM, Chema Balsas  wrote:
>>> Hi Erik,
>>> 
>>> I hit that myself yesterday and was just about to report it.
>>> 
>>> I did exactly the same to fix the compile-time error for falconjs, and
>>> then
>>> got the exact same error when trying to compile the example.
>>> 
>>> I also get a runtime error when trying to run the example swf compiled
>>> using Falcon... can you check if that doesn't work for you either?
>>> 
>>> Cheers,
>>> Chema
>>> 
>>> 
>>> 2013/3/11 Erik de Bruin 
>>> 
 Then, when I fix the above error by adding a cast to
 (BaseVariableNode), FalconJS builds without errors.
 
 I can now build the FlexJSUI.swc no problem.
 
 However, when I then try to compile the FlexJSTest_again example using
 the following command starting in the 'as' directory:
 
 ../../../../../falcon/trunk/compiler.js/bin/mxmlc
 -compiler.mxml.children-as-data
 -library-path+=../../frameworks/as/libs/FlexJSUI.swc
 -output=/Users/erik/Desktop/FlexJS/FlexJSTest.js -debug
 FlexJSTest.mxml
 
 I get the following error:
 
 Using Falcon codebase:
 ../../../../../falcon/trunk/compiler.js/bin/../../compiler
 Using Flex SDK: /Users/erik/Documents/apacheFlex/repo/sdk
 Exception in thread "main" java.lang.NoClassDefFoundError:
 org/apache/flex/compiler/internal/projects/FlexProject
 Caused by: java.lang.ClassNotFoundException:
 org.apache.flex.compiler.internal.projects.FlexProject
 at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
 
 Thanks for any input you can give me!
 
 EdB
 
 
 
 
 On Mon, Mar 11, 2013 at 6:59 PM, Erik de Bruin 
 wrote:
> Alex,
> 
> When I check out a fresh working copy of FalconJS and try to build it
> using the ant script or in Eclipse, I get the following error:
> 
> compile:
> [javac] Compiling 31 source files to
> 
 
>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/buil
>> >>
>> d
 /c
 lasses
> [javac]
 
>> /Users/erik/Documents/ApacheFlex/repo_again/falcon/trunk/compiler.js/src/
>> >>
>> o
 rg
 
/apache/flex/compiler/internal/as/codegen/JSGeneratingReducer.java:5574
:
> incompatible types
> [javac] found   : org.apache.flex.compiler.tree.as.IVariableNode
>  

TLF Spline Constraints

2013-03-11 Thread Harbs
I just found these experiments with Tinytlf: 
http://guyinthechair.com/2010/11/tinytlf-updates-and-new-experiments/

Tinytlf has a concept called constraints. It seems to me that it's a really 
nice feature. What they did there with spline constraints is really 
interesting. Something like that could allow TLF containers to have interesting 
shapes.

I'm not (yet) familiar enough with the inner workings of TLF to guess how much 
work it would be to implement something like that. Thoughts?

Harbs

Re: JIRA issues with SDK that are simple to fix

2013-03-11 Thread Harbs
My working copy had errors and refused to update. I trashed the whole thing and 
I'm checking out a fresh copy. I guess nothing is happening here until 
tomorrow… :-(

On Mar 11, 2013, at 9:32 AM, Harbs wrote:

> Thanks. That was helpful. My working copy of the repository is not up to 
> date. I'll update later when I get to my office and give it a go.
> 
> I use Cornerstone for svn. I have no idea how to generate a patch with it, 
> but I'll look into that. All my use of svn has been very basic… ;-)
> 
> Harbs
> 
> On Mar 11, 2013, at 9:08 AM, Justin Mclean wrote:
> 
>> Hi,
>> 
>>> Can you define "patch"? Do you mean just taking the full .as file and 
>>> attaching it, or something else?
>> Patches are files that describe the differences line by line between two 
>> files. SVN can generate patches via "svn patch" on the command line but all 
>> SVN tools that I know of have a way of generating patches. For instance 
>> subclipse it's right click Team - > Generate Patch.
>> 
>> Patches can also be generated from a pull request in the ApacheFlex Github 
>> mirror and be applied to the current SVN mirror.
>> 
>> Thanks,
>> Justin
> 



Re: JIRA issues with SDK that are simple to fix

2013-03-11 Thread Om
Is the error something about TLF?  If so, there is an easy way to fix it.
 That way you wont lose your work.

And btw, you could also create a patch from your current work, trash
working copy and re-apply it to your new workspace.  There is no real
reason to lose work.

Om

On Mon, Mar 11, 2013 at 12:19 PM, Harbs  wrote:

> My working copy had errors and refused to update. I trashed the whole
> thing and I'm checking out a fresh copy. I guess nothing is happening here
> until tomorrow… :-(
>
> On Mar 11, 2013, at 9:32 AM, Harbs wrote:
>
> > Thanks. That was helpful. My working copy of the repository is not up to
> date. I'll update later when I get to my office and give it a go.
> >
> > I use Cornerstone for svn. I have no idea how to generate a patch with
> it, but I'll look into that. All my use of svn has been very basic… ;-)
> >
> > Harbs
> >
> > On Mar 11, 2013, at 9:08 AM, Justin Mclean wrote:
> >
> >> Hi,
> >>
> >>> Can you define "patch"? Do you mean just taking the full .as file and
> attaching it, or something else?
> >> Patches are files that describe the differences line by line between
> two files. SVN can generate patches via "svn patch" on the command line but
> all SVN tools that I know of have a way of generating patches. For instance
> subclipse it's right click Team - > Generate Patch.
> >>
> >> Patches can also be generated from a pull request in the ApacheFlex
> Github mirror and be applied to the current SVN mirror.
> >>
> >> Thanks,
> >> Justin
> >
>
>


[jira] [Commented] (FLEX-33085) As a developer I would like to be able to load dependencies in an RSL like fashion from a flex module.

2013-03-11 Thread Espen Skogen (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-33085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599167#comment-13599167
 ] 

Espen Skogen commented on FLEX-33085:
-

Alex, reading the docs, do I understand it correctly that you would still need 
to declare all RSL's on the top level app, but it will lazy load it when the 
first module needs it? 
The use case I had in mind is similar, but not exactly the same, in that you 
could have a parent app with hardly any framework RSL's declared at all (and 
hence no placeholders) and then the module can go off and load it on it's own.

Will review the RSL loading code though - Will reach out before I start in 
anger.

E

> As a developer I would like to be able to load dependencies in an RSL like 
> fashion from a flex module.
> --
>
> Key: FLEX-33085
> URL: https://issues.apache.org/jira/browse/FLEX-33085
> Project: Apache Flex
>  Issue Type: Story
>Reporter: Alex Harui
>Assignee: Espen Skogen
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[FalconJx] build.xml: change URL for JUnit 4.10

2013-03-11 Thread Erik de Bruin
Hi,

The URL used by build.xml to get JUnit:

http://cloud.github.com/downloads/KentBeck/junit/junit-4.10.jar

is giving an error.

Anyone mind if I change it to:

http://sourceforge.net/projects/junit/files/junit/4.10/junit-4.10.jar

which is working?

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

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


  1   2   >