Fix Windows build

* Fix paths for all OS

* Tweak build file

* Provide correct class to logger

* Download dependencies before comparing parse reults

When local Maven repo is empty the Markers added by the RewriteMavenProjectParser (comparing) and the RewriteProjectParser (under test) differ.
This is because one downloads the dependencies and the next takes them form local Maven and the URIs for dependencies then differ.
By builing the projects with Maven first the dependencies will be available in local Maven repo and taken from there by both parsers.

* Add logging

* fix formatting

* Ignore test when using Windows
This commit is contained in:
Fabian Krüger
2023-12-21 09:13:31 +00:00
committed by GitHub
parent d0b8c7fe68
commit 8fc77a20bc
24 changed files with 603 additions and 402 deletions

View File

@@ -30,6 +30,7 @@ ____
compile 'org.springframework.rewrite:spring-rewrite-commons-launcher:{projectVersion}'
----
=== Implement a Recipe Launcher
[source,java]