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
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
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
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
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
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
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