Re: Really annoying file path..

2004-10-21 Thread Wendy Smoak
From: "David Farrell" <[EMAIL PROTECTED]> > When I changed the Constants.java file, i went to my local classes > folder and uploaded every class with the most recent timestamp. > I looked at all three Constants.java files and all are correct. IMO, that isn't the class that's causing the problem,

Re: Really annoying file path..

2004-10-21 Thread David Farrell
I'm using eclipse with sun jdk. When I changed the Constants.java file, i went to my local classes folder and uploaded every class with the most recent timestamp. No avail. So, I took a local copy of all .class files from the server. I renamed them all to .txt and did a search in homesite (really

Re: Really annoying file path..

2004-10-21 Thread Wendy Smoak
From: "David Farrell" <[EMAIL PROTECTED]> > now... since my Constants.java file has been updated with the new path > this irritates me. > I've logged into the system and opened the constants.class file and > verified that it does have the correct path. But did you recompile EVERYTHING? A good com

Really annoying file path..

2004-10-21 Thread David Farrell
Hi, In a system I'm working on, we have a folder that recieves uploaded media. On my windows development machine it is "E:\program files\etc" on the linux machine that hosts the site, it is "/opt/tomcat/etc" I recently updated the demo system and when I try to upload media using a form,