Re: XCode, jar and images
Re: XCode, jar and images
- Subject: Re: XCode, jar and images
- From: David Ewing <email@hidden>
- Date: Wed, 11 Aug 2004 14:59:02 -0600
On Aug 6, 2004, at 2:52 AM, Federico Abascal wrote:
I think I've found the problem.
First, in the build window, I can see the instructions for making the
jar:
cd "/Users/fabascal/Desktop/Vanilla
copia/src/fede/vanilla-xcode/build/vanilla-xcode.build/
vanilla_xcode.build/JavaClasses" && /bin/mkdir -p
"/Users/fabascal/Desktop/Vanilla copia/src/fede/vanilla-xcode/build"
&& /usr/bin/jar cvmf0 "-J-Dfile.encoding=UTF8"
"/Users/fabascal/Desktop/Vanilla
copia/src/fede/vanilla-xcode/Manifest"
"/Users/fabascal/Desktop/Vanilla
copia/src/fede/vanilla-xcode/build/ProtTest.jar" .
The problem is that the jar is built from "." (the directory
/Users/.../JavaClasses/), but the icons where copied to the parent
directory (/Users/.../vanilla_xcode.build/)... so it is imposible for
jar to include them in the jar file.
The question is then, why is the file copied to the parent directory.
If the file's part of the Java Resources build phase, it shouldn't be.
Can you give the whole build output so that we can see what's really
going on here?
Dave
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.