Re: [DISCUSS] [BlazeDS] Release of Apache BlazeDS 4.7.0.0 RC1

2015-02-28 Thread Justin Mclean
Hi,

One thing I did noticed about the code is the large number of @author tags. 
This is generally frowned on in Apache. [1][2] Should we remove them?

Thanks,
Justin

1. 
http://www.apache.org/foundation/records/minutes/2004/board_minutes_2004_09_22.txt
 (read 7F)
2 http://opensource.com/law/14/2/copyright-statements-source-files

Re: [DISCUSS] [BlazeDS] Release of Apache BlazeDS 4.7.0.0 RC1

2015-02-28 Thread Justin Mclean
Hi,

When reviewing I also noticed these two files:
./proxy/src/flex/messaging/services/http/httpclient/EasySSLProtocolSocketFactory.java
./proxy/src/flex/messaging/services/http/httpclient/EasyX509TrustManager.java

I believe both are form the Apache Jakarta project so there no issue re 
LICENSE/NOTICE, just a little surprised re the headers.

Thanks,
Justin

Re: [VOTE] [BlazeDS] Release of Apache BlazeDS 4.7.0.0 RC1

2015-02-28 Thread Justin Mclean
Hi,

+0 binding for now (because pom issue - see discuss thread)

I checked:
- signatures and hashes correct
- LICENCE and NOTICE correct
- all files have Apache header
- no binary files in release
- can compile from source
- all tests pass

May be an issue with tag in the pom.xml. Should this have RC1 in it?
blazeds-4.7.0.0-RC1

Minor issues (not blockers/can be done next release):
- Would be nice to see blazeds-4.7.0.0-source-release.tar.gz as well as 
blazeds-4.7.0.0-source-release.zip
- Consider adding "apache" to release artefact (gives further legal protection)
- NOTICE year should probably be a range not just 2015
- README states " This version adds new features and implements bug fixes that 
were unavailable in previous versions". What are these?
- README instructions may need expanding on/clarification as there's no modules 
directory in the source release

Thanks,
Justin

Re: [DISCUSS] [BlazeDS] Release of Apache BlazeDS 4.7.0.0 RC1

2015-02-28 Thread Justin Mclean
HI,

I taken a look and there's possibly an issue, while very minor, may require 
another RC being made. :-(

The pom file containing a tag containing RC1. This is included in the release 
artefact and can't be change without changing the hashes/resigning etc
blazeds-4.7.0.0-RC1

Thanks,
Justin

Apache Flex tree component

2015-02-28 Thread pawan yadav
HI - I am trying to migrate from adobe flex 4 to latest apache flex, Can
you please tell me if there are any fixes related to mx:Tree component
available in apache flex.




Thanks


RE: please confirm

2015-02-28 Thread Alex Polmans



Sent from my Verizon Wireless 4G LTE smartphone


 Original message 
From: Pawan Yadav
Date:02/28/2015 8:32 PM (GMT-07:00)
To: dev@flex.apache.org
Subject: please confirm

HI - I am trying to migrate from adobe flex 4 to latest apache flex, Can
you please tell me if there are any fixes related to mx:Tree component
available in apache flex.




Thanks


please confirm

2015-02-28 Thread Pawan Yadav
 HI - I am trying to migrate from adobe flex 4 to latest apache flex, Can
you please tell me if there are any fixes related to mx:Tree component
available in apache flex.




Thanks


Re: Committers, the Flex Showcase needs some attention

2015-02-28 Thread OmPrakash Muppirala
On Feb 28, 2015 3:02 AM, "Tom Chiverton"  wrote:
>
> On Friday 27 Feb 2015 13:17:55 OmPrakash Muppirala wrote:
> >
https://issues.apache.org/jira/browse/FLEX/component/12320911/?selectedTab=com.atlassian.jira.jira-projects-plugin:component-summary-panel
>
> I can look at this.

Awesome, thanks!

>
> These need adding to
> http://flex.apache.org/community-showcase.html
> right ?

That is correct.

>
> https://issues.apache.org/jira/browse/FLEX-34679
> Has no description - should I just make one up ?

Best would be add a comment asking for the submitter to add more details.

Thanks,
Om

>
> https://issues.apache.org/jira/browse/FLEX-34547
> and
> https://issues.apache.org/jira/browse/FLEX-34550
> look complete so I'll put those on staging now.
>
> --
> Tom


RE: [FLEXUNIT, TLF] Problem with applying appropriate data for tests

2015-02-28 Thread piotrz
Hi Michael,

I did my own custom data loader and it's working fine. I will describe you
everything on a simpler example. Maybe I don't understand something.

1) I've created my Test class 

https://paste.apache.org/juCo

My "TestConfigurationLoader" class loading data from xml into my data
provider "dp". Inside my loader I'm parsing xml and create custom Vo
objects. My array will have 188 objects after parsing.

2) I'm creating a custom "Rule" - As you probably know "Rule" is launching
before any test method class is launch. 

https://paste.apache.org/8TUw

I'm removing items from array - Leave only one.

3) First test is launching "testTest". I see in the debugger that in my data
provider "dp" I have 1 item, but my test is launching 188 times. Why ? -
This is the point which I don't understand. Any idea ?

Piotr





-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FLEXUNIT-TLF-Problem-with-applying-appropriate-data-for-tests-tp45201p45312.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [DISCUSS] Flex Doc Donation

2015-02-28 Thread Andrew Wetmore
I would be happy to pitch in on this. Tweaking content is what I do all day
long.

On Sat, Feb 28, 2015 at 1:36 PM, Harbs  wrote:

> It’s going to be quite a bit of work tweaking the content, but if there’s
> someone willing to do that I think it’ll be great to have.
>
>


-- 
Andrew Wetmore

http://cottage14.blogspot.com/
http://portfolio.cottage14.com
http://annapolisndp.ca


Re: [DISCUSS] Flex Doc Donation

2015-02-28 Thread Harbs
It’s going to be quite a bit of work tweaking the content, but if there’s 
someone willing to do that I think it’ll be great to have.



Re: Creating a patch (was: Re: VerticalLayout)

2015-02-28 Thread Dany Dhondt
Hi Om,

Update:
- I've set up Git and cloned the flex-sdk repo.
- I created a issue in Jira (34772)
- created a branch in Git for this issue


What to do now? Do I have to use this sdk in FB?

thx,

Dany

> Op 28-feb.-2015, om 12:16 heeft Dany Dhondt  het volgende 
> geschreven:
> 
> ok Om, I'll give it a go!
> 
> d
> 
> 
> 
>> Op 27-feb.-2015, om 20:07 heeft OmPrakash Muppirala  
>> het volgende geschreven:
>> 
>> On Feb 27, 2015 12:00 AM, "Dany Dhondt"  wrote:
>>> 
>>> Hi Om,
>>> 
>>> I'm afraid I can't create a patch file, as much as I would like to, but
>> my knowledge of git is way too limited.
>>> What to do?
>> 
>> Git is quite straightforward to get up to speed with.  There is a very
>> detailed tutorial here:
>> https://cwiki.apache.org/confluence/display/FLEX/Git+for+Apache+Flex+Guide
>> 
>> I hope that you will be able to contribute more and more to Apache Flex
>> once you cross this first hurdle, i.e. setting up Git :-)
>> 
>> Please do feel free to ask any questions you may have regarding this.  We
>> are here to help.
>> 
>> Thanks,
>> Om
>> 
>>> 
>>> Dany
>>> 
 Op 26-feb.-2015, om 19:26 heeft OmPrakash Muppirala <
>> bigosma...@gmail.com> het volgende geschreven:
 
 Would you be interested in providing a patch file?  Best would be to
>> create
 a JIRA ticket and attach the patch file to it.
 More details on how to create a patch file are here:
 https://cwiki.apache.org/confluence/display/FLEX/7.+Patches
 
 Thanks,
 Om
 
 On Thu, Feb 26, 2015 at 10:23 AM, Dany Dhondt 
>> wrote:
 
> great!
> 
> Dany Dhondt
> archeme...@mac.com | Mobile +32 496 251 455
> 
> 
> 
> 
>> Op 26-feb.-2015, om 19:21 heeft OmPrakash Muppirala <
> bigosma...@gmail.com> het volgende geschreven:
>> 
>> Good idea.  I think the mx components supported something like this.
>> I
>> don't see a reason to not add this to the layout classes.
>> 
>> Thanks,
>> Om
>> 
>> On Thu, Feb 26, 2015 at 4:07 AM, Dany Dhondt 
>> wrote:
>> 
>>> Hi all,
>>> 
>>> I keep on typing this code:
>>> 
>>> 
>>> >> paddingLeft="5"/>
>>> 
>>> 
>>> so I made my own layout class VerticalLayoutPadded which basically
>> does:
>>> 
>>> public function set padding(value:int):void
>>> 
>>> {
>>> 
>>> _padding = value;
>>> 
>>> this.paddingBottom = _padding;
>>> 
>>> this.paddingLeft = _padding;
>>> 
>>> this.paddingRight = _padding;
>>> 
>>> this.paddingTop = _padding;
>>> 
>>> }
>>> 
>>> 
>>> shouldn't we add this to the VerticalLayout and HorizontalLayout
> classes?
>>> It would be very convenient IMO.
>>> 
>>> 
>>> Dany
>>> 
>>> 
>>> 
>>> 
> 
> 
>>> 
> 



Re: Committers, the Flex Showcase needs some attention

2015-02-28 Thread Tom Chiverton
On Saturday 28 Feb 2015 11:34:44  Chiverton wrote:
> http://flex.staging.apache.org/community-showcase.html

Hmm, question about the images. In the XML I have

 
   

Yet the staging site is asking for paths like

..images/doeRecovery/prev/b3db2667c9d9f7b8a68706b18b80b8ea.jpg

What's the 'prev' sub folder for ? Spot checking an older entry indicates it's 
not just a copy, but the JavaScript always inserts it (  )

#sha1sum images/Dojo/* images/Dojo/prev/*
8825bf418f2378afec36a18e1fae3917090545c5  images/Dojo/1.png
9fda63ae56baff8e9e7571d44924312430fa2c49  images/Dojo/2.png
684856c3e1ff64e34407c1d55d987cdb29b23169  images/Dojo/3.png
e9e40593e7906920d277d56ad5e6c3f4e3d40d20  images/Dojo/prev/1.png
79d510ba6b8f89bc63bc067dea5babdadd58ee9f  images/Dojo/prev/2.png
04a4fe71fbe2bebd8e5a2a30c0e400a35580cb40  images/Dojo/prev/3.png

-- 
Tom


Re: [fisheye] can we close the ticket ?

2015-02-28 Thread Mihai Chira
Yep, still works for me. Thanks.

On 28 February 2015 at 12:32, Frédéric THOMAS  wrote:
> Thanks Tom.
> Anyone else to give it a try ?
>
> Frédéric THOMAS
>
>> From: t...@apache.org
>> To: dev@flex.apache.org
>> Subject: Re: [fisheye] can we close the ticket ?
>> Date: Sat, 28 Feb 2015 10:59:04 +
>>
>> On Saturday 28 Feb 2015 08:35:03 Frédéric THOMAS wrote:
>> > can some of the committers can verify they can connect to fisheye after 
>> > they logged into jira,
>>
>> Works for me.
>>
>> --
>> Tom
>


Re: Committers, the Flex Showcase needs some attention

2015-02-28 Thread Tom Chiverton
On Saturday 28 Feb 2015 11:02:40  Chiverton wrote:
> look complete so I'll put those on staging now.

I also tweaked the CSS to top align the list icons:
http://flex.staging.apache.org/community-showcase.html

-- 
Tom


RE: [fisheye] can we close the ticket ?

2015-02-28 Thread Frédéric THOMAS
Thanks Tom.
Anyone else to give it a try ?

Frédéric THOMAS

> From: t...@apache.org
> To: dev@flex.apache.org
> Subject: Re: [fisheye] can we close the ticket ?
> Date: Sat, 28 Feb 2015 10:59:04 +
> 
> On Saturday 28 Feb 2015 08:35:03 Frédéric THOMAS wrote:
> > can some of the committers can verify they can connect to fisheye after 
> > they logged into jira, 
> 
> Works for me.
> 
> -- 
> Tom
  

Re: Creating a patch (was: Re: VerticalLayout)

2015-02-28 Thread Dany Dhondt
ok Om, I'll give it a go!

d



> Op 27-feb.-2015, om 20:07 heeft OmPrakash Muppirala  
> het volgende geschreven:
> 
> On Feb 27, 2015 12:00 AM, "Dany Dhondt"  wrote:
>> 
>> Hi Om,
>> 
>> I'm afraid I can't create a patch file, as much as I would like to, but
> my knowledge of git is way too limited.
>> What to do?
> 
> Git is quite straightforward to get up to speed with.  There is a very
> detailed tutorial here:
> https://cwiki.apache.org/confluence/display/FLEX/Git+for+Apache+Flex+Guide
> 
> I hope that you will be able to contribute more and more to Apache Flex
> once you cross this first hurdle, i.e. setting up Git :-)
> 
> Please do feel free to ask any questions you may have regarding this.  We
> are here to help.
> 
> Thanks,
> Om
> 
>> 
>> Dany
>> 
>>> Op 26-feb.-2015, om 19:26 heeft OmPrakash Muppirala <
> bigosma...@gmail.com> het volgende geschreven:
>>> 
>>> Would you be interested in providing a patch file?  Best would be to
> create
>>> a JIRA ticket and attach the patch file to it.
>>> More details on how to create a patch file are here:
>>> https://cwiki.apache.org/confluence/display/FLEX/7.+Patches
>>> 
>>> Thanks,
>>> Om
>>> 
>>> On Thu, Feb 26, 2015 at 10:23 AM, Dany Dhondt 
> wrote:
>>> 
 great!
 
 Dany Dhondt
 archeme...@mac.com | Mobile +32 496 251 455
 
 
 
 
> Op 26-feb.-2015, om 19:21 heeft OmPrakash Muppirala <
 bigosma...@gmail.com> het volgende geschreven:
> 
> Good idea.  I think the mx components supported something like this.
> I
> don't see a reason to not add this to the layout classes.
> 
> Thanks,
> Om
> 
> On Thu, Feb 26, 2015 at 4:07 AM, Dany Dhondt 
> wrote:
> 
>> Hi all,
>> 
>> I keep on typing this code:
>> 
>> 
>> > paddingLeft="5"/>
>> 
>> 
>> so I made my own layout class VerticalLayoutPadded which basically
> does:
>> 
>> public function set padding(value:int):void
>> 
>> {
>> 
>> _padding = value;
>> 
>> this.paddingBottom = _padding;
>> 
>> this.paddingLeft = _padding;
>> 
>> this.paddingRight = _padding;
>> 
>> this.paddingTop = _padding;
>> 
>> }
>> 
>> 
>> shouldn't we add this to the VerticalLayout and HorizontalLayout
 classes?
>> It would be very convenient IMO.
>> 
>> 
>> Dany
>> 
>> 
>> 
>> 
 
 
>> 



Re: Committers, the Flex Showcase needs some attention

2015-02-28 Thread Tom Chiverton
On Friday 27 Feb 2015 13:17:55 OmPrakash Muppirala wrote:
> https://issues.apache.org/jira/browse/FLEX/component/12320911/?selectedTab=com.atlassian.jira.jira-projects-plugin:component-summary-panel

I can look at this.

These need adding to 
http://flex.apache.org/community-showcase.html
right ?

https://issues.apache.org/jira/browse/FLEX-34679
Has no description - should I just make one up ?

https://issues.apache.org/jira/browse/FLEX-34547
and
https://issues.apache.org/jira/browse/FLEX-34550
look complete so I'll put those on staging now.

-- 
Tom


Re: [fisheye] can we close the ticket ?

2015-02-28 Thread Tom Chiverton
On Saturday 28 Feb 2015 08:35:03 Frédéric THOMAS wrote:
> can some of the committers can verify they can connect to fisheye after they 
> logged into jira, 

Works for me.

-- 
Tom


Re: AW: [DISCUSS] Flex Doc Donation

2015-02-28 Thread Tom Chiverton
On Saturday 28 Feb 2015 09:51:02 Christofer Dutz wrote:
> +1 If we actually don't stop at the donation but geth things up to shape so 
> we can actually use the stuff  -1 if it's just another one of those dead 
> donations ... but I think with documents it's a little different than with 
> the other source-code donations.

+0
At least if we have it, we can decide what to do with it, which parts to keep 
and put up, and which parts need removing or rewriting.
I'd be worried we're taking on a burden of yet more stuff to keep up to date 
though.

-- 
Tom


AW: [DISCUSS] Flex Doc Donation

2015-02-28 Thread Christofer Dutz
+1 If we actually don't stop at the donation but geth things up to shape so we 
can actually use the stuff  -1 if it's just another one of those dead 
donations ... but I think with documents it's a little different than with the 
other source-code donations.

Chris

-Ursprüngliche Nachricht-
Von: Rushme Nayak [mailto:rushme.nay...@gmail.com] 
Gesendet: Samstag, 28. Februar 2015 05:18
An: dev@flex.apache.org; jef...@dot-com-it.com
Betreff: Re: [DISCUSS] Flex Doc Donation

+1
great !

On Sat, Feb 28, 2015 at 4:44 AM, Jeffry Houser 
wrote:

> On 2/27/2015 12:22 PM, Alex Harui wrote:
>
>> Can anybody think of a reason Apache Flex should not accept this donation
>>
>  No!  I think it would be a great addition.
>
> --
> Jeffry Houser
> Technical Entrepreneur
> http://www.jeffryhouser.com
> 203-379-0773
>
>


-- 
Warm Regards,
*Rush-me*


[fisheye] can we close the ticket ?

2015-02-28 Thread Frédéric THOMAS
Hi guys,
I remind you that a ticket is still open at Atlassian, can some of the 
committers can verify they can connect to fisheye after they logged into jira, 
open a ticket that contains commits like this one [1], click on the 
"development" pane - > "12 commits" on the right and view the commits from 
fisheye ?

Probably the first time you will need to sign in fisheye.
It works for me but hasn't been easy to sign in, we want to know if the process 
to view the commits in fisheye is now simplified before to close the ticket.

Thanks
Frédéric THOMAS
[1] https://issues.apache.org/jira/browse/FLEX-34119