On 9/24/07, david <[EMAIL PROTECTED]> wrote: > Hello skipjack, I am using the Sun JDK. I am compiling locally on my Windows > box and deploying to the Debian. For now, I am skipping the source compile > and my efforts are not to just deploy the roller.war binary instead. > Unfortunately, I am having problems with the WEB-INF/web.xml file. The logs > are showing the roller.war (no actual war file) is incompletely deployed. I > can reply with the actual log output if you think it will shed light. Please > advise, David.
Sounds like something is terribly wrong with your JDK setup or something. Compiling Roller is as easy as this: % svn checkout https://svn.apache.org/repos/asf/roller/trunk % cd trunk/apps/weblogger % ant dist And you'll find the Roller webapp in build/webapp. So I wonder: - What verison of Roller are you trying to compile? - What version and version number of Java? - How did you obtain the source? - What command did you run to compile Roller? - Can you are console output for the first 30 or so errors? - Dave
