
thorsten.scherler.ext at juntadeandalucia
Jul 29, 2004, 4:51 AM
Post #3 of 3
(15 views)
Permalink
|
Jupp, that did the trick! Cheers a million! King regards thorsten Dave Brondsema wrote: >On Thu, 29 Jul 2004, Thorsten Scherler wrote: > > > >>Hello group, >> >>I just wrote a local build file for the forrestbot. >> >>I like to build one of my forrest documentations and deploy it to >>another server. >>No CVS or SVN. >> >>I get an BUILD SUCCESSFUL but the site is not builded, neither deployed >>to the other server! I included the build file and the log I got from >>-v. I reckon the problem lies in "Override ignored". >> >> >> > >Override ignored is normal. Ant properties are immutable, so your values >get set first and then the forrestbot *attempts* to override them with the >defaults. But since yours were set first, the defaults do not override. > > > >>Any thoughts what is going wrong? >> >> >> > >Add default="main" to the <project> tag. Or when you run, specify the >workstage you want to execute (main does them all). > >I will add this to the documentation sample. > > >
|