This did it! Thanks a ton!

Dave

On Feb 1, 2006, at 12:36 PM, Jean-François Veillette wrote:

1- Make sure you do not have references to old path.
To do that, open aaa.xcode/project.pbxproj with a text editor, search and replace all references to '/Volumes/Projects/...' to '/ Volumes/Hoobs/...'

2- Rebuild the index.
To do that, ctrl-click 'Get Info' on your project (top xcode icon from the left tree navigation pane inside xCode), go to the 'code- sense' tab, and click 'rebuild index'.

3- There is no step 3 ;-)

- jfv

Le 06-02-01, à 05:05, David Avendasora a écrit :

Hi all,

I have moved my development project to a new hard drive, but there is something in the build that is causing it to look for the old location. I've been through my build settings and I can't find anywhere that I reference the old location so I'm not sure how it is coming up with it.

Old location: /Volumes/Projects/Projects/...
New location /Volumes/Hobbs/Projects/...

Here's the build error:

Building target “Web Server” of project “Labeling”


Checking Dependencies
JamToolExecution "Web Server"
    cd /Volumes/Hobbs/Projects/BestMaid/Development/labeling/source
    setenv ASCII_OUTPUT_ANNOTATION YES
    setenv ENABLE_APPLE_JAM_EXTENSIONS YES
    setenv ENABLE_APPLE_JAM_OUTPUT_ANNOTATION YES
    setenv GROUP staff
    setenv NATIVE_ARCH ppc
    setenv USER david
/Developer/Private/jam -d1 -j2 JAMBASE=/Developer/Makefiles/ pbx_jamfiles/ProjectBuilderJambase JAMFILE=/Volumes/Hobbs/Projects/ BestMaid/Development/labeling/source/build/Labeling.build/ Development/Web\ Server.build/Web\ Server.jam build ACTION=build _DEFAULT_GCC_VERSION=4.0 GCC_VERSION_IDENTIFIER=4_0 CONFIGURATION=Development BUILD_STYLE=Development CPP_HEADERMAP_FILE=/Volumes/Hobbs/Projects/BestMaid/Development/ labeling/source/build/Labeling.build/Development/Web\ Server.build/ _WOClientLabeling.hmap CLEAN_PRECOMPS=YES SRCROOT=/Volumes/Hobbs/ Projects/BestMaid/Development/labeling/source OBJROOT=/Volumes/ Hobbs/Projects/BestMaid/Development/labeling/source/build SYMROOT=/ Volumes/Hobbs/Projects/BestMaid/Development/labeling/source/build DSTROOT=/tmp/Labeling.dst Missing file or directory: /Volumes/Projects/Projects/BestMaid/ Development/labeling/source/src/com/bestmaid/erp/client/_Label.java

It seems like it gets it right at the beginning of the build, then goes wrong. Any ideas where I should be looking for this?

I've used spotlight to search the project directory and it only finds one of the build products (web.xml) that has the "/Volumes/ Projects" string in it.

Thanks,
Dave _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/ jean_francois_veillette%40yahoo.ca

This email sent to [EMAIL PROTECTED]


http://www.freeiPods.com/?r=21419063




_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to