Re: Updated documentation?
Andy Levy <[email protected]>
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
On 12/7/05, Andy Levy <[email protected]> wrote: > When I did the build, I didn't specify a version number. Is that > required to get a successful build? Also, I still have not configured > the email portions of Anthill, which I think is the cause of that > second error. These errors appear to be build-breakers. Sorry to be replying to myself, but I've made more progress. Looks like I've got some ant issues. After giving a build # and building, I have: ANT_HOME=c:\anthill\lib\ant1.6.2 Invalid implementation version between Ant core and Ant optional tasks. core : 1.6.1 optional: 1.6.2 08:27:08:843 [Thread - AnthillBuildDaemon] ERROR com.urbancode.anthill.BuildManager - Failed to Build project. Error: 1 java.lang.Exception: Failed to Build project. Error: 1 at com.urbancode.anthill.BuildManager.buildProject(BuildManager.java:523) at com.urbancode.anthill.BuildManager.runBuild(BuildManager.java:401) at com.urbancode.anthill.BuildManager.build(BuildManager.java:185) 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) I have ant elsewhere on my system and my global environment variable ANT_HOME is set to ANT_HOME=C:\ant . Updated anthill.ant.home to point at that, and I'm actually getting into running build.xml now! So....on to debugging build.xml. But it looks like progress is being made. Thanks guys!