> Are you using the latest trunk? => im not sure whether it was > a latest trunk or not..because im download at > https://svn.apache.org/repos/asf/james/server/trunk/
Yes, the link is the correct one. (You should use a subversion client to download the source and not a web-downloader) > What version of ant do you use? => how can i know what > version that im using in windows?how to make ant work?when i > run build.bat..was ant run together? If you installed ant correctly you should have an environment variable pointing to the directory where you installed it: If you write "set"<return> you should see something like: c:\james>set ANT_HOME=C:\Programmi\Java\apache-ant-1.6.2 CATALINA_HOME=c:\Programmi\Java\Tomcat 5.0 ECLIPSE_HOME=c:\Programmi\Java\eclipse JAVA_HOME=C:\Programmi\Java\j2sdk1.4.2_06\ Running "ant -version" you should find your ant version. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
