Introduction & IntelliJ Jars
Hello, everyone! I'm new to these forums, but it seems to be the place to keep informed on my favorite IDE. I've tried other open-source alternatives like Eclipse and NetBeans, but I inevitably come back to IDEA because of the little day-to-day features it has that the others lack. I've been using IDEA 3.0 for years, but recently discovered a need to upgrade my JDK to 1.5.0_01.
In doing so, I evaluated NetBeans as a possible alternative to upgrading my IntelliJ. After an afternoon of feature-poor frustration, I decided a look at Irida may be in order. I like what I see.
However, one thing that was apparent in NetBeans that seems to be missing in IDEA is compiling a jar for your project. Is there a way to do this in IDEA that's eluding me?
Thanks!
]]>
Please sign in to leave a comment.
Hi,
It will be in Irida (Tracker request
http://www.intellij.net/tracker/idea/viewSCR?publicId=30768)
Dan Bowen wrote:
Hello Dan,
DB> However, one thing that was apparent in NetBeans that seems to be
DB> missing in IDEA is compiling a jar for your project. Is there a way
DB> to do this in IDEA that's eluding me?
Can you tell, that kind of project you are develop? Is it server application,
or client?
Becouse, if it a server application, i thing that such feature may force
troubles.
Thanks!
--
Alexey Efimov, Java Developer
Tops BI
http://www.topsbi.ru
It's just a set of handy-dandy tools I made. No biggie. :)
Ah, outstanding! Thanks for the heads-up, Maxim!
]]>
Hello Dan,
DB> It's just a set of handy-dandy tools I made. No biggie. :)
:) Why you not use ANT? :)
Thanks!
--
Alexey Efimov, Java Developer
Tops BI
http://www.topsbi.ru
I could, I suppose. I was just impressed with NetBeans's turnkey solution, is all.
Hello Dan,
DB> I could, I suppose. I was just impressed with NetBeans's turnkey
DB> solution, is all.
:))
Thanks!
--
Alexey Efimov, Java Developer
Tops BI
http://www.topsbi.ru
Why do you say that? IDEA is able to create deployment-ready archives for everything you need.
"Dan Bowen" <no_mail@jetbrains.com> wrote in message
news:31043308.1105980826120.JavaMail.itn@is.intellij.net...
>
solution, is all.
I use Ant anyway. In our company we use Eclipse, JBuilder, Idea and plain
notepad. Ant is the common denominator, so even when I compile from Idea, I
use Ant scripts.