need help
Hi there
I have a small problem?
I am writing a java project which is based on a web application which uses XML bulid file.
In other words the Project has a build.xml file wich is used to configure the settings of the project .
The project is compiled using ant tool.
The problem I have is that One of the classes in the project uses a .txt file.
When the project is compiled using ant tool it creates all the .class files needed for the deployment of the web application.
but after the project is compiled it is than compresed into a .war file which is later used to deploy the web application into the tomcat server.
So my question is how do I sent the folder containing the .txt file which is used by one of the classes to the folder in the tomcat directory in order for the deplyed class that uses that .txt file to be able to succesfully access the .txt file?
Do you guys think that I need to change the build file that comes with the project, and if so how do I change the built.xml file?
Please, if you think that I need to give more information about the problem do not hasitate to tell me so....
cheers

