Revision 415 org.gvsig.geoprocess/trunk/org.gvsig.geoprocess/org.gvsig.geoprocess.lib/org.gvsig.geoprocess.lib.sextante/src/main/java/org/gvsig/geoprocess/lib/sextante/AbstractSextanteGeoProcess.java

View differences:

AbstractSextanteGeoProcess.java
425 425
		} catch (WrongOutputIDException e) {
426 426
			return false;
427 427
		}
428
    	String s = out.getOutputChannel().getAsCommandLineParameter();
428
		String s = out.getOutputChannel()!= null ? out.getOutputChannel().getAsCommandLineParameter() : "";
429 429
    	if(new File(s).exists())
430 430
    		return true;
431 431
    	if(type == 0)

Also available in: Unified diff