View | Details | Raw Unified | Return to bug 107535 | Differences between
and this patch

Collapse All | Expand All

(-)batch/org/eclipse/jdt/internal/compiler/batch/Main.java (+2 lines)
Lines 890-898 Link Here
890
						this.printTag(COMPILER, parameters, true, false);
890
						this.printTag(COMPILER, parameters, true, false);
891
					} else {
891
					} else {
892
						this.log.println("# " + dateFormat.format(date));//$NON-NLS-1$
892
						this.log.println("# " + dateFormat.format(date));//$NON-NLS-1$
893
						logVersion();
893
					}
894
					}
894
				} else {
895
				} else {
895
					this.log.println("# " + dateFormat.format(date));//$NON-NLS-1$
896
					this.log.println("# " + dateFormat.format(date));//$NON-NLS-1$
897
					logVersion();
896
				}
898
				}
897
			} catch (FileNotFoundException e) {
899
			} catch (FileNotFoundException e) {
898
				throw new InvalidInputException(Main.bind("configure.cannotOpenLog")); //$NON-NLS-1$
900
				throw new InvalidInputException(Main.bind("configure.cannotOpenLog")); //$NON-NLS-1$

Return to bug 107535