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:
@@ -30,6 +30,7 @@ ____
|
||||
compile 'org.springframework.rewrite:spring-rewrite-commons-launcher:{projectVersion}'
|
||||
----
|
||||
|
||||
|
||||
=== Implement a Recipe Launcher
|
||||
|
||||
[source,java]
|
||||
|
||||
Reference in New Issue
Block a user