Re: Any ideas why building asjs release target fails?

2015-06-14 Thread Darrell Loverin
ex-falcon. Run ‘ant wipe-all’ and ‘ant all’ > > The compiler has changed how it finds files. > > -Alex > > On 6/13/15, 9:49 PM, "Darrell Loverin" wrote: > > >Trying to build the release target: > > > > > >>ant -Dbuild.number=2

Any ideas why building asjs release target fails?

2015-06-13 Thread Darrell Loverin
Trying to build the release target: >ant -Dbuild.number=20140613 -Dbuild.prompt= release getting the below errors: basictests-compile-js: [echo] FLEX_HOME: /Users/dloverin/ApacheFlex/asjs [echo] FALCONJX_HOME: /Users/dloverin/ApacheFlex/falcon/compiler.jx [echo] GOOG_HOME: /

Flex 4.6 development opportunity

2015-06-11 Thread Darrell Loverin
with some of the best engineers in the business. 5. Support code through product development and deployment. Please send resume to dloverin at gmail.com if interested. Thanks, -Darrell Loverin

Re: [jira] (FLEX-33155)

2015-03-29 Thread Darrell Loverin
nario from the command line please let me know. -Darrell On Fri, Mar 27, 2015 at 9:05 PM, Héctor A wrote: > That would be great. Thank you. > > On Sat, Mar 28, 2015 at 1:54 AM, Darrell Loverin < > darrell.love...@gmail.com> > wrote: > > > I used to be familiar with

Re: [jira] (FLEX-33155)

2015-03-27 Thread Darrell Loverin
I used to be familiar with that code. I'll take a look at the patch this weekend. -Darrell On Friday, March 27, 2015, Héctor A wrote: > It would be nice if somebody could check if the submitted patch is valid. > It's a longtime issue affecting many users, and it's a shame that the > contributor

Re: [jira] [Comment Edited] (FLEX-34809) Flex Code Coverage Tool

2015-03-22 Thread Darrell Loverin
What it means is my employer, SimpliVity, allowed me some time at work for project and as one of my quarterly goals. -Darrell On Sun, Mar 22, 2015 at 2:39 AM, Erik de Bruin wrote: > > Darrell Loverin edited comment on FLEX-34809 at 3/22/15 1

Re: Request write access to the Flex Wiki

2015-03-21 Thread Darrell Loverin
Thanks! I have write access now. Here's the page: https://cwiki.apache.org/confluence/display/FLEX/Code+Coverage+Tool On Sat, Mar 21, 2015 at 7:15 PM, Alex Harui wrote: > Ok, try it now. > > On 3/21/15, 8:33 AM, "Darrell Loverin" wrote: > > >Here

Re: Request write access to the Flex Wiki

2015-03-21 Thread Darrell Loverin
d then I can give you access. > > Thanks, > -Alex > > On 3/21/15, 6:23 AM, "Darrell Loverin" wrote: > > >Could someone please give me (dloverin) write access to the Flex Wiki. I'd > >like to add a Confluence page to describe how to use the Flex Code &g

Request write access to the Flex Wiki

2015-03-21 Thread Darrell Loverin
Could someone please give me (dloverin) write access to the Flex Wiki. I'd like to add a Confluence page to describe how to use the Flex Code Coverage Tool that is now ready for use (will be committed soon). Thanks, -Darrell

Eclipse project files in git

2015-03-17 Thread Darrell Loverin
I've been working on improving the existing Code Coverage Tool in utilities. I'm getting ready to commit the work but I'm not sure whether to commit the Eclipse project files with the code. Are they considered helpful or clutter? I've attached an example code coverage report from the tool I took w

Re: How to know when a preload SWF is being unloaded?

2015-02-23 Thread Darrell Loverin
hen-closi > ng-Flash-application > > -Alex > > On 2/20/15, 10:48 AM, "Darrell Loverin" wrote: > > >Here's a code snippet: > > > >*this*.loaderInfo.addEventListener(Event.UNLOAD, unloadHandler); > > > >On Fri, Feb 20, 2015 at 1:47 PM, Dar

Re: How to know when a preload SWF is being unloaded?

2015-02-23 Thread Darrell Loverin
//www.kirupa.com/forum/showthread.php?309561-Event-listener-when-closi > > ng-Flash-application > > > > -Alex > > > > On 2/20/15, 10:48 AM, "Darrell Loverin" > wrote: > > > > >Here's a code snippet: > > > > > >*this*.loader

Re: How to know when a preload SWF is being unloaded?

2015-02-20 Thread Darrell Loverin
Here's a code snippet: *this*.loaderInfo.addEventListener(Event.UNLOAD, unloadHandler); On Fri, Feb 20, 2015 at 1:47 PM, Darrell Loverin wrote: > yes, but I don't get an event. > > On Fri, Feb 20, 2015 at 12:11 PM, Alex Harui wrote: > >> Did you try th

Re: How to know when a preload SWF is being unloaded?

2015-02-20 Thread Darrell Loverin
yes, but I don't get an event. On Fri, Feb 20, 2015 at 12:11 PM, Alex Harui wrote: > Did you try the UNLOAD event on LoaderInfo? > > http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/di > splay/LoaderInfo.html#event:unload > > On 2/20/15, 6:15 AM, &

How to know when a preload SWF is being unloaded?

2015-02-20 Thread Darrell Loverin
This question is about the SWF loaded as a result of being specified with the preloadSWF key. The "allComplete" event tells the preload SWF when the application has been loaded but is there an event to tell when the application is being unloaded so the preload SWF can flush any buffered data? Than

Is there a max version of the JAVA API that should be used in development?

2015-01-07 Thread Darrell Loverin
Wondering if I can use Java 1.7 APIs for some code that would go in the utilities repository or if I should stay with 1.6? Thanks, -Darrell

Re: [FALCON] don't warn on assignment in while (condition) body

2015-01-01 Thread Darrell Loverin
> > > > > > > > Numeric problem codes seem like the way to go, if we don't already > > > support them. > > > > > > > > - Gordon > > > > > > > >> Date: Wed, 31 Dec 2014 11:56:45 +0200 > >

Re: [FALCON] internal error related to identifier resolution (?)

2015-01-01 Thread Darrell Loverin
’s why I’m hoping you or Gordon know how to teach the > parser or reducer and other code how to handle this. It looks like the > compiler sees the {} as a block and not an object literal. > > -Alex > > On 12/31/14, 5:06 AM, "Darrell Loverin" wrote: > > >Agr

Re: [FALCON] don't warn on assignment in while (condition) body

2015-01-01 Thread Darrell Loverin
il.com > >> To: dev@flex.apache.org > >> > >> Could this be improved to have a better interface?.. Grepping through > >> the code I get 1388 hits for org.apache.flex.compiler.problems in Java > >> files alone. No one would think of this as being an easy way to

Re: [FALCON] don't warn on assignment in while (condition) body

2015-01-01 Thread Darrell Loverin
would think of this as being an easy way to find > > an offending warning... But I don't think most people would even go as > > far as looking into the source code for ways to void a warning > > message. > > > > For those interested in this particular warning

Re: [FALCON] internal error related to identifier resolution (?)

2014-12-31 Thread Darrell Loverin
the new compiler not > >handling the keyword 'get' as a property name correctly (which it may now > >no longer allow as I understand it is more strict in some cases). > > > > > >On Wed, Dec 31, 2014 at 4:31 PM,

Re: [FALCON] internal error related to identifier resolution (?)

2014-12-30 Thread Darrell Loverin
>{ >// result = >// { >// get: function():Object >// { >// return JSON.parse(request.toString()); >// } >// }; To further

Re: [FALCON] don't warn on assignment in while (condition) body

2014-12-30 Thread Darrell Loverin
The falcon compiler and the (old) mxmlc compiler handle errors and warnings differently. In the mxmlc compiler a message is always an error/warning/info message at creation. In falcon, messages have a default severity but can be treated as an error, warning, or ignored. The configuration options to

Re: Determining which MXML elements are containers

2014-12-06 Thread Darrell Loverin
heck() method in the MXML compiler. Hope that helps, -Darrell -Darrell On Fri, Dec 5, 2014 at 9:29 AM, Darrell Loverin wrote: > I'll have some time this weekend to look at this a bit. > > > -Darrell > > On Thu, Dec 4, 2014 at 3:29 AM, Héctor A wrote: > >> H

Re: Porting To Typescript/Javascript

2014-12-06 Thread Darrell Loverin
>used to convert from MXML to Actionscript and then to ABC. Does anyone know >anything about this and if so, can they point me to it? Thanks and all the >best. For a prime example of generating AS code look in the PreLink class in the MXML compiler (in the sdk repo). Look at methods that start wit

Re: Determining which MXML elements are containers

2014-12-05 Thread Darrell Loverin
ble > and implemented in the IDE itself. > > Best regards, > > > On Tue, Nov 25, 2014 at 3:47 AM, Darrell Loverin < > darrell.love...@gmail.com> wrote: > >> >>Right now none because the property is private, and if it wasn't, just >> su

CodeCoverage Utility Issue

2014-12-02 Thread Darrell Loverin
Hi Alex, I’m hoping you can help me with an issue I’m seeing with the CodeCoverage utility you donated. I’m running a mustella test with the coverage server running. What I’m seeing is the LocalConnection send() method seems to stop working part way thru the test. On the CodeCoveragePreloadSWF

Re: Determining which MXML elements are containers

2014-11-24 Thread Darrell Loverin
>>Right now none because the property is private, and if it wasn't, just subclasses. That sounds right to me. -Darrell On Sun, Nov 23, 2014 at 8:34 PM, Héctor A wrote: > > >>property of type NavigationStack, marked with [ExcludeClass], what does >> that mean? >> >> [ExcludeClass] prevents Flas

Re: Determining which MXML elements are containers

2014-11-23 Thread Darrell Loverin
>>property of type NavigationStack, marked with [ExcludeClass], what does that mean? [ExcludeClass] prevents FlashBuilder from hinting the class and excludes it from ASDoc. -Darrell On Sun, Nov 23, 2014 at 6:49 PM, Darrell Loverin wrote: > I not sure how complete the MXML suppo

Re: Determining which MXML elements are containers

2014-11-23 Thread Darrell Loverin
nt > declaration, an ItemRenderer... is it hacked around? I guess so, but I'll > have to think about how to handle those special cases properly. > > I haven't looked into Flex 3 in depth yet. > > > On Fri, Nov 21, 2014 at 2:31 PM, Darrell Loverin < > darrell.love..

Re: Determining which MXML elements are containers

2014-11-21 Thread Darrell Loverin
Sorry I missed this thread. Using [DefaultProperty] and [ArrayElementType] sounds right for Spark components but I don't see [DefaultProperty] declared in mx containers and I don't remember how mx containers were validated. I'll investigate to see how it works this weekend. -Darrell On Thu, Nov

Re: [FALCON] Procedure of writing SWFs (removing code for handling signed swfs)

2014-10-31 Thread Darrell Loverin
The compiler should always be writing out a digest for the library.swf in a SWC. The digests are used for unsigned RSLs as well as signed RSLs. The digest is not only important for validating an RSL loaded from a foreign domain but it is also used at runtime to prevent loading the same RSL multiple

Re: AW: Some Falcon problems with multiple source-paths.

2014-10-13 Thread Darrell Loverin
>It may be that MXMLC has different logic for when the source for an embed >starts with a slash. Folks have been able to using leading slashes in >Flash Builder that then fail from ant. Falcon was written to follow the same logic as the old MXMLC compiler in resolving embedded assets. The differe

Re: Some Falcon problems with multiple source-paths.

2014-10-12 Thread Darrell Loverin
The compiler should support multiple source paths. Each "-source-path" option defines another source path. The compiler error messages seems to say it searched two source paths for the asset. I think you want to add your resource path to the source path. -Darrell On Sun, Oct 12, 2014 at 1:24 PM,

Re: Using mustella to test existing applications

2014-08-20 Thread Darrell Loverin
.net/job/flex-sdk_mustella/ws/mustella/tests/ > >Managers/StyleManager/AdvancedCSS/descendantSelectors/baselines/descendant > >selector_basic_nomatch_style_runtime...@win.png.bad.png > > > >I've not seen the '@win' on the end before. Should I copy the > >..

Re: Next Donation from Adobe

2014-08-04 Thread Darrell Loverin
Thanks, I see it now. I forgot to checkout the "develop" branch. On Sat, Aug 2, 2014 at 2:36 AM, Alex Harui wrote: > > > On 8/1/14 10:39 AM, "Darrell Loverin" wrote: > > >>>9. The source code for a prototype of a code coverage utility that I > &

Re: Next Donation from Adobe

2014-08-01 Thread Darrell Loverin
>>9. The source code for a prototype of a code coverage utility that I wrote. Has this code been donated? -Darrell On Fri, Mar 28, 2014 at 11:42 AM, Alex Harui wrote: > Hi folks, > > Adobe legal and business folks have approved the donation of several > Flex-related items to Apache. The dona

Re: AW: AW: AW: AW: Is/Was there a requirement for the playerglobal.swc having to be named exactly this way?

2014-06-03 Thread Darrell Loverin
The mxml compiler has a dependency on the name "playerglobal.swc", See compiler/CompilerSwcContext.java, line 351. Source s = (loc.endsWith(StandardDefs.SWC_PLAYERGLOBAL) || loc.endsWith(StandardDefs.SWC_AIRGLOBAL) || loc.endsWith(StandardDefs.SWC_AVMPLUS)) ? The Falcon compiler does not ha

Re: Compiling examples in asja

2014-05-27 Thread Darrell Loverin
age seems to be missing from the README. On Tue, May 27, 2014 at 11:02 AM, Alex Harui wrote: > GOOG_HOME is for closure library, not closure compiler. It should be the > absolute path to the SDK's js/lib/google/closure-library > > > On 5/27/14 7:45 AM, "Darrell Loverin"

Re: Compiling examples in asja

2014-05-27 Thread Darrell Loverin
et up correctly? > Do 'jar -tf compiler.jar' to make sure it isn't corrupt and has > ErrorManager in it. > > -Alex > > On 5/26/14 8:22 PM, "Darrell Loverin" wrote: > > >Still can't compile the examples; > >>ant examples > > >

Re: Compiling examples in asja

2014-05-26 Thread Darrell Loverin
ase. > > On 5/25/14 2:41 PM, "Darrell Loverin" wrote: > > >I delete the binary package and ran > > ant -f installer.xml -Dclosure.download.file=compiler-20140303.zip > > > >as you recommended. I entered 'y' to every download prompt. The

Re: Compiling examples in asja

2014-05-25 Thread Darrell Loverin
1 AM, Alex Harui wrote: > Start over, delete the folder and uncompress the binary package into a new > folder. > > Then run: > ant -f installer.xml -Dclosure.download.file=compiler-20140303.zip > > -Alex > > On 5/22/14 9:00 PM, "Darrell Loverin" wrot

Re: Compiling examples in asja

2014-05-22 Thread Darrell Loverin
gt; Google Closure Library. > > Try using an older version of the Google Closure Compiler. If you are > working from the repos, remove the lib/google folder and the > compiler-latest.zip from the "in" folder and run the build with > > -Dclosure.download.filename=compi

Compiling examples in asja

2014-05-20 Thread Darrell Loverin
I'm getting errors when compiling the examples in asja. First I ran 'ant' in the main directory and it built without any noticeable errors: compile: [echo] running gjslint [exec] 149 files checked, no errors found. [echo] running jshint Next I ran 'ant examples' to build the e

Re: flex-sdk_mustella - Build # 921 - Still Failing!

2014-05-20 Thread Darrell Loverin
The tests can probably be fixed but I didn't want to leave mustella in a bad state any longer. The problem is the MarshallPlan tests seem to get stuck in a loop of running the same test over and over without advancing to the next test. I can looking into fixing this but it may take a while. The cur

Re: flex-sdk_mustella - Build # 921 - Still Failing!

2014-05-20 Thread Darrell Loverin
The mustella-test commit was causing the failures of the StyleManager and MarshallPlan tests. I have reverted the changes. Sorry for the inconvenience. -Darrell On Mon, May 19, 2014 at 10:34 PM, Darrell Loverin wrote: > I looked into the failing ShaderFilter tests: > >

Re: flex-sdk_mustella - Build # 921 - Still Failing!

2014-05-19 Thread Darrell Loverin
I looked into the failing ShaderFilter tests: [java] = [java] Failed: [java] = [java] gumbo/filters/ShaderFilter/Integration/ShaderFilter_integration integration_popup_test

Re: flex-sdk_mustella - Build # 921 - Still Failing!

2014-05-19 Thread Darrell Loverin
ilter tests. I'll look into more tonight. -Darrell On Mon, May 19, 2014 at 2:59 PM, Darrell Loverin wrote: > I'm checking to see if the mustella change broke anything. > > > -Darrell > > > On Mon, May 19, 2014 at 1:56 PM, Justin Mclean wrote: > >>

Re: flex-sdk_mustella - Build # 921 - Still Failing!

2014-05-19 Thread Darrell Loverin
I'm checking to see if the mustella change broke anything. -Darrell On Mon, May 19, 2014 at 1:56 PM, Justin Mclean wrote: > Hi, > > I did notice that one of the recent changes () was to mustella itself - > perhaps that has broken some tests? > > Running the failing manager tests here I notice

Re: git commit: [flex-falcon] [refs/heads/develop] - guarantee that target-player gets processed before library-path otherwise wrong player gets checked

2014-01-22 Thread Darrell Loverin
Arrays.asList(pathlist), locales, cv, !reportMissingCompilerLibraries); libraryPath.addAll(resolvedPaths); } -Darrell Loverin On Wed, Jan 22, 2014 at 1:25 PM, Darrell Loverin wrote: > You can create a "soft dependency" from one configura

Re: git commit: [flex-falcon] [refs/heads/develop] - guarantee that target-player gets processed before library-path otherwise wrong player gets checked

2014-01-22 Thread Darrell Loverin
You can create a "soft dependency" from one configuration variable to another and get the same effect as this code. I don't have the code in front of me right now but there should be some examples in the Configuration classes of the old MXML compiler. In this case library-path would have a soft dep

Re: How can I check if an swf has advanced-telemetry enabled?

2013-11-17 Thread Darrell Loverin
Oh, I see, Justin added it to swfutils. I was looking for it in falcon since this is where I had added the support but I don't see the code in Apache Flex's falcon. -Darrell On Sun, Nov 17, 2013 at 3:46 PM, Justin Mclean wrote: > Hi, > > > I believe there was a new tag added to the swf to enab

Re: How can I check if an swf has advanced-telemetry enabled?

2013-11-17 Thread Darrell Loverin
I believe there was a new tag added to the swf to enable telemetry. I don't see this tag supported in Apache Flex. -Darrell Loverin On Sun, Nov 17, 2013 at 8:30 AM, christofer.d...@c-ware.de < christofer.d...@c-ware.de> wrote: > Hi, > > I have recently extedned Flex

Re: [FALCON] Large App Compiles and Starts

2013-10-09 Thread Darrell Loverin
It would be interesting to run the same test on machines with a different number of processors. In theory, Falcon should outperform MXMLC as the number of processors increase. On Wed, Oct 9, 2013 at 11:38 PM, Justin Mclean wrote: > Hi, > > > No official measurements. How small are you talking a

Re: [FALCON] Large App Compiles and Starts

2013-10-09 Thread Darrell Loverin
Nice job Alex! Let me know if there is a bug you would like me to pick up while you work on something else. On Wed, Oct 9, 2013 at 1:09 PM, Gordon Smith wrote: > Congratulatlons on reaching a huge milestone! > > - Gordon > > -Original Message- > From: Alex Harui [mailto:aha...@adobe.com

Re: [FALCON] using coerce_a

2013-10-02 Thread Darrell Loverin
e. Very strange bug in AIR, IMO. Anyway, I do have Falcon > generating the coerce_a where MXMLC outputs it. > > On 10/2/13 3:13 PM, "Darrell Loverin" wrote: > > >Nice job figuring this out! Does your change now generate the coerce_a > >code in the same positions a

Re: [FALCON] using coerce_a

2013-10-02 Thread Darrell Loverin
setproperty >>>>> private,private,,http://adobe.com/AS3/2006/builtin:null >>>>> >>>>> Here is the ABC from Falcon that doesn't work: >>>>> >>>>> getlocal0 >>>>> pushscope >

Re: [FALCON] using coerce_a

2013-09-30 Thread Darrell Loverin
type (not just > Dictionary), is type *. So I think it is OK to codegen coerce_a before > assignment to any foo[bar] expression. > > Darrell, do you agree or disagree? > > - Gordon > > > -Original Message- > From: Darrell Loverin [mailto:darrell.love...@gmail.co

Re: [FALCON] using coerce_a

2013-09-30 Thread Darrell Loverin
coerce_a Operation Coerce a value to the any type. Format coerce_a Forms Stack ..., value => ..., value Description Indicates to the verifier that the value on the stack is of the any type (*). Does nothing to value. On Mon, Sep 30, 2013 at 6:03 PM, Gordon Smith wrote: > Can you remind m

Re: [FALCON] ABC File Format for Vector?

2013-09-19 Thread Darrell Loverin
ick things in the pool in > a different order so there are no forward references. > > Thoughts? > -Alex > > On 9/19/13 12:11 PM, "Darrell Loverin" wrote: > > >Checkout ABCEmitter.java in falcon if you haven't already. > > > > > >I

Re: [FALCON] ABC File Format for Vector?

2013-09-19 Thread Darrell Loverin
Checkout ABCEmitter.java in falcon if you haven't already. If you are seeing an issue with the old compiler's SWFDump, then I believe that was a bug in SWFDump not in falcon's generated code. -Darrell On Thu, Sep 19, 2013 at 2:21 PM, Darrell Loverin wrote: > I don't

Re: [FALCON] ABC File Format for Vector?

2013-09-19 Thread Darrell Loverin
I don't know of a spec besides the AVM2 spec. I'd also look at the swfdumps of code generated by falcon and mxmlc. On Thu, Sep 19, 2013 at 1:38 PM, Alex Harui wrote: > Darrell, > > Have you (or anybody) seen a spec for how a Vector ends up in the > Multiname pool? > > Thanks, > -Alex > >

Re: Welcome Darrell Loverin as Apache Flex Committer

2013-09-15 Thread Darrell Loverin
Thanks to all for the warm welcome. I'm looking forward to contributing to the success of Apache Flex. -Darrell Loverin On 9/13/13 4:43 PM, "Alex Harui" wrote: >Hi, > >I am pleased to announce that the Project Management Committee (PMC) for >Apache Flex has invite

Re: [Falcon]

2013-09-12 Thread Darrell Loverin
Thanks for the link. On 9/12/13 1:15 PM, "Dasa Paddock" wrote: >Falcon likely has this same Logical OR Assignment bug: >https://bugbase.adobe.com/index.cfm?event=bug&id=3617792 > >--Dasa > >On Sep 12, 2013, at 3:39 AM, Darrell Loverin wrote: > >> I&

Re: [Falcon]

2013-09-12 Thread Darrell Loverin
I'm looking for my next falcon bug. I could look at this one if you'd like. -Darrell On 9/11/13 8:36 AM, "Erik de Bruin" wrote: >On Fri, Sep 6, 2013 at 5:21 PM, Cyrill Zadra >wrote: >> For this I already raised a JIRA - >> https://issues.apache.org/jira/browse/FLEX-33716 > >This looks to be

Re: [?Falcon?] AdvandedDataGrid error

2013-09-12 Thread Darrell Loverin
The local variable saves two lookups in rowIndicators. That would be enough for me. -Darrell On 9/12/13 4:34 AM, "Erik de Bruin" wrote: >I'd go with: > >var rowIndicators:Object = cellSelectionIndicators[rowData.uid]; >if (rowIndicators && rowIndicators[columnIndex]) >{ > o = rowIndicators[c

Re: [Falcon]

2013-09-11 Thread Darrell Loverin
Hard to tell how hard of a fix that bug might be. -Darrell On 9/11/13 2:49 PM, "Alex Harui" wrote: >I might have time. You sure you don't want to try to fix it yourself? > >-Alex > >On 9/11/13 5:36 AM, "Erik de Bruin" wrote: > >>On Fri, Sep 6, 2013 at 5:21 PM, Cyrill Zadra >>wrote: >>> For

Re: [Falcon]

2013-09-09 Thread Darrell Loverin
No, I would fix the sdk. -Darrell On 9/9/13 4:17 AM, "Cyrill Zadra" wrote: >In flex sdk project there are a few "Warning: variable definition >duplicates function parameter" warnings if it s compiled by falcon. So I >check those lines and it seems for me that falcon compiler is correct and >sd

Re: Assigning bugs

2013-09-04 Thread Darrell Loverin
Thanks! On 9/4/13 1:51 PM, "Alex Harui" wrote: >Try assigning again. I added you to the JIRA committers list. > >On 9/4/13 10:45 AM, "Darrell Loverin" wrote: > >>I've been able to create bugs. >> >> >>On 9/4/13 1:39 PM, "E

Re: Assigning bugs

2013-09-04 Thread Darrell Loverin
I've been able to create bugs. On 9/4/13 1:39 PM, "Erik de Bruin" wrote: >I tried, but JIRA doesn't know about a "Darrell Loverin". Do you have >a JIRA account? > >EdB > > > >On Wed, Sep 4, 2013 at 7:36 PM, Darrell Loverin >wrote: &

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Darrell Loverin
aybe pick off a few of the >bugs already filed under Falcon that Cyrill scrubbed last night? > >Thanks, > >-Alex > >On 9/4/13 8:59 AM, "Darrell Loverin" wrote: > >>I agree that an environment variable is a good way to break the flex sdk >&

Assigning bugs

2013-09-04 Thread Darrell Loverin
Can someone assign this bug https://issues.apache.org/jira/browse/FLEX-33322 to "Darrell Loverin" Doesn't seem like I have the ability to edit bugs. -Darrell

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Darrell Loverin
re still needs to be a >switch to tell the launch scripts which JAR to use. > >> But I think getting FB to use Falcon ... > >The current FB can't use Falcon because we had to rename every package >from com.adobe to org.apache when we donated Falcon. > >- Gordon >

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Darrell Loverin
of thing yet, just because you've >heard the rest of your former team talk about it. > >-Alex > >On 9/4/13 9:39 AM, "Darrell Loverin" wrote: > >>Which is more important to get done first? The script changes will be >>simple but writing a replacement f

Re: [Falcon] BasicTests compiles and runs

2013-09-04 Thread Darrell Loverin
] BasicTests compiles and runs >> >>Excellent. I'll try it out now. >> >>Now that you've seen how we manage the source code in Git for Apache >>Flex, what do you think we should do about packaging up Falcon to work >>with an Apache Flex SDK? There wou

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Darrell Loverin
Added a patch for the implicit import issue: https://issues.apache.org/jira/browse/FLEX-33701 -Darrell On 9/3/13 4:08 PM, "Darrell Loverin" wrote: >The below args almost work for me from eclipse. There are three undefined >classes because "flash.filters.*" is not a

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Darrell Loverin
ML file doesn't have code >>>to handle not finding the base class. What CompilerProblem should we >>>use >>>for that? >>> >>>-Alex >>> >>>On 9/3/13 1:08 PM, "Darrell Loverin" wrote: >>> >>>>The below

Re: [Falcon] BasicTests compiles and runs

2013-09-03 Thread Darrell Loverin
ernal error in ABC generator subsystem, when generating code >>> for: >>>/Users/erik/Documents/ApacheFlex/git/flex-sdk/frameworks/tests/basicTest >>>s/halo/scripts/ComboBoxTestScript.mxml: >>> java.lang.NullPointerException >>> >>> A

Re: Specifying multiple RSL URL

2013-08-29 Thread Darrell Loverin
to ROOT/MODULES 3. Specify the RSL URL with an absolute path name. -Darrell Loverin On 8/29/13 10:31 AM, "Jagan Langa Sami Durai" wrote: >Hi All, > >This is how I deployed my application. > >ROOT/application.swf >ROOT/MODULES/module1.swf >ROOT/RSLS/rsl1.swf >R