I have been following the instructions on the Solr Wiki for compiling Solr. I started with the 6.6 source. The only thing I did different was download the src directly. I did not use Subversion. I made through step 7 - Compile application with no problems. However, the dist folder contains newly build snapshot jars, but no war file. The last item in step 7 is copy the war file to the solr\example\webapps folder. I have no solr\webapps folder either. A webapp folder was created under \solr, but it contains only what looks like client parts. The WEB-INF folder only has the web.xml file.
I noticed step 8 describes navigating to the solr\example directory and executing the start.jar. But, there is no start.jar under example. It's under solr\server. Not sure what to do next. I feel like I have missed a step, or something. Thanks. -Steve