[PR] Buffer for more Speed [ant]

2024-01-15 Thread via GitHub
tg-freigmbh opened a new pull request, #207: URL: https://github.com/apache/ant/pull/207 I realized that running tests using ant was much slower than running them from the IDE. The culprit was the legacy-xml reporter.

Re: [PR] Buffer for more Speed [ant]

2024-01-15 Thread via GitHub
tg-freigmbh commented on PR #207: URL: https://github.com/apache/ant/pull/207#issuecomment-1892265688 I tried, but my ide realy doesnt like that :D maybe I can do it manually on github -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Buffer for more Speed [ant]

2024-01-15 Thread via GitHub
tg-freigmbh commented on PR #207: URL: https://github.com/apache/ant/pull/207#issuecomment-1892275667 Ah I already made an Contribution under a different account, I am Gösen ;) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Buffer for more Speed [ant]

2024-01-15 Thread via GitHub
jaikiran merged PR #207: URL: https://github.com/apache/ant/pull/207 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org

Re: [PR] Buffer for more Speed [ant]

2024-01-15 Thread via GitHub
jaikiran commented on PR #207: URL: https://github.com/apache/ant/pull/207#issuecomment-1892256118 Hello @tg-freigmbh, very good catch. This indeed is an issue. I've added a trivial comment inline, other than that this looks good. -- This is an automated message from the Apache Git

Re: [PR] Buffer for more Speed [ant]

2024-01-15 Thread via GitHub
jaikiran commented on code in PR #207: URL: https://github.com/apache/ant/pull/207#discussion_r1452430883 ## src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/LauncherSupport.java: ## @@ -45,14 +45,7 @@ import

Re: [PR] Buffer for more Speed [ant]

2024-01-15 Thread via GitHub
jaikiran commented on PR #207: URL: https://github.com/apache/ant/pull/207#issuecomment-1892272296 Thank you for the update, looks good to me. Since you are a first time contributor to Ant, we add your name to the contributors list we maintain in the repo. Is there a specific first name,

Re: [PR] Buffer for more Speed [ant]

2024-01-15 Thread via GitHub
tg-freigmbh commented on code in PR #207: URL: https://github.com/apache/ant/pull/207#discussion_r1452440245 ## src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/LauncherSupport.java: ## @@ -45,14 +45,7 @@ import