Re: Flex 4.0.0 release questions (was Re: [VOTE] Release Apache Flex 4.8.0)

2012-06-30 Thread Alex Harui
On 6/30/12 9:36 AM, "Om" wrote: > On Fri, Jun 29, 2012 at 10:31 PM, Alex Harui wrote: >> Why do you think it is a beta? >> >> > Mostly because we have not found any major issues yet. I am not sure if > its because we did a lot of testing and came up with very few bugs or if we > havent do

Re: why doesn't README file appear on my Apache website

2012-06-30 Thread Bertrand Delacretaz
Hi, On Sat, Jun 30, 2012 at 1:23 AM, Carol Frampton wrote: > Does anyone know why if I put a file named either README or README.txt on my > apache > website (ie http://people.apache.org/~cframpton/ApacheFlexRC/current/) it > doesn't show up? > I have to name it readme for it to show. Most prob

Re: I cant use flex 4.8.0 on Mac.

2012-06-30 Thread Om
On Fri, Jun 29, 2012 at 9:49 PM, Justin Mclean wrote: > Hi, > > > I used 'InstallApacheFlex.air'. > > There are 2 versions of the installer one for windows and one for Mac and > both use native extensions. > > I think you need to run the .exe or .dmg depending on what platform you > are on rather

Re: I cant use flex 4.8.0 on Mac.

2012-06-30 Thread Om
On Fri, Jun 29, 2012 at 9:30 PM, 원영국 wrote: > I used 'InstallApacheFlex.air'. But it couldn't work because it couldn't > use Native Process. > I'd like to use Flex 4.8.0 on Mac. Please give me Flex 4.8.0 & AIR SDK > 3.3 Package. > My E-mail address is engl...@naver.com . > Thank you. :-) > > > De

Re: Flex 4.0.0 release questions (was Re: [VOTE] Release Apache Flex 4.8.0)

2012-06-30 Thread Om
On Fri, Jun 29, 2012 at 10:31 PM, Alex Harui wrote: > > > > On 6/29/12 9:53 PM, "Om" wrote: > > > (Removing the [VOTE] tag as we have started discussing stuff) > > > > Does Apache have a practice of releasing a beta? Or do we release 4.8.0 > > and as things comes up we keep cutting 4.8.1, 4.8.2

Re: I cant use flex 4.8.0 on Mac.

2012-06-30 Thread Nicholas Kwiatkowski
4.8.0 isn't officially out yet. When it is officially released, we will be posting a "binary" distribution on the website at http://incubator.apache.org/flex where you can download it, and install it just like the old Adobe releases. We are currently voting on the 4.8.0 release, so it should be

Re: Flex 4.0.0 release questions (was Re: [VOTE] Release Apache Flex 4.8.0)

2012-06-30 Thread Nicholas Kwiatkowski
Technically, discussions are supposed to go into [DISCUSS] tags, but this will do for now. Apache dosen't have the concept of a "beta", from what I can tell. The current trunk is where the work goes, and people who want the "bleeding-edge" release can grab it from there. Based on the versions nu

Re: Problem with native air

2012-06-30 Thread Nicholas Kwiatkowski
No, you can make ANEs in just about any IDE. I personally use straight-up Eclipse, sometimes XCode, sometimes Visual Studio. All the tools to actually 'build' them are command-line anyway, or they could be driven by ANT scripts. Flash Builder, by itself can only USE ANEs. Adobe has stated that

AW: Metadata containing SDKs minimal playerglobal version?

2012-06-30 Thread christofer.d...@c-ware.de
Aahhh ... great ... this seems to be exactly what I was looking for :-) With this I might even be able to create some additional validation stuff for Flexmojos :-) Thumbs up for that point in the right direction ;-) -Ursprüngliche Nachricht- Von: Justin Mclean [mailto:justinmcl...

AW: AW: Metadata containing SDKs minimal playerglobal version?

2012-06-30 Thread christofer.d...@c-ware.de
Well In general it works with allmost any JDK, you can however enforce some checks using the enforcer-plugin. http://maven.apache.org/plugins/maven-enforcer-plugin/ For example some plugins Flexmojos uses to build don't run with a 1.7 JDK due to some Xml parser changes (I didn't get FDK 4.5.1 t

Re: Problem with native air

2012-06-30 Thread Markus Gritsch
Hi, I just want to share a link to a maven plugin, making building Air Apps with native Extensions in Flexmojos as easy as possible. https://github.com/yelbota/adt-maven-plugin Cheers, Markus On Jun 30, 2012, at 12:05 PM, איליה גזמן wrote: > Isn't FlashBuilder is the only way to compile ANE

Re: Problem with native air

2012-06-30 Thread איליה גזמן
Isn't FlashBuilder is the only way to compile ANE today? In the new Flash Professional CS6 you can't generate it, just use it. After adobe announced June 28, 2012 that they are no longer going to support flash in mobiles(only air) I thought th