Hello

I am a new user of ant. I just updated myselft with CVS and had a
problem building ant from the source distribution.

The "org.apache.tools.ant.taskdefs.SendEMail" class did not compile
because the bootstarp.bat file
did not compile the tools.mail package.

Adding the %TOOLS%\mail\*.java in the bootstrap.bat file solved the
problem. (see below)

echo ... Compiling Ant Classes

%JAVAC% -d %CLASSDIR% %TOOLS%\tar\*.java %TOOLS%\mail\*.java
%TOOLS%\ant\*.java %TOOLS%\ant\types\*.java %TOOLS%\ant\taskdefs\*.java
%TOOLS%\ant\util\*.java %TOOLS%\ant\util\regexp\RegexpMatcher.java
%TOOLS%\ant\util\regexp\RegexpMatcherFactory.java

echo.

I'm I missing somthing? or it is really a problem?

Thanks,

Jeff



Reply via email to