Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-12 Thread Christofer Dutz
You were probably getting the SNAPSHOTS from the Apache SNAPSHOT repo. Ok … I promised not to invest any more of my time in issues related to the double-build-system, guess I’ll make an exception … 1) In order to have a proper Maven release, the versions of the maven build should be changed to

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-12 Thread Christofer Dutz
Ok … so I setup a build that doesn’t accidentally pull in SNAPSHOTS from the Apache repo: mvn clean install -Drat.skip=true -s ~/.m2/settings-test.xml (My settings-test.xml simply excludes the Apache snapshot repo) One thing I found (no this is not going to be a legal thing … I am reporting t

Re: [VOTE] Release Apache Flex FalconJX 0.8.0 RC1

2017-06-12 Thread Christofer Dutz
Hi, I must report a “-1” (binding) … but in my case the typedefs are building correctly. Unfortunately, the build produces SNAPSHOT versions and relies on SNAPSHOT versions. We can’t publish this to the Apache Release repo and not have these released to Maven-Central. This is a major issue fo

Re: [VOTE] Release Apache FlexJS 0.8.0 RC1

2017-06-12 Thread Christofer Dutz
Hi, I must report a “-1” too … I could successfully build the framework part with the following command: mvn clean install -s ~/.m2/settings-test.xml -Pbuild-examples,build-distribution -DdistributionTargetFolder=target/distribution -Dwebdriver.gecko.driver=/Users/christoferdutz/Devtools/geck

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-12 Thread Christofer Dutz
Actually not by removing the credentials … by using an empty settings.xml or none at all and having a default. My settings-test.xml only contains the location of the maven local repo and no other settings therefore Maven defaults to its built-in defaults (I did manually provide the artifacts the

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-12 Thread Christofer Dutz
No, The removing the SNAPSHOT, tagging and setting the new version should be, more or less, one step. The maven-release-plugin handles almost all of this in one step. So if your do a release:prepare all of this should happen. You can then have others checkout the tag and if all give their go,

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-12 Thread Christofer Dutz
No, the steps should be done as part of creating the RC not after the vote. Otherwise you would be releasing something different than what was voted on. I remember is doing that for the 0.7.0 and we got quite a lot of questions from the different bots doing their checks. Chris Von meinem Sams

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-12 Thread Christofer Dutz
It should be between the Last call and opening the vote. It is equal to “cutting the release candidate”. So, the LAST CALL thread is finished and the RM writes that he’s going to cut a release … AFTER THAT he does these steps and THEN he opens the vote thread. I never said anything else than th

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-12 Thread Christofer Dutz
Hi Piotr, No … all good ( I’d be happy to document things that help someone that wants to dig into Maven. Right now, most of my free dev-time is going to other Apache projects so my time is limited, but documenting this a little should be ok. Chris Am 12.06.17, 13:25 schrieb "piotrz" :

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-12 Thread Christofer Dutz
in the source should only be in POMs and other configs right? What am I missing? -Alex On 6/12/17, 3:53 AM, "Christofer Dutz" wrote: >It should be between the Last call and opening the vote. It is equal to >“cutting the release candidate

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-12 Thread Christofer Dutz
e Maven build the final jars > from there. The differences in the source should only be in POMs and > other configs right? > > What am I missing? > -Alex > > On 6/12/17, 3:53 AM, "Christofer Dutz" wrote: > >>

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-12 Thread Christofer Dutz
By the way … why is this directory called “flex-typedefs” and not “flexjs-typedefs”? Chris Am 13.06.17, 08:55 schrieb "Christofer Dutz" : Hi all, Please don’t let this become another license discussion … I thought that had been settled. I intentionally added that

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-13 Thread Christofer Dutz
If we want to do a release of Maven artifacts, yes. It’s quite easy with Maven, it’s only difficult doing Maven releases with Ant. Chris Am 13.06.17, 09:19 schrieb "piotrz" : Hi Chris, I'm not sure from that point whether we can cut next RC or not. It seems that we have to st

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-13 Thread Christofer Dutz
I just wrote down the process: https://cwiki.apache.org/confluence/display/FLEX/Releasing+FlexJS+with+Maven Chris Am 13.06.17, 10:08 schrieb "piotrz" : Chris, If you are not going to do this, I can try but probably I will have a lot of questions and it's not going to happen soon

Re: [DISCUSS} Fork FlexJS from Apache Flex

2017-08-29 Thread Christofer Dutz
. > > Issue Tracking > > If GitBox allows us to use GitHub issues, we will use that, otherwise, we > will request a new JIRA project from Infra. > > Other Resources > > We would like to try using Git for our website version control and > whatever the publishing

Re: [VOTE] Fork FlexJS from Apache Flex

2017-09-01 Thread Christofer Dutz
ical to convert the current git > repos listed above. We want to explore using GitHub's wiki and > documentation tools. > > Issue Tracking > > If GitBox allows us to use GitHub issues, we will use that, otherwise, we > will request a new JIRA project from Infra. > >

Re: [VOTE] Should the Project Name of the Proposed Fork be FlexJS?

2017-09-14 Thread Christofer Dutz
I really feel silly about this seems I'm the only one up to now. But as I do tend to think the name FlexJS is a good name and I know what getting rid of "flex" everywhere inside the project would mean regarding refactoring and tool support. Yes (Binding) Chris On 2017-09-14 17:37, Dave Fisher

Re: Serialize java.util.HashMap as Object, java.util.ArrayList as Array

2017-10-03 Thread Christofer Dutz
Hi Niklas, Use the SerializationContext class to fine-tune the serialization. Here an example I use in my projects. @PostConstruct public void configureSerializationContext() { //ThreadLocal SerializationContent SerializationContext serializationContext = SerializationCon

Re: Flex Old Support

2017-12-04 Thread Christofer Dutz
Hi Manisch, Even If you should probably direct this question at the Apache flex mailinglist. There should be No reason for it to stop working. However Adobe have anounced to stop Flash and Air around 2020. So for long term Support, you should think about other alternatives. Chris Outlook for

Re: Flex Old Support

2017-12-05 Thread Christofer Dutz
move our Flex web app to AIR desktop app, just want to double confirm is AIR will continue to work after 2020. Thanks! Joel On Tue, Dec 5, 2017 at 2:55 PM, Christofer Dutz wrote: > Hi Manisch, > > Even If you should probably dire

Re: Configure multiple source mxml files to generate multiple swf files

2018-02-07 Thread Christofer Dutz
Hi Vaibhav, If you are building an swf there can only be one source mxml as this is what's used when you execute the application. In SWF you have a single source file and the flex compiler adds all mxml and as classes that are directly and indirectly referenced from that. You could add an additi

Re: Configure multiple source mxml files to generate multiple swf files

2018-02-08 Thread Christofer Dutz
Hi Vaibhav, your first compilation (the one you are defining in the first plugin definition) also has an implicit execution id. You should be able to see it in the console when the first compilation is done. So you should be able to use just one plugin definition with 4 executions as long as th

Re: Configure multiple source mxml files to generate multiple swf files

2018-02-09 Thread Christofer Dutz
Hi Vaibhav, every plugin that is executed during the build is performed in an "execution" and every execution has an "id". If a plugin is added via "packaging" or binds to default phases, this execution is defined by the plugin developer. So YES the Id is defined by the flexmojos developer, bu

Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-17 Thread Christofer Dutz
+1 (binding) Chris - Hashes are correct - Signatures OK and are linked to an Apache Email Address - Checked the LICENSE, NOTICE, README and RELEASE_NOTES - External RAT check reports all is OK header-wise - Compiling with test passes - Using the new extension in the Royale build works Steps for

Re: [apache/royale-website] Apache flex site must redirect to Apache Royale (#7)

2020-07-24 Thread Christofer Dutz
I agree that the website should be updated ... I absolutely don't agree it should be automatically forwarded. Flex is a non-retired project and therefore requires a project website. If we were to decide to retire Flex, then of course a redirect would make sense. Chris Am 24.07.20, 09:14 schri

Re: [apache/royale-website] Apache flex site must redirect to Apache Royale (#7)

2020-07-24 Thread Christofer Dutz
banner and the user actively clicks on something, then I agree. Chris Am 24.07.20, 09:28 schrieb "Piotr Zarzycki" : What do you mean shouldn't be automatically forwarded ? pt., 24 lip 2020 o 09:22 Christofer Dutz napisał(a): > I agree that the website sh

[DISCUSS] Fork Apache Flex BlazeDS in the Apache Royale project?

2020-09-16 Thread Christofer Dutz
Hi all, I am currently working hard on getting BlazeDS working nicely with Apache Royale and with more recent versions of Spring. Here there are multiple issues I would like to address. Also would I like to ask the Spring folks If we could take over the retired Spring Flex project and manage th

RE: Project retiring and board discussion

2022-06-17 Thread Christofer Dutz
Hi all, I have created a branch: "security-updates" ... here I updated most of the libraries to get rid of vulnerable artifacts. All of the tomcat modules, I had to comment out as there's no invulnerable tomcat version up to 7. I also commented out the JMS related stuff as there's no active-mq v

RE: Project retiring and board discussion

2022-06-17 Thread Christofer Dutz
! We need a volunteer to do the work to create a release for this. I’ve never used BlazeDS, so I don’t feel comfortable doing it. Any takers? Thanks, Harbs > On Jun 17, 2022, at 12:44 PM, Christofer Dutz > wrote: > > Hi all, > > I have created a branch: "security-upda

RE: Project retiring and board discussion

2022-06-19 Thread Christofer Dutz
hris -Original Message- From: Christofer Dutz Sent: Freitag, 17. Juni 2022 12:25 To: dev@flex.apache.org Subject: RE: Project retiring and board discussion Hi Harbs, you first need someone willing to migrate from commons-httpclient:commons-httpclient to org.apache.httpcomponents:httpcl

Re: [EXTERNAL] BlazeDS release

2022-08-16 Thread Christofer Dutz
Well … you might not, but a malicious attacker might. I think the last few releases of BlazeDS, that I did in the past were reacting to CVEs reported in the XML processing part of BlazeDS. Here, for example, a malicious attacker could embed xml using xml-entities that referenced protected resou

Mailing list threading improvements

2023-08-17 Thread Christofer Dutz
TL;DR: We’re updating how auto-generated email from Github will be threaded on your mailing lists. If you want to keep the old defaults, details are below. We’re pleased to let you know that we’re tweaking the way that auto- generated email from Github will appear on your mailing lists. This will

Highly irregular emails on comm...@flex.apache.org

2024-04-16 Thread Christofer Dutz
Hi all, while going through the projects activity in the last quarter, I came across your commits list and I think we're archiving loads of spam there. I think a moderator should update the settings here. Chris

AW: [FlexJS] CSS (was Re: [FlexJS] Mobile Apps)

2016-10-24 Thread Christofer Dutz
Done, now there should be a configuration option "additionalCompilerOptions" that you can pass in additional options without adding them to the config-templates. This should however be an option to keep you guys from being stuck, support for required config options should be added to the conf

AW: [FlexJS] CSS (was Re: [FlexJS] Mobile Apps)

2016-10-24 Thread Christofer Dutz
f8 ; margin : 0px ; border-radius : 2px ; } I suppose the result should be not have any Button {} from HTML.swc What could I'm doing wrong? I checked syntax and seems all in place thanks 2016-10-24 11:43 GMT+02:00 Carlos Rovira : > Great Chris! :) > > 201

Problems with the Installer

2016-10-26 Thread Christofer Dutz
Hi, I am currently trying to finish the distribution creation and for this I wanted to download the latest nightly build and it seems the installer has a problem. It fails in the last box with a code 3003 (Whatever that means) Here the log: Version 3.1.0 (mac) Using Locale: de_DE Ermitteln

[Website] gitpubsub working and NG-Website online

2016-10-26 Thread Christofer Dutz
Hi guys, today I was made member of the infrastructure group and my first commit was to activate gitpubsub to sync the asf-site branch I setup in the flex-site git repo to "http://flex.apache.org/ng";. This was the missing step on getting the new site online. There still need to be some things

AW: [Website] gitpubsub working and NG-Website online

2016-10-27 Thread Christofer Dutz
ther elements. I wonder if it should be inside a scrollable div or something. There’s extra “[]” characters in the bottom of the slider. Where are those coming from? On Oct 27, 2016, at 12:05 AM, Christofer Dutz wrote: > Hi guys, > > > today I was made member of the infrastructure gr

AW: [Website] gitpubsub working and NG-Website online

2016-10-27 Thread Christofer Dutz
Ok ... so now the team page has equally sized circular pictures and the "what is flex" page is readable. Chris Von: Christofer Dutz Gesendet: Donnerstag, 27. Oktober 2016 09:22:08 An: dev@flex.apache.org Betreff: AW: [Website] gitpubsub working and

[FlexJS] added a new branch with updated examples directory strucutre

2016-10-28 Thread Christofer Dutz
Hi, I just pushed some changes that modify the directory structure of the examples to be valid default maven style. These were the last modules not following the maven default directory structure. The maven build runs fine with these changes, but I bet that the Ant build would probably not. Co

[FlexJS] Starting to work on speeding up the closure compiler

2016-10-28 Thread Christofer Dutz
Hi, I just added a new branch "feature-autobuild/closure-classpath-sources" in which I am planning on refactoring the way we pass in sources to the closure compiler. Currently a lot of time is wasted by dumping the closure jar to the filesystem (maven-only) and then reading each file back in a

[FlexJS] Optimizing the maven build ... success ...

2016-10-29 Thread Christofer Dutz
Hi, the last few days I invested quite some time in optimizing the compilation for Maven. So far the compile-times for the entire framework part including all examples has dropped from 17:38 to 3:10 minutes. And the build time of the Charts examle has dropped from 46,7 to 6,5 seconds. As the c

Re: [FlexJS] Optimizing the maven build ... success ...

2016-10-30 Thread Christofer Dutz
00 Josh Tynjala : > Nice. Good work, Chris! > > - Josh > > On Oct 29, 2016 12:37 PM, "Christofer Dutz" > wrote: > > > Hi, > > > > the last few days I invested quite some time in optimizing the > compilation >

Re: [FlexJS] Optimizing the maven build ... success ...

2016-10-31 Thread Christofer Dutz
release directory? Chris Am 31.10.16, 06:09 schrieb "Alex Harui" : On 10/30/16, 9:12 AM, "Christofer Dutz" wrote: >Hi Carlos, > >right now you can try it by switching the branch. I didn’t want to merge >it back to develop unt

Re: [FlexJS] Optimizing the maven build ... success ...

2016-10-31 Thread Christofer Dutz
Well as a good starting point I would like to point you to the training video Justin and I did: https://vimeo.com/167857327/da3e3239bc I guess it should be beneficial to understand how Maven thinks a little, no matter if you are planning on working on the build itself or if you are just using i

[FlexJS] Some compiler-related question

2016-10-31 Thread Christofer Dutz
Hi, I am currently digging through the compiler trying to understand it a little better. I noticed a lot of places that need some cleaning up. And I noticed a lot of obviously dead code. I do have some questions and I will continue to ask them while I encounter them. Currently I have these: -

Re: [FlexJS] Optimizing the maven build ... success ...

2016-10-31 Thread Christofer Dutz
least with my last commits I managed the release build to work and I no longer dump the closure stuff to release. Chris Am 31.10.16, 15:46 schrieb "Alex Harui" : On 10/31/16, 1:14 AM, "Christofer Dutz" wrote: >My optimization should have an effect i

Re: [FlexJS] Optimizing the maven build ... success ...

2016-10-31 Thread Christofer Dutz
(generating the missing dummy manifest-only jar files in the lib dir) Chris Am 31.10.16, 16:08 schrieb "Alex Harui" : On 10/31/16, 8:01 AM, "Christofer Dutz" wrote: >Hi Alex, > >thanks for your responses. Well I made it check the c

[FlexJS] Getting new warnings in ANTLR generation

2016-11-01 Thread Christofer Dutz
Hi, I just noticed that I am getting warnings, that I hadn’t been getting in the past when building the FlexJS compiler: ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 /Users/christoferdutz/Projects/Apache/Flex/FlexJS/flexjs-compiler/compiler/src/main/antlr/org/apache/flex/compile

Re: MDL Tweet

2016-11-01 Thread Christofer Dutz
Hi Piotr, Yes that tutorial should be all you need for the maven build. I am using this in IntelliJ myself and it’s quite easy to debug. All I need to do is set breakpoints wherever I want and then do a maven build started as „debug“ build instead of a normal build. Been doing debugging, refact

[FlexJS] MXMLFlexJSPublisher cleanup

2016-11-01 Thread Christofer Dutz
?) Wouldn’t it be better to simply do a if (googConfiguration.getSkipTranspile()) {     return; } at the start? Chris -- Mit freundlichen Grüßen | Best regards Christofer Dutz | Senior IT Consultant codecentric AG | Kreuznacher Straße 30 | 60486 Frankfurt am Main

Re: MDL Tweet

2016-11-01 Thread Christofer Dutz
Hi Piotr, Usually I import one as existing project and add the others by clicking on the „Add Maven project“ button (plus sign) of the Maven tab. This time I recently cheked out all 3 modules into one directory and added the following file in the root directory. http://maven.apache.org/POM/4.0

Re: [FlexJS] MXMLFlexJSPublisher cleanup

2016-11-01 Thread Christofer Dutz
branch and give me a short feedback if things are still running on Ant and I didn’t break anything with my refactoring. Chris Am 01.11.16, 12:09 schrieb "Christofer Dutz" : Hi, so I cleaned up the MXMLFlexJSPublisher class greatly. Currently I’m trying to f

Re: MDL Tweet

2016-11-01 Thread Christofer Dutz
Hi Piotr, yes exaclty. I have started naming things in the filesystem the way we are talking about them on the list. I realy don’t like the way the repos are currently named ☹ Chris Am 01.11.16, 13:50 schrieb "piotrz" : Chris, What do you mean in your pom by flexjs-compiler - is

Re: MDL Tweet

2016-11-01 Thread Christofer Dutz
My directory strucutre is the following: /pom.xml (the artificial pom I posted) /flexjs-compiler /flexjs-compiler/pom.xml (The pom in the root of the falcon project `flexjs-compiler-parent’) /flexjs-compiler/... (rest of the flex-falcon repo) /flexjs-typedefs /flexjs-typedefs/pom.xml (The pom in

Re: MDL Tweet

2016-11-01 Thread Christofer Dutz
Ok ... mis-clicked ... didn’t want to send that yet ... Well I hope you get an idea ... Chris Am 01.11.16, 14:27 schrieb "Christofer Dutz" : My directory strucutre is the following: /pom.xml (the artificial pom I posted) /flexjs-compiler /flexjs-compiler/po

AW: FlexSDK license issue

2016-11-01 Thread Christofer Dutz
Isn't velocity more a templating engine? So I would assume it's more related to code generation. I think I experimented with updating to an official version of velocity in my quest to get rid of some hacked/patched libraries. Unfortunately I don't recall uhh that was successful. I would definit

Re: MDL Tweet

2016-11-02 Thread Christofer Dutz
Hi Piotr, eventually my debugging response was a little mis-leading I just noticed ... continously working on the build and the compiler, these are the parts I’m debugging ... obviously you guys are talking about debugging the client application. Have never done that. But I guess we have to fig

AW: AW: Using Flexmojos on Maven 3.3.9?

2016-11-02 Thread Christofer Dutz
Hi, There is no chance to get flexmojos working on 3.3.9. They changed a little too much and it would require some major refactoring. I'm currently working on a new plugin, but that's currently aimed at flex js. It should be quite easy to support normal flex, but I haven't put any time in that

Re: FlexSDK license issue

2016-11-03 Thread Christofer Dutz
Dammit ... I which I could build this with Maven ... ;-) Chris Am 03.11.16, 07:37 schrieb "Justin Mclean" : Hi, Turns out it was only used inside tests for Texen in velocity which as far as I can tell is not being used. Velocity and SDK still compile without it and can compile sam

Re: New Flex SDK release

2016-11-03 Thread Christofer Dutz
One thing I would really be dleighted about, would be, if we could get rid of the patched libraries used in the sdk. However I don’t have any idea what sideeffects this would have. Chris Am 03.11.16, 08:53 schrieb "Justin Mclean" : Hi, > Should we also take care of license issues

Re: New Flex SDK release

2016-11-03 Thread Christofer Dutz
Hi Justin, Guess I would opt to work on that path, but I’m not going to put up with the build. So probably the path would be to migrate the FlexSDK to be buildable with maven and as soon as I have a stable system with good test coverage, to start cleaning this up. But at the moment I don’t know

Re: [FlexJS] Optimizing the maven build ... success ...

2016-11-03 Thread Christofer Dutz
2016-10-31 16:40 GMT+01:00 Alex Harui : > > > On 10/31/16, 8:36 AM, "Christofer Dutz" wrote: > > >Hi Alex, > > > >Well I had another look at the original code. Seems I have to include > >that commented out l

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Christofer Dutz
Hi Carlos, I’m glad you are having this problem ☺ ... don’t get me wrong, but it points out a problem I noticed when working on cleaning up the MXMLFlexJSPublisher. The problem is that only png, gif, jpg and json resources are copied. This is hard coded and I don’t like that approach. I would pr

Re: Installer.xml changes needed (was Re: New Flex SDK release)

2016-11-04 Thread Christofer Dutz
Unfortunately you can’t just „unzip“ dmgs ... DMG is an archive format from hell ;-) As Adobe didn’t provide the Flashplayer Debugger in any other format than DMG for Mac I wated to use an exsiting DMG decompression libary. Unfortunately they are ALL GPL licenced and hereby disqualified for us.

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Christofer Dutz
2016-11-04 8:04 GMT+01:00 Christofer Dutz : > Hi Carlos, > > I’m glad you are having this problem ☺ ... don’t get me wrong, but it > points out a problem I noticed when working on cleaning up the > MXMLFlexJSPublisher. > The problem is that only p

Re: [FlexJS] Optimizing the maven build ... success ...

2016-11-04 Thread Christofer Dutz
you try to rebase on top of develop it throws 69 conflicts Hope you could get it work again since is hard to get back to 44secs vs 4secs buildings ;) 2016-11-04 7:51 GMT+01:00 Christofer Dutz : > Hi Carlos, > > I didn’t want to merge it b

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Christofer Dutz
tried your suggestion and changed the image extension to "jpg" to be closer in my example, but after building I didn't find in target folder. This should be in "target"? or maybe in a subfolder (target/main/resourcers)? 2016-11-04 10:29 GMT+01:00 Chr

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Christofer Dutz
GMT+01:00 Christofer Dutz : > Hi Carlos, > > not directly in the target directory. > It should be in „target/javascript/bin/js-debug“ (or a sub-directory, > depending on where your resource is located) > > Chris > > Am 04.11.16, 11:1

Re: [FlexJS][Maven] Missing assets in target folder

2016-11-04 Thread Christofer Dutz
Hi Carlos, These files aren’t sources therefore they don’t belong to a source directory, from a maven point of view. They should be added to the resource directories which are handled by the resources plugin. The thing is, that we could eventually simply configure the maven-resources-plugin to

[FlexJS] Finishing the maven structure adjustments for the exmaples?

2016-11-05 Thread Christofer Dutz
Hi, as the Sprite refactoring stuff seems to be in develop now would be a good time to adress the last directory cleanup, by cleaning up the examples. I already did this for maven, but would like to ask the Ant users to adjust the Ant builds to the adjusted structure. I put my changes in the fe

Re: [FlexJS/Falcon] Build concerns

2016-11-05 Thread Christofer Dutz
Hi Piotr, currently there should be the dummy jars mitting. I already added them to the build, but after all my merging stuff I can’t find them anymore so I will have to re-add them. Chris Am 05.11.16, 16:11 schrieb "piotrz" : I've decided change subject to more appropriate. I wa

Re: [FlexJS/Falcon] Build concerns

2016-11-05 Thread Christofer Dutz
Ok ... Long live the IntelliJ local history ;-) I just retrieved the poms from the history and added them to the develop branch. If you update and give it another try it should match a valid FDK a little more. Chris Am 05.11.16, 16:41 schrieb "Christofer Dutz" :

Re: [FlexJS/Falcon] Build concerns

2016-11-05 Thread Christofer Dutz
Hi Piotr, well I updated everything that I got reported from missing. It would be great if someone could help review what’s still missing. I would be more than happy to get the Maven distribution to match that of the Ant build ☺ Chris Am 05.11.16, 17:06 schrieb "piotrz" : Yeah! Local hi

AW: 4.16 SDK release

2016-11-06 Thread Christofer Dutz
It's only difficult I'd you want to implement it platform independent. If you only need to unpack dmgs on Macs, you should be fine to use the os features on the command-line. Unfortunately the mavenizer allows producing Mac packages on Windows fire example, that was the problem. Chris Von m

Re: 4.16 SDK release

2016-11-06 Thread Christofer Dutz
Hi Justin, I also had a look at 7zip ... this supports unpacking of dmgs, but in order to do so inside java, there was one 7zip wrapper library, that included the 7zip binaries. Unfortunately the wrapper didn’t support the dmg file type. I opened an issue there, but that’s not resolved yet [1].

AW: 4.16 SDK release

2016-11-06 Thread Christofer Dutz
Hi Justin, Well if the straggler can invoke command-line stuff, I would suggest to go down that path. Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Justin Mclean Datum: 06.11.16 12:43 (GMT+01:00) An: dev@flex.apache.org Betreff: Re: 4.16

AW: 4.16 SDK release

2016-11-06 Thread Christofer Dutz
... Bloody mobile auto correction ... The installer ;-) Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Christofer Dutz Datum: 06.11.16 13:16 (GMT+01:00) An: dev@flex.apache.org Betreff: AW: 4.16 SDK release Hi Justin, Well if the straggler can

Re: [FlexJS/Falcon] Build concerns

2016-11-06 Thread Christofer Dutz
Hi Piotr, I already added them ... so they are already built. So maven builds these jars and the distribution then pulls them in and places them in the libs directory. In my distribution, I can see the externs directory containing the typedefs. So if they don’t exist in your distribution, somet

Re: [FlexJS/Falcon] Build concerns

2016-11-06 Thread Christofer Dutz
Well I’m just doing a „mvn clean install“ with the profiles I need activated. Nothing magic to that. If you’re refering to my claim to debug in IntelliJ I was wrong. I was talking about debugging the compiler and not the applications built with FlexJS. I am currently not doing any FlexJS develop

Re: [FlexJS] Stuck with Images vía CSS

2016-11-06 Thread Christofer Dutz
Hi Carlos, have a look at my feature branch where I cleaned up the directory structure of the examples. I also separated the resources and configured the maven-resource-plugin to copy the resources. Unfortunately I am currently not able to build that branch due to some really strange compilatio

Re: [FlexJS] Stuck with Images vía CSS

2016-11-06 Thread Christofer Dutz
ces-plugin 3.0.1 ${compiler.output-dir} But after rebuild my MDLExample nothing changed. I miss something? Thanks Carlos 2016-11-06 16:24 GMT+01:00 Christofer Dutz :

Re: [FlexJS] Stuck with Images vía CSS

2016-11-07 Thread Christofer Dutz
flag and disable this functionality so if for example „mavenBuild=true“ in the compiler the clean and resource-copy are skipped. Chris Am 07.11.16, 08:17 schrieb "Alex Harui" : Can the resources plugin run after the compiler? -Alex On 11/6/16, 11:04 PM, "

[FlexJS] What's the "Basic" module in the frameworks Projects?

2016-11-07 Thread Christofer Dutz
Hi, I just noticed a phantom „Basic“ module in the framework projects which is currently not built automatically. What is this library? Should I add it to the build? Chris

Re: [FlexJS] What's the "Basic" module in the frameworks Projects?

2016-11-07 Thread Christofer Dutz
Ok ... good to know, because I used to add Examples that weren’t added to the reactor ☺ Chris Am 07.11.16, 17:45 schrieb "Alex Harui" : On 11/7/16, 1:53 AM, "Christofer Dutz" wrote: >Hi, > >I just noticed a phantom „Basic“ module in

Re: [FlexJS] Stuck with Images vía CSS

2016-11-07 Thread Christofer Dutz
might be useful for other things too. I've sometimes wanted to > >copy files there and just leave them instead of recopying every time (or > >having to write a script to recopy). > > > >- Josh > > > >On Nov 7, 2016 12:12 AM, "Chr

Re: [FlexJS/Falcon] Build concerns

2016-11-08 Thread Christofer Dutz
Hi All, it’s even simpler. In general whatever you build, is stored in the maven local repo. So if you only change something in the compiler-jx, you only need to rebuild that. If you want to update the distribution, you run that build. Also if you want, you can force Maven to update the SNAPS

Re: MDL Tweet

2016-11-08 Thread Christofer Dutz
Hi all, I just resolved the resource-copying problem, by removing the cleanup code from the compiler. Now the resources are copied and are staying in place even after the compilation. I also pulled in the MDLExample and fine tuned the pom and now it correctly builds and the resulting applicati

AW: [FlexJS/Falcon] Build concerns

2016-11-08 Thread Christofer Dutz
I thought the same, but if you scroll down even more there's more log. It seems that it tried to access the jar with the closure lib sources, but had problems with that. I remember having similar problems, but I guess I fixed them. Did you try updating and rebuilding? Chris Von meinem Samsun

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-08 Thread Christofer Dutz
I just merged everything from devlop and the mdl to the maven-examples branch and that does build at the moment ... Chris Am 08.11.16, 18:18 schrieb "piotrz" : I've rebuilt several times Falcon, FlexJS and later Chart example. I've tried also with DataBindingExample, but it's the same

AW: MDL Tweet

2016-11-09 Thread Christofer Dutz
king Hope Alex and others could check if all of this are right This is a first step in the milestone to get images from CSS, we need to pursue now the other problems already arise Thanks for solving this! :) Carlos 2016-11-08 16:29 GMT+01:00 Christofer Dutz : > Hi all, > > I just re

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-10 Thread Christofer Dutz
I’ve tried the build on windows 10 and it works nicely. Could you please report the following versions: - Git - Java - Maven Chris Am 10.11.16, 07:36 schrieb "piotrz" : Tried through the bash and result is same. - Apache Flex PMC piotrzarzyck...@gmail.com -

Re: [FlexJS] Finishing the maven structure adjustments for the exmaples?

2016-11-10 Thread Christofer Dutz
it into develop. -Alex On 11/5/16, 7:13 AM, "Alex Harui" wrote: >I'll add it to my list. I'm still trying to get the DesktopMap example to >run again... > >On 11/5/16, 1:36 AM, "Christofer Dutz" wrote: > >>Hi,

Re: [FlexJS] Finishing the maven structure adjustments for the exmaples?

2016-11-10 Thread Christofer Dutz
ovira" : Thanks Chris, is normal that the merged is not performed in flex-falcon and flex-typedefs repos? I only see merge in flex-asjs 2016-11-10 10:28 GMT+01:00 Christofer Dutz : > Ok ... is merged and the maven build is still green ☺ >

Re: [FlexJS] Finishing the maven structure adjustments for the exmaples?

2016-11-10 Thread Christofer Dutz
created some files called mvnw and mvnw.cmd and also modified the top-level pom.xml and src/site/site.xml. Are those changes ok? -Alex On 11/10/16, 3:25 AM, "Christofer Dutz" wrote: >All of the work I did in that branch was purely in the fr

Keeping in mind that there's a Maven build ...

2016-11-16 Thread Christofer Dutz
Hi guys, I just fixed a build problem that was causing the Maven builds to fail. It was related to some changes for which the Ant build was corrected, but not the Maven build. It is ok if you don’t know how to do things in Maven, please ask for help and do changes like this on a dedicated bran

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-16 Thread Christofer Dutz
Ok so I just setup my Windows 10 VM that I could run the build on a drive other than C: and it worked perfectly. What branch are you on, if I may ask? Chris Am 15.11.16, 22:13 schrieb "piotrz" : Ok! I will try! :) It will be about my twenty first line of code in JAVA :) Never touch jav

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-16 Thread Christofer Dutz
schrieb "Christofer Dutz" : Ok so I just setup my Windows 10 VM that I could run the build on a drive other than C: and it worked perfectly. What branch are you on, if I may ask? Chris Am 15.11.16, 22:13 schrieb "piotrz" : Ok! I will try! :)

Re: Keeping in mind that there's a Maven build ...

2016-11-16 Thread Christofer Dutz
config.xml and compile-js-config.xml were doing… From: Christofer Dutz<mailto:christofer.d...@c-ware.de> Sent: Wednesday, November 16, 2016 2:02 PM To: dev@flex.apache.org<mailto:dev@flex.apache.org> Subject: Keeping in mind that there's a Maven buil

Re: AW: [FlexJS/Falcon] Build concerns

2016-11-16 Thread Christofer Dutz
also found a bug in my test that checks if examples are built. Now I know that I shouldn’t use „File.length“ to check if a directory is not empty. It works on Mac, but on Windows it only reports „0“ ... fixed that one though. Chris Am 16.11.16, 13:13 schrieb "Christofer Dutz"

  1   2   3   4   5   6   7   8   9   10   >