[Anthill] cant get CVS module from CVSNT

Eric Minick eric at urbancode.com
Mon Mar 7 16:18:13 CST 2005


Chuck,

It looks like Anthill is expecting javac to be on the path for the user 
running Anthill and can't find. Does that jive with what you are seeing 
on your end?

Regards,

Eric

Chuck Macomber wrote:

>I'm a previous Anthill user from 18 months ago, trying to get Anthill to work for me again.
> 
>I've got a CVS-NT repository, and i'm trying to build a single module from it, using Anthill version 1.8.0.264, java version 1.5.0_01 (java.com), on a Windows XP box.  Pretty simple, from my recollection.  But it won't build, won't get the module from CVS, and won't generate any build log.
> 
>I tried using :pserver: protocol first, and it failed.  Then i switched to using :sspi: protocol and it failed also.  using a corresponding "cvs -d :pserver:build at localhost/MyRepository checkout MyModule" or "cvs -d :sspi:localhost/MyRepository checkout MyModule" works fine from a command prompt.  The CVS-Example project won't build either, although i believe that's due to firewall issues, as i can't make the "cvs -d :pserver:anthill-example ..." command line to work (it says connection actively refused by server).
> 
>I turned the Log4J DEBUG option on, and the output is below.  Can anyone tell me what i might be doing wrong?  As i look back on my previous installation/use with Anthill, i was using Anthill version 1.7.0.162, java version 1.4.2_04.  That anthill installation and project builds continue to run fine one year later.
> 
>I've looked through the archives, thinking this is a simple problem, but can't find anything.  Any Ideas?
> 
>thanks, 
> 
>Chuck Macomber
> 
> 
>Log4J Output:
>-----------
>Anthill: looking for file: C:\Documents and Settings\Administrator\.anthill.anthill.properties
>Anthill version: 1.8.0.264 loaded.
>Anthill root dir: c:\anthill
>14:58:35:062 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillConfig  - jdkHome: C:\Program Files\Java\jre1.5.0_01
>14:58:35:062 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillConfig  - AntHome: lib/ant1.6.2
>14:58:35:062 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillConfig  - Ant ClassPath: C:\Program Files\Java\jre1.5.0_01\li
>b\tools.jar;
>14:58:35:062 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  - Anthill.refreshScheduleMap scheduleFileName: default
>14:58:35:078 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - Loading schedule file: default
>14:58:35:078 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule null getProperty() schedule.name : null
>14:58:35:078 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule default getProperty() schedule.start.tim
>e : 15:00
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule default getProperty() schedule.build.int
>erval : 30
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  - Anthill.refreshScheduleMap scheduleName: default
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  - Anthill.refreshScheduleMap scheduleFileName: stoppedSched
>ule
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - Loading schedule file: stoppedSchedule
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule null getProperty() schedule.name : null
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule stoppedSchedule getProperty() schedule.s
>tart.time : 00:00
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - schedule stoppedSchedule getProperty() schedule.b
>uild.interval : 0
>14:58:35:093 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  - Anthill.refreshScheduleMap scheduleName: stoppedSchedule
>14:58:35:125 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter0to1  - Version string: 1.1
>14:58:35:125 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter1to1pt1  - Version string: 1.1
>14:58:35:125 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - AnthillSchedule.add(): com.urbancode.anthill.Anth
>illProject at 1901437
>14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter0to1  - Version string: 1.1
>14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter1to1pt1  - Version string: 1.1
>14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - AnthillSchedule.add(): com.urbancode.anthill.Anth
>illProject at 79a2e7
>14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter0to1  - Version string: 1.1
>14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter1to1pt1  - Version string: 1.1
>14:58:35:140 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - AnthillSchedule.add(): com.urbancode.anthill.Anth
>illProject at 1b60280
>14:58:35:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter0to1  - Version string: 1.1
>14:58:35:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.PropertyFilter1to1pt1  - Version string: 1.1
>14:58:35:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - AnthillSchedule.add(): com.urbancode.anthill.Anth
>illProject at 5e55ab
>14:58:35:156 [http-8080-Processor25] INFO  com.urbancode.anthill.Anthill  - Starting Anthill daemons
>14:58:35:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  - Anthill.refreshScheduleMap scheduleFileName: default
>14:58:35:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  - Anthill.refreshScheduleMap scheduleFileName: stoppedSched
>ule
>14:58:35:156 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.BuildDaemon  - BuildDaemon.run()
>14:58:35:171 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  - run() name: default
>14:58:35:171 [Thread - AnthillSchedule.stoppedSchedule] DEBUG com.urbancode.anthill.AnthillSchedule  - run() name: stoppedSchedule
>14:58:35:203 [Thread - AnthillSchedule.stoppedSchedule] DEBUG com.urbancode.anthill.AnthillSchedule  - run() name: stoppedSchedule bu
>ildIntervalMillis: 0
>14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  - run() name: default buildIntervalMilli
>s: 1800000
>14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  - getNextBuildTime() name: default nextB
>uildTime: 1110229200203, Mar 7, 2005 3:00:00 PM
>14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  - getNextBuildTime() name: default curre
>ntTime: 1110229115203, Mar 7, 2005 2:58:35 PM
>14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  - run() name: default MillisToNextBuild:
> 85000
>14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  - getNextBuildTime() name: default nextB
>uildTime: 1110229200203, Mar 7, 2005 3:00:00 PM
>14:58:35:203 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  - getNextBuildTime() name: default curre
>ntTime: 1110229115203, Mar 7, 2005 2:58:35 PM
>14:58:35:234 [Thread - AnthillSchedule.default] DEBUG com.urbancode.anthill.AnthillSchedule  - run() name: default sleeping: 84969
>14:58:40:109 [http-8080-Processor25] DEBUG com.urbancode.anthill.util.Queue  - Queue.add() o: com.urbancode.anthill.BuildDefinition at 4
>f9fdc
>14:58:40:109 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.util.Queue  - Queue.getHead() o: com.urbancode.anthill.BuildDe
>finition at 4f9fdc
>14:58:40:109 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.BuildDefinition  - running BuildDefinition ForceBuild flagtrue
>14:58:40:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  - Anthill.refreshScheduleMap scheduleFileName: default
>14:58:40:156 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  - Anthill.refreshScheduleMap scheduleFileName: stoppedSched
>ule
>14:58:40:156 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - WorkDirName after: c:\anth
>ill\work
>14:58:40:156 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - workDirName in calculateWo
>rkDirName: c:\anthill\work
>14:58:40:156 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - calculateLocalProjectDirNa
>me(moduleKey)
>14:58:40:156 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Module: Fidot
>14:58:40:171 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - localProjectDirName: c:\an
>thill\work\Fidot
>14:58:40:171 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.adapter.CVSRepositoryAdapter  - repository root: :pserver:buil
>d at 23TKGR1/AssurantFinancials
>14:58:40:171 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Module: Fidot
>14:58:40:171 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Branch: null
>14:58:40:171 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Work directory: c:\anthill\wor
>k
>14:58:40:171 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - getNextBuildTime() name: default nextBuildTime: 1
>110229200171, Mar 7, 2005 3:00:00 PM
>14:58:40:171 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - getNextBuildTime() name: default currentTime: 111
>0229120171, Mar 7, 2005 2:58:40 PM
>14:58:40:171 [http-8080-Processor25] DEBUG com.urbancode.anthill.BuildDaemon  - getProjectBeingBuilt() : com.urbancode.anthill.BuildD
>efinition at 4f9fdc
>14:58:40:218 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Local project directory: c:\an
>thill\work\Fidot
>14:58:40:234 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.adapter.UrbanCodeVersionAdapter  - Version file calculated as:
> c:\anthill\work\Fidot\null
>14:58:40:250 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - Project: Fidot is being released.
>14:58:40:250 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - Initializing repository adapter...
>14:58:40:250 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - WorkDirName after: c:\anth
>ill\work
>14:58:40:250 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - workDirName in calculateWo
>rkDirName: c:\anthill\work
>14:58:40:250 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - calculateLocalProjectDirNa
>me(moduleKey)
>14:58:40:250 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Module: Fidot
>14:58:40:250 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - localProjectDirName: c:\an
>thill\work\Fidot
>14:58:40:250 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.adapter.CVSRepositoryAdapter  - repository root: :pserver:buil
>d at 23TKGR1/AssurantFinancials
>14:58:40:250 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Module: Fidot
>14:58:40:265 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Branch: null
>14:58:40:265 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Work directory: c:\anthill\wor
>k
>14:58:40:265 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Local project directory: c:\an
>thill\work\Fidot
>14:58:40:265 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - step 0) Clean up working directory
>14:58:40:265 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Cleaning up local files:
>14:58:40:265 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - step 1) Retrieve working copy of code from rep
>ository
>14:58:40:265 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Getting working copy of pr
>oject: Fidot
>14:58:40:265 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.util.PageletFactoryMaker  - Anthill Root: c:\anthill
>14:58:40:265 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.util.PageletFactoryMaker  - ProfileRepositoryAdapter.init() Pa
>gelet classpath: c:\anthill\lib\activation.jar;c:\anthill\lib\anthill-1.8.0.264.jar;c:\anthill\lib\antlr.jar;c:\anthill\lib\Butler-1.
>0.75.jar;c:\anthill\lib\CommonsExecute.jar;c:\anthill\lib\CommonsUtil-0.0.3.jar;c:\anthill\lib\jakarta-regexp-1.2.jar;c:\anthill\lib\
>log4j.jar;c:\anthill\lib\mail_1_2.jar;c:\anthill\lib\Pagelets-3.1.5.jar;c:\anthill\lib\Pagelets-email-3.1.5.jar;c:\anthill\lib\servle
>t_2_2b.jar;
>Pagelets v3.1.5 loaded.
>Copyright 2000-2002 Urbancode.  All rights reserved.
>14:58:40:296 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletFactory  - Using class loader WebappClassLoader
>  delegate: false
>  repositories:
>    /WEB-INF/classes/
>----------> Parent Classloader:
>org.apache.catalina.loader.StandardClassLoader at 5a9de6
>14:58:40:312 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletUtils  - PageletUtils templatePath: c:\anthill\conf\pro
>files
>14:58:40:312 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletUtils  - PageletUtils workDir:      c:\anthill\pagelets
>14:58:40:312 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Have checkout pagelet.
>14:58:40:484 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletCompiler  - PageletCompiler.compile(): javac -classpath
> c:\anthill\lib\activation.jar;c:\anthill\lib\anthill-1.8.0.264.jar;c:\anthill\lib\antlr.jar;c:\anthill\lib\Butler-1.0.75.jar;c:\anth
>ill\lib\CommonsExecute.jar;c:\anthill\lib\CommonsUtil-0.0.3.jar;c:\anthill\lib\jakarta-regexp-1.2.jar;c:\anthill\lib\log4j.jar;c:\ant
>hill\lib\mail_1_2.jar;c:\anthill\lib\Pagelets-3.1.5.jar;c:\anthill\lib\Pagelets-email-3.1.5.jar;c:\anthill\lib\servlet_2_2b.jar;;C:\T
>omcat5.5\bin\bootstrap.jar c:\anthill\pagelets\Win32\win_cvs\getWorkingProject_pgl.java
>14:58:40:500 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.adapter.CVSRepositoryAdapter  - RepositoryException in checkou
>t. message: Checkout failed: CreateProcess: javac -classpath c:\anthill\lib\activation.jar;c:\anthill\lib\anthill-1.8.0.264.jar;c:\an
>thill\lib\antlr.jar;c:\anthill\lib\Butler-1.0.75.jar;c:\anthill\lib\CommonsExecute.jar;c:\anthill\lib\CommonsUtil-0.0.3.jar;c:\anthil
>l\lib\jakarta-regexp-1.2.jar;c:\anthill\lib\log4j.jar;c:\anthill\lib\mail_1_2.jar;c:\anthill\lib\Pagelets-3.1.5.jar;c:\anthill\lib\Pa
>gelets-email-3.1.5.jar;c:\anthill\lib\servlet_2_2b.jar;;C:\Tomcat5.5\bin\bootstrap.jar c:\anthill\pagelets\Win32\win_cvs\getWorkingPr
>oject_pgl.java error=2
>14:58:40:500 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - step 2) is project up to date?
>14:58:40:500 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.BuildManager  - Set version:
>14:58:40:500 [Thread - AnthillBuildDaemon] INFO  com.urbancode.anthill.adapter.UrbanCodeVersionAdapter  - setting version file: c:\an
>thill\work\Fidot\null
>14:58:40:515 [Thread - AnthillBuildDaemon] ERROR com.urbancode.anthill.BuildManager  -
>java.lang.NullPointerException
>        at com.urbancode.anthill.util.FileUtils.getOSDependentPath(FileUtils.java:174)
>        at com.urbancode.anthill.adapter.ProfileRepositoryAdapter.prepareFileForEdit(ProfileRepositoryAdapter.java:356)
>        at com.urbancode.anthill.adapter.UrbanCodeVersionAdapter.doPreVersionFileModify(UrbanCodeVersionAdapter.java:252)
>        at com.urbancode.anthill.adapter.UrbanCodeVersionAdapter.setCurrentVersion(UrbanCodeVersionAdapter.java:175)
>        at com.urbancode.anthill.BuildManager.build(BuildManager.java:138)
>        at com.urbancode.anthill.AnthillProject.releaseProject(AnthillProject.java:231)
>        at com.urbancode.anthill.BuildDefinition.run(BuildDefinition.java:158)
>        at com.urbancode.anthill.BuildDaemon.run(BuildDaemon.java:73)
>14:58:40:593 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletFactory  - Using default Pagelet Class Loader
>14:58:40:593 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletUtils  - PageletUtils templatePath: c:\anthill\conf
>14:58:40:593 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletUtils  - PageletUtils workDir:      c:\anthill\pagelets
>14:58:40:765 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.pagelet.PageletCompiler  - PageletCompiler.compile(): javac -classpath
> c:\anthill\lib\activation.jar;c:\anthill\lib\anthill-1.8.0.264.jar;c:\anthill\lib\antlr.jar;c:\anthill\lib\Butler-1.0.75.jar;c:\anth
>ill\lib\CommonsExecute.jar;c:\anthill\lib\CommonsUtil-0.0.3.jar;c:\anthill\lib\jakarta-regexp-1.2.jar;c:\anthill\lib\log4j.jar;c:\ant
>hill\lib\mail_1_2.jar;c:\anthill\lib\Pagelets-3.1.5.jar;c:\anthill\lib\Pagelets-email-3.1.5.jar;c:\anthill\lib\servlet_2_2b.jar;;C:\T
>omcat5.5\bin\bootstrap.jar c:\anthill\pagelets\resultEmail_pgl.java
>14:58:40:765 [Thread - AnthillBuildDaemon] ERROR com.urbancode.anthill.BuildManager  - couldn't send result email
>java.io.IOException: CreateProcess: javac -classpath c:\anthill\lib\activation.jar;c:\anthill\lib\anthill-1.8.0.264.jar;c:\anthill\li
>b\antlr.jar;c:\anthill\lib\Butler-1.0.75.jar;c:\anthill\lib\CommonsExecute.jar;c:\anthill\lib\CommonsUtil-0.0.3.jar;c:\anthill\lib\ja
>karta-regexp-1.2.jar;c:\anthill\lib\log4j.jar;c:\anthill\lib\mail_1_2.jar;c:\anthill\lib\Pagelets-3.1.5.jar;c:\anthill\lib\Pagelets-e
>mail-3.1.5.jar;c:\anthill\lib\servlet_2_2b.jar;;C:\Tomcat5.5\bin\bootstrap.jar c:\anthill\pagelets\resultEmail_pgl.java error=2
>        at java.lang.ProcessImpl.create(Native Method)
>        at java.lang.ProcessImpl.<init>(Unknown Source)
>        at java.lang.ProcessImpl.start(Unknown Source)
>        at java.lang.ProcessBuilder.start(Unknown Source)
>        at java.lang.Runtime.exec(Unknown Source)
>        at java.lang.Runtime.exec(Unknown Source)
>        at java.lang.Runtime.exec(Unknown Source)
>        at com.urbancode.pagelet.PageletCompiler.compile(PageletCompiler.java:82)
>        at com.urbancode.pagelet.Pagelet.compile(Pagelet.java:214)
>        at com.urbancode.pagelet.Pagelet.service(Pagelet.java:154)
>        at com.urbancode.pagelet.module.email.EmailMessage.send(EmailMessage.java:150)
>        at com.urbancode.anthill.PageletResultEmail.send(PageletResultEmail.java:40)
>        at com.urbancode.anthill.PageletResultEmail.send(PageletResultEmail.java:24)
>        at com.urbancode.anthill.BuildManager.build(BuildManager.java:258)
>        at com.urbancode.anthill.AnthillProject.releaseProject(AnthillProject.java:231)
>        at com.urbancode.anthill.BuildDefinition.run(BuildDefinition.java:158)
>        at com.urbancode.anthill.BuildDaemon.run(BuildDaemon.java:73)
>14:58:40:765 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.ProjectProperties  - Fidot properties saved
>14:58:40:765 [Thread - AnthillBuildDaemon] DEBUG com.urbancode.anthill.AnthillSchedule  - AnthillSchedule.add(): com.urbancode.anthill.AnthillProject at 5e55ab <mailto:com.urbancode.anthill.AnthillProject at 5e55ab> 
>14:58:44:500 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  - Anthill.refreshScheduleMap scheduleFileName: default
>14:58:44:500 [http-8080-Processor25] DEBUG com.urbancode.anthill.Anthill  - Anthill.refreshScheduleMap scheduleFileName: stoppedSched
>ule
>14:58:44:500 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - getNextBuildTime() name: default nextBuildTime: 1
>110229200500, Mar 7, 2005 3:00:00 PM
>14:58:44:500 [http-8080-Processor25] DEBUG com.urbancode.anthill.AnthillSchedule  - getNextBuildTime() name: default currentTime: 111
>0229124500, Mar 7, 2005 2:58:44 PM
>14:58:44:515 [http-8080-Processor25] DEBUG com.urbancode.anthill.BuildDaemon  - getProjectBeingBuilt() : null
>14:59:14:609 [http-8080-Processor24] DEBUG com.urbancode.anthill.Anthill  - Anthill.refreshScheduleMap scheduleFileName: default
>14:59:14:609 [http-8080-Processor24] DEBUG com.urbancode.anthill.Anthill  - Anthill.refreshScheduleMap scheduleFileName: stoppedSched
>ule
>14:59:14:609 [http-8080-Processor24] DEBUG com.urbancode.anthill.AnthillSchedule  - getNextBuildTime() name: default nextBuildTime: 1
>110229200609, Mar 7, 2005 3:00:00 PM
>14:59:14:609 [http-8080-Processor24] DEBUG com.urbancode.anthill.AnthillSchedule  - getNextBuildTime() name: default currentTime: 111
>0229154609, Mar 7, 2005 2:59:14 PM
>14:59:14:625 [http-8080-Processor24] DEBUG com.urbancode.anthill.BuildDaemon  - getProjectBeingBuilt() : null
> 
>_______________________________________________
>Anthill mailing list
>Anthill at lists.urbancode.com
>http://lists.urbancode.com/mailman/listinfo/anthill
>
>
>  
>




More information about the Anthill mailing list