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

2014-10-12 Thread Alex Harui
Can you set up a simple test case that doesn’t require flexmojos that will
reproduce the problem?

On 10/12/14, 11:10 PM, "Christofer Dutz"  wrote:

>Well I ran Flexmojos twice against the same project. Once with falcon and
>once with the old compiler. Even with the old compiler there was only one
>source-path, but each ressource was added using "include-file"
>declaration and it seemed that the old compiler was able to resolve
>resources from the include-file declarations, and falcon doesn't.
>
>The two paths are the "source-path" entry itself and the relative path
>directly used in the Embed statement.
>
>Chris
>
>
>Von: Darrell Loverin 
>Gesendet: Montag, 13. Oktober 2014 01:47
>An: dev@flex.apache.org
>Betreff: Re: Some Falcon problems with multiple source-paths.
>
>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, Christofer Dutz
>
>wrote:
>
>> Hi,
>>
>> As I posted two days ago, I have succeeded in getting Flexmojos to work
>> with Falcon. Now while I'm still trying to get the Flexmojos Testsuite
>> running again, I started some first tests with Flexmojos and Falcon
>>where I
>> simply let Falcon compile some of my applications that build fine with
>>the
>> old compiler and I just ran into a problem which I could need some
>>input.
>>
>> In Maven you can have several sources (main-sources, main-resources,
>> test-sources, test-resources for example). Now I have a project in
>>which I
>> have the Flex sourcecode in "src/main/flex" and the resources in
>> "src/main/resources" - which is the default Maven pattern for separating
>> sources and resources. Now when embedding an image, I am getting the
>> following errors:
>>
>> Error: Could not find Embed source '/assets/images/checkboxmiddle.png'.
>> Searched
>> 
>>'C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\
>>src\main\flex\com\flexicious\controls\assets\images\checkboxmiddle.png',
>> 'assets/images/checkboxmiddle.png' on the source path
>>
>> Which is true, as the resources are not located in the source path but
>>in
>> the resource path.
>> 
>>'C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\
>>src\main\resources\assets\images\checkboxmiddle.png'
>> would have worked.
>>
>> Having a look at the code to me it seems af if Falcon wouldn't support
>> multiple source roots ... is that correct?
>>
>> Chris
>>
>>



AW: Some Falcon problems with multiple source-paths.

2014-10-12 Thread Christofer Dutz
Well I ran Flexmojos twice against the same project. Once with falcon and once 
with the old compiler. Even with the old compiler there was only one 
source-path, but each ressource was added using "include-file" declaration and 
it seemed that the old compiler was able to resolve resources from the 
include-file declarations, and falcon doesn't.

The two paths are the "source-path" entry itself and the relative path directly 
used in the Embed statement.

Chris


Von: Darrell Loverin 
Gesendet: Montag, 13. Oktober 2014 01:47
An: dev@flex.apache.org
Betreff: Re: Some Falcon problems with multiple source-paths.

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, Christofer Dutz 
wrote:

> Hi,
>
> As I posted two days ago, I have succeeded in getting Flexmojos to work
> with Falcon. Now while I'm still trying to get the Flexmojos Testsuite
> running again, I started some first tests with Flexmojos and Falcon where I
> simply let Falcon compile some of my applications that build fine with the
> old compiler and I just ran into a problem which I could need some input.
>
> In Maven you can have several sources (main-sources, main-resources,
> test-sources, test-resources for example). Now I have a project in which I
> have the Flex sourcecode in "src/main/flex" and the resources in
> "src/main/resources" - which is the default Maven pattern for separating
> sources and resources. Now when embedding an image, I am getting the
> following errors:
>
> Error: Could not find Embed source '/assets/images/checkboxmiddle.png'.
> Searched
> 'C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\flex\com\flexicious\controls\assets\images\checkboxmiddle.png',
> 'assets/images/checkboxmiddle.png' on the source path
>
> Which is true, as the resources are not located in the source path but in
> the resource path.
> 'C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\resources\assets\images\checkboxmiddle.png'
> would have worked.
>
> Having a look at the code to me it seems af if Falcon wouldn't support
> multiple source roots ... is that correct?
>
> Chris
>
>


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

2014-10-12 Thread Alex Harui
On 10/12/14, 12:55 PM, "Christofer Dutz"  wrote:

>Hi,
>
>well I did a little bit of investigation. It seems the default compiler
>also had only one source directory.
>But I noticed that Flexmojos passed in the static resources as
>"include-file" argument. Could it be possible that Falcon doesn't look in
>this list when encoding resuources?
The SDK’s framework.swc has more than one include-file.  One of the Falcon
feature tests create the framework.swc.  You can see if both files got In
the SWC when falcon builds it.


>
>In Maven you can have several sources (main-sources, main-resources,
>test-sources, test-resources for example). Now I have a project in which
>I have the Flex sourcecode in "src/main/flex" and the resources in
>"src/main/resources" - which is the default Maven pattern for separating
>sources and resources. Now when embedding an image, I am getting the
>following errors:
>
>Error: Could not find Embed source '/assets/images/checkboxmiddle.png'.
>Searched 
>'C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\s
>rc\main\flex\com\flexicious\controls\assets\images\checkboxmiddle.png',
>'assets/images/checkboxmiddle.png' on the source path
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.

-Alex



Re: FlexUnit Adoble forums

2014-10-12 Thread Alex Harui
It didn’t look like anyone has posted there in 5 months, or am I not
looking at the data correctly?  Maybe folks have already figured out to
ask for help elsewhere.

Are you proposing that Adobe should modify the web page at the link you
posted to make it more clear that FlexUnit is now at Apache?  Would it be
sufficient to just post on the forum that Flex is at Apache?  I’m not sure
what it would take to get the template adjusted just for the FlexUnit
forum.  I still visit the main Flex forum every couple of days and if I
see an opportunity to guide folks over to Apache then I do so.  That’s
probably less hassle than trying to get the Adobe Forum folks to modify
the page for FlexUnit.

-Alex

On 10/12/14, 3:45 PM, "Justin Mclean"  wrote:

>Hi,
>
>Anyone know who we need to talk to at Adobe to have some text/links to
>our discussion forums/email list? I'm fairly certain that not many Flex
>developers are handing out on those forums and users will probably get
>better support here.
>
>Thanks,
>Justin
>
>1. https://forums.adobe.com/community/opensource/flexunit



The fact

2014-10-12 Thread NishinaYoshiki


iPhoneから送信


Re: Wanted 3rd party examples for Tour De Flex

2014-10-12 Thread Justin Mclean
Hi,

> If we break it down, it would end up with hundreds of examples.

I have no issue with that, it all goes into a tree control so you wouldn't 
swamp the current examples.

> And some of our examples are components that do take up a lot of screen
> real estate (for example, we have a portal/dashboard component that is
> quite big). Maybe having a scrollbar on the demo would help?

We have scrollbars it doesn't help and in fact looks really ugly.

> We had the same link provided to Adobe when they hosted TDF.

Sadly Adobe didn't give us the latest version and it currently broken (error 
"Internet connection required") so I can't see how they handled your examples 
previously.

> If that does not do it, we can put up a swf with a brief description of the
> component and have a "Launch Demo" button that launches the actual demo.

That also works well - and probably the least amount of work for you.

Thanks,
Justin

Re: Wanted 3rd party examples for Tour De Flex

2014-10-12 Thread Flexicious.com
Hi Justin, If we break it down, it would end up with hundreds of examples.
And some of our examples are components that do take up a lot of screen
real estate (for example, we have a portal/dashboard component that is
quite big). Maybe having a scrollbar on the demo would help?
We had the same link provided to Adobe when they hosted TDF.

If that does not do it, we can put up a swf with a brief description of the
component and have a "Launch Demo" button that launches the actual demo.
Let us know what you want us to do.



On Sun, Oct 12, 2014 at 7:01 PM, Justin Mclean 
wrote:

> Hi,
>
> Thanks for the links.
>
> > Example link:
> > http://www.flexicious.com/resources/dashboard30/componentsample.swf
>
> This example is really too big to fit into the content area. Could they be
> broken up into individual examples?
>
> > Source Link:
> > http://www.flexicious.com/resources/dashboard30/srcview/index.html
>
> Currently we not supporting src view style / HTML formatted code, any
> chance of a plain text file?
>
> > Example Link : http://www.flexicious.com/resources/Ultimate/TreeGrid.swf
>
> Likewise this example is really an explorer of it's own ie a collection of
> examples rather than a list of individual examples.
>
> > Example Link: http://www.flexicious.com/resources/Flex4/Main.swf
>
> Again any chance this could be broken up into individual examples?
>
> I guess an alternative to breaking it up, would be to make 3 place holder
> swf pages with some information in them that include external links to
> those collections of examples. Again it would be best if the place holder
> pages fitted into the content area along the lines of
> http://flex.apache.org/tourdeflex/?app=apache/ApacheFlex4_10_0
>
> Also what license is the example code licensed under?
>
> Thanks,
> Justin


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, Christofer Dutz 
wrote:

> Hi,
>
> As I posted two days ago, I have succeeded in getting Flexmojos to work
> with Falcon. Now while I'm still trying to get the Flexmojos Testsuite
> running again, I started some first tests with Flexmojos and Falcon where I
> simply let Falcon compile some of my applications that build fine with the
> old compiler and I just ran into a problem which I could need some input.
>
> In Maven you can have several sources (main-sources, main-resources,
> test-sources, test-resources for example). Now I have a project in which I
> have the Flex sourcecode in "src/main/flex" and the resources in
> "src/main/resources" - which is the default Maven pattern for separating
> sources and resources. Now when embedding an image, I am getting the
> following errors:
>
> Error: Could not find Embed source '/assets/images/checkboxmiddle.png'.
> Searched
> 'C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\flex\com\flexicious\controls\assets\images\checkboxmiddle.png',
> 'assets/images/checkboxmiddle.png' on the source path
>
> Which is true, as the resources are not located in the source path but in
> the resource path.
> 'C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\resources\assets\images\checkboxmiddle.png'
> would have worked.
>
> Having a look at the code to me it seems af if Falcon wouldn't support
> multiple source roots ... is that correct?
>
> Chris
>
>


Re: Wanted 3rd party examples for Tour De Flex

2014-10-12 Thread Justin Mclean
Hi,

Thanks for the links.

> Example link:
> http://www.flexicious.com/resources/dashboard30/componentsample.swf

This example is really too big to fit into the content area. Could they be 
broken up into individual examples?

> Source Link:
> http://www.flexicious.com/resources/dashboard30/srcview/index.html

Currently we not supporting src view style / HTML formatted code, any chance of 
a plain text file?

> Example Link : http://www.flexicious.com/resources/Ultimate/TreeGrid.swf

Likewise this example is really an explorer of it's own ie a collection of 
examples rather than a list of individual examples.

> Example Link: http://www.flexicious.com/resources/Flex4/Main.swf

Again any chance this could be broken up into individual examples?

I guess an alternative to breaking it up, would be to make 3 place holder swf 
pages with some information in them that include external links to those 
collections of examples. Again it would be best if the place holder pages 
fitted into the content area along the lines of 
http://flex.apache.org/tourdeflex/?app=apache/ApacheFlex4_10_0

Also what license is the example code licensed under?

Thanks,
Justin

FlexUnit Adoble forums

2014-10-12 Thread Justin Mclean
Hi,

Anyone know who we need to talk to at Adobe to have some text/links to our 
discussion forums/email list? I'm fairly certain that not many Flex developers 
are handing out on those forums and users will probably get better support here.

Thanks,
Justin

1. https://forums.adobe.com/community/opensource/flexunit

Re: Wanted 3rd party examples for Tour De Flex

2014-10-12 Thread Flexicious.com
Hi Justin, Thanks a lot for doing this:

Do these work?
​​
Example name : Flexicious Dashboard Framework

Example link:
http://www.flexicious.com/resources/dashboard30/componentsample.s
wf

Source Link:
http://www.flexicious.com/resources/dashboard30/srcview/index.html


Example name : Flexicious Ultimate DataGrid:

Example Link : http://www.flexicious.com/resources/Ultimate/TreeGrid.
s
wf

Source Link : http://www.flexicious.com/resources/Ultimate
/srcview/index.html


Example name : Flexicious Classic DataGrid(s):

Example Link: http://www.flexicious.com/resources/Flex4/Main.s
wf

Source Link: http://www.flexicious.com/resources/Flex4/srcview/index.html



On Sun, Oct 12, 2014 at 6:07 PM, Justin Mclean  wrote:

> Hi,
>
> I've just implemented 3rd party component support in Tour De Flex. Is
> there anyone who wants their components in the Tour De Flex application?
>
> Given we had 10,000+ views since it launch it's probably a good way to get
> exposure :-)
>
> I just need:
> - Component name
> - Optional URL to swf showing information about the component
>
> The optional swf should fix the the top right content area and be
> something along the lines of the Apache Flex pages. eg
> http://flex.apache.org/tourdeflex/?app=apache/ApacheFlex4_10_0
>
> And for each example
> - Example name
> - Example URL to swf
> - One or more source URLs
>
> The swf should fit in the top right content area.
>
> Thanks,
> Justin
>
> 1. https://issues.apache.org/jira/browse/FLEX-34501
>
>


Re: Flat Theme exampes

2014-10-12 Thread Mahmoud Ali
>
> What problems did you run into? Ask on the list and you may find someone
> who knows the answer + it it helps other people who may of of built the SDK
> before.
>

I had some problems running the constructFlexForIDE.bat that creates the
compatible file for Flash Builder, as described in the readme.
I still have some things to finish on FlatSpark donation, as Alex mentioned
on another topic, so I'm focusing on that first.

If you have any questions/need a hand just ask.
>

I'm adding all the needed files for ant to build FlatSpark, if I hit a dead
end I'll ask on this list.
Thanks!

On Sun, Oct 12, 2014 at 6:03 PM, Justin Mclean 
wrote:

> Hi,
>
> > Yes, I'm also interested in making this happen.
>
> Great!
>
> > I was having some problems building FlatSpark on Windows to complete the
> > donation, but I must finish this this week.
>
> What problems did you run into? Ask on the list and you may find someone
> who knows the answer + it it helps other people who may of of built the SDK
> before.
>
> > We could start on the basic components that are already implemented, like
> > buttons and text inputs.
>
> If you have any questions/need a hand just ask.
>
> Thanks,
> Justin


Wanted 3rd party examples for Tour De Flex

2014-10-12 Thread Justin Mclean
Hi,

I've just implemented 3rd party component support in Tour De Flex. Is there 
anyone who wants their components in the Tour De Flex application?

Given we had 10,000+ views since it launch it's probably a good way to get 
exposure :-)

I just need:
- Component name
- Optional URL to swf showing information about the component

The optional swf should fix the the top right content area and be something 
along the lines of the Apache Flex pages. eg 
http://flex.apache.org/tourdeflex/?app=apache/ApacheFlex4_10_0

And for each example
- Example name
- Example URL to swf
- One or more source URLs

The swf should fit in the top right content area.

Thanks,
Justin

1. https://issues.apache.org/jira/browse/FLEX-34501



Re: Flat Theme exampes

2014-10-12 Thread Justin Mclean
Hi,

> Yes, I'm also interested in making this happen.

Great!

> I was having some problems building FlatSpark on Windows to complete the
> donation, but I must finish this this week.

What problems did you run into? Ask on the list and you may find someone who 
knows the answer + it it helps other people who may of of built the SDK before.

> We could start on the basic components that are already implemented, like
> buttons and text inputs.

If you have any questions/need a hand just ask.

Thanks,
Justin

Re: Flat Theme exampes

2014-10-12 Thread Mahmoud Ali
Yes, I'm also interested in making this happen.
I was having some problems building FlatSpark on Windows to complete the
donation, but I must finish this this week.

We could start on the basic components that are already implemented, like
buttons and text inputs.

On Sun, Oct 12, 2014 at 5:34 PM, Justin Mclean 
wrote:

> Hi,
>
> Now that the FlatSpark has been donated it would be good to have some
> examples of it in the Tour De Flex application. Anyone able to help out
> here?
>
> Thanks,
> Justin


Flat Theme exampes

2014-10-12 Thread Justin Mclean
Hi,

Now that the FlatSpark has been donated it would be good to have some examples 
of it in the Tour De Flex application. Anyone able to help out here?

Thanks,
Justin

Tour De Flex consistancy

2014-10-12 Thread Justin Mclean
Hi,

In 1.2 I've removed:
- the grey header on the top right panel
- the grey background behind the tabs
- added some RHS padding to the buttons

But obviously a lot more can be done.

As the examples come from several sources they have a coupe of different looks.

http://flex.apache.org/tourdeflex/?app=mx/controls/SimpleAlert
Content show in top right panel is of various sizes and has a drop shadow

http://flex.apache.org/tourdeflex/?app=spark/controls/AccordionExample
Content is full height and set with with black background

Any suggestions for a common look?

 I'm thinking that:
- Change black background to while
- Remove drop shadow
- Change all examples to full height

Thanks,
Justin

AW: Some Falcon problems with multiple source-paths.

2014-10-12 Thread Christofer Dutz
Ok ... if I follow your link I can see that too ... that's strange. All I ever 
see is the sourcecode and that's GPL ... strange.

Chris

-Ursprüngliche Nachricht-
Von: Justin Mclean [mailto:jus...@classsoftware.com] 
Gesendet: Sonntag, 12. Oktober 2014 22:07
An: dev@flex.apache.org
Betreff: Re: Some Falcon problems with multiple source-paths.

Hi,

> [INFO] Flexmojos 7.1.0-SNAPSHOT
> [INFO] GPL License - Version 2.0 (NO WARRANTY) - See COPYRIGHT file

As an aside I thought Flexmojos was under an Apache license. [1]

Justin

1. https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/License


AW: Some Falcon problems with multiple source-paths.

2014-10-12 Thread Christofer Dutz
Hi Justin,

don't know where you got that Idea that Flexmojos was an Apache License. It has 
never been.
The current license is what's preventing me from making this plugin truely 
Apache. Velo never
let people sign any ICLAs when contributing. In order to make this plugin an 
Apache Licensed plugin
I would have to track down every single contributor and ask them for permission 
:-(

I guess it's easier to start from scratch and be inspired by Flexmojos.

Chris

-Ursprüngliche Nachricht-
Von: Justin Mclean [mailto:jus...@classsoftware.com] 
Gesendet: Sonntag, 12. Oktober 2014 22:07
An: dev@flex.apache.org
Betreff: Re: Some Falcon problems with multiple source-paths.

Hi,

> [INFO] Flexmojos 7.1.0-SNAPSHOT
> [INFO] GPL License - Version 2.0 (NO WARRANTY) - See COPYRIGHT file

As an aside I thought Flexmojos was under an Apache license. [1]

Justin

1. https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/License


Re: Some Falcon problems with multiple source-paths.

2014-10-12 Thread Justin Mclean
Hi,

> [INFO] Flexmojos 7.1.0-SNAPSHOT
> [INFO] GPL License - Version 2.0 (NO WARRANTY) - See COPYRIGHT file

As an aside I thought Flexmojos was under an Apache license. [1]

Justin

1. https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/License


AW: Some Falcon problems with multiple source-paths.

2014-10-12 Thread Christofer Dutz
Hi,

well I did a little bit of investigation. It seems the default compiler also 
had only one source directory.
But I noticed that Flexmojos passed in the static resources as "include-file" 
argument. Could it be possible that Falcon doesn't look in this list when 
encoding resuources? Here is flexmojos output for the commandline:

[INFO] Flexmojos 7.1.0-SNAPSHOT
[INFO]   GPL License - Version 2.0 (NO WARRANTY) - See COPYRIGHT file
[DEBUG] Compilation arguments:
-link-report=C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\target\classic-data-grid-3.2-link-report.xml
 
-size-report=C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\target\classic-data-grid-3.2-size-report.xml
 
-swf-version=14 
-dump-config=C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\target\classic-data-grid-3.2-configs.xml
 
-output=C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\target\classic-data-grid-3.2.swc
 
-load-config= 
-include-sources=C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\flex
 
-include-file assets/CheckBox.png 
C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\resources\assets\CheckBox.png
 
-include-file assets/images/checkboxmiddle.png 
C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\resources\assets\images\checkboxmiddle.png
 
-include-file assets/images/DownArrow.png 
C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\resources\assets\images\DownArrow.png
 
-include-file assets/images/paging_first.png 
C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\resources\assets\images\paging_first.png
 
-include-file assets/images/paging_last.png 
C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\resources\assets\images\paging_last.png
 
-include-file assets/images/paging_next.png 
C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\resources\assets\images\paging_next.png
 
-include-file assets/images/paging_previous.png 
C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\resources\assets\images\paging_previous.png
 
-include-file assets/images/search.png 
C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\resources\assets\images\search.png
 
-include-file assets/images/UpArrow.png 
C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\resources\assets\images\UpArrow.png
 
-include-file defaults.css 
C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\resources\defaults.css
 
-include-file defaults3.css 
C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\resources\defaults3.css
 
-tools-locale=en_US 
-compiler.debug=true 
-compiler.locale= 
-compiler.include-libraries=C:\Maven-Repository\com\flexicious\flexicious-licensing\3.1\flexicious-licensing-3.1.swc
 
-compiler.library-path= 
-compiler.external-library-path=C:\Maven-Repository\org\apache\flex\framework\advancedgrids\4.13.0.20140701\advancedgrids-4.13.0.20140701.swc
 
-compiler.external-library-path+=C:\Maven-Repository\org\apache\flex\framework\apache\4.13.0.20140701\apache-4.13.0.20140701.swc
 
-compiler.external-library-path+=C:\Maven-Repository\org\apache\flex\framework\authoringsupport\4.13.0.20140701\authoringsupport-4.13.0.20140701.swc
 
-compiler.external-library-path+=C:\Maven-Repository\org\apache\flex\framework\charts\4.13.0.20140701\charts-4.13.0.20140701.swc
 
-compiler.external-library-path+=C:\Maven-Repository\org\apache\flex\framework\core\4.13.0.20140701\core-4.13.0.20140701.swc
 
-compiler.external-library-path+=C:\Maven-Repository\org\apache\flex\framework\experimental\4.13.0.20140701\experimental-4.13.0.20140701.swc
 
-compiler.external-library-path+=C:\Maven-Repository\org\apache\flex\framework\flash-integration\4.13.0.20140701\flash-integration-4.13.0.20140701.swc
 
-compiler.external-library-path+=C:\Maven-Repository\org\apache\flex\framework\framework\4.13.0.20140701\framework-4.13.0.20140701.swc
 
-compiler.external-library-path+=C:\Maven-Repository\org\apache\flex\framework\osmf\4.13.0.20140701\osmf-4.13.0.20140701.swc
 
-compiler.external-library-path+=C:\Maven-Repository\org\apache\flex\framework\rpc\4.13.0.20140701\rpc-4.13.0.20140701.swc
 
-compiler.external-library-path+=C:\Maven-Repository\org\apache\flex\framework\spark\4.13.0.20140701\spark-4.13.0.20140701.swc
 
-compiler.external-library-path+=C:\Maven-Repository\org\apache\flex\framework\sparkskins\4.13.0.20140701\sparkskins-4.13.0.20140701.swc
 
-compiler.external-library-path+=C:\Maven-Repository\org\apache\flex\framework\spark_dmv\4.13.0.20140701\spark_dmv-4.13.0.20140701.swc
 
-compiler.external-library-path+=C:\Maven-Repository\org\apache\flex\framework\textLayout\4.13.0.20140701\textLayout-4.13.0.20140701.swc
 
-compiler.e

Re: [LAZY] Default branch on flex-utilities repo

2014-10-12 Thread windowns
+1, no objections here






From: OmPrakash Muppirala
Sent: ‎Tuesday‎, ‎October‎ ‎07‎, ‎2014 ‎12‎:‎57‎ ‎PM
To: dev@flex.apache.org





Any objections asking INFRA to make 'develop' the default branch on
https://github.com/apache/flex-utilities

I recently saw a Pull Request on the master branch.  It was a simple enough
patch for me to apply on our develop branch.  We could avoid confusions
like these by making develop the default branch.

Thanks,
Om

Re: Tour de Flex stats - 10,000 views

2014-10-12 Thread windowns
That is awesome. We got a new hire recently, and noted he already bookmarked 
the site. He said it has been a great resource so far.


Chris






From: Justin Mclean
Sent: ‎Thursday‎, ‎October‎ ‎09‎, ‎2014 ‎7‎:‎20‎ ‎PM
To: dev@flex.apache.org





Hi,

Tour de flex is coming up on it 10,000 views and the download page viewed 1000 
times. There was a few days we didn't record stats so safe to assume we've 
passed both of those "milestones".

Thanks,
Justin

Some Falcon problems with multiple source-paths.

2014-10-12 Thread Christofer Dutz
Hi,

As I posted two days ago, I have succeeded in getting Flexmojos to work with 
Falcon. Now while I'm still trying to get the Flexmojos Testsuite running 
again, I started some first tests with Flexmojos and Falcon where I simply let 
Falcon compile some of my applications that build fine with the old compiler 
and I just ran into a problem which I could need some input.

In Maven you can have several sources (main-sources, main-resources, 
test-sources, test-resources for example). Now I have a project in which I have 
the Flex sourcecode in "src/main/flex" and the resources in 
"src/main/resources" - which is the default Maven pattern for separating 
sources and resources. Now when embedding an image, I am getting the following 
errors:

Error: Could not find Embed source '/assets/images/checkboxmiddle.png'. 
Searched 
'C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\flex\com\flexicious\controls\assets\images\checkboxmiddle.png',
 'assets/images/checkboxmiddle.png' on the source path

Which is true, as the resources are not located in the source path but in the 
resource path. 
'C:\Projects\3rdParty\Flexicious\flexicious-components\classic-data-grid\src\main\resources\assets\images\checkboxmiddle.png'
 would have worked.

Having a look at the code to me it seems af if Falcon wouldn't support multiple 
source roots ... is that correct?

Chris