Re: [DISCUSS] Moving from Ant build to Gradle

2018-10-12 Thread Ryan Ernst
Unfortunately I never got far enough to get a basic build working, and I don't have the code anymore. I would start by creating a script to convert ivy files into build.gradle files, and see if basic compilation can be made to work. On Thu, Oct 11, 2018, 15:49 Đạt Cao Mạnh wrote: > Hi Ryan, > >

Re: [DISCUSS] Moving from Ant build to Gradle

2018-10-11 Thread Đạt Cao Mạnh
Hi Ryan, Do you have a wip patch? That will be helpful for others who want to continue from your work. The current ant build have tons of tasks but we may want to port several most important tasks. On Thu, Oct 11, 2018 at 8:37 PM Ryan Ernst wrote: > There was an issue before ( > https://issues

Re: [DISCUSS] Moving from Ant build to Gradle

2018-10-11 Thread Ryan Ernst
There was an issue before (https://issues.apache.org/jira/browse/LUCENE-5755) that looked at switching to some other build system. A few were discussed, but at the time nobody had the time to do the work. I've investigated migrating to gradle a couple times in the past, but there is so much stuff i

[DISCUSS] Moving from Ant build to Gradle

2018-10-10 Thread Đạt Cao Mạnh
Hi all, Recently I wanted to create another module in Solr to group all common dependencies of Server and Solrj module. It seems that to do such kind of thing is very painful, including hacks and adding support for different ide and maven. Should we consider on moving to Gradle which seems better