-
Recent Posts
- Elasticsearch – Ignore special characters in query with pattern replace filter and custom analyzer
- Elasticsearch 5 Determining if nested field exists
- Elasticsearch deprecation warning: [deprecation.search.aggregations.bucket.terms] sorting by ascending count is deprecated and will be removed in the next major version
- Using Spring to populate Hazelcast Map at Start-up
- Spring Boot Web Application – Starting in Eclipse
Recent Comments
Tony Pun on Spring Boot Web Application… Candis on How to mock lazy initializatio… Dheeraj on Spring Boot Application and To… handy on Elasticsearch deprecation warn… sravan on Eclipse and Tomcat start up er… Archives
- February 2018
- April 2017
- November 2016
- April 2016
- April 2015
- February 2015
- January 2015
- December 2014
- November 2014
- August 2014
- July 2014
- June 2014
- February 2014
- November 2013
- June 2013
- March 2013
- January 2013
- November 2012
- September 2012
- June 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
Categories
Meta
Monthly Archives: March 2013
Error running unit tests in Eclipse
I was using Eclipse to run my project’s unit tests and I received this error right away: The project: MyDependantProject which is referenced on the classpath, does not exist. I took a look at my projects Java Build Path configuration, … Continue reading