2010-01-22 16:53:11 PST
Per build instructions, I downloaded distribution and ran Ant from the root folder. The build seemed to initialize ok and downloaded various dependent libs and so on. But during the javac phase of compiling 250 or so source files, I received numerous errors of the form:
package org.w3c.dom does not exist
Both Ant and Java installations meet version requirements per the Build instructions. For example, I created a dummy java class in the root folder that referenced the package named "import org.w3c.dom.*;" and it compiled just fine. Can anyone provide suggestions on what I am missing to perform this build successfully?
Thanks, J