David Crossley wrote: > > ... > > Carsten, with the imminent release of 2.0.1 we do not want > to go messing around with the main build.xml file. Is it possible > to set up a build.xml in the scratchpad to try these ideas? > Also, where should Ken's new class tools/src/UserInput.java > I do not see a matching place in scratchpad. Will i just make > the new directories? >
Hmm, good question. I'm not that familiar with Ant but I just looked at their homepage and saw the <ant> task. With this task you can call another build file. So my suggestion is to put a small build files with Ken's target and UserInput class into our system and this build file will then call the main build file. So we don't need to keep both build files in sync. I think, if we put it into scratchpad the intention of the build file might get lost as it is not a build file for the scratchpad but for Cocoon itself. So I would suggest to place the build file in the main directory and give at a good name and put the UserInput class into the tools/src directory. As long as this class compiles, we should not have a problem with this. Carsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]