Re: [FlexJS] Cleaning up in the compiler

2017-01-02 Thread Alex Harui
On 12/30/16, 8:38 AM, "Christofer Dutz" wrote: >Ok … so I did something … hope it’s correct … I was a little surprised to >find Ant build scripts in “src/main/resources” and “src/test/resources” >any reason for packing in these parts of the build scripts into the final >jar? Seemed ok. I had

Re: [FlexJS] Cleaning up in the compiler

2016-12-30 Thread Christofer Dutz
Hi Alex, Well I don’t really care where the Ant scripts are … from my point of view I would suggest to have all build scripts in the root of the module they belong to, or in some direct sub-directory which indicates it’s build relevance (“build”/”ant” or something similar). Stuff in the src/mai

Re: [FlexJS] Cleaning up in the compiler

2016-12-30 Thread Alex Harui
On 12/30/16, 8:38 AM, "Christofer Dutz" wrote: >Ok … so I did something … hope it’s correct … I was a little surprised to >find Ant build scripts in “src/main/resources” and “src/test/resources” >any reason for packing in these parts of the build scripts into the final >jar? I thought that's w

Re: [FlexJS] Cleaning up in the compiler

2016-12-30 Thread Christofer Dutz
Ok … so I did something … hope it’s correct … I was a little surprised to find Ant build scripts in “src/main/resources” and “src/test/resources” any reason for packing in these parts of the build scripts into the final jar? Chris Am 30.12.16, 17:23 schrieb "Christofer Dutz" : Well It shou

Re: [FlexJS] Cleaning up in the compiler

2016-12-30 Thread Christofer Dutz
Well It should be pushed as Jenkins is already building it ;-) https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Pipeline/job/feature-autobuild%252Fcleanup/5/ But I started writing that email two days ago and had it waiting in the background till I noticed that I never sent it. I’ll give

Re: [FlexJS] Cleaning up in the compiler

2016-12-30 Thread Alex Harui
On 12/30/16, 3:39 AM, "Christofer Dutz" wrote: >Hi, > >Today I created a new branch “feature-autobuild/cleanup” in which I am >planning on cleaning up stuff. As a first test, I replaced usages of >“System.out.print(ln)” and “System.err.print(ln)” with Log4J 2 loggers >and made sure we have a CI

[FlexJS] Cleaning up in the compiler

2016-12-30 Thread Christofer Dutz
Hi, Today I created a new branch “feature-autobuild/cleanup” in which I am planning on cleaning up stuff. As a first test, I replaced usages of “System.out.print(ln)” and “System.err.print(ln)” with Log4J 2 loggers and made sure we have a CI build for this. It would be great if someone from the