Looks like your compilation failed.
javac should have gave you error messages underlining problems.


Note: If you want to take a look deeper at the command line that is passed
to javac, use -verbose or -debug when calling ant.

-- 
 Stéphane Bailliez 
 Software Engineer, Paris - France 
 iMediation - http://www.imediation.com 
 Disclaimer: All the opinions expressed above are mine and not those from my
company. 



> -----Original Message-----
> From: Gerald E. Bennett [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, April 28, 2001 5:02 PM
> To: Ant-User (E-mail)
> Subject: Compile fail messages
> 
> 
> 
> Hello
> 
> Just a quick question.
> 
> After the build process when it breaks
> I get this message
> 
> BUILD FAILED
> C:\home\sandbox\Project\build\build.xml:137: Compile failed, 
> messages should
> have been provided.
> 
> 
> 1) What does mean and refer too ?
> 2) How can I fix this ???
> 
> 
> Line 137 has the following code: "<classpath 
> refid="compile.classpath"/> "
> 
> in the xml sequence:
> 
>       <!--
> ==============================================================
> ===== -->
>       <!-- Compiles the source
>           -->
>       <!--
> ==============================================================
> ===== -->
>       <target name="compile" 
> depends="env,prepare-src,antlr-src,rmi-src">
>               <javac srcdir="${build.src}" 
> destdir="${build.dest}" debug="${debug}"
> optimize="${optimize}" deprecation="${deprecation}"
> excludes="**/*.g,junit/examples/**,clients/cdriver/**,**/CVS/*
> ,**/*.txt,**/M
> akefile">
>                       <classpath refid="compile.classpath"/>
>               </javac>
>       </target>
> 
> Thanks
> 

Reply via email to