Re: Please welcome Kevin Godell as Apache Flex Committer

2015-05-30 Thread Hubert Czerpak
Congratulations Kevin!



*Hubert Czerpak*
*07710 96 96 24*

On 30 May 2015 at 11:45, Michael Schmalle teotigraphix...@gmail.com wrote:

 I configured each repo with a specific email and user name. (I was still
 using my global name and had not set up repo specific names when I
 committed first)

 https://git-wip-us.apache.org/

 See specifically the Commiters : Getting Started section about configuring
 usernames.

 Mike




 On Sat, May 30, 2015 at 2:18 AM, kevin.godell kevin.god...@gmail.com
 wrote:

  @Mike Schmalle
 
  How did you do a username change for git? I was looking in the fisheye[1]
  and saw that you made commits under 2 different usernames. Where did you
 go
  to make that change?
 
  [1]https://fisheye6.atlassian.com/browse/flex-sdk/GIT-TEST.txt
 
 
 
  --
  View this message in context:
 
 http://apache-flex-development.247.n4.nabble.com/Please-welcome-Kevin-Godell-as-Apache-Flex-Committer-tp47137p47206.html
  Sent from the Apache Flex Development mailing list archive at Nabble.com.
 



makeApacheFlexForIDE.sh failing

2015-05-30 Thread Hubert Czerpak
Hi,

I'm working on my first item and struggling with some configurations. Not
sure how I made it work few days ago but now when I'm rebuilding flex sdk I
can't for some reason execute this:

$ ./makeApacheFlexForIDE.sh /cygdrive/c/ApacheFlex/binary/sdk/FlexNightly/

This script will construct an Adobe Flex SDK for an IDE in
'/cygdrive/c/ApacheFlex/binary/sdk/FlexNightly/'

You will need to answer questions throughout this process.

Copying the Apache Flex SDK from
'/cygdrive/c/ApacheFlex/source/flex-sdk/ide/flashbuilder/../..' to
'/cygdrive/c/ApacheFlex/binary/sdk/FlexNightly/'

Buildfile:
\cygdrive\c\ApacheFlex\binary\sdk\FlexNightly\frameworks\downloads.xml does
not exist!

Build failed

Can anybody help me? Any ideas what I am doing wrong?

*Hubert Czerpak*


Re: makeApacheFlexForIDE.sh failing

2015-05-30 Thread Hubert Czerpak
I'm now very good at bash scripting but I found that script copies files over 
correctly and downloads.xml is where it should be but script doesn't have 
permissions and (my user I'm logged on) can't access that freshly created 
folder so script can't use xml file and fails. It's on Windows and I can fix 
folder permissions manually but next run deletes it and creates the same folder 
with the same problem over again. 
I tried to relog to admin user and rerun, same result. I'll try on Mac later. 
May have more luck!

Hubert Czerpak

Sent from my iPad

 On 30 May 2015, at 12:15, Hubert Czerpak hubert.czer...@gmail.com wrote:
 
 Hi,
 
 I'm working on my first item and struggling with some configurations. Not 
 sure how I made it work few days ago but now when I'm rebuilding flex sdk I 
 can't for some reason execute this:
 
 $ ./makeApacheFlexForIDE.sh /cygdrive/c/ApacheFlex/binary/sdk/FlexNightly/
 
 This script will construct an Adobe Flex SDK for an IDE in 
 '/cygdrive/c/ApacheFlex/binary/sdk/FlexNightly/'
 
 You will need to answer questions throughout this process.
 
 Copying the Apache Flex SDK from 
 '/cygdrive/c/ApacheFlex/source/flex-sdk/ide/flashbuilder/../..' to 
 '/cygdrive/c/ApacheFlex/binary/sdk/FlexNightly/'
 
 Buildfile: 
 \cygdrive\c\ApacheFlex\binary\sdk\FlexNightly\frameworks\downloads.xml does 
 not exist!
 
 Build failed
 
 
 Can anybody help me? Any ideas what I am doing wrong?
 
 Hubert Czerpak