Re: newbie confused by struts and ant

2006-10-10 Thread Sandeep Gupta
Rick, You can manually configure all the directorires from where ANT should pick up the source and resource files from. They need not be in any specific format. But as the directory structure of WAR is fixed you will then have to manually code in Ant Script to build the WAR (in the format specifi

Re: newbie confused by struts and ant

2006-10-10 Thread Rick Schumeyer
After further contemplation I realized that the mailreader application is in WAR format. I'm guessing that during development, what is under the ant "build" directory is WAR format. So the example applications are equivalent to what would be under the "build" directory, plus the java code. (