>> I've always been running the command in the topmost directory of the repo with all the .git, .pom, readme and all other files and folders Yes, it is correct.
After that, you can work in Visual Studio with the dotnet-project (modules\platforms\dotnet). You need to rebuild every time when you've updated the master-branch. I've checked that the build is executed with the command on the updated master-branch. 2017-06-27 23:10 GMT+03:00 Guru Stron <gurustronpub...@gmail.com>: > Sorry, Vyacheslav =)) > > On 27 June 2017 at 22:37, Guru Stron <gurustronpub...@gmail.com> wrote: > > > Hi Vadim, > > > > Just to be sure, what is considered root directory? Cause I've always > been > > running the command in the topmost directory of the repo with all the > .git, > > .pom, readme and all other files and folders? > > > > On 27 June 2017 at 19:57, Vyacheslav Daradur <daradu...@gmail.com> > wrote: > > > >> Hi, looks like you call command within wrong directory. > >> > >> Please make sure that directory (where you call maven comand) is the > >> root-folder of the project. > >> > >> 2017-06-27 16:11 GMT+03:00 Guru Stron <gurustronpub...@gmail.com>: > >> > >> > Hi igniters, > >> > > >> > I have problem with setting up dev environment on one of my > >> machines(using > >> > fresh master). The maven build step from Ignite.NET+Development > >> > <https://cwiki.apache.org/confluence/display/IGNITE/Ignite. > >> NET+Development > >> > > > >> > manual > >> > page fails. My old dev environment on other machine works just fine. > >> > > >> > I use "*mvn clean package -DskipTests*" command as stated and it fails > >> with > >> > a bunch of errors like: > >> > > >> > [ERROR] [ERROR] Some problems were encountered while processing the > >> POMs: > >> > > [FATAL] Non-resolvable parent POM for > >> > > org.apache.ignite:ignite-tools:2.1.0-SNAPSHOT: Failure to find > >> > > org.apache.ignite:ignite-parent:pom:1 in > >> > > https://repo.maven.apache.org/maven2 was cached in the local > >> repository, > >> > > resolution will not be reattempted until the update interval of > >> central > >> > has > >> > > elapsed or updates are forced and 'parent.relativePath' points at > >> wrong > >> > > local POM @ line 26, column 13 > >> > > [FATAL] Non-resolvable parent POM for > >> > > org.apache.ignite:ignite-core:2.1.0-SNAPSHOT: Failure to find > >> > > org.apache.ignite:ignite-parent:pom:1 in > >> > > file://${basedir}/src/test/binaries/repo was cached in the local > >> > > repository, resolution will not be reattempted until the update > >> interval > >> > of > >> > > ignite-binaries-test-repo has elapsed or updates are forced and > >> > > 'parent.relativePath' points at wrong local POM @ line 26, column 13 > >> > > [FATAL] Non-resolvable parent POM for > >> > > org.apache.ignite:ignite-hadoop:2.1.0-SNAPSHOT: Failure to find > >> > > org.apache.ignite:ignite-parent:pom:1 in > >> > > https://repo.maven.apache.org/maven2 was cached in the local > >> repository, > >> > > resolution will not be reattempted until the update interval of > >> central > >> > has > >> > > elapsed or updates are forced and 'parent.relativePath' points at > >> wrong > >> > > local POM @ line 26, column 13 > >> > > ... > >> > > [ERROR] The build could not read 48 projects -> [Help 1] > >> > > org.apache.maven.project.ProjectBuildingException: Some problems > were > >> > > encountered while processing the POMs: > >> > > [FATAL] Non-resolvable parent POM for > >> > > org.apache.ignite:ignite-tools:2.1.0-SNAPSHOT: Failure to find > >> > > org.apache.ignite:ignite-parent:pom:1 in > >> > > https://repo.maven.apache.org/maven2 was cached in the local > >> repository, > >> > > resolution will not be reattempted until the update interval of > >> central > >> > has > >> > > elapsed or updates are forced and 'parent.relativePath' points at > >> wrong > >> > > local POM @ line 26, column 13 > >> > > > >> > > ... > >> > > [FATAL] Non-resolvable parent POM for > >> > > org.apache.ignite:ignite-visor-plugins:2.1.0-SNAPSHOT: Failure to > >> find > >> > > org.apache.ignite:ignite-parent:pom:1 in > >> > > https://repo.maven.apache.org/maven2 was cached in the local > >> repository, > >> > > resolution will not be reattempted until the update interval of > >> central > >> > has > >> > > elapsed or updates are forced and 'parent.relativePath' points at > >> wrong > >> > > local POM @ line 26, column 13 > >> > > at > >> > > org.apache.maven.project.DefaultProjectBuilder.build( > >> > DefaultProjectBuilder.java:382) > >> > > at > >> > > org.apache.maven.graph.DefaultGraphBuilder.collectProjects( > >> > DefaultGraphBuilder.java:400) > >> > > at > >> > > org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMav > >> enReactor( > >> > DefaultGraphBuilder.java:391) > >> > > at > >> > > org.apache.maven.graph.DefaultGraphBuilder.build( > >> > DefaultGraphBuilder.java:78) > >> > > at org.apache.maven.DefaultMaven.buildGraph(DefaultMaven.java:511) > >> > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:221) > >> > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194) > >> > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107) > >> > > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993) > >> > > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345) > >> > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:191) > >> > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >> > > at > >> > > sun.reflect.NativeMethodAccessorImpl.invoke( > >> > NativeMethodAccessorImpl.java:62) > >> > > at > >> > > sun.reflect.DelegatingMethodAccessorImpl.invoke( > >> > DelegatingMethodAccessorImpl.java:43) > >> > > at java.lang.reflect.Method.invoke(Method.java:498) > >> > > at > >> > > org.codehaus.plexus.classworlds.launcher.Launcher. > >> > launchEnhanced(Launcher.java:289) > >> > > at > >> > > org.codehaus.plexus.classworlds.launcher.Launcher. > >> > launch(Launcher.java:229) > >> > > at > >> > > org.codehaus.plexus.classworlds.launcher.Launcher. > >> > mainWithExitCode(Launcher.java:415) > >> > > at > >> > > org.codehaus.plexus.classworlds.launcher.Launcher. > >> > main(Launcher.java:356) > >> > > [ERROR] > >> > > [ERROR] The project org.apache.ignite:ignite-tools:2.1.0-SNAPSHOT > >> > > (C:\Misc\myuser\Projects\Ignite\src\modules\tools\pom.xml) has 1 > >> error > >> > > [ERROR] Non-resolvable parent POM for > >> > > org.apache.ignite:ignite-tools:2.1.0-SNAPSHOT: Failure to find > >> > > org.apache.ignite:ignite-parent:pom:1 in > >> > > https://repo.maven.apache.org/maven2 was cached in the local > >> repository, > >> > > resolution will not be reattempted until the update interval of > >> central > >> > has > >> > > elapsed or updates are forced and 'parent.relativePath' points at > >> wrong > >> > > local POM @ line 26, column 13 -> [Help 2] > >> > > org.apache.maven.model.resolution.UnresolvableModelException: > >> Failure to > >> > > find org.apache.ignite:ignite-parent:pom:1 in > >> > > https://repo.maven.apache.org/maven2 was cached in the local > >> repository, > >> > > resolution will not be reattempted until the update interval of > >> central > >> > has > >> > > elapsed or updates are forced > >> > > at > >> > > org.apache.maven.project.ProjectModelResolver.resolveModel( > >> > ProjectModelResolver.java:197) > >> > > at > >> > > org.apache.maven.project.ProjectModelResolver.resolveModel( > >> > ProjectModelResolver.java:243) > >> > > at > >> > > org.apache.maven.model.building.DefaultModelBuilder. > >> > readParentExternally(DefaultModelBuilder.java:1051) > >> > > at > >> > > org.apache.maven.model.building.DefaultModelBuilder.readParent( > >> > DefaultModelBuilder.java:851) > >> > > at > >> > > org.apache.maven.model.building.DefaultModelBuilder. > >> > build(DefaultModelBuilder.java:331) > >> > > at > >> > > org.apache.maven.project.DefaultProjectBuilder.build( > >> > DefaultProjectBuilder.java:429) > >> > > at > >> > > org.apache.maven.project.DefaultProjectBuilder.build( > >> > DefaultProjectBuilder.java:398) > >> > > at > >> > > org.apache.maven.project.DefaultProjectBuilder.build( > >> > DefaultProjectBuilder.java:515) > >> > > at > >> > > org.apache.maven.project.DefaultProjectBuilder.build( > >> > DefaultProjectBuilder.java:398) > >> > > at > >> > > org.apache.maven.project.DefaultProjectBuilder.build( > >> > DefaultProjectBuilder.java:361) > >> > > at > >> > > org.apache.maven.graph.DefaultGraphBuilder.collectProjects( > >> > DefaultGraphBuilder.java:400) > >> > > at > >> > > org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMav > >> enReactor( > >> > DefaultGraphBuilder.java:391) > >> > > at > >> > > org.apache.maven.graph.DefaultGraphBuilder.build( > >> > DefaultGraphBuilder.java:78) > >> > > at org.apache.maven.DefaultMaven.buildGraph(DefaultMaven.java:511) > >> > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:221) > >> > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194) > >> > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107) > >> > > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993) > >> > > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345) > >> > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:191) > >> > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >> > > at > >> > > sun.reflect.NativeMethodAccessorImpl.invoke( > >> > NativeMethodAccessorImpl.java:62) > >> > > at > >> > > sun.reflect.DelegatingMethodAccessorImpl.invoke( > >> > DelegatingMethodAccessorImpl.java:43) > >> > > at java.lang.reflect.Method.invoke(Method.java:498) > >> > > at > >> > > org.codehaus.plexus.classworlds.launcher.Launcher. > >> > launchEnhanced(Launcher.java:289) > >> > > at > >> > > org.codehaus.plexus.classworlds.launcher.Launcher. > >> > launch(Launcher.java:229) > >> > > at > >> > > org.codehaus.plexus.classworlds.launcher.Launcher. > >> > mainWithExitCode(Launcher.java:415) > >> > > at > >> > > org.codehaus.plexus.classworlds.launcher.Launcher. > >> > main(Launcher.java:356) > >> > > Caused by: org.eclipse.aether.resolution. > ArtifactResolutionException: > >> > > Failure to find org.apache.ignite:ignite-parent:pom:1 in > >> > > https://repo.maven.apache.org/maven2 was cached in the local > >> repository, > >> > > resolution will not be reattempted until the update interval of > >> central > >> > has > >> > > elapsed or updates are forced > >> > > at > >> > > org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve( > >> > DefaultArtifactResolver.java:453) > >> > > at > >> > > org.eclipse.aether.internal.impl.DefaultArtifactResolver. > >> > resolveArtifacts(DefaultArtifactResolver.java:255) > >> > > at > >> > > org.eclipse.aether.internal.impl.DefaultArtifactResolver. > >> > resolveArtifact(DefaultArtifactResolver.java:232) > >> > > at > >> > > org.eclipse.aether.internal.impl.DefaultRepositorySystem. > >> > resolveArtifact(DefaultRepositorySystem.java:303) > >> > > at > >> > > org.apache.maven.project.ProjectModelResolver.resolveModel( > >> > ProjectModelResolver.java:193) > >> > > ... 27 more > >> > > Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: > >> > Failure > >> > > to find org.apache.ignite:ignite-parent:pom:1 in > >> > > https://repo.maven.apache.org/maven2 was cached in the local > >> repository, > >> > > resolution will not be reattempted until the update interval of > >> central > >> > has > >> > > elapsed or updates are forced > >> > > at > >> > > org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.n > >> ewException( > >> > DefaultUpdateCheckManager.java:240) > >> > > at > >> > > org.eclipse.aether.internal.impl.DefaultUpdateCheckManager. > >> > checkArtifact(DefaultUpdateCheckManager.java:215) > >> > > at > >> > > org.eclipse.aether.internal.impl.DefaultArtifactResolver. > >> > gatherDownloads(DefaultArtifactResolver.java:594) > >> > > at > >> > > org.eclipse.aether.internal.impl.DefaultArtifactResolver. > >> > performDownloads(DefaultArtifactResolver.java:512) > >> > > at > >> > > org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve( > >> > DefaultArtifactResolver.java:430) > >> > > ... 31 more > >> > > [ERROR] > >> > > >> > > >> > > >> > Thank you. > >> > > >> > >> > >> > >> -- > >> Best Regards, Vyacheslav D. > >> > > > > > -- Best Regards, Vyacheslav D.