what version of java and maven are you running? what is output of mvn -v?
-shawn On Wed, Aug 13, 2014 at 1:08 AM, <[email protected]> wrote: > Hi Im getting errors when trying to build Ive cloned the repo from github > and I can run > mvn clean package -DskipTests=true > > but If I try to run > > mvn clean install -DskipTests=true > > I get a error saying it can not create usergrid-rest.jar and I also get a > error saying it can not get hector.jar > > I can not run either > mvn clean site -DskipTests=true > > after running package I can run the local launcher but only if Im > connected to the internet if I try to run the launcher on local mac when > not conntected to the internet It won't run it gives me a error saying that > there is a error in the beans (standalone spring context) I don't know if > they are the same issues or two different issues. > > any help would be good thanks. > > >
