Browse Source

Hack to make clear that Modern compiler isn't yet implemented. Of course,

a real solution is needed, but I didn't want to see any more unneeded
confusion over this.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267664 13f79535-47bb-0310-9956-ffa450edef68
master
James Duncan Davidson 25 years ago
parent
commit
b9c9d1a29c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/main/org/apache/tools/ant/taskdefs/Javac.java

+ 3
- 0
src/main/org/apache/tools/ant/taskdefs/Javac.java View File

@@ -432,6 +432,9 @@ public class Javac extends MatchingTask {

private void doModernCompile() throws BuildException {
project.log("Performing a Modern Compile");
project.log("WARNING: Modern Compiler usage not implemented!");
project.log("Switching modes to Classic");
doClassicCompile();
}

/**


Loading…
Cancel
Save