Okay, after a little bit more digging it seems to me that there are
actually 2 problems. The first of which I described fairly well
above; if I do an 'ant clean; ant' it hoses the entire project, even
if I do it from the original netbeans environment that the project was
created from by the original coder.
The second problem, the one that is more im****tant to me at this
point, is that ant and tomcat refuse to see any changes to my
<project_home>/web/js/AjaxFunctions.js file. For the longest time
rebuilding & redeploying wouldn't even copy the new version of
AjaxFunctions.js to the tomcat6 container. I finally got past this by
'touch'ing the <project_home>/web/js directory. However even now that
I can verify the new edits to AjaxFunctions.js are present in that
directory, FireBug still shows that it is the OLD javascript being
executed when I go to the applicable page.
How do I get ant and tomcat to recognize the changes and begin using
my new JavaScript code? I can't seem to find any do***entation
applicable to this by googling; admittedly my google-fu is not the
best, but I would think I should've stumbled across something by now.
Any help appreciated, especially on the JavaScript issue.
-Damon Getsman
-=-=-=-
ITRX http://www.itrx-nd.com/
Programmer/Systems Administrator
-=-=-=-


|