On 9/30/07, david <[EMAIL PROTECTED]> wrote: > Hello Dave, thanks for the speedy reply. The source code location follows: > http://cwiki.apache.org/confluence/display/ROLLER/Roller+Downloads > The above named download includes the so-called jars required for source > compile. There are no specific steps as I am an ardent adherer to the > command-line usage of Ant.
> Once I had the roller-web.jar and roller-business.jar and the velocity jars > in the classpath I still don't understand what you are doing. There is no need to put anything in the Ant classpath before running Ant. Are you following some instructions that tell you to do that? I cannot reproduce the problem you are encountering so if you want any help you are going to have to be *very* specific about exactly what you are doing. What files did you download, what commands did you run to build, etc. There's no need to setup a classpath or add anything to classpath. All you should need to do is this: - Download and un-tar the source - Download and un-tar the required jars in the same directory - Run './build.sh rebuild' or 'ant rebuild' (assuming you have Ant 1.6 or later) - Find the Roller webapp in build/webapp - Dave
