Re: Jar Questions
Re: Jar Questions
- Subject: Re: Jar Questions
- From: Chuck Hill <email@hidden>
- Date: Tue, 8 Mar 2005 15:59:59 -0800
On Mar 8, 2005, at 3:52 PM, James Cicenia wrote:
Hello -
In my battle with my War,
Well, it wouldn't be a War without battles, would it?
:-P
I have noticed that the jar file that eclipse creates is different
then the one that xcode creates which is different than the one that
is in /Library/Frameworks.
What does this mean???
42
For instance:
JavaWOExtensions.jar in
/Library/Frameworks/JavaWOExtensions.framework/Java is 88kb
XCode created one in WEB-INF/lib is 204kb
while Eclipse's is 176kb
Can someone explain this to me as it looks like to me that my ant
build just copies the files.
Well, it can't just be copying them, not from the same place anyway.
My system shows these:
-rw-rw-r-- 1 root admin 208367 10 Jan 2004
/Library/WebObjects/lib/JavaWOExtensions.jar
-rw-r--r-- 1 root wheel 177557 10 Jan 2004
/System/Library/Frameworks/JavaWOExtensions.framework/Resources/Java/
JavaWOExtensions.jar
I have no /Library/Frameworks/JavaWOExtensions.framework, you must
have built that yourself. The in /Library/WebObjects/lib has all the
resources built into the jar. That is the one you want. The one in
/System/Library/Frameworks/JavaWOExtensions.framework/Resources/Java is
just the class file.
Chuck
--
Practical WebObjects - a book for intermediate WebObjects developers
who want to increase their overall knowledge of WebObjects, or those
who are trying to solve specific application development problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden