Community
Participate
Working Groups
script.printComment(Messages.build_compilerSetting);
script.printProperty(PROPERTY_JAVAC_FAIL_ON_ERROR, "false"); //$NON-NLS-1$
script.printProperty(PROPERTY_JAVAC_DEBUG_INFO, "on"); //$NON-NLS-1$
script.printProperty(PROPERTY_JAVAC_VERBOSE, "true"); //$NON-NLS-1$
script.printProperty(PROPERTY_JAVAC_VERBOSE, "false"); //$NON-NLS-1$
script.printProperty(PROPERTY_JAVAC_COMPILERARG, ""); //$NON-NLS-1$
if (javacSource == null)
if (compileArgsFile != null) {
script.println("<compilerarg value=\"@" + compileArgsFile + "\" compiler=\"" + IXMLConstants.JDT_COMPILER_ADAPTER + "\"/>"); //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$
if (destdir != null) {
script.println("<compilerarg line=\"-log " + destdir + ".log\" compiler=\"" + IXMLConstants.JDT_COMPILER_ADAPTER + "\"/>"); //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$
}
script.indent--;
script.printEndTag("javac"); //$NON-NLS-1$