ant logfile log.xml does not exist (1)
"Ranjeeta Sharma" <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <1F700D589D5908408B10B64C9CB66FA90AA318@uklon-mail-3.eu.fidessa.priv> |
Hi,
I am using java version of the cruise control on linux and I am able to
successfully run the included sample project.
I have now written simple config.xml and build.xml to test it on my C++
project. But I am getting 'ant log file log.xml not found' when I run
it.
Here is the contents of my file.
Config.xml
----------------
<cruisecontrol>
<project name="trunk">
<listeners>
<currentbuildstatuslistener
file="/nanfs02/home/ranjeeta.sharma/linux/buildlogs/status.txt" />
</listeners>
<bootstrappers>
<antbootstrapper anthome="apache-ant-1.7.0"
buildfile="/nanfs02/home/ranjeeta.sharma/linux/${project.name}/build.xml
" target="clean" />
</bootstrappers>
<modificationset quietperiod="30">
<filesystem
folder="/nanfs02/home/ranjeeta.sharma/linux/${project.name}" />
</modificationset>
<schedule interval="1800">
<ant anthome="apache-ant-1.7.0"
buildfile="/nanfs02/home/ranjeeta.sharma/linux/${project.name}/build.xml
" />
</schedule>
</project>
</cruisecontrol>
Build.xml
--------------
<project name="project" default="copy-binaries">
<echo>Starting ANT build</echo>
<property name="base.dir"
value="/nanfs02/home/ranjeeta.sharma/linux" />
<target name="copy-binaries">
<echo>Copying files</echo>
<exec executable="CopyFileToRelease_Linux.sh"
dir="${base.dir}">
</exec>
</target>
</project>
Here is the snapshot of the error:
-------------------------------------------------
[cc]Aug-12 10:44:46 Main - CruiseControl Version 2.8.4 Compiled
on September 15 2010 1952
[cc]Aug-12 10:44:46 LConfigManager- reading settings from config file
[/nanfs02/home/ranjeeta.sharma/linux/cruisecontrol-bin-2.8.4/config.xml]
[cc]Aug-12 10:44:46 trolController- projectName = [trunk]
[cc]Aug-12 10:44:46 LConfigManager- using settings from config file
[/nanfs02/home/ranjeeta.sharma/linux/cruisecontrol-bin-2.8.4/config.xml]
[cc]Aug-12 10:44:46 ProjectConfig - No previously serialized project
found
[/nanfs02/home/ranjeeta.sharma/linux/cruisecontrol-bin-2.8.4/trunk.ser],
forcing a build.
[cc]Aug-12 10:44:46 Project - Project trunk starting
[cc]Aug-12 10:44:46 Project - Project trunk: idle
[cc]Aug-12 10:44:46 Project - Project trunk started
[cc]Aug-12 10:44:46 Project - Project trunk: in build queue
[cc]Aug-12 10:44:47 ontrollerAgent- Starting HttpAdaptor with
CC-Stylesheets
[cc]Aug-12 10:44:47 ontrollerAgent- starting httpAdaptor
[cc]Aug-12 10:44:47 ontrollerAgent- starting rmiRegistry
[cc]Aug-12 10:44:47 ontrollerAgent- starting connectorServer
2011-08-12 10:44:47.631::INFO: Logging to STDERR via
org.mortbay.log.StdErrLog
2011-08-12 10:44:48.841::INFO: jetty-6.1.11
2011-08-12 10:44:51.512:/dashboard:INFO: Initializing Spring root
WebApplicationContext
2011-08-12 10:44:54.939:/dashboard:INFO: Set web app root system
property: 'webapp.root' =
[/nanfs02/home/ranjeeta.sharma/linux/cruisecontrol-bin-2.8.4/webapps/das
hboard/]
2011-08-12 10:44:54.03:/dashboard:INFO: Initializing Spring
FrameworkServlet 'spring-ajax'
2011-08-12 10:44:54.446:/dashboard:INFO: Initializing Spring
FrameworkServlet 'spring-exceptions'
2011-08-12 10:44:55.212:/dashboard:INFO: Initializing Spring
FrameworkServlet 'spring-pages'
2011-08-12 10:44:56.582:/dashboard:INFO: Initializing Spring
FrameworkServlet 'spring-tabs'
2011-08-12 10:44:57.731::INFO: Opened
/nanfs02/home/ranjeeta.sharma/linux/cruisecontrol-bin-2.8.4/logs/2011_08
_12.request.log
2011-08-12 10:44:57.757::INFO: Started
[email protected]:8080
[cc]Aug-12 10:44:57 BuildQueue - BuildQueue started
[cc]Aug-12 10:44:57 BuildQueue - now adding to the thread queue:
trunk
[cc]Aug-12 10:44:57 Project - Project trunk: bootstrapping
[cc]Aug-12 10:44:57 jectController- trunk Controller: build progress
event: bootstrapping
[cc]Aug-12 10:44:57 ScriptRunner - libgcj-java-placeholder.sh
[cc]Aug-12 10:44:57 ScriptRunner -
[cc]Aug-12 10:44:57 ScriptRunner - This script is a placeholder for the
/usr/bin/java
[cc]Aug-12 10:44:57 ScriptRunner - master link required by jpackage.org
conventions. libgcj's
[cc]Aug-12 10:44:57 ScriptRunner - rmiregistry, rmic and jar tools are
now slave symlinks to these
[cc]Aug-12 10:44:57 ScriptRunner - masters, and are managed by the
alternatives(8) system.
[cc]Aug-12 10:44:57 ScriptRunner -
[cc]Aug-12 10:44:57 ScriptRunner - This change was necessary because
the rmiregistry, rmic and jar tools
[cc]Aug-12 10:44:57 ScriptRunner - installed by previous versions of
libgcj conflicted with symlinks
[cc]Aug-12 10:44:57 ScriptRunner - installed by jpackage.org JVM
packages.
[cc]Aug-12 10:44:57 ScriptRunner -
[cc]Aug-12 10:44:57 ScriptRunner - This script was designed to be
overridden by the supported RHEL3 JRE
[cc]Aug-12 10:44:57 ScriptRunner - packages, java-1.4.2-bea and
java-1.4.2-ibm. It is installed as an
[cc]Aug-12 10:44:57 ScriptRunner - alternative symlink as
/usr/bin/java. It will override a third-party
[cc]Aug-12 10:44:57 ScriptRunner - (non-RHEL3) JRE's java command if
the JRE's bin directory is listed
[cc]Aug-12 10:44:57 ScriptRunner - after /usr/bin in PATH. In that
case, it is recommended that the
[cc]Aug-12 10:44:57 ScriptRunner - third-party JRE's bin directory be
listed first in PATH instead.
[cc]Aug-12 10:44:57 ScriptRunner -
[cc]Aug-12 10:44:57 Project - Project trunk: idle
[cc]Aug-12 10:44:57 jectController- trunk Controller: build progress
event: idle
[cc]Aug-12 10:44:57 Project - exception attempting build in
project trunk
net.sourceforge.cruisecontrol.CruiseControlException: ant logfile
/nanfs02/home/ranjeeta.sharma/linux/cruisecontrol-bin-2.8.4/log.xml does
not exist.
Can some one please help me?
Cheers,
Ranjeeta
********************************************************************************************************************************************************************************************
This message is intended only for the stated addressee(s) and may be confidential. Access to this email by anyone else is unauthorised. Any opinions expressed in this email do not necessarily reflect the opinions of Fidessa. Any unauthorised disclosure, use or dissemination, either whole or in part is prohibited. If you are not the intended recipient of this message, please notify the sender immediately.
Fidessa plc - Registered office:
Dukes Court, Duke Street, Woking, Surrey, GU21 5BH, United Kingdom
Registered in England no. 3781700 VAT registration no. 688 9008 78
Fidessa LatentZero Limited - Registered office:
Dukes Court, Duke Street, Woking, Surrey, GU21 5BH, United Kingdom
Registered in England no. 3656437 VAT registration no. 688 9008 78
Fidessa group plc - Registered Office:
Dukes Court, Duke Street, Woking, Surrey, GU21 5BH, United Kingdom
Registered in England no. 3234176 VAT registration no. 688 9008 78
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user