Hi, The subject line is the error I'm getting when trying to build my Java project. The Manifest file is present in the project (it's filename is simply "Manifest"), and it is included in the target I'm building for. I've tried removing the file from the project and adding it again, and even completely trashing the build folder. Below is the resulting error message from the Build Results window. (On a side note: actually, the message I see in the Build Results window is much more terse, it was only after I'd copied and pasted it into this message that I saw the detail. A good example of how obscure and confusing xcode can often be).
Other possibly relevant details: Xcode Version 2.2.1 MacOS version 10.4.6 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112)
My source code has changed a little since the last time I sucessfully built it, I added package statements to all the classes, and because of the recent switch to java 1.5, I had to include crimson.jar explicitly in the project (v1.1.3) since 1.5 no longer includes that XML parser.
dave
Building target “Red” of project “Red” — (1 error) Checking Dependencies cd /Users/daver/Documents/Programming/RedProject/Red setenv ASCII_OUTPUT_ANNOTATION YES setenv ENABLE_APPLE_JAM_EXTENSIONS YES setenv ENABLE_APPLE_JAM_OUTPUT_ANNOTATION YES setenv GROUP daver setenv NATIVE_ARCH ppc setenv USER daver /Developer/Private/jam -d1 -k -j1 JAMBASE=/Developer/Makefiles/pbx_jamfiles/ProjectBuilderJambase JAMFILE=/Users/daver/Documents/Programming/RedProject/Red/build/Red.build/Debug/Red.build/Red.jam build ACTION="" _DEFAULT_GCC_VERSION=4.0 GCC_VERSION_IDENTIFIER=4_0 CONFIGURATION=Debug BUILD_STYLE=Debug CPP_HEADERMAP_FILE=/Users/daver/Documents/Programming/RedProject/Red/build/Red.build/Debug/Red.build/Red.hmap SRCROOT=/Users/daver/Documents/Programming/RedProject/Red OBJROOT=/Users/daver/Documents/Programming/RedProject/Red/build SYMROOT=/Users/daver/Documents/Programming/RedProject/Red/build DSTROOT=/tmp/Red.dst Missing file or directory: Manifest Missing file or directory: Manifest Build failed (1 error) |