Eugen Stan
Eugen Stan
I will add some sub-task to track the required gradle migration steps. Please feel free to add steps if you think they are missing. Also, I would love some help...
@chibenwa : I agree. I have created a task and assigned it do you :D . Of course you don't have to do it but I think you are the...
@chibenwa : Pleas assess the impact of the Gradle migration inside Linagora and ask people to test the build. We need to discover if there are any blockers and what...
Some context: The project has a lots of inter dependencies, especially on the tests side. The modules depend on a lot of `tests` artifacts which creates some classpath issues for...
Disabled tests: `git grep 'enabled = false'` ``` mpt/impl/imap-mailbox/cyrus/build.gradle: enabled = false mpt/impl/imap-mailbox/external-james/build.gradle: enabled = false mpt/impl/smtp/cassandra-rabbitmq-object-storage/build.gradle: enabled = false mpt/mavenplugin/build.gradle: enabled = false server/container/cli-integration/build.gradle: enabled = false server/container/core/build.gradle: enabled...
Strange. The tests pass on my machine. It may be environment related. Can you please check the reason they failed? Also what is your git commit? Mine is ``` commit...
I pushed some fixes for spring-mailbox tests - moved var inside build so it gets cleaned. Moved database properties file from main classpath to tests classpath. Configuration should be supplied...
Good, but look for the html report: The line that looks like bellow. It contains details about all the tests. ``` * What went wrong: Execution failed for task ':apache-james-mailbox:apache-james-mailbox-spring:test'....
You should try to merge into the gradle branch so we see only that diff. We might have to disable the plugin and address the checkstyle issues later. If you...
If we merge the checkstyle fixes we will get a lot of conflicts with the existing PR's. That will create a lot of work to merge and/or throw away work...