Chris' Tech Blog

March 20, 2010

mvn eclipse: “Request to merge when ‘filtering’ is not identical.”

Filed under: Eclipse, Maven — Chris Ey @ 11:16 pm

When filtering properties is turned on with maven and I regenerated the eclipse project with maven (mvn eclipse:eclipse), I got this problem after updating to a current mvn release:

org.apache.maven.lifecycle.LifecycleExecutionException: Request to merge when 'filtering' is not identical. Original=source src/main/java: output=null, include=[**/*.java], exclude=[], test=false, filtering=false, merging with=resource src/main/java: output=target/classes, include=[**], exclude=[**/*.java|config.properties|**/*.java], test=false, filtering=true

Well, looks like I’m not the only one with this problem! The best thread & solutions I found here:

http://forums.atlassian.com/thread.jspa?threadID=34952&tstart=30

In short, you want to use version 2.6 of the eclipse plugin, and a quick way to do that is execute mvn eclipse this way:

mvn org.apache.maven.plugins:maven-eclipse-plugin:2.6:eclipse -DdownloadSources=true -DdownloadJavadocs=true

March 5, 2010

Ike’s Place / “Menage A Trois”: THE BEST Sandwich ever

Filed under: Silicon Valley — Chris Ey @ 4:42 pm

OK, there are some iconic food places in the San Francisco Bay Area and down in Silicon Valley. But I didn’t know I had one of those not far from my office!

Today I had the best sandwich in my life! It’s from “Ike’s Place” in Redwood Shores. I had a “Menage A Trois” which is absolutely delicous:

“Halal Chicken Breast, Real Honey, Honey Mustard, BBQ, PepperJack, Swiss, Smoked Gouda”

It is so juicy you will need a lot of napkins. Definitely not my last Sandwich from Ike’s Place if I can! But be aware that it pays off to preorder, as there always seems to be a long line.

http://www.ilikeikesplace.com/

Locations of Ike’s Place (the ones I know of):

http://www.yelp.com/biz/ikes-place-san-francisco

Neighborhood: Castro
3506 16th St
(between Sanchez St & Prosper St)
San Francisco, CA 94114

(415) 553-6888

http://www.yelp.com/biz/ikes-place-redwood-city-2

555 Twin Dolphin Drive
# 115
Redwood City, CA 94065

(650) 637-8903

March 2, 2010

Apple sues HTC over trivial patents

Filed under: Silicon Valley — Chris Ey @ 7:03 pm

Apple sues HTC over 20 patents related to Android phones. I’m getting sick of trivial patents – and of Apple.

http://www.engadget.com/2010/03/02/apple-vs-htc-a-patent-breakdown/

Powered by WordPress