blob: dcf9537a894cdcef4c6a4193d61d9fdebaebcf42 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2011 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
# Technical University of Berlin - extended API and implementation
###############################################################################
### ant tasks messages.
ant.jdtadapter.info.usingJDTCompiler=Using JDT compiler (with extension for OT/J)
ant.jdtadapter.error.compilationFailed=Compilation failed. Compiler errors are available in {0}
ant.jdtadapter.error.cannotFindJDTCompiler=Cannot find the JDT compiler
ant.jdtadapter.info.ignoringMemoryInitialSize=Since fork is false, ignoring memoryInitialSize setting
ant.jdtadapter.info.ignoringMemoryMaximumSize=Since fork is false, ignoring memoryMaximumSize setting
checkDebugAttributes.file.argument.cannot.be.null=The file argument cannot be null
checkDebugAttributes.property.argument.cannot.be.null=The property argument cannot be null
checkDebugAttributes.ioexception.occured=IOException occurred while reading
checkDebugAttributes.file.argument.must.be.a.classfile.or.a.jarfile=The file argument must be a .class or a .jar file
buildJarIndex.jarFile.cannot.be.null=The jar file argument cannot be null
buildJarIndex.indexFile.cannot.be.null=The index file argument cannot be null
buildJarIndex.ioexception.occured=IOException - {0}