Page 1 of 1

Eclipse Setup Issue

Posted: Fri Dec 28, 2012 1:13 pm
by shreedaddy
I have downloaded the eclipse-workspace and followed as per the instructions outlined in the website.After setup i am still getting the errors as shown in the attached image.I appreciate any suggestions how to resolve these errors.I am using Java 6 in the eclipse.Version of eclipse is Helios Service Release 1 Build id: 20100917-0705.

Thanks
Shree

Re: Eclipse Setup Issue

Posted: Wed Jan 02, 2013 12:47 pm
by phillipuniverse
Looks like when you first imported it was unable to find those jar files and cached that response locally. Try deleting these directories:

rm -rf ~/.m2/repository/antlr
rm -rf ~/.m2/repository/aopalliance
rm -rf ~/.m2/repository/asm

And then right-click on the My Broadleaf Site project and go to Maven -> Update Project Configuration. This should attempt to re-download those Maven dependencies.

Re: Eclipse Setup Issue

Posted: Sun Jan 06, 2013 10:34 pm
by shreedaddy
Thanks for the response.

Tried that approach but all the repositories are being recreated ~m2\repository.I have followed the same steps for Juno version of eclipse.

Re: Eclipse Setup Issue

Posted: Wed Jan 09, 2013 11:18 am
by phillipuniverse
The repositories being created is what you want; you just want them to have the jars in them. I assume that they also do not have the dependency jars?