Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: X10 1.7.3
-
Component/s: Managed X10: Compiler Codegen
-
Labels:None
-
Number of attachments :
Description
Some of the Java code being generated won't compile with javac. We have a dependency on ecj as a post-compiler.
We must either remove the dependency by changing the code we generate or automate the use of ecj as a post compiler by having the ant scripts download the right version of ecj into x10.dist and then have the post-compile command invoke a script in x10.dist/bin that invokes the installed ecj instead of finding the platform javac.
Marked as a blocker not because it is blocking me (I can use ecj), but because it blocks a 1.7.3 release. We don't have to fix this urgently, but can't release before it is addressed.