Re: git commit: [flex-sdk] [refs/heads/develop] - testing if we can make a release build target without running the tests

2017-12-30 Thread Justin Mclean
Hi, > This is one of the commit which causes build fail. What's the plan to fix > that ? That commit wasn’t the issue it was the one after that. I’ve pushed a fix and things should be back to normal. Thanks, Justin

Re: git commit: [flex-sdk] [refs/heads/develop] - testing if we can make a release build target without running the tests

2017-12-30 Thread Justin Mclean
Hi, > This is one of the commit which causes build fail. What's the plan to fix > that ? Odd that change is working fine locally and I can’t see how that would break the build i.e. adding new target that isn’t used. I’ll look into it. Thanks, Justin

Re: git commit: [flex-sdk] [refs/heads/develop] - testing if we can make a release build target without running the tests

2017-12-30 Thread Piotr Zarzycki
This is one of the commit which causes build fail. What's the plan to fix that ? 2017-12-30 7:26 GMT+01:00 : > Repository: flex-sdk > Updated Branches: > refs/heads/develop eeb68fcc4 -> 35214ffd3 > > > testing if we can make a release build target without running the

Re: [FlexJS MDL] release build broken

2017-02-17 Thread Alex Harui
On 2/17/17, 5:54 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >2017-02-17 12:36 GMT+01:00 Harbs : > >> Simply specifying strings instead of the constants would be the most >> efficient currently. >> > >But that's what we try to avoid in order to support type safe code > >I pu

Re: [FlexJS MDL] release build broken

2017-02-17 Thread Carlos Rovira
2017-02-17 12:36 GMT+01:00 Harbs : > Simply specifying strings instead of the constants would be the most > efficient currently. > But that's what we try to avoid in order to support type safe code I put on my plate to break the class in 16 classes, but as I'm working on other things I invite pe

Re: [FlexJS MDL] release build broken

2017-02-17 Thread Harbs
he binding not doing its work. >> Maybe >>> some latest changes in binding caused this? >>> >>> Thanks >>> >>> >>> 2017-02-16 11:03 GMT+01:00 Harbs : >>> >>>> 1. Go here: http://apacheflexbuild.cloudapp.net:80

Re: [FlexJS MDL] release build broken

2017-02-17 Thread Carlos Rovira
>> bin/js-release/index.html <http://apacheflexbuild. > cloudapp.net:8080/job/ > >> MDLExample/lastSuccessfulBuild/artifact/examples/flexjs/MDLExample/ > >> bin/js-release/index.html> > >> > >> 2. Click on Toggles > >> > >> Yo

Re: [FlexJS MDL] release build broken

2017-02-16 Thread Alex Harui
On 2/16/17, 12:34 PM, "Harbs" wrote: >When I’ve had these kinds of issues in my app, it’s because of minified >renaming. Yep, and there is code in one of the Binding classes that does some trickery to look up a constant when minified. That code might need to be used in this scenario. -Alex

Re: [FlexJS MDL] release build broken

2017-02-16 Thread Harbs
ttp://apacheflexbuild.cloudapp.net:8080/job/ >> MDLExample/lastSuccessfulBuild/artifact/examples/flexjs/MDLExample/ >> bin/js-release/index.html> >> >> 2. Click on Toggles >> >> You will see that the two IconToggles have no content. It

Re: [FlexJS MDL] release build broken

2017-02-16 Thread piotrz
pache-flex-development.247.n4.nabble.com/FlexJS-MDL-release-build-broken-tp59537p59564.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS MDL] release build broken

2017-02-16 Thread Carlos Rovira
tml <http://apacheflexbuild.cloudapp.net:8080/job/ > MDLExample/lastSuccessfulBuild/artifact/examples/flexjs/MDLExample/ > bin/js-release/index.html> > > 2. Click on Toggles > > You will see that the two IconToggles have no content. It seems like the > Material Design font is not beiing used fo

[FlexJS MDL] release build broken

2017-02-16 Thread Harbs
gt; 2. Click on Toggles You will see that the two IconToggles have no content. It seems like the Material Design font is not beiing used for some reason in the release build. The same thing works in the debug build. Harbs

Re: FlexJS release build working?

2016-07-18 Thread Harbs
Yeah. That seemed to work. The problem in Flash Builder was that -remove-circulars was not being used. Adding that argument fixed the release build. Now comes the hard part of trying to make my app compile… ;-) On Jul 18, 2016, at 10:40 PM, Alex Harui wrote: > Looks like another spaces

Re: FlexJS release build working?

2016-07-18 Thread Alex Harui
Looks like another spaces-in-path problem. Can you try using folders without spaces in the path? Thanks, -Alex On 7/18/16, 12:38 PM, "Harbs" wrote: >Here’s what I get from the DataBindingExample: >Harbss-MacBook-Pro:DataBindingExample harbs$ ant >Buildfile: /Users/harbs/Documents/Apache Flex >

Re: FlexJS release build working?

2016-07-18 Thread Harbs
Here’s what I get from the DataBindingExample: Harbss-MacBook-Pro:DataBindingExample harbs$ ant Buildfile: /Users/harbs/Documents/Apache Flex Dist/FlexJSNightly/examples/flexjs/DataBindingExample/build.xml clean: [delete] Deleting directory /Users/harbs/Documents/Apache Flex Dist/FlexJSNightl

Re: FlexJS release build working?

2016-07-18 Thread Alex Harui
On 7/18/16, 12:12 PM, "Harbs" wrote: >The JS is totally blank with the exception of the comment about Falcon. Could you post your ant console output? There might be clues in there. Thanks, -Alex

Re: FlexJS release build working?

2016-07-18 Thread Harbs
The JS is totally blank with the exception of the comment about Falcon. On Jul 18, 2016, at 10:07 PM, Alex Harui wrote: > > > On 7/18/16, 12:38 AM, "Harbs" wrote: > >> I can’t seem to get a release build in FlaconJX to work. >> >> I was not sure if

Re: FlexJS release build working?

2016-07-18 Thread Alex Harui
On 7/18/16, 12:38 AM, "Harbs" wrote: >I can’t seem to get a release build in FlaconJX to work. > >I was not sure if it’s my project, so I tried a couple of the examples >and they do not seem to work either. > >I just created a new Flash Builder project for ToDoLi

FlexJS release build working?

2016-07-18 Thread Harbs
I can’t seem to get a release build in FlaconJX to work. I was not sure if it’s my project, so I tried a couple of the examples and they do not seem to work either. I just created a new Flash Builder project for ToDoListSampleApp. The debug runs (although it looks messed up), but the release

Re: git commit: [flex-falcon] [refs/heads/develop] - compiler-jx: static getters and setters use @expose instead of @export because @export does not work in the release build with ADVANCED_OPTIMIZATIO

2016-05-29 Thread Josh Tynjala
= "hello"; In a release build, the setter wouldn't get called unless I changed it to emit @expose. - Josh On May 28, 2016 9:35 PM, "Alex Harui" wrote: > Is there a simple test case? > > On 5/28/16, 2:18 PM, "Josh Tynjala" wrote: > > >Does anyone k

Re: git commit: [flex-falcon] [refs/heads/develop] - compiler-jx: static getters and setters use @expose instead of @export because @export does not work in the release build with ADVANCED_OPTIMIZATIO

2016-05-28 Thread Alex Harui
Is there a simple test case? On 5/28/16, 2:18 PM, "Josh Tynjala" wrote: >Does anyone know a better solution to this? > >For some reason, static getters and setters weren't being called properly >in a release build with ADVANCED_OPTIMIZATIONS. We included @export

Re: git commit: [flex-falcon] [refs/heads/develop] - compiler-jx: static getters and setters use @expose instead of @export because @export does not work in the release build with ADVANCED_OPTIMIZATIO

2016-05-28 Thread Josh Tynjala
Does anyone know a better solution to this? For some reason, static getters and setters weren't being called properly in a release build with ADVANCED_OPTIMIZATIONS. We included @export for the static properties, which seems to work fine for non-static getters and setters. However, for s

Re: [2/2] git commit: [flex-falcon] [refs/heads/develop] - FalconJX now checks debug flag to determine whether to generate the release build via Google Closure Compiler. Also added -skip-transpile opt

2016-04-13 Thread Harbs
Thanks. On Apr 13, 2016, at 11:34 PM, Alex Harui wrote: > > > On 4/13/16, 1:08 PM, "Harbs" wrote: > >> I’m confused about the options here. >> >> If I’m reading this right, there’s 3 scenarios: >> 1. Generate js-debug and js-release > > -debug=false > >> 2. Only generate js-debug > > -de

Re: [2/2] git commit: [flex-falcon] [refs/heads/develop] - FalconJX now checks debug flag to determine whether to generate the release build via Google Closure Compiler. Also added -skip-transpile opt

2016-04-13 Thread OmPrakash Muppirala
On Wed, Apr 13, 2016 at 1:34 PM, Alex Harui wrote: > > > On 4/13/16, 1:08 PM, "Harbs" wrote: > > >I’m confused about the options here. > > > >If I’m reading this right, there’s 3 scenarios: > >1. Generate js-debug and js-release > > -debug=false > > >2. Only generate js-debug > > -debug=true > >

Re: [2/2] git commit: [flex-falcon] [refs/heads/develop] - FalconJX now checks debug flag to determine whether to generate the release build via Google Closure Compiler. Also added -skip-transpile opt

2016-04-13 Thread Alex Harui
On 4/13/16, 1:08 PM, "Harbs" wrote: >I’m confused about the options here. > >If I’m reading this right, there’s 3 scenarios: >1. Generate js-debug and js-release -debug=false >2. Only generate js-debug -debug=true >3. Only generate js-release from an existing js-debug. -debug=false -skip-t

Re: [2/2] git commit: [flex-falcon] [refs/heads/develop] - FalconJX now checks debug flag to determine whether to generate the release build via Google Closure Compiler. Also added -skip-transpile opt

2016-04-13 Thread Harbs
, at 10:08 PM, aha...@apache.org wrote: > FalconJX now checks debug flag to determine whether to generate the release > build via Google Closure Compiler. Also added -skip-transpile option so when > debug==false, you can skip the debug-mode transpilation. By default, when > debug

[Flashbuilder] server settings after creating release build of air desktop app

2015-06-01 Thread Vincent Sotto
Hi Guys, Im using flashbuilder to create a desktop air app with eccentric database connection php. How do i change the server settings after i make a build (exe/.air) application? Thanks

Re: Release build

2014-05-27 Thread antonio esposito
cation is installed > > on > > the devices tested. I can not say why > > > > > > > > > > 2014-05-26 9:31 GMT+02:00 Swen van Zanten : > > > > > An AppStore release build is installable on your device but not > > > executable. This is normal behavio

Re: Release build

2014-05-26 Thread Greg Dove
ed the app on the store and I do not have problems of submission. > > > I can assure you that with the first option, the application is installed > on > the devices tested. I can not say why > > > > > 2014-05-26 9:31 GMT+02:00 Swen van Zanten : > > > A

Re: Release build

2014-05-26 Thread antonio esposito
I released the app on the store and I do not have problems of submission. I can assure you that with the first option, the application is installed on the devices tested. I can not say why 2014-05-26 9:31 GMT+02:00 Swen van Zanten : > An AppStore release build is installable on your dev

RE: Release build

2014-05-26 Thread Swen van Zanten
An AppStore release build is installable on your device but not executable. This is normal behavior. This kind of release build is only for app submission. You can test the app with the second option. If that one works... the first option will also on Apple's side. Met vriendelijke groet

Re: Release build

2014-05-22 Thread antonio esposito
during submission to the store. Any support and / or feed would be greatly appreciated Il mercoledì 21 maggio 2014, Swen van Zanten ha scritto: > If I understand you correctly.. > There are 2 options on the release build wizard. > One being for creating an ipa for the AppStore and the

RE: Release build

2014-05-21 Thread Swen van Zanten
If I understand you correctly.. There are 2 options on the release build wizard. One being for creating an ipa for the AppStore and the other for ad-hoc (in-house) release. The first option does not work on any device because it has not been submitted and approved in the AppStore by Apple. The

Release build

2014-05-20 Thread antonio esposito
hello some time ago my app in ios environment with certified appstore, created an ipa file that was installed via itunes but did not execute on a test device. Today the same app with the same production certificates on ios7.1.1 nstall and run the app without difference with certificates of develop

RE: Mobile grid skin warnings while making a release build

2014-02-22 Thread Maurice Amsellem
Fixed and committed. Should be good now. -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : samedi 22 février 2014 09:43 À : dev@flex.apache.org Objet : RE: Mobile grid skin warnings while making a release build > Looks pointless isn't i

RE: Mobile grid skin warnings while making a release build

2014-02-22 Thread Maurice Amsellem
di 22 février 2014 03:00 À : dev@flex.apache.org Objet : Re: Mobile grid skin warnings while making a release build On Feb 21, 2014 5:22 PM, "Justin Mclean" wrote: > > Hi, > > May or may not be a concern but just in case no one has noticed and it's important. >

Re: Mobile grid skin warnings while making a release build

2014-02-21 Thread OmPrakash Muppirala
On Feb 21, 2014 5:22 PM, "Justin Mclean" wrote: > > Hi, > > May or may not be a concern but just in case no one has noticed and it's important. > > [asdoc] /Users/justinmclean/Documents/ApacheFlex4.12.0/frameworks/projects/experimental_mobile/src/spark/skins/MobileGridSkin.as(44): col: 19 Warning

Mobile grid skin warnings while making a release build

2014-02-21 Thread Justin Mclean
Hi, May or may not be a concern but just in case no one has noticed and it's important. [asdoc] /Users/justinmclean/Documents/ApacheFlex4.12.0/frameworks/projects/experimental_mobile/src/spark/skins/MobileGridSkin.as(44): col: 19 Warning: The constant was not initialized. [asdoc] [as

Re: Flash Builder 4.6 with Apache Flex 4.10 release build

2013-09-11 Thread Alex Harui
On 9/11/13 4:50 PM, "Alessandro Palombaro" wrote: >Thanks Alex! Do you know why some of the swcs have their source >attachments automatically setup correctly and some others don't? Is it FB >doing its own thing or is there somewhere in the SDK these links are >defined? I have not found a way fo

Re: Flash Builder 4.6 with Apache Flex 4.10 release build

2013-09-11 Thread Alessandro Palombaro
Thanks Alex! Do you know why some of the swcs have their source attachments automatically setup correctly and some others don't? Is it FB doing its own thing or is there somewhere in the SDK these links are defined? On Wed, Sep 11, 2013 at 10:51 PM, Alex Harui wrote: > You should be able to go

Re: Flash Builder 4.6 with Apache Flex 4.10 release build

2013-09-11 Thread Alex Harui
You should be able to go to Project Properties/Build Paths/Library Paths Expand the SDK and you should see all SWCs, expand a SWC and you should be able to set a source attachment for it. On 9/11/13 1:31 AM, "Alessandro Palombaro" wrote: >Does anyone know how to setup Flash Builder 4.6 to proper

Flash Builder 4.6 with Apache Flex 4.10 release build

2013-09-11 Thread Alessandro Palombaro
Does anyone know how to setup Flash Builder 4.6 to properly jump to Flex source files when hitting F3 (open declaration) on a class reference? It seems I can jump to classes that existed in older versions (most of the time it jumps to the wrong line in the class but still opens the source file) bu

Re: Release Build Error on Flash Builder 4.7

2013-08-10 Thread Justin Mclean
Hi, Just tried in FB 4.6 (on OSX) with -advanced-telemetry and release build and there's no issues, so it may be a FB 4.7 only issue. Thanks, Justin

Release Build Error on Flash Builder 4.7

2013-08-10 Thread arkw
Hi, Although I tried to create the Release Build in Flash Builder 4.7, the error occurred. Compiler options: -advanced-telemetry Best Regards,

[jira] [Resolved] (FLEX-33451) The release build due to the Git migration is broken

2013-05-21 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin resolved FLEX-33451. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 > The release build due to

[jira] [Commented] (FLEX-33451) The release build due to the Git migration is broken

2013-05-21 Thread Erik de Bruin (JIRA)
l to the DEV list ("ASDoc ant target issues/solutions"), the release build runs fine and creates viable artefacts. > The release build due to the Git migration is broken > > > Key: FLEX-3

[jira] [Commented] (FLEX-33451) The release build due to the Git migration is broken

2013-05-08 Thread Erik de Bruin (JIRA)
you are seeing wrt. TLF_HOME? I ran a couple of 'ant release' and didn't get any TLF related errors or warnings... > The release build due to the Git migration is broken > > > Key: F

[jira] [Commented] (FLEX-33451) The release build due to the Git migration is broken

2013-04-19 Thread Justin Mclean (JIRA)
some minor issues with TLF_HOME. > The release build due to the Git migration is broken > > > Key: FLEX-33451 > URL: https://issues.apache.org/jira/browse/FLEX-33451 >

[jira] [Resolved] (FLEX-27585) Spark DataGrid skin produces Stack overflow in release build

2013-04-12 Thread Cyrill Zadra (JIRA)
.. Tried against Apache Flex 4.9.1. > Spark DataGrid skin produces Stack overflow in release build > > > Key: FLEX-27585 > URL: https://issues.apache.org/jira/br

[jira] [Updated] (FLEX-27585) Spark DataGrid skin produces Stack overflow in release build

2013-04-12 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-27585: Attachment: FLEX-27585.zip > Spark DataGrid skin produces Stack overflow in release bu

[jira] [Updated] (FLEX-27585) Spark DataGrid skin produces Stack overflow in release build

2013-04-12 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-27585: Assignee: Cyrill Zadra > Spark DataGrid skin produces Stack overflow in release bu

Re: [jira] [Assigned] (FLEX-33451) The release build due to the Git migration is broken

2013-04-07 Thread Alex Harui
ing in versions of AIR. AIR 3.7 should be out this week. >> 4. There's a fair number of bug fixes that have been checked in. >> 5. There's new experimental components for people to play with. >> 6. Move to git have broken making a release and should be fixed and the >> documentation updated. >> 7. Need to fix CI as well as it did tell up when the release build was >> broken. >> >> Thanks, >> Justin > > -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [jira] [Assigned] (FLEX-33451) The release build due to the Git migration is broken

2013-04-07 Thread Erik de Bruin
. AIR 3.7 should be out this week. > 4. There's a fair number of bug fixes that have been checked in. > 5. There's new experimental components for people to play with. > 6. Move to git have broken making a release and should be fixed and the > documentation updated. &

Re: [jira] [Assigned] (FLEX-33451) The release build due to the Git migration is broken

2013-04-06 Thread Justin Mclean
eople to play with. 6. Move to git have broken making a release and should be fixed and the documentation updated. 7. Need to fix CI as well as it did tell up when the release build was broken. Thanks, Justin

Re: [jira] [Assigned] (FLEX-33451) The release build due to the Git migration is broken

2013-04-06 Thread Alex Harui
n.system.issuetabpanels:all-tabpanel ] > > Justin Mclean reassigned FLEX-33451: > > > Assignee: (was: Justin Mclean) > >> The release build due to the Git migration is broken >> --

[jira] [Assigned] (FLEX-33451) The release build due to the Git migration is broken

2013-04-05 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-33451: Assignee: (was: Justin Mclean) > The release build due to the Git migration

[jira] [Commented] (FLEX-33451) The release build due to the Git migration is broken

2013-04-05 Thread Justin Mclean (JIRA)
but need more testing. Ant in the asdoc directory fails and I have no idea how to fix. This stops up creating asdocs to include in the release. Can someone take a look at this? > The release build due to the Git mi

Re: Broken release build and git revision numbers

2013-04-05 Thread Justin Mclean
HI, The one minor down side is that it's now it harder to tell exactly where a SDK was build from (no revision number n flex-describtion.xml). There would be a branch with the same version number so it's a minor annoyance. Justin

RE: Broken release build and git revision numbers

2013-04-05 Thread Michael A. Labriola
>Can any Git experts please comment if there an alternative to doing this this >way. If you have a moment, take a look at git describe as an idea. It basically gives you the latest tag and a number of commits since then and a hash. Its not a simple sequence, but see if it helps. This one is ok

Broken release build and git revision numbers

2013-04-05 Thread Justin Mclean
Hi, When we were using SVN the SVN revision number was used in various places. This needs to be a number (so hashes are out) and may need to be numerically increasing ie current number bigger than last number (not 100% on that). This effects: - Version numbers in framework XML description files

[jira] [Assigned] (FLEX-33451) The release build due to the Git migration is broken

2013-04-05 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-33451: Assignee: Justin Mclean > The release build due to the Git migration is bro

[jira] [Comment Edited] (FLEX-33451) The release build due to the Git migration is broken

2013-04-05 Thread Justin Mclean (JIRA)
7 PM: --- Not completed yet. No need to open new issue it's better to keep all info in one issue. was (Author: jmclean): Not completed yet. No need to open new issue better if it's keep all in issue. > The release build due to the Git mi

[jira] [Reopened] (FLEX-33451) The release build due to the Git migration is broken

2013-04-05 Thread Justin Mclean (JIRA)
it's keep all in issue. > The release build due to the Git migration is broken > > > Key: FLEX-33451 > URL: https://issues.apache.org/jira/browse/FLEX-33451 >

[jira] [Closed] (FLEX-33451) The release build due to the Git migration is broken

2013-04-05 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frédéric THOMAS closed FLEX-33451. -- > The release build due to the Git migration is bro

[jira] [Resolved] (FLEX-33451) The release build due to the Git migration is broken

2013-04-05 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frédéric THOMAS resolved FLEX-33451. Resolution: Fixed > The release build due to the Git migration is bro

[jira] [Commented] (FLEX-33451) The release build due to the Git migration is broken

2013-04-05 Thread JIRA
(Not fixed, just commented at the moment - Build Number (Not fixed) Please, open a new issue for those 2 remaining ones, the branch relative to this one had been merged > The release build due to the Git migration is

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Frédéric THOMAS
and delete the 3.0.33 link if you have it too. -Fred -Message d'origine- From: Frédéric THOMAS Sent: Thursday, March 28, 2013 6:31 AM To: dev@flex.apache.org Subject: Re: asdoc - Release build broken (was: Release build broken) It has been fixed in the build.xml, how did you

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Frédéric THOMAS
It has been fixed in the build.xml, how did you call your flex-tlf repo ? It should be ${FLEX_HOME}/../flex-tlf or ${FLEX_HOME}/../tlf -Fred -Message d'origine- From: Justin Mclean Sent: Thursday, March 28, 2013 6:23 AM To: dev@flex.apache.org Subject: Re: asdoc - Release

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Justin Mclean
Hi Also doesn't look like the TLF issue is fixed in that branch: git branch * FLEX-33451 develop master ompile: [compc] Loading configuration file /Users/justinmclean/Documents/ApacheFlexDevelopGit/frameworks/projects/textLayout/compile-config.xml [compc] Apache Flex compc (Compone

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Frédéric THOMAS
From: Frédéric THOMAS Sent: Thursday, March 28, 2013 5:42 AM To: dev@flex.apache.org Subject: Re: asdoc - Release build broken (was: Release build broken) You right, I had to do that but didn't do it, feel free to open other tickets. There're no needs to open a new branch, the mother one

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Frédéric THOMAS
t the new issue ids. -Fred -Message d'origine- From: Justin Mclean Sent: Thursday, March 28, 2013 5:37 AM To: dev@flex.apache.org Subject: Re: asdoc - Release build broken (was: Release build broken) Hi, You right, I just filled the jira accordingly. Thanks that's a lot clea

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Justin Mclean
Hi, > You right, I just filled the jira accordingly. Thanks that's a lot clearer. There still a minor workflow issue here in that unless we make each of those sub tasks real JIRA subtasks how do I know who's working on each one (or if anyone is). I can't assign the entire bug to myself as I wou

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Frédéric THOMAS
7;origine- From: Justin Mclean Sent: Thursday, March 28, 2013 5:20 AM To: dev@flex.apache.org Subject: Re: asdoc - Release build broken (was: Release build broken) Hi, It's not a silly question, the answer is because, I opened a jira ticket [1] in which there are few sub-issues/tasks

[jira] [Commented] (FLEX-33451) The release build due to the Git migration is broken

2013-03-27 Thread JIRA
FLEX-33451 - TLF: Fixed - Building process (.gitignore, empty.properties): Fixed > The release build due to the Git migration is broken > > > Key: FLEX-33451 > URL: https://issues.apa

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Justin Mclean
; doesn't show remotes you don't know about). Every little bit of info helps. :-) > merge it to the develop branch as a set of commit to fix the release build. Does that remove the history of each fix? I'd rather see how each issue/sub task was fixed not just a generic single comment and one set of changes. Justin

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Frédéric THOMAS
It's not a silly question, the answer is because, I opened a jira ticket [1] in which there are few sub-issues/tasks : The release build due to the Git migration is broken: - TLF external build - Build Number - ASDoc for the experimental lib - Building process (.gitignore, empty.prope

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Justin Mclean
Hi, > You can see the fix in the branch I did Perhaps a silly question but if you have a fix in a branch why hasn't it been merged into develop? Especially if it fixes an issue. Other people may have this issue but they wouldn't know that your branch fixes it. Thanks, Justin

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Frédéric THOMAS
You can see the fix in the branch I did -Fred -Message d'origine- From: Justin Mclean Sent: Thursday, March 28, 2013 2:33 AM To: dev@flex.apache.org Subject: Re: asdoc - Release build broken (was: Release build broken) Hi, Ok files the compiler issue but still getting an error

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Justin Mclean
Hi, Ok files the compiler issue but still getting an error to do with TLF. Assume this is to do with the recent TLF changes. Can you remind me how the SDK build files now knows where TLF is? There nothing in the README that I can see. compile: [compc] Loading configuration file /Users/j

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Alex Harui
On 3/27/13 12:43 AM, "Justin Mclean" wrote: > Hi, > >> For me, it is using the one in lib, not in ant/lib. > > Mine was using the one in ant/lib and issue was fixed my moving the lib one to > this location. However I'd still like to know why it was using the one in > ant/lib and not lib - an

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Frédéric THOMAS
humm... weird, I'ld like to see the others result then. Thanks Erik, -Fred -Message d'origine- From: Erik de Bruin Sent: Wednesday, March 27, 2013 10:51 AM To: dev@flex.apache.org Subject: Re: asdoc - Release build broken (was: Release build broken) I ran 'ant

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Erik de Bruin
> > Thanks, > -Fred > > -Message d'origine- From: Erik de Bruin > Sent: Wednesday, March 27, 2013 10:29 AM > > To: dev@flex.apache.org > Subject: Re: asdoc - Release build broken (was: Release build broken) > > Running 'ant asdoc' gives me: >

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Frédéric THOMAS
Well, sorry, I meant 'ant doc' from the experimental lib. Thanks, -Fred -Message d'origine- From: Erik de Bruin Sent: Wednesday, March 27, 2013 10:29 AM To: dev@flex.apache.org Subject: Re: asdoc - Release build broken (was: Release build broken) Running '

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Erik de Bruin
ed > > -Message d'origine- From: Erik de Bruin > Sent: Wednesday, March 27, 2013 10:06 AM > > To: dev@flex.apache.org > Subject: Re: asdoc - Release build broken (was: Release build broken) > > I just did this (OS X) and the build was successful both times (on >

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Frédéric THOMAS
27;origine- From: Erik de Bruin Sent: Wednesday, March 27, 2013 10:06 AM To: dev@flex.apache.org Subject: Re: asdoc - Release build broken (was: Release build broken) I just did this (OS X) and the build was successful both times (on develop with 'main', on FLEX-33451 with 'relea

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Erik de Bruin
branch, > checkout the 'FLEX-33451' and build release on it ? > > -Fred > > -Message d'origine- From: Justin Mclean > Sent: Wednesday, March 27, 2013 8:11 AM > To: dev@flex.apache.org > Subject: Re: asdoc - Release build broken (was: Release build broke

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Frédéric THOMAS
Ok, so I'm curious to know where the issue you have comes from as we don't have it, keep us in touch. Thanks, -Fred -Message d'origine- From: Justin Mclean Sent: Wednesday, March 27, 2013 8:44 AM To: dev@flex.apache.org Subject: Re: asdoc - Release build broken (was

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Justin Mclean
Hi, > Couldn't you simply clone again the sdk, build on the develop branch, > checkout the 'FLEX-33451' and build release on it ? Tried that it failed as well. Justin

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Justin Mclean
Hi, > For me, it is using the one in lib, not in ant/lib. Mine was using the one in ant/lib and issue was fixed my moving the lib one to this location. However I'd still like to know why it was using the one in ant/lib and not lib - anyone know where this is specified? As far as I know I only

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Frédéric THOMAS
Hi Justin, Couldn't you simply clone again the sdk, build on the develop branch, checkout the 'FLEX-33451' and build release on it ? -Fred -Message d'origine- From: Justin Mclean Sent: Wednesday, March 27, 2013 8:11 AM To: dev@flex.apache.org Subject: Re: a

Re: asdoc - Release build broken (was: Release build broken)

2013-03-27 Thread Justin Mclean
Hi, > For me, it is using the one in lib, not in ant/lib. Is it possible you have > a Falcon flexTasks.jar in ant/lib? Is there an easy way to tell which one it's using? I have flexTasks.jar in both places. Thanks, Justin

Re: asdoc - Release build broken (was: Release build broken)

2013-03-26 Thread Alex Harui
ependancy hasn't accidentally got into the SDK release > build - that's the only reference to compiler.jar I could find. > > Justin -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: asdoc - Release build broken (was: Release build broken)

2013-03-26 Thread Justin Mclean
Hi, > If Justin doesn't help you with asdoc, I will try to find time tomorrow. My build is still broken (unable to build the themes) so unable to help. Are you sure a falcon dependancy hasn't accidentally got into the SDK release build - that's the only reference to compile

Re: asdoc - Release build broken (was: Release build broken)

2013-03-26 Thread Alex Harui
I had to pull before I could see your branch. Once I checked it out, the build script ran fine on my Mac. If Justin doesn't help you with asdoc, I will try to find time tomorrow. On 3/26/13 10:50 AM, "Frédéric THOMAS" wrote: > Ok, I double checked, all good for the release except the build nu

Re: asdoc - Release build broken (was: Release build broken)

2013-03-26 Thread Frédéric THOMAS
Ok, I double checked, all good for the release except the build number and the asdoc, so, TLF, empty.properties and .gitignore are ok. If someone wants to give a hand for the asdoc, run the asdoc target of the experimental build after you built the sdk. Once fixed, uncomment in framework.build.

Re: Release build broken

2013-03-26 Thread Frédéric THOMAS
dev@flex.apache.org Subject: Re: Release build broken I'm sure you'll be ok too ;-) Thanks, -Fred -Message d'origine- From: Alex Harui Sent: Tuesday, March 26, 2013 5:58 PM To: dev@flex.apache.org Subject: Re: Release build broken I'm sure I'll be ok, I

Re: Release build broken

2013-03-26 Thread Frédéric THOMAS
I'm sure you'll be ok too ;-) Thanks, -Fred -Message d'origine- From: Alex Harui Sent: Tuesday, March 26, 2013 5:58 PM To: dev@flex.apache.org Subject: Re: Release build broken I'm sure I'll be ok, I don't have any changes in flex-sdk so it will be much

Re: Release build broken

2013-03-26 Thread Alex Harui
mmands to well start working on > it. > > Thanks, > -Fred > > -Message d'origine- > From: Alex Harui > Sent: Tuesday, March 26, 2013 5:51 PM > To: dev@flex.apache.org > Subject: Re: Release build broken > > OK, I will try to run it in a few hours. > &g

Re: Release build broken

2013-03-26 Thread Frédéric THOMAS
files which you can check with git status) git checkout git stash apply "my current work" Thanks, -Fred -Message d'origine- From: Frédéric THOMAS Sent: Tuesday, March 26, 2013 1:44 PM To: dev@flex.apache.org Subject: Re: Release build broken Just created https://issues

Re: Release build broken

2013-03-26 Thread Alex Harui
ush > > To go back on the branch you was before and the same working tree / index: > git stash -u "release" (if you've got uncommitted files/untracked files > which you can check with git status) > git checkout > git stash apply "my current work" > > T

  1   2   >