Santosh,

> Can somebody tell me where I can see the Project.log output and 
> System.out.println output.

You can enable logging to the file system by putting the following 
lines somewhere in an init target or something like that;

    <!-- set up the output logs -->
    <record name="build.log" append="no"/>
    <record name="buildVerbose.log" append="no" loglevel="verbose"/>

This will create two files in the same directory as the build.xml file.

Hope this helps with your searching...

Andy.

--
Andrew Beacock
Senior Software Engineer/Project Lead
Nokia Mobile Phones
NMP/MSW/SSP/AG

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

Reply via email to