Was pointed to a great blog post on using the restfuse test framework.
http://www.codeaffine.com/2012/09/10/running-httprest-integration-tests-efficiently-in-eclipse/
Tuesday, September 18, 2012
Friday, September 7, 2012
ssh shortcuts
$ nano ~/.ssh/config
Host nickname
<tab> Hostname machine.hostname
<tab> User xxx
Host nickname
<tab> Hostname machine.hostname
<tab> User xxx
How to fix error “Updating Maven Project”. Unsupported IClasspathEntry kind=4?
Reposting an answer to this problem.
Disable the maven nature for the project (via the right-click menu), run mvn eclipse:clean (while your project is open in STS/eclipse), and then re-enable the maven nature.http://stackoverflow.com/questions/10564684/how-to-fix-error-updating-maven-project-unsupported-iclasspathentry-kind-4
Subscribe to:
Posts (Atom)