On Aug 6, 2008, at 7:39 PM, Aristedes Maniatis wrote:

By the way, even after deleting ~/.m2, running mvn clean, mvn install, mvn -P mac install, and then building the assembly I still get old cayenne-client code built into the result. I stopped working on it at the point when I felt I needed to hurl my laptop at the wall. I'll try again today and take a fresh look at this.

I am not sure why you are seeing the old code, but here is one more hint:

$ rm -rf ~/.m2/repository/org/apache/cayenne/
$ mvn -o -P mac clean install


"-o" flag ensures a local build and prevents all repository communication. You can try adding locally to build-mac.sh as well.

Andrus

Reply via email to