ant builder plugin error

aravind raaman <[email protected]>
Newsgroups gmane.comp.java.cruise-control.user
Message-ID <[email protected]>
Hi installed cc and made changes in config.xml and made a file called
build1.xml in my svn which is in remote machine.

i get the following error. Little help needed

2009-02-19 17:32:47.101::INFO:  Started [email protected]:8090
[cc]Feb-19 17:32:47 BuildQueue    - BuildQueue started
[cc]Feb-19 17:32:47 BuildQueue    - now adding to the thread queue: GamesPD
[cc]Feb-19 17:32:47 BuildQueue    - now adding to the thread queue:
connectfour
[cc]Feb-19 17:32:47 Project       - Project xxxxx:  bootstrapping
[cc]Feb-19 17:32:47 jectController- GamesPD Controller: build progress
event: bootstrapping
[cc]Feb-19 17:32:47 Project       - Project xxxxxxxxx:  idle
[cc]Feb-19 17:32:47 jectController- xxxxx Controller: build progress event:
idle
[cc]Feb-19 17:32:47 Project       - exception attempting build in project
GamesPD
net.sourceforge.cruisecontrol.CruiseControlException: File specified
[/xxxxxxxxxxxxxx/build1.xml] for attribute [buildfile] on plugin
[net.sourceforge.cruisecontrol.builders.AntBuilder] doesn't exist.
        at
net.sourceforge.cruisecontrol.util.ValidationHelper.fail(ValidationHelper.java:90)
        at
net.sourceforge.cruisecontrol.util.ValidationHelper.assertExists(ValidationHelper.java:119)
        at
net.sourceforge.cruisecontrol.builders.AntBuilder.validateBuildFileExists(AntBuilder.java:257)
        at
net.sourceforge.cruisecontrol.builders.AntBuilder.build(AntBuilder.java:168)
        at
net.sourceforge.cruisecontrol.bootstrappers.AntBootstrapper.bootstrap(AntBootstrapper.java:62)
        at net.sourceforge.cruisecontrol.Project.bootstrap(Project.java:760)
        at net.sourceforge.cruisecontrol.Project.build(Project.java:192)
        at net.sourceforge.cruisecontrol.Project.execute(Project.java:147)
        at
net.sourceforge.cruisecontrol.ProjectConfig.execute(ProjectConfig.java:402)
        at
net.sourceforge.cruisecontrol.ProjectWrapper.run(ProjectWrapper.java:69)
        at java.lang.Thread.run(Thread.java:595)
[cc]Feb-19 17:32:47 Project       - Project xxxxx:  next build in 5 minutes
[cc]Feb-19 17:32:47 Project       - Project xxxxxxxx:  waiting for next time
to build
[cc]Feb-19 17:32:47 jectController- xxxxxxxxx Controller: build progress
event: waiting for next time to build
[cc]Feb-19 17:32:47 Project       - Project connectfour:  bootstrapping
[cc]Feb-19 17:32:47 jectController- connectfour Controller: build progress
event: bootstrapping
[cc]Feb-19 17:32:47 Project       - Project connectfour:  idle
[cc]Feb-19 17:32:47 jectController- connectfour Controller: build progress
event: idle
[cc]Feb-19 17:32:47 Project       - exception attempting build in project
connectfour
net.sourceforge.cruisecontrol.CruiseControlException: Encountered an IO
exception while attempting to execute
'net.sourceforge.cruisecontrol.builders.AntScript@8a6fc'. CruiseControl
cannot continue.
        at
net.sourceforge.cruisecontrol.builders.ScriptRunner.runScript(ScriptRunner.java:133)
        at
net.sourceforge.cruisecontrol.builders.AntBuilder.runScript(AntBuilder.java:236)
        at
net.sourceforge.cruisecontrol.builders.AntBuilder.build(AntBuilder.java:208)
        at
net.sourceforge.cruisecontrol.bootstrappers.AntBootstrapper.bootstrap(AntBootstrapper.java:62)
        at net.sourceforge.cruisecontrol.Project.bootstrap(Project.java:760)
        at net.sourceforge.cruisecontrol.Project.build(Project.java:192)



THIS IS MY BUILD1.XML FILE

<?xml version="1.0"?>
<project name="xxxxxx" basedir=".">

<path id="svn.classpath">
    <pathelement location="lib/svnjavahl.jar" />
    <pathelement location="lib/svnant.jar" />
    <pathelement location="lib/svnClientAdapter.jar" />
  </path>
 <taskdef  resource="svntask.properties" classpathref="svn.classpath"/>
 <target name="checkout" description="Update packages from SVN">
    <svn username="" password="">
         <checkout url="xxxxxxxxxxxxx" destPath="
http://xxxxxxxxxxx/cruisecontrol-bin-2.8.2/projects/" />
    </svn>
  </target>
</project>


-- 
ASR

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H

_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.