This turns out to be a genuine bug with an easy fix. build.xml is configured to generate a job file titled "apache-nutch-1.5.job" but the deploy binary is still looking for "nutch-1.5.job"
Renaming "apache-nutch-1.5.job" to "nutch-1.5.job" fixes this bug in deploy mode. -- View this message in context: http://lucene.472066.n3.nabble.com/Nutch-1-5-Deploy-Mode-Doesn-t-Work-like-Nutch-1-4-Deploy-Mode-tp3990169p3990196.html Sent from the Nutch - User mailing list archive at Nabble.com.

