Hi Dave, Yes, those are the commands I have been using throughout (mvn -DskipTests=true clean install in the stack). This issue is in my new machine. Java version 1.7.0_67 Maven 3.1.1
Not sure why the rest jar is named incorrectly. Error installing artifact 'org.apache.usergrid:usergrid-rest:jar': The only jar I see in the target folder of the rest project are: usergrid-rest-0.0.29-SNAPSHOT-classes usergrid-rest-0.0.29-SNAPSHOT-compiled-jsp usergrid-rest-0.0.29-SNAPSHOT-tests and not usergrid-rest-0.0.29-SNAPSHOT. The error is basically that this jar is missing. Any ideas? suggestions? Thanks and Regards, Malaka Mahanama Virtusa ~ Sri-Lanka On Mon, Oct 27, 2014 at 4:25 PM, Dave <[email protected]> wrote: > Hi Malaka, > > Your attached image did not show up on the mailing list (we do not allow > attachments). > > How are you running the build? Please specify the command you are using. > Also what version of Java and Maven are you running? > > I would recommend doing this in the top-level of the Usergrid repo > directory: > > $ cd stack > $ mvn -DskipTests=true clean install > > Does that work for you? > > Thanks, > - Dave > > > On Tue, Oct 21, 2014 at 6:04 PM, Malaka Mahanama < > [email protected]> wrote: > > > Hi Usergridsters ! > > > > I am setting up a new machine to get back into the bug fixes. The rest > > package seems to be giving the following error locally: > > > > [image: Inline image 1] > > "[ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-install-plugin:2.3 > > .1:install-file (install jar) on project usergrid-rest: Error installing > > artifac > > t 'org.apache.usergrid:usergrid-rest:jar': Failed to install artifact > > org.apache > > .usergrid:usergrid-rest:jar:0.0.29-SNAPSHOT: > > C:\Users\mmahanama\Desktop\workspac > > e\Usergrid\usergrid\stack\rest\target\usergrid-rest-0.0.29-SNAPSHOT.jar > > (The sys > > tem cannot find the file specified) -> [Help 1]" > > > > Any idea what the issue might be? > > I notice that the usergrid-rest-0.0.29-SNAPSHOT jar is not there in the > > target folder, only the following jars are present: > > usergrid-rest-0.0.29-SNAPSHOT-classes > > usergrid-rest-0.0.29-SNAPSHOT-compiled-jsp > > usergrid-rest-0.0.29-SNAPSHOT-tests > > > > > > Thanks and Regards, > > Malaka Mahanama > > Virtusa ~ Sri-Lanka > > >
