Where s build.compiler set?
 From a build, notice build.compiler is not set!
      [echo] build.compiler = ${build.compiler}

Paul Spencer

[EMAIL PROTECTED] wrote:

> kimptoc     01/11/26 08:10:12
> 
>   Modified:    build    build.xml
>   Log:
>   report which compiler is in use
>   
>   Revision  Changes    Path
>   1.110     +1 -0      jakarta-jetspeed/build/build.xml
>   
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
>   retrieving revision 1.109
>   retrieving revision 1.110
>   diff -u -r1.109 -r1.110
>   --- build.xml       2001/11/24 04:01:14     1.109
>   +++ build.xml       2001/11/26 16:10:11     1.110
>   @@ -138,6 +138,7 @@
>            <echo message="cactus-23.jar = ${cactus-23.jar}"/>        
>            <echo message="cactus.ant.jar = ${cactus.ant.jar}"/>
>            <echo message="junit.jar = ${junit.jar}"/>
>   +        <echo message="build.compiler = ${build.compiler}"/>
>                    
>            <!-- Initialize custom Ant task needed for running the server tests -->
>            <taskdef name="runservertests" 
>classname="org.apache.cactus.ant.RunServerTestsTask">
>   
>   
>   
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to