Eclipse Vs. Tortoise SVN, Apache Ant and Notepad++
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Advanced User
- Posts: 1440
- Joined: Wed Apr 15, 2009 10:07 am
Eclipse Vs. Tortoise SVN, Apache Ant and Notepad++
I am wondering what are the advantages of using eclipse over the other programs i mentioned in the title? Talking from my experience Eclipse is slow as hell, using tortoise and the other stuff saved me a lot of time.
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Eclipse Vs. Tortoise SVN, Apache Ant and Notepad++
Depend of the user...
for example I prefer Eclipse, because I have "all that I need" in a only one application
for example I prefer Eclipse, because I have "all that I need" in a only one application

- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Eclipse Vs. Tortoise SVN, Apache Ant and Notepad++
what i use on eclipse: syntax highlighting, code completion (the best thing among others), compile error showing before building the server all again (typos, wrong method call, wrong code structure at all, missing imports in java code), java code check in datapack with gameserver sources, imports organization, renaming, code following / call hierarchy / class hierarchy, code format, file search, svn synchronize, svn merge editor, create patch (possibility also to clipboard), apply patch from clipboard, debug mode, plugins such as pmd/findbugs, ....
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: Eclipse Vs. Tortoise SVN, Apache Ant and Notepad++
i use Eclipse for all exept svn - for SVN i use tortoise: much more comfortable merging if core modified
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Eclipse Vs. Tortoise SVN, Apache Ant and Notepad++
in eclipse you should use team synchronize to check for updates, not to do an update if you have modified core. then eclipse is much more better to merge conflicts than tortoise.denser wrote:i use Eclipse for all except svn - for SVN i use tortoise: much more comfortable merging if core modified
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: Eclipse Vs. Tortoise SVN, Apache Ant and Notepad++
may be you re right...but i not familiar with this part. i apply patches via eclipsejaniii wrote: in eclipse you should use team synchronize to check for updates, not to do an update if you have modified core. then eclipse is much more better to merge conflicts than tortoise.

Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Eclipse Vs. Tortoise SVN, Apache Ant and Notepad++
just right-click->team>synchronize with repository
try it when a new changeset comes out
try it when a new changeset comes out
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: Eclipse Vs. Tortoise SVN, Apache Ant and Notepad++
i knew this, thx. but it hard to read logs of updates, not exact know how to take revisions log for 1 file etc..jurchiks wrote:just right-click->team>synchronize with repository
try it when a new changeset comes out
in tortoise it done very nice

Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Eclipse Vs. Tortoise SVN, Apache Ant and Notepad++
right-click the file>team>show revision graph?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: Eclipse Vs. Tortoise SVN, Apache Ant and Notepad++
graph it is graphics? i mean numbers of revisions where file was touched...revision graph in tortoise give me graphical view..
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Eclipse Vs. Tortoise SVN, Apache Ant and Notepad++
duh, why don't you try it first and then ask questions? takes 10 seconds...
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
- poltomb
- L2j Veteran
- Posts: 225
- Joined: Wed Jul 13, 2005 7:13 am
- Location: USA
Re: Eclipse Vs. Tortoise SVN, Apache Ant and Notepad++
Small projects -> Notepad++, Ant/Maven, SVN (command line).
Large projects -> Eclipse, mainly for it's code tracing abilities such as: type and call hierarchies, field location (really helpful when dealing with protected fields in sub classes), and over all compile error highlighting.
Large projects -> Eclipse, mainly for it's code tracing abilities such as: type and call hierarchies, field location (really helpful when dealing with protected fields in sub classes), and over all compile error highlighting.
- Szponiasty
- Advanced User
- Posts: 557
- Joined: Mon Apr 21, 2008 1:31 pm
- Location: Eastern Poland
Re: Eclipse Vs. Tortoise SVN, Apache Ant and Notepad++
Yup. Eclipse has very poor build-in diff (even other methods order can force you to manually check almost everything). I'm using one in NetBeans 6.9. Didn't saw better diff tool anywhere there yet. Well I saw one - in Delphi 2010 Pro, but it's a commercial IDE and compiller and it costed me a lot, so I won't compare these.
And in the next chronicle they went into space, fighting the evil empire... In a galaxy far, far away xD
- denser
- Posts: 1392
- Joined: Wed May 30, 2007 9:13 pm
- Location: Russia
- Contact:
Re: Eclipse Vs. Tortoise SVN, Apache Ant and Notepad++
sor dude) but was at work and cant run eclipsejurchiks wrote:duh, why don't you try it first and then ask questions? takes 10 seconds...

Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
L2J - the place where glad to see you any time!