ant builder exception
aravind raaman <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have put those 3 files in my ant /lib and also in my cruise control /lib, i still get this error msg, i also keep getting Address already in use exception for which i check for my tomcat but its running in 80 and not 8080. Need some assistance. thanks ---------- Forwarded message ---------- From: aravind raaman <[email protected]> Date: Wed, Feb 11, 2009 at 1:30 PM Subject: Re: [Cruisecontrol-user] integration with svn To: [email protected] Hi, I have download these jar files and have placed it in apache-ant / lib directory. I have config.xml but i dont have myproject-cc.xml. Waiting for your reply. I have been struggling to intefrate svn with cruise control. Need some assistance. thanks On Wed, Feb 11, 2009 at 12:51 PM, Upendra Moturi <[email protected]>wrote: > HI, > in config.xml > <modificationset quietperiod="60"> > <svn username="" > password="" > repositoryLocation="http://localhost/opt/svn/project"/> > </modificationset> > > <plugin name="svn" > classname="net.sourceforge.cruisecontrol.sourcecontrols.SVN"/> > > and > in myproject-cc.xml > > <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="http://localhost/opt/svn/project/" > destPath="project1" /> > </svn> > </target> > > download those jars and place then in cruisecontrol/lib. > > > On Wed, Feb 11, 2009 at 12:24 PM, aravind raaman <[email protected]>wrote: > >> Hi, >> I have installed Cruise Control 2.8.2 , i am trying to integrate svn but i >> am not able to , Can any1 help in modifying config.xml so that i can >> integrate svn with my cruise control. >> >> >> Thanks >> >> >> ------------------------------------------------------------------------------ >> Create and Deploy Rich Internet Apps outside the browser with >> Adobe(R)AIR(TM) >> software. With Adobe AIR, Ajax developers can use existing skills and code >> to >> build responsive, highly engaging applications that combine the power of >> local >> resources and data with the reach of the web. Download the Adobe AIR SDK >> and >> Ajax docs to start building applications today- >> http://p.sf.net/sfu/adobe-com >> _______________________________________________ >> Cruisecontrol-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user >> >> > > > -- > Thanks and Regards, > Upendra.M > > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code > to > build responsive, highly engaging applications that combine the power of > local > resources and data with the reach of the web. Download the Adobe AIR SDK > and > Ajax docs to start building applications today- > http://p.sf.net/sfu/adobe-com > _______________________________________________ > Cruisecontrol-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user > > ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Cruisecontrol-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
antbuilderexception.txt
(text/plain, 2 KB)
2009-02-11 14:06:30.676::INFO: Started [email protected]:8080 [cc]Feb-11 14:06:31 BuildQueue - BuildQueue started [cc]Feb-11 14:06:31 BuildQueue - now adding to the thread queue: GamesPD [cc]Feb-11 14:06:31 Project - Project GamesPD: bootstrapping [cc]Feb-11 14:06:31 jectController- GamesPD Controller: build progress event: bootstrapping [cc]Feb-11 14:06:31 Project - Project GamesPD: idle [cc]Feb-11 14:06:31 jectController- GamesPD Controller: build progress event: idle [cc]Feb-11 14:06:31 Project - exception attempting build in project GamesPD net.sourceforge.cruisecontrol.CruiseControlException: File specified [/root/Aravind/cruisecontrol-bin-2.8.2/projects/GamesPD/build.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-11 14:06:31 Project - Project GamesPD: next build in 5 minutes [cc]Feb-11 14:06:31 Project - Project GamesPD: waiting for next time to build [cc]Feb-11 14:06:31 jectController- GamesPD Controller: build progress event: waiting for next time to build