ANT build scripts suddenly using javac2
Hello,
I recently regenerated my ANT build scripts from IDEA and for some reason all the previously generated tasks were generated as tasks. I'm not sure what I might have done to cause this. The only recent changes to the project were the addition of a few libraries. Can someone enlighten me on the difference between and and what might have caused this change?
From what I understand I need to manually edit the build scripts to get ]]> to work. I'd rather avoid that if possible.
Thanks,
Ray
请先登录再写评论。
Hello Ray,
The ]]> task additionally performs @NotNull instrumentation and UI Designer
form compilation. You shouldn't need to edit build scripts to make the task
work.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I'm not using either of these; is there a way to use the old ]]> task?
I take it you mean I can add the jars to the ANT installation?
Thanks,
Ray
>
>
before generation there is a dialog popping up, where you can uncheck "Enable UI form compilation". The script will be generated in
terms of "javac" task.
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"