Re: Mustella on Amazon EC2

2013-02-18 Thread Christofer Dutz
Thanks for that info on the needed platform. The good thing about an open source project is, that anyone could setup a ci-server and build the projects trunk. But I'll stick to asking them. We can always decide on how we do it a soon as we have something do decide about :-) Chris Gesendet

Re: Mustella on Amazon EC2

2013-02-19 Thread Christofer Dutz
with Justin, it needs to be a Windows instance. Please let me know how I can help. Thanks, Om On Feb 18, 2013 11:02 PM, Christofer Dutz christofer.d...@c-ware.de wrote: Thanks for that info on the needed platform. The good thing about an open source project is, that anyone could setup a ci

RE: Finishing the Git migration - Update

2013-03-14 Thread Christofer Dutz
TortoiseGIT rocks :-) Am 14. März 2013 18:33:57 schrieb Gordon Smith gosm...@adobe.com: I'm waiting until everything settles down. On Windows, do people recommend getting Git through Cygwin? Or nstalling the Git available at git-scm.com? If the latter, should I use it in Git Bash or in

AW: Convert XSD File to XML File ?

2013-12-05 Thread Christofer Dutz
An xsd file allready is a valid XML file. Are you looking for a generator that can produce valid test-data for a given Xml schema? Chris Von: mtail mt...@free.fr Gesendet: Donnerstag, 5. Dezember 2013 09:11 An: dev@flex.apache.org Betreff: Convert XSD

AW: [Builds/Jenkins] Help and advise needed

2013-12-09 Thread Christofer Dutz
Hi, what exactly is the current Problem? As far as I understood, the stability of the build-server seems to be a Problem. I had similar Problems when Setting up the Flexmojos CI Server. After doing all sorts of Amazon EC2, MS Azure VM stuff, I did a fallback to a central CI Server and multiple

AW: AS3 on the server

2013-12-10 Thread Christofer Dutz
In this case you should have a look at the Nashorn Project. It's a JavaScript engine running natively inside the Java VM and hereby on the Server: https://blogs.oracle.com/thejavatutorials/entry/javaone_2013_nashorn_javascript_on Chris Von: Frank

Compilers

2013-12-30 Thread Christofer Dutz
Hi, After updating to the latest Flex SDKs I am experiencing a dramatic increase in compile time when compiling my Skin modules (With the normal swc and swfs there is no noticeable change). While compiling the skin Module (Compilation Entry Point is a CSS file) the compile time jumped up from

AW: Compilers

2013-12-30 Thread Christofer Dutz
. But there is no Flash Builder incremental compile API for Falcon right now, and I don't know if other APIs not the MXMLC class are the same or not. The main goal was to make it command line and Ant compatible. -Alex On 12/30/13 4:11 AM, Christofer Dutz christofer.d...@c-ware.de wrote: Hi, After updating

AW: Flex at ApacheCon

2014-01-21 Thread Christofer Dutz
what Format would be best for this though. For most of that stuff I already have quite some Content available ... What do you think? Chris Von: Christofer Dutz christofer.d...@c-ware.de Gesendet: Dienstag, 21. Januar 2014 11:12 An: dev@flex.apache.org

AW: Java 1.6

2014-01-21 Thread Christofer Dutz
Gee ... this would finally make me have to fix Flexmojos, as there are currently some used libs in there, that prevent using Java 7 (For building Flexmojos ...not for using it) :-( But mabe this would be the final push I need to finally fix this ;-) Chris -Ursprüngliche Nachricht-

AW: RE : RE : Java 1.6

2014-01-21 Thread Christofer Dutz
Well I use Flexmojos in a lot of Projects being built with Java 7, the only Thing is that the build of Flexmojos itself seems to fail because of some incompatabilities in some APIs ... I'll investigate this Problem. Chris Von: webdoublefx

AW: AW: Flex at ApacheCon

2014-01-22 Thread Christofer Dutz
Kessner akess...@gmail.com Gesendet: Mittwoch, 22. Januar 2014 12:05 An: dev@flex.apache.org Betreff: Re: AW: Flex at ApacheCon Christopher, I think that is a topic that needs much more coverage. Great idea! On Jan 21, 2014 1:06 PM, Christofer Dutz christofer.d...@c-ware.de wrote: Reconcidering

AW: Flex at ApacheCon

2014-01-29 Thread Christofer Dutz
Hi Alex, I submitted two proposals: - One Presentation on how to build Enterprise Applications using Apache Flex on the frontend and Java on the backend (Using Apache Flex, FlexUnit, BlazeDS and Maven) - One Tutorial with the same Focus, but in which I actually want to Setup such a Project

AW: Flex CI integration

2014-01-29 Thread Christofer Dutz
Hi Daniel, Well If you are not stuck to Ant, but would think about using Maven, Flexmojos already offers the following out of the box: - Unit-Testing and logging the results - Running ASDoc Generation - Executing Integration tests Chris Von: Daniel

AW: Flex CI integration

2014-01-30 Thread Christofer Dutz
: Mittwoch, 29. Januar 2014 12:49 An: dev@flex.apache.org Betreff: Re: Flex CI integration We use Maven for our Teamcity integration. I wouldn't recommend any other solution :) brought to you by the letters A, V, and I and the number 47 On Wed, Jan 29, 2014 at 1:30 PM, Christofer Dutz christofer.d

AW: Rendering components in MX DataGrid

2014-02-04 Thread Christofer Dutz
Well please correct me if I'm on the wrong path, but if you have your compoenents inside an Item Renderer, but don't have a single item to render in the Container that uses this, then Flex doesn't Show a single one of them. In order to have your itemrenderer used, you have to provide your data

AW: Flex and server technology

2014-02-16 Thread Christofer Dutz
+1 And what is the current state of the BlazeDS donation anyway? -Ursprüngliche Nachricht- Von: Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Gesendet: Sonntag, 16. Februar 2014 12:24 An: dev@flex.apache.org Betreff: Flex and server technology Hi, I have a comparative feature

Apache Flex Hackathlon

2014-02-24 Thread Christofer Dutz
Hi, I just visited the Hackathlon Registration site and noticed one of the current 2 proposals is Apache Flex. @Alex ... is this your proposal? Was this the one we discussed about adding Falcon Support to Flexmojos or is this something different? Should I add another session? Chris

AW: Flex and server technology

2014-02-25 Thread Christofer Dutz
As far as I remember there were several Solutions utilizing Jettys properitary Continuation concept. I once started working on a Servlet 3 NIO AMF connector, but Project life sort of sucked all time I had away from me. Now with the Servlet api being official, this is one of the fist things I am

AW: Flex and server technology

2014-02-25 Thread Christofer Dutz
Just used Google a Little and found this page: http://blog.hiraash.org/2012/04/13/scaling-blazeds-with-servlet-3-concurrency/ Seems the author summed up several approaches. Chris Von: Christofer Dutz christofer.d...@c-ware.de Gesendet: Dienstag, 25

AW: AW: Flex and server technology

2014-02-25 Thread Christofer Dutz
summed up several approaches. Chris Von: Christofer Dutz christofer.d...@c-ware.de Gesendet: Dienstag, 25. Februar 2014 14:54 An: dev@flex.apache.org; paul.hasti...@gmail.com Betreff: AW: Flex and server technology As far as I

AW: AW: Flex and server technology

2014-02-25 Thread Christofer Dutz
://blog.hiraash.org/2012/04/13/scaling-blazeds-with-servlet-3-concurrency/ Seems the author summed up several approaches. Chris Von: Christofer Dutz christofer.d...@c-ware.de Gesendet: Dienstag, 25. Februar 2014 14:54 An: dev

AW: [FlexJS] SVG based TextButton and example checked in

2014-02-27 Thread Christofer Dutz
+1 For saving the skinning (Doesn't have to be 100% the same, but the concept of skinnable component + Skin implementation was very valuable to me) As for me this finally was a way to concentrate on implementing the logic and I could have the Skin developed externally. This is the one Thing I

AW: Flex mojos 6.0.1 and Flex SDK 4.10 - Facing problem with AS classes inclusion

2014-03-07 Thread Christofer Dutz
Hi I think this was due to changes Velo introduced with FM4. I too had quite some Trouble when migrating from FM3 to FM4. Having a look at this page: https://docs.sonatype.org/display/FLEXMOJOS/Migrating+from+3.8+to+4.0-RC2 (Wonder why this Content didn't find ist way into the new Wiki)

Some current stats I on Flex?

2014-03-09 Thread Christofer Dutz
Hi, I'm currently working on my ApacheCon presentation on Building Enterprise Level Applications with Apache Flex and Javahttps://dev.c-ware.de/confluence/display/CAWRE/Building+Enterprise+Level+Applications+with+Apache+Flex+and+Java and wanted to add some actual stats displaying that Flex

AW: Some current stats I on Flex?

2014-03-09 Thread Christofer Dutz
Jeah ... great page ;-) But I think I'll be able to extract some useful facts from what Justin provided. Especially the dl statistics for the FDKs give seem to give a good impression that were actually taking up pace than slowly loosing users :-) Hopefully Jetbrains could also provide some new

AW: 4.12 Release

2014-03-10 Thread Christofer Dutz
So I'll probably update Flexmojos 7 to use 4.12 as Default as soon as possible now ;-) Great work guys :-) *thumbsup* Chris Von: Justin Mclean jus...@classsoftware.com Gesendet: Montag, 10. März 2014 14:18 An: dev@flex.apache.org Betreff: Re: 4.12

AW: Please welcome Piotr Zarzycki as the newest Apache Flex committer

2014-03-11 Thread Christofer Dutz
Congrats Piotr :-) Von: Justin Mclean jus...@classsoftware.com Gesendet: Dienstag, 11. März 2014 09:17 An: dev@flex.apache.org Betreff: Please welcome Piotr Zarzycki as the newest Apache Flex committer Hi, I am pleased to announce that the Project

AW: [ANNOUNCE] Welcome Christofer as the newest PMC member

2014-03-24 Thread Christofer Dutz
...@classsoftware.com] Sent: Wednesday, March 19, 2014 8:30 PM To: dev@flex.apache.org Subject: [ANNOUNCE] Welcome Christofer as the newest PMC member Hi, For all his hard work and recent contributions to Apache Flex the Apache Flex PMC has voted Christofer Dutz in as a PMC member. Congratulations! Justin

AW: [ANNOUNCE] Welcome Carlos as the newest PMC member

2014-03-24 Thread Christofer Dutz
Congrats from me too :-) Von: Kessler CTR Mark J mark.kessler@usmc.mil Gesendet: Freitag, 21. März 2014 11:56 An: dev@flex.apache.org Betreff: RE: [ANNOUNCE] Welcome Carlos as the newest PMC member Congratulations! -Mark -Original Message-

AW: How to get the attachments of old Adobe JIRA / imported Apache JIRA?

2014-03-24 Thread Christofer Dutz
When migrating the Flexmojos Issues from Sonatype to the new Atlassian Jira, I wrote a Manual Migration tool that also transfered attachments using the REST api If there is some stuff missing, we could code a similar tool to Transfer missing attachments. Chris

AW: AW: How to get the attachments of old Adobe JIRA / imported Apache JIRA?

2014-03-24 Thread Christofer Dutz
), and then Apache will post those files somewhere. Given that in two years we've only been asked for less than 10 attachments, it is low on my list of priorities. -Alex On 3/24/14 3:16 AM, Christofer Dutz christofer.d...@c-ware.de wrote: When migrating the Flexmojos Issues from Sonatype to the new

AW: ApacheCon Slides

2014-03-24 Thread Christofer Dutz
Hi Guys, I just uploaded my stuf a few minutes ago: http://events.linuxfoundation.org/sites/events/files/slides/Building%20Enterprise%20Level%20Applications%20with%20Apache%20Flex%20and%20Java-v9-20140313_1547.pdf (Noticed too late that I should have shortended the file name ;-)) I thought I'd

AW: ApacheCon Slides

2014-03-25 Thread Christofer Dutz
Hi Justin ... Have to admit that it seems to be easier to extend Flexmojos than dropping that dam shadow ;-) Tried the Shadow effect, but that added even more shadow ... it was somehow part of the template they gave us ... perhaps Alex can give me a tip. Even when switching the font that too

AW: ApacheCon Slides

2014-03-25 Thread Christofer Dutz
Oh ... will go through the presentation again and correct the Flex SDK Thing ... I took the numbers Justin posted a few days ago ... if it's 4 that's great and I'll update that too ... wanted to add a note that it will be more as in Flexmojos using companies sometimes one install could be

AW: ApacheCon Slides

2014-03-25 Thread Christofer Dutz
Maurice -Message d'origine- De : Christofer Dutz [mailto:christofer.d...@c-ware.de] Envoyé : lundi 24 mars 2014 22:07 À : dev@flex.apache.org Objet : AW: ApacheCon Slides Hi Guys, I just uploaded my stuf a few minutes ago: http://events.linuxfoundation.org/sites/events/files/slides

AW: ApacheCon Slides

2014-03-25 Thread Christofer Dutz
: Christofer Dutz [mailto:christofer.d...@c-ware.de] Envoyé : mardi 25 mars 2014 09:45 À : dev@flex.apache.org Objet : AW: ApacheCon Slides Hi Justin ... Have to admit that it seems to be easier to extend Flexmojos than dropping that dam shadow ;-) Tried the Shadow effect, but that added even more shadow

AW: ApacheCon Slides

2014-03-25 Thread Christofer Dutz
you should have a slide on the many DI/IOC frameworks for Flex. Overall, greate presentation, thanks Maurice -Message d'origine- De : Christofer Dutz [mailto:christofer.d...@c-ware.de] Envoyé : lundi 24 mars 2014 22:07 À : dev@flex.apache.org Objet : AW: ApacheCon Slides Hi Guys, I just

AW: ApacheCon Slides

2014-03-25 Thread Christofer Dutz
not possible). Maurice -Message d'origine- De : Christofer Dutz [mailto:christofer.d...@c-ware.de] Envoyé : mardi 25 mars 2014 11:06 À : dev@flex.apache.org Objet : AW: ApacheCon Slides Hi Maurice, Thanks for the Feedback. - At first I wanted to say Native mobile applications but I can also

AW: ApacheCon Slides

2014-03-25 Thread Christofer Dutz
Found out how to do it ... great you have 1000 Places where you can add shadows in PowerPoint ... it was the Formeffects where not the font or the slide had a shadow, but the Frame containing the text ... well at least the shadow's gone now ;-) Von:

Flex on Windows 8

2014-03-25 Thread Christofer Dutz
Hi, I have to admit that currently I'm a Little confused about Flash and Windows 8 ... what is the current Status here? As far as I could Google, a Flashplayer is available for Windows 8. Is this still correct? Then also the Captive Runtime should be available ... I thought (sperdupercool)

AW: Flex on Windows 8

2014-03-25 Thread Christofer Dutz
are also getting fast enough now that I don't think performance is a problem. My daughter was playing a flex based math game full of animations on a lenovo think pad tablet the other day without issues at all. David -Original Message- From: Christofer Dutz christofer.d...@c-ware.de

AW: Flex on Windows 8

2014-03-25 Thread Christofer Dutz
accurate to say that the Windows Tablet is running Flash, but more that the windows Tablets are able to run Dekstop. brought to you by the letters A, V, and I and the number 47 On Tue, Mar 25, 2014 at 2:26 PM, Christofer Dutz christofer.d...@c-ware.dewrote: So would you say it's safe to Claim

AW: ApacheCon Slides

2014-03-25 Thread Christofer Dutz
a test-run next Tuesday at the company I currently work for. But I think I have to speed up my talk a little ;-) Chris PS: Thanks for the feedback :-) -Ursprüngliche Nachricht- Von: Christofer Dutz [mailto:christofer.d...@c-ware.de] Gesendet: Dienstag, 25. März 2014 09:48 An: dev

AW: [FlexJS] PhoneGap

2014-03-28 Thread Christofer Dutz
Sounds like your work could be a good starting point to add phone-gap packaging to flexmojos as soon as we added FlexJS/Falcon support ;-) Chris Von: Peter Ent p...@adobe.com Gesendet: Donnerstag, 27. März 2014 19:11 An: dev@flex.apache.org Betreff:

AW: Time to move the CI builds to a private VM?

2014-03-31 Thread Christofer Dutz
Hi Erik, had similar trouble with the Flexmojos CI server. Perhaps the option I chose for FM could apply to the Flex project too. In my case I tried several approaches with Amazon EC2 Windows Nodes as well as Microsoft Azure (Later I liked a lot more), but cancelled both because of the costs.

How to pronounce?

2014-04-03 Thread Christofer Dutz
Hi, I had a demo rehersal of my speach back here at my current company. Here there were some quesions on pronounciation of SWC and SWF ... I used to pronounce them SWIK and SWIF ... is that the officially correct form? Chris

Possible regression in Flex 4.12 resource chain handling

2014-04-03 Thread Christofer Dutz
Hi, I am currently working on Flexmojos Jdk 1.7 and Maven support for 3.1 and 3.2 ... For this I ran the full build including testsuite of Flexmojos a lot of times. Prior to Flex 4.12 there was one test that failed in about 20% of my builds, but now constantly fails.

Changes to Mavenizer and Flexmojos to allow deploying Flex SDKs to maven central

2014-04-07 Thread Christofer Dutz
Hi Guys, I'm currently sitting at the ApacheCon with Alex and weh ad a long discussion on how we could make it possible to release Flex SDKs to Maven Central. We have come up with a solution all should be happy with. The core of this would be to strip out any dependency to playerglobal and

Things I learnt at the ApacheCon BarCamp session

2014-04-10 Thread Christofer Dutz
Hi guys, We were just discussing some interesing things and I thought I'd share the parts that I think could be interesting for our projects. 1. There seems to be a mechanism for improved GitHub PullRequest integration:

How to deal with Falcon/CompC FDKs?

2014-04-11 Thread Christofer Dutz
Hi, I finally managed to have the Mavenizer use Falcon to compiille the Theme SWCs and it seems to be running fine :) Now I had the problem, that currently it would be possible to have two variants of mavenized compiler in the FDK. So how should web e able to distinguish between both? If I

AW: How to deal with Falcon/CompC FDKs?

2014-04-11 Thread Christofer Dutz
. Does that help toward a solution? -Thanks, -Alex On 4/11/14 9:18 AM, Christofer Dutz christofer.d...@c-ware.de wrote: Hi, I finally managed to have the Mavenizer use Falcon to compiille the Theme SWCs and it seems to be running fine :) Now I had the problem, that currently it would

AW: AW: How to deal with Falcon/CompC FDKs?

2014-04-11 Thread Christofer Dutz
9:43 AM, Christofer Dutz christofer.d...@c-ware.de wrote: Ok ... well another option would be to strip the default compiler from flexmojos. The upside would be that I could give both compiler artifacts different names and the user could decide which one he wanted to use by adding

AW: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

2014-04-13 Thread Christofer Dutz
Hi, as far as I understoof Alex most of the stuff is needed in order to make FlashBuillder happy. Even if the compiler libs may have been replaced to 90%, the rest oft he framework (client side swfs and swcs are still needed). Perhaps I should speed up my efforts to making the maven deployment

AW: Continuous Integration for Flex (Mobile but not only) apps

2014-04-13 Thread Christofer Dutz
Hi Daniel, Great tutorial. Running Flex Cover and especially integrating this into the build is a real PITA. Flexmojos (Maven Plugin for building Flex applications) does exactly what you are doing, but instead of using Ant it uses Maven. (Ok the order is slightly different and I am currently

AW: [DISCUSS] Discuss Apache Flex FalconJX 0.0.1 RC1

2014-04-15 Thread Christofer Dutz
I'm currently working on using Falcon in Flexmojos for compiling normal applications ... so this assumption is valid :-) Chris Von: Justin Mclean jus...@classsoftware.com Gesendet: Montag, 14. April 2014 06:34 An: dev@flex.apache.org Betreff: Re:

AW: FlexUnit 4.2.0 release

2014-04-15 Thread Christofer Dutz
Did anyone do the Maven release for 4.2? As I remember doing the last release of 4.1 I should still have the carma to release FlexUnit to Maven Central Chris Von: Michael A. Labriola labri...@digitalprimates.net Gesendet: Dienstag, 15. April 2014 00:56

AW: [LAZY] Apache Flex and 360|Flex shirts

2014-04-15 Thread Christofer Dutz
+1 From me (For the T-Shirts ... havent quite gotten through all the posts yet) ;-) Chris Von: Paul Hastings paul.hasti...@gmail.com Gesendet: Dienstag, 15. April 2014 09:26 An: Alex Harui; dev@flex.apache.org Betreff: Re: [LAZY] Apache Flex and 360|Flex

AW: Be distribution friendly

2014-04-15 Thread Christofer Dutz
On The ApacheCon Barcamp we were discussing that some projects would really like to make it easier for users to install their projects. It seems that my comment on us having implemented an Ant based installer for Flex has astonished quite a lot of people. Perhaps we should share this feature

AW: Be distribution friendly

2014-04-15 Thread Christofer Dutz
...@gmail.com Gesendet: Dienstag, 15. April 2014 15:22 An: dev Betreff: Re: Be distribution friendly On Tue, Apr 15, 2014 at 2:58 PM, Christofer Dutz christofer.d...@c-ware.de wrote: On The ApacheCon Barcamp we were discussing that some projects would really like to make it easier for users

AW: [VOTE] Accept Adobe Donation

2014-04-18 Thread Christofer Dutz
+1 (Binding) Christofer Dutz -Ursprüngliche Nachricht- Von: Michelle Yaiser [mailto:myai...@adobe.com] Gesendet: Freitag, 18. April 2014 14:13 An: dev@flex.apache.org Betreff: Re: [VOTE] Accept Adobe Donation +1 (binding) Michelle Yaiser Instructional Designer | Creative Cloud

AW: Build Servers

2014-04-21 Thread Christofer Dutz
Hi, on the ApacheCon we were told that it is possible for any Apache Project to get a dedicated VM ... perhaps this would be something we should use? And it would be definitely possible to setup a build agent on that VM and have Infra set that up in the public Jenkins (That agent would be

AW: Build Servers

2014-04-22 Thread Christofer Dutz
Actually all you have to do to allow the build agent service to access the desktop on windows machines, is to enable the checkbox on the run as tab (If you are using the SYSTEM user). If you are using a normal user, I think you don't have to do anything at all. If you are using the SYSTEM user

AW: Flex unit 4.2.0

2014-04-23 Thread Christofer Dutz
Von: Justin Mclean jus...@classsoftware.com Gesendet: Mittwoch, 23. April 2014 09:04 An: Christofer Dutz Betreff: Re: Flex unit 4.2.0 Hi, Have the libs actually been released to Maven Central yet? All I can see is 4.2-beta. I would guesss not as you're probably the only

AW: Flex unit 4.2.0

2014-04-23 Thread Christofer Dutz
...@classsoftware.com Gesendet: Mittwoch, 23. April 2014 09:15 An: Christofer Dutz Betreff: Re: Flex unit 4.2.0 Hi, Oh ... just saw that it is built using ANT ... I couldn't find any pom.xml files in it. There a pom.template in the root directory but it's incorrect and has old flexunit information

AW: Flex unit 4.2.0

2014-04-23 Thread Christofer Dutz
Well having a look at the template it certainly needs adjusting, as the scm section references the old flexunig github repo ... this should be changed to the apache flexunit one. There will probably be a set of other things to change, but I'll have a look at this as soon as I'm home from work.

Releasing The SDK-Converter (Mavenizer)?

2014-04-23 Thread Christofer Dutz
Hi, I am currently completeley refactoring the Mavenizer to consist of independent modules for converting AIR, Flash and Flex separately. I need this in order to use those modules in the new Flexmojos verify-mojo that should take care of downloading and mavenizing air and flash artifacts.

AW: Releasing The SDK-Converter (Mavenizer)?

2014-04-23 Thread Christofer Dutz
, Christofer Dutz christofer.d...@c-ware.de wrote: Hi, I am currently completeley refactoring the Mavenizer to consist of independent modules for converting AIR, Flash and Flex separately. I need this in order to use those modules in the new Flexmojos verify-mojo that should take care

AW: Flex unit 4.2.0

2014-04-23 Thread Christofer Dutz
By the way ... It's not actually trivial to find where to get the Apache FlexUnit sources from. Perhaps it would be a good idea to add that to the http://flex.apache.org/dev-sourcecode.html page Chris -Ursprüngliche Nachricht- Von: Michael A. Labriola

AW: FlexUnit 4.2 ant build broken

2014-04-25 Thread Christofer Dutz
Hi, I too encountered some problems with the FlexUnit build on Windows 7 ... I fixed all issues by adjusting one of the URLs in the ant script, which caused a double / in the url for downloading something related with Fluint support. It seems the original github location no longer exists and

AW: AW: FlexUnit 4.2 ant build broken

2014-04-26 Thread Christofer Dutz
CI to our own Windows box. Might need to think about doing a 4.2.1. -Alex On 4/25/14 1:47 AM, Christofer Dutz christofer.d...@c-ware.de wrote: Hi, I too encountered some problems with the FlexUnit build on Windows 7 ... I fixed all issues by adjusting one of the URLs in the ant script

Maven Release Setup

2014-04-26 Thread Christofer Dutz
Hi Guys, I have opened a ticket at infra to setup a staging repository for Apache Flex in the official Apache Maven Repository (Group Id org.apache.flex and below). In parallel I am working on adjusting the pom.template in FlexUnit to allow us publishing maven artifacts. So as soon as we are

AW: Next Donation from Adobe

2014-04-26 Thread Christofer Dutz
Great news :-D As soon as my head is free of the things I'm currently working on ... BlazeDS will definitely get some attention from my side :-) Chris -Ursprüngliche Nachricht- Von: Alex Harui [mailto:aha...@adobe.com] Gesendet: Samstag, 26. April 2014 06:28 An: dev@flex.apache.org

FlexUnit 4.3 prepared to be able to do Maven Releases

2014-04-26 Thread Christofer Dutz
Ok ... so I got further than I expected today ... Actually I'm finished :-) What I changed: - Updated the metadata in the pom.template to match the requirements of Apache releases. - Updated the ant scripts to perform the releases to the Apache instead of the Sonatype repos. - Updated the

What GroupId for BlazeDS Maven Artifacts?

2014-04-26 Thread Christofer Dutz
While I'm at it, I thought I'd give BlazeDS a try. Had to fix one or two things, but I noticed that the pom.xml files provided in the project all reference com.adobe.blazeds ... I guess we should change this. But what to? org.apache.flex.blazeds or org.aoache.blazeds First GroupId would

AW: FlexUnit 4.3 prepared to be able to do Maven Releases

2014-04-27 Thread Christofer Dutz
Ok ... glad to help. But I have to admit that I have never done an Apache release before. So a little coaching from you guys would be great :) Chris -Ursprüngliche Nachricht- Von: Alex Harui [mailto:aha...@adobe.com] Gesendet: Samstag, 26. April 2014 23:47 An: dev@flex.apache.org

AW: FlexUnit 4.3 prepared to be able to do Maven Releases

2014-04-27 Thread Christofer Dutz
I wasn't expecting us to push out the door a new release one week after the last :-) What I did notice, is that we now have several new modules that could use a little streamlining. When trying to build BlazeDS it seemed to reference some quite old FlexUnit versions ... getting everything up

AW: AW: Next Donation from Adobe

2014-04-28 Thread Christofer Dutz
Von: Paul Hastings paul.hasti...@gmail.com Gesendet: Montag, 28. April 2014 02:58 An: dev@flex.apache.org Betreff: Re: AW: Next Donation from Adobe On 4/26/2014 9:20 PM, Christofer Dutz wrote: Great news :-D As soon as my head is free of the things I'm currently working on ... BlazeDS

AW: FlexUnit 4.3 prepared to be able to do Maven Releases

2014-04-28 Thread Christofer Dutz
Ok ... I agree. But sill ... I wouldn't recommend doing that too fast ... we need to settle some things first. Currently the flexunit build on jenkins doesn't seem to run even if the build went through SUCCESSFULLY. And I noticed quite a lot of adobe in there, that we should have a look at

AW: AW: FlexUnit 4.3 prepared to be able to do Maven Releases

2014-04-29 Thread Christofer Dutz
On 4/28/14 12:41 AM, Christofer Dutz christofer.d...@c-ware.de wrote: Ok ... I agree. But sill ... I wouldn't recommend doing that too fast ... we need to settle some things first. Currently the flexunit build on jenkins doesn't seem to run even if the build went through SUCCESSFULLY. Hi Chris

AW: AW: FlexUnit 4.3 prepared to be able to do Maven Releases

2014-04-29 Thread Christofer Dutz
aha...@adobe.com Gesendet: Montag, 28. April 2014 18:29 An: dev@flex.apache.org Betreff: Re: AW: FlexUnit 4.3 prepared to be able to do Maven Releases On 4/28/14 12:41 AM, Christofer Dutz christofer.d...@c-ware.de wrote: Ok ... I agree. But sill ... I wouldn't recommend doing that too fast ... we

AW: AW: AW: FlexUnit 4.3 prepared to be able to do Maven Releases

2014-04-29 Thread Christofer Dutz
Betreff: Re: AW: AW: FlexUnit 4.3 prepared to be able to do Maven Releases As long as the snapshot is not promoted as a public release, I think you can go and create it without a vote process. On 4/29/14 12:52 AM, Christofer Dutz christofer.d...@c-ware.de wrote: I just got the confirmation from

AW: AW: AW: FlexUnit 4.3 prepared to be able to do Maven Releases

2014-04-30 Thread Christofer Dutz
: As long as the snapshot is not promoted as a public release, I think you can go and create it without a vote process. On 4/29/14 12:52 AM, Christofer Dutz christofer.d...@c-ware.de wrote: I just got the confirmation from Infra that the Apache Maven repo is setup for Flex ... What do you

Has anyone been able to build BlazeDS?

2014-04-30 Thread Christofer Dutz
Hi, I have tried for the second evening to get BlazeDS to build. On my windows machine at first I am getting tons of missing lib directory errors. I seem to have resolved most of these by making the filesets not fire errors on missing resources. Unfortunately there are some classes with

AW: Has anyone been able to build BlazeDS?

2014-04-30 Thread Christofer Dutz
: Christofer Dutz christofer.d...@c-ware.de Gesendet: Mittwoch, 30. April 2014 11:09 An: dev@flex.apache.org Betreff: AW: Has anyone been able to build BlazeDS? Hi Guys, ok so I think I found the problem: It seems that the BlazeDS team was fedup with the Ant build and gave up on this (Actually

AW: Has anyone been able to build BlazeDS?

2014-04-30 Thread Christofer Dutz
worthless and I guess 75% of the connection related tests pass without a server being available. Chris Von: Christofer Dutz christofer.d...@c-ware.de Gesendet: Mittwoch, 30. April 2014 12:00 An: dev@flex.apache.org Betreff: AW: Has anyone been able to build

AW: AW: Has anyone been able to build BlazeDS?

2014-04-30 Thread Christofer Dutz
without a server being available. Chris Von: Christofer Dutz christofer.d...@c-ware.de Gesendet: Mittwoch, 30. April 2014 12:00 An: dev@flex.apache.org Betreff: AW: Has anyone been able to build BlazeDS? Ok ... done :-) so I just comitted some

AW: Has anyone been able to build BlazeDS?

2014-04-30 Thread Christofer Dutz
able to build BlazeDS? Chris, Let me know when you have BlazeDS building consistently on Windows. I'll then create a CI job for it on our new server. EdB On Wed, Apr 30, 2014 at 3:49 PM, Christofer Dutz christofer.d...@c-ware.dewrote: Ok ... I know I'm sort of having quite a monologue here

AW: AW: Has anyone been able to build BlazeDS?

2014-04-30 Thread Christofer Dutz
An: dev@flex.apache.org Betreff: Re: AW: Has anyone been able to build BlazeDS? On 4/30/14 3:00 AM, Christofer Dutz christofer.d...@c-ware.de wrote: Now a simple mvn install in the modules directory (not the root of the project) should build BlazeDS successfully. Excellent progress. Thanks for working

AW: Adobe AIR app installs cross a billion

2014-05-01 Thread Christofer Dutz
Gee ... these numbers would have been great in my ApacheCon presentation ;-) But impressive numbers they are ... we should somewhere keep track of posts like this on our Wiki ... cause I think it would make convincing potential new customers a lot easier :-) Thanks for sharing that link :-)

AW: AW: AW: Has anyone been able to build BlazeDS?

2014-05-01 Thread Christofer Dutz
/30/14 9:34 PM, Alex Harui aha...@adobe.com wrote: I took a look at the BlazeDS ant script. I fixed a few things and it completed. The main target does not run any tests and I did not take the time to try to run tests. -Alex On 4/30/14 8:12 AM, Christofer Dutz christofer.d...@c-ware.de wrote

Update to BlazeDS to make Testsuite pass

2014-05-03 Thread Christofer Dutz
Hi, Well I spent quite some time on the BlazeDS build and would say that I finally setup everything so we should have a valid no-deps build. There were still a small set of problems in the ANT build that caused problems when initially building BlazeDS. Alex did fix most of the other problems

AW: Update to BlazeDS to make Testsuite pass

2014-05-04 Thread Christofer Dutz
Actually I have excluded the testsuite artifacts from the deploy phase so they wouldn't be deployed when doing a release. In the maven world, running the tests during a release is good practice. Chris -Ursprüngliche Nachricht- Von: Justin Mclean [mailto:jus...@classsoftware.com]

Adobe svn server unresponsive ... causing failures in the Installer

2014-05-04 Thread Christofer Dutz
Hi, I just wanted to install 4.12.1 and was having a little trouble with this as the server from which the installer used to fetch afe.jar and flex-messaging-common.jar seems to be un-responsive. Even if I try downloading the files using a browser, it just hangs forever :( I resolved the

AW: Adobe svn server unresponsive ... causing failures in the Installer

2014-05-05 Thread Christofer Dutz
OK well I guess we could resolve one part of the problem. As the flex-messaging-common.jar is now part of Apache Flex, as soon as we have a release out the door, we could download the binary from maven-central or the Apache Maven server. That should be able to handle the load easily. Would

Components and Versions for BlazeDS in Jira?

2014-05-05 Thread Christofer Dutz
Hi, could anyone with enough karma please create a component BlazeDS (or similar) and a version (4.7) for BlazeDS ... I would like to create some Issues describing what I did and to reference them in my commit. Chris

AW: Components and Versions for BlazeDS in Jira?

2014-05-05 Thread Christofer Dutz
] Gesendet: Montag, 5. Mai 2014 21:56 An: dev@flex.apache.org Betreff: Re: Components and Versions for BlazeDS in Jira? OK, should be there now. On 5/5/14 12:48 PM, Christofer Dutz christofer.d...@c-ware.de wrote: Hi, could anyone with enough karma please create a component BlazeDS (or similar

AW: Update to BlazeDS to make Testsuite pass

2014-05-05 Thread Christofer Dutz
on this problem) Now I think I'll concentrate on the SNAPSHOT deployment to Apache Central and as soon as that's done I'll finish the last bits of the still open issues. Chris -Ursprüngliche Nachricht- Von: Christofer Dutz [mailto:christofer.d...@c-ware.de] Gesendet: Sonntag, 4. Mai 2014 11

AW: AW: Update to BlazeDS to make Testsuite pass

2014-05-05 Thread Christofer Dutz
have the right pieces and nothing is missing? IOW, will the flex-messaging-common.jar be the equivalent or better than the one we download from Adobe? Thanks, -Alex On 5/5/14 1:18 PM, Christofer Dutz christofer.d...@c-ware.de wrote: Ok ... so I just committed a major update to BlazeDS ... now we

AW: AW: Components and Versions for BlazeDS in Jira?

2014-05-05 Thread Christofer Dutz
: Alex Harui [mailto:aha...@adobe.com] Gesendet: Montag, 5. Mai 2014 22:19 An: dev@flex.apache.org Betreff: Re: AW: Components and Versions for BlazeDS in Jira? OK, try again. On 5/5/14 1:15 PM, Christofer Dutz christofer.d...@c-ware.de wrote: Thanks for that ... I was trying to setup a Agile

  1   2   3   4   5   6   7   8   9   10   >