Even though my constants file is an interface implemented by the relevant java classes? Should have thought of that! Thanks.
--- Frank Mau <[EMAIL PROTECTED]> wrote: > You have to recompile all java files (where the new > constants are > used!), not only the file including the constants. > > Frank > > Michael Turley wrote: > > >Hi, > > > >I was trying to take a short cut debugging an > >application on Jetspeed by copying that > applications > >files to an alternate renamed directory and > changing > >some of the static final constants to reflect my > >impromptu test environment. > > > >I compiled my new constants file and used the > Tomcat > >manager application to install my application. > >Unfortunately, the new test application is using > the > >same static final definitions as the original > >application. I have tried recompiling the test file > >and reloading the test application but the problem > >persists. > > > >Is there a possible namespace issue? > > > >Regards, > > > >===== > >Mr. Michael Turley > >Gracious winner, Generous lover, All round great > guy. > >http://www.intheshowerwithmike.com/ > > > >__________________________________________________ > >Do You Yahoo!? > >Everything you'll ever need on one web page > >from News and Sport to Email and Music Charts > >http://uk.my.yahoo.com > > > >-- > >To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > >For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > ===== Mr. Michael Turley Gracious winner, Generous lover, All round great guy. http://www.intheshowerwithmike.com/ __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
