Re: [sword-devel] question

2003-10-25 Thread Will Thimbleby
You can get the source code from http://sourceforge.net/projects/macsword/, you need to also download and compile sword http://www.crosswire.org/sword/software/swordapi.jsp . You'll be able to compile it using Project Builder. Hope this helps, if you have problems compiling let me know -Will O

Re: [sword-devel] OSIS WEB TOOL - Word's of Jesus

2003-10-25 Thread Don A. Elbourne Jr.
Cool. thanks. by grace alone, Don A. Elbourne Jr. http://elbourne.org - Original Message - From: "Troy A. Griffitts" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 24, 2003 10:56 PM Subject: Re: [sword-devel] OSIS WEB TOOL - Word's of Jesus > done: > > > > > Don

[sword-devel] OSIS WEB TOOL - jsp

2003-10-25 Thread Don A. Elbourne Jr.
I was having some trouble yesterday. I would locally edit a *.jsp file and upload it to the server. the changes would take effect. but if I edited the file a second time and uploaded it, the changes would not take effect. Troy, I remember you telling me something about doing "touch foo.jsp" but th

Re: [sword-devel] OSIS WEB TOOL - jsp

2003-10-25 Thread Troy A. Griffitts
Don, My guess would be that the root of the problem is that the time on your computer is different than the time on the server. Explanation: Tomcat decides whether to recompile a page based on whether the .jsp file is newer than the generated .java file for that page (which you've probably