On Windows, I have installed python3 and now I am able to execute '.\gradlew clean dev' successfully.
I want to add/modify solr code (e.g. Adding new plugin/Stream Decorator) and debug it locally. Is there any documentation which describes how to create a new plugin/Stream Decorator? On Fri, Nov 11, 2022 at 9:17 AM Shawn Heisey <[email protected]> wrote: > On 11/10/22 19:04, Shawn Heisey wrote: > > Now it gets past the error you are getting and I am seeing failed tests. > > I haven't yet gotten a good run on Windows. The tests seem to fail a > lot more there. > > One problem might be that my Windows machine has a 4-core 7th generation > Intel desktop CPU and my Linux server has two 12-core Xeon CPUs. The > server is quite a bit faster than the desktop. When I looked into one of > the test failures, it failed with this message, which certainly sounds > like an issue with test performance: > > java.lang.Exception: Custom 'security.json' not applied in 10000ms > > If you really do need the build target, you're going to need to install > python. Just running python3, from a command prompt, powershell, or > even the Run box or start menu, will open the python page on the > Microsoft Store and it's easy to install from there. Perl is also > required. > > I need to look into why building no longer works in Git Bash, which is > part of Git for Windows. It used to work. > > Thanks, > Shawn > > -- Regards, Maulin Rathod Development Director Asite Solution Pvt Ltd. M: 9723286945 E : [email protected] W: www.asite.com
