mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
Extract Generate Ant Build functionality to plugin under intellij-obsolete-plugins
GitOrigin-RevId: 154899b342665bf224f4c60697aebf9283e97f28
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8cb112671c
commit
a6190f7067
@@ -8,47 +8,16 @@ error.javac.out.of.memory=Out of memory. Increase the maximum heap size in Proje
|
||||
progress.loading.classes=Loading classes...
|
||||
progress.compiling.class=Compiling {0}...
|
||||
progress.parsing.file=Parsing {0}...
|
||||
label.generate.ant.script.use.jdk.definitions=Use JDK definitions from project files
|
||||
label.generate.ant.script.overwrite.files=Overwrite previously generated files
|
||||
label.generate.ant.script.backup.files=Backup previously generated files
|
||||
label.generate.ant.script.single.file=Generate single-file ant build
|
||||
label.generate.ant.script.generate.multiple.files=Generate multiple-file ant build (requires ant 1.6 or later to execute)
|
||||
label.generate.ant.script.enable.ui.forms.compilation=Enable UI forms compilation (requires "javac2" ant task from IDEA distribution)
|
||||
action.compile.description.module=Module ''{0}''
|
||||
action.compile.description.selected.files=Selected Files
|
||||
rebuild.lvcs.label.no.errors=''{0}'' with no errors
|
||||
rebuild.lvcs.label.with.errors=''{0}'' with errors
|
||||
message.ant.files.generated.ok=Ant build files successfully generated:\n{0}
|
||||
error.ant.files.generate.failed=Failed to generate ant build script: {0}
|
||||
error.ant.files.backup.failed=Failed to backup file {0}
|
||||
generate.ant.build.dialog.cyclic.modules.table.title=Cyclic Module Dependencies
|
||||
generate.ant.build.dialog.cyclic.modules.table.description=Some modules have cyclic dependencies.\nIn order to generate ant build script, please select the \"main\" (representative) module for each dependency cycle.\nThe source code for all modules in the cycle will be compiled into the main module's output folders;\nAll modules in the cycle will use the JDK assigned to the main module;\nAny JAR files created will be named after the name of the main module.
|
||||
generate.ant.build.dialog.cyclic.modules.table.number.column.header=Cycle
|
||||
generate.ant.build.dialog.cyclic.modules.table.name.column.header=Main Module
|
||||
action.make.selected.modules.text=Build Selected _Modules
|
||||
generated.ant.build.disable.tests.property.comment=Uncomment the following property if no tests compilation is needed
|
||||
generated.ant.build.compiler.options.comment=Compiler options
|
||||
generated.ant.build.project.libraries.comment=Project Libraries
|
||||
generated.ant.build.global.libraries.comment=Global Libraries
|
||||
generated.ant.build.jdk.definitions.comment=JDK definitions
|
||||
message.resource.patterns.format.changed=The format of resource patterns has changed.\n{0} failed to convert existing regular expression patterns:\n{1}\nPlease enter pattern string in a new format.\nEach resource pattern may contain the following wildcards:\n? - one character\n* - zero or more characters\n! - negate the pattern (allowed only at the start of a pattern)\nUse ; (semicolon) to separate resource patterns;\nEscape the "!" character with a backslash ("\\").\nYou might also need to modify template project settings.\nPress ''{2}'' to accept entered patterns, ''{3}'' to load default patterns in new format.
|
||||
pattern.conversion.dialog.title=Pattern Conversion
|
||||
error.bad.resource.patterns=The following resource patterns are malformed:{0}
|
||||
bad.resource.patterns.dialog.title=Malformed Resource Patterns
|
||||
compiler.results.export.text.prefix=line ({0})
|
||||
value.undefined=undefined
|
||||
generated.ant.build.bootclasspath.comment=Paths to be included in compilation bootclasspath
|
||||
generated.ant.build.cleanup.module.task.comment=cleanup module
|
||||
generated.ant.build.clean.all.task.comment=cleanup all
|
||||
generated.ant.build.compile.modules.main.target.comment=Compile {0,choice, 1#module|2#modules} {1}
|
||||
generated.ant.build.compile.modules.production.classes.target.comment=Compile {0,choice, 1#module|2#modules} {1}; production classes
|
||||
generated.ant.build.compile.modules.tests.target.comment=compile {0,choice, 1#module|2#modules} {1}; test classes
|
||||
generated.ant.build.modules.section.title=Modules
|
||||
generated.ant.build.initialization.section.title=Build initialization
|
||||
generated.ant.build.initialization.section.comment=Perform any build initialization in this target
|
||||
generated.ant.build.build.all.modules.target.name=build all modules
|
||||
generated.ant.build.build.all.target.name=build all
|
||||
generated.ant.build.building.concrete.module.section.title=Module {0}
|
||||
compiler.error.exception=Error: {0}
|
||||
status.compilation.aborted=Compilation aborted
|
||||
status.all.up.to.date=All files are up-to-date
|
||||
@@ -108,8 +77,6 @@ add.notnull.assertions=Add runtime &assertions for notnull-annotated methods and
|
||||
|
||||
compiler.eclipse.name=Eclipse
|
||||
eclipse.options.group.title=Eclipse Options
|
||||
generate.ant.build.title=Generate Ant Build
|
||||
generate.ant.build.progress.message=Generating ant build...
|
||||
|
||||
#artifacts
|
||||
packaging.element.text.output.root=<output root>
|
||||
@@ -176,16 +143,7 @@ action.name.package.files=Package Files
|
||||
validation.display.name=Validation
|
||||
action.name.exclude.from.validation=Exclude from Validation
|
||||
no.validators=No validators available
|
||||
|
||||
generate.ant.build.custom.compiler.conflict.title=Conflicting Custom Compilers for Chunk(s)
|
||||
generate.ant.build.custom.compiler.conflict.message=<html>The chunks listed below use more then one custom compiler.<br/>for them you will need to resolve conflict between<br/>compilers manually. The compilation task will also contain<br/>the fail task.<ul>{0}</ul></html>
|
||||
generate.ant.build.custom.compiler.conflict.message.row=<li>{0}</li>
|
||||
generated.ant.build.compile.modules.fail.custom.compilers=Conflict between custom compilers should be resolved manually.
|
||||
generated.ant.build.custom.compilers.comment=Register Custom Compiler Taskdefs
|
||||
label.generate.ant.script.inline.runtime.classpaths=Inline runtime classpaths
|
||||
label.generate.ant.script.generate.idea.home=Use current IDEA instance for idea.home property
|
||||
label.option.autoshow.first.error=Automatically show first &error in editor
|
||||
label.generate.ant.script.filename=Output file name:
|
||||
label.option.display.notification.popup=Display notification on build completion
|
||||
|
||||
compiler.ref.service.validation.task.name=Backward Reference Indices Validation
|
||||
|
||||
Reference in New Issue
Block a user