Where is the property com.ibm.team.build.maven.projectLocation set in RTC source control ? When I request a build I receive following error :
com.ibm.team.build.internal.engine.InvalidPropertyValueException: The location "/my-project-area/projects/my-project" referenced by property "com.ibm.team.build.maven.projectLocation" does not exist.
at com.ibm.team.build.internal.engine.MavenBuildParticipant.getProjectLocation(MavenBuildParticipant.java:261)
at com.ibm.team.build.internal.engine.MavenBuildParticipant.validateProjectLocation(MavenBuildParticipant.java:114)
at com.ibm.team.build.internal.engine.MavenBuildParticipant.validateProperties(MavenBuildParticipant.java:100)
at com.ibm.team.build.internal.engine.CommandLineBuildParticipant.build(CommandLineBuildParticipant.java:74)
at com.ibm.team.build.internal.engine.BuildLoop.invokeBuildParticipants(BuildLoop.java:871)
at com.ibm.team.build.internal.engine.BuildLoop$2.run(BuildLoop.java:652)
at java.lang.Thread.run(Thread.java:662)
I suspect this property should be defined in the
build.xmlassociate with the RTC (Jazz or buildForge) build.Note: this thread has a similar error, and in that case, it was an ownership issue: