Spamming my blog - Off topic

Users browsing this thread: 1 Guest(s)
ne0phyte
Members
Yes you can run Ant without Eclipse. What I meant was, that we have launch configurations to run our build scripts out of Eclipse.
While that doesn't tie us to Eclipse, the plugins we use do. That includes a custom one that belongs to our framework to generate components.

We do have a custom environment after all, just not a lightweight one. But there's either a full blown IDE or just an editor. Eclipse has it's own Java parser so it actually understands what you are doing. It knows exactly what kind of instance/object you're trying to call a method on and provides suggestions. It can, for example, instantly show you all inheriting classes of the current class or all classes that call a certain method of a certain interface. The list is endless :P

The real time warnings/errors as you type are very helpful, too. Imagine having a build time of ~15 minutes for the whole project (server+client+deploy to JBoss) on a Core i7 + SSD and it fails half way through because you somehow forgot a semicolon :P


Messages In This Thread
Spamming my blog - by zygotb - 18-09-2013, 07:33 AM
RE: Spamming my blog - by yrmt - 18-09-2013, 03:45 PM
RE: Spamming my blog - by zygotb - 18-09-2013, 06:41 PM
RE: Spamming my blog - by kopri - 18-09-2013, 09:41 PM
RE: Spamming my blog - by zygotb - 19-09-2013, 05:45 PM
RE: Spamming my blog - by kopri - 19-09-2013, 06:08 PM
RE: Spamming my blog - by yrmt - 19-09-2013, 06:33 PM
RE: Spamming my blog - by kopri - 20-09-2013, 01:36 AM
RE: Spamming my blog - by z3bra - 13-10-2013, 03:17 PM
RE: Spamming my blog - by yrmt - 13-10-2013, 03:59 PM
RE: Spamming my blog - by z3bra - 13-10-2013, 04:27 PM
RE: Spamming my blog - by ne0phyte - 14-10-2013, 08:19 AM
RE: Spamming my blog - by z3bra - 14-10-2013, 09:09 AM
RE: Spamming my blog - by ne0phyte - 14-10-2013, 09:24 AM
RE: Spamming my blog - by z3bra - 14-10-2013, 09:42 AM
RE: Spamming my blog - by ne0phyte - 14-10-2013, 09:59 AM
RE: Spamming my blog - by z3bra - 14-10-2013, 10:15 AM
RE: Spamming my blog - by z3bra - 15-10-2013, 03:18 AM