Re: Updated documentation?
Andy Levy <[email protected]>
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
On 12/6/05, varban <[email protected]> wrote: > If you see an error message in the Tomcat logs that does not make sense, > send it over to me (few lines before the message and all the way to the > end) and I can look it up. Here's the full log from my latest attempt: ****************************** 15:33:22:531 [Thread - AnthillBuildDaemon] INFO com.urbancode.anthill.BuildManager - Project: LeaseGen is being released. 15:33:22:531 [Thread - AnthillBuildDaemon] INFO com.urbancode.anthill.BuildManager - Initializing repository adapter... 15:33:22:531 [Thread - AnthillBuildDaemon] INFO com.urbancode.anthill.BuildManager - step 0) Clean up working directory 15:33:22:531 [Thread - AnthillBuildDaemon] INFO com.urbancode.anthill.adapter.ProfileRepositoryAdapter - Cleaning up local files: 15:33:23:734 [Thread - AnthillBuildDaemon] INFO com.urbancode.anthill.BuildManager - step 1) Retrieve working copy of code from repository 15:33:23:734 [Thread - AnthillBuildDaemon] INFO com.urbancode.anthill.adapter.ProfileRepositoryAdapter - Executing Command: svn checkout --non-interactive --username anthill --password <password> http://127.0.0.1:8080/Repos/Production/Code/LeaseGen/trunk/webapp c:\anthill\anttest 15:33:23:734 [Thread - AnthillBuildDaemon] INFO com.urbancode.anthill.adapter.ProfileRepositoryAdapter - Execute:Java13CommandLauncher: Executing 'svn' with arguments: 'checkout' '--non-interactive' '--username' 'anthill' '--password' '<password>' 'http://127.0.0.1:8080/Repos/Production/Code/LeaseGen/trunk/webapp' 'c:\anthill\anttest' The ' characters around the executable and arguments are not part of the command. WorkingDir: none Environment Variables: none <listing of all files checked out trimmed> Checked out external at revision 42. Checked out revision 42. 15:33:53:859 [Thread - AnthillBuildDaemon] INFO com.urbancode.anthill.BuildManager - step 2) is project up to date? 15:33:53:859 [Thread - AnthillBuildDaemon] INFO com.urbancode.anthill.adapter.SubversionRepositoryAdapter - Get revisions since command: svn log --non-interactive -v --username "anthill" --password "hillant" -r "{2005-12-06 15:13:11 -0500}:HEAD" http://127.0.0.1:8080/Repos/Production/Code/LeaseGen/trunk/webapp 15:33:56:062 [Thread - AnthillBuildDaemon] INFO com.urbancode.anthill.BuildManager - Build NOT required 15:33:56:062 [Thread - AnthillBuildDaemon] INFO com.urbancode.anthill.BuildManager - Build NOT required. *************************** WorkingDir coming back as empty doesn't seem right to me.