Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-04 Thread Justin Mclean
Hi, Just a note to anyone reading this thread. If you use build_framework.xml instead of build.xml there should be no issues on windows. Thanks, Justin

Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-04 Thread Left Right
> > I was able to build it using msysgit console on windows:) > > Well, it's not possible to make it a requirement for everyone else :) You could actually use less then the whole Git console (I suspect it installs quite a lot of stuff), you could only use bash + tar (if you alias bash as sh). But i

Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-04 Thread Manik Magar
Thanks Oleg, I was able to build it using msysgit console on windows:) Regards, Manik Magar On Apr 4, 2012, at 6:13 AM, Left Right wrote: > Marik Magar: > > find these lines: > > #!/bin/sh > tar -xjf "AIR Integration Kit.tbz2" > > > > > > In the build could you try changing it to someth

Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-04 Thread Left Right
https://issues.apache.org/jira/browse/FLEX-38 I've attached patch, which should (hopefully) solve the issue for Windows. Best. Oleg

Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-04 Thread Left Right
> Getting: http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_sa_debug.i386.tar.gz Hi, I just realized that the build downloads flashplayer standalone debugger for Linux. I have two questions about it: - Wouldn't it be better to make it a separate _installation_. Well, in h

Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-04 Thread Left Right
Marik Magar: find these lines: #!/bin/sh tar -xjf "AIR Integration Kit.tbz2" In the build could you try changing it to something like I might not have it all right b/c I don't know if gzip caters for bz archives, but you get the idea. Worst case: remove these lines altogether, extract the a

Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-03 Thread Manik Magar
Am i still missing anything? downloads completed and while building it failed. I am windows 7, why it is looking for sh?? prepare: [copy] Copying 1 file to F:\Projects\Flex\ApacheSdk\trunk [copy] Copying F:\Projects\Flex\ApacheSdk\trunk\in\air\mac\AIR Integration Kit.tbz2 to F:\Projects

Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-03 Thread Justin Mclean
Hi, > Where did you get your textLayout sources? It should have come from > in/downloads/textLayout_build/src. A "thirdparty-clean" followed by "thirdparty-download" in the frameworks directory fixed the issue. I must of had the wrong version of the text layout framework. Thanks, Justin

Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-03 Thread Manik Magar
Thanks Justin, I figured that out and I get Jar from - http://sourceforge.net/projects/ant-contrib/files/latest/download?source=files It has ant-contrib-1.0b3 version. -- MM On Tue, Apr 3, 2012 at 10:26 PM, Justin Mclean wrote: > Hi, > > > downloads: > > [taskdef] Could not load definitions

Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-03 Thread Manik Magar
Nevermind. Ant-contrib was missing in my ANT. I downloaded latest ant-contrib and it has ant-contrib-1.0b3.jar and download.xml refers to ant-contrib-1.0b2.jar. So modified download.xml and it's running now :) -- MM On Tue, Apr 3, 2012 at 10:04 PM, Manik Magar wrote: > I merged Carol's whiteboa

Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-03 Thread Justin Mclean
Hi, > downloads: > [taskdef] Could not load definitions from resource > net/sf/antcontrib/antcontrib.properties. It could not be found. You currently need to download and install ant contrib library for this build script to work. It can be found here: http://sourceforge.net/projects/ant-contri

Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-03 Thread Manik Magar
I merged Carol's whiteboard/trunk code with trunk and tried to build - Buildfile: F:\Projects\Flex\ApacheSdk\trunk\build.xml create-description: flashplayer-check: flashplayer-mac-download: flashplayer-win-download: flashplayer-lnx-download: flashplayer-download: thirdparty-downloads: downl

Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-03 Thread Omar Gonzalez
Hah, I paused for a second and thought, she won't use Windows if she can help it and doesn't know anything about OSX... can't be on Linux right? Hehe... -omar On Tuesday, April 3, 2012, Carol Frampton wrote: > > > On 4/3/12 8 :53PM, "Carol Frampton" > > wrote: > > >Justin, > > > >You're on your

Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-03 Thread Justin Mclean
Hi, > Where did you get your textLayout sources? It should have come from > in/downloads/textLayout_build/src. From the Open Source SDK I think - that might be the issue. Thanks, Justin

Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-03 Thread Carol Frampton
On 4/3/12 8 :53PM, "Carol Frampton" wrote: >Justin, > >You're on your own with OSX. Totally ignore what I said about OSX. I use a Mac too. Don't know what I was thinking. Carol > I did look at ParagraphElement.as on my >system. It doesn't even have 860 lines and there are no instances o

Re: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-03 Thread Carol Frampton
Justin, You're on your own with OSX. I did look at ParagraphElement.as on my system. It doesn't even have 860 lines and there are no instances of _interactiveChildrenCount in the file. Where did you get your textLayout sources? It should have come from in/downloads/textLayout_build/src. Carol

Re: update: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-03 Thread Justin Mclean
Hi, I'm getting an error when run the build script in asdocs (on OSX if that helps). [asdoc] Loading configuration file /Users/justinmclean/Documents/Adobe Flash Builder 4.6/Apache Flex/frameworks/flex-config.xml [asdoc] /Users/justinmclean/Documents/Adobe Flash Builder 4.6/Apache Flex/

update: new files in https://svn.apache.org/repos/asf/incubator/flex/trunk

2012-04-03 Thread Carol Frampton
Hi, Since yesterday I've committed to asdocs and bin directories, and I just added the top-level build.xml file, a README that goes with it and a few other Apache required files. I also updated modules/downloads.xml in my whiteboard area. You should be able to build if combine the files in ht