OSX and ANT
Question,
Using build 690 I get a "no current JDK found" error when using ant.
i'm on DP8. Any ideas? (no pun intended)
BTW my project builds fine in IDEA just want to use ant to jar and
deploy my J2EE app.
Thanks,
Rob Abbe
Please sign in to leave a comment.
Hello Rob!
Could you please post bug request to tracker.
As a workaround, please try to specify custom JDK to run Ant with (Ant Build
File Properties dialog, tab Execution).
--
Best regards,
Anton Katilin
-
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
"Rob Abbe" <rabbe@mn.rr.com> wrote in message
news:20030109215427387-0600@news.intellij.net...
>
>
>
>
"Anton Katilin" <anton@intellij.com> wrote in message
news:avm4fc$14d$1@is.intellij.net...
>
>
Build
What if "Target JDK" was moved from "Paths" to "Compiler"? Also, it looks
like the default JDK for Ant is the one which is used for IDEA itself, not
the one that is set in "Target JDK". I think this is a bug. Should IDEA try
to synchronize target JDK for standard compilation and for And build? Or
maybe at least prompt that these JDKs are different? Or maybe Ant properties
should be intergrated somehow with "Project properties/Compiler"?
Michael J.