eclipse and large projects
I've been using eclipse for some time, and I think it's a great tool.
Although the project I work on is pretty large, for the most part I've
been able to create a project for just my small section of code. The
dependencies with the rest of the system were satisfied via a jar file.
This was adequate (though not ideal).
I now have a task that requires me to work with the system in its
entirety. The trouble I've had in the past is that the build process
is complex and requires ant. Now, I know eclipse has great ant
support, but when I compile with Ant, any stack traces I get from
exceptions don't provide file or line number information. I think I've
also had trouble with the debugger when building with ant. Is there an
option I'm missing or something?
Thanks
.
Relevant Pages
- Re: Changing IDE = Ton Of Work
... > If eclipse has ant support, ... I will just continue my file layout to get Eclipse happy. ... "right" place in the file system. ... I could have apples.java somewhere crazy and JBuilder wouldn't care so ... (comp.lang.java.programmer) - Re: Eclipse vs. GetResourse
... I'm waiting for an IDE ... > Eclipse can invoke any ANT task. ... (comp.lang.java.softwaretools) - Compilieren mit Eclipse und ANT
... ich habe in Eclipse 3.2 ein dynamisches Web-Projekt angelegt und Sourcen ... In Eclipse wird kein Fehler gemeldet, aber wenn ich den ANT-Task(in Eclipse ... Ich vermute, dass ich ANT sagen muss, welche Compiler Version genutzt werden ... Unter Run an Ant buildfile ist bereits eingestellt: Run in the same JRE as ... (de.comp.lang.java) - Re: lokales JRE
... Wenn das JRE/JDK Teil der Projektverzeichnistruktur ist, ... Entwickler dieses installieren, ... Damit Ant gegen ein bestimmtes JRE kompiliert muss ich Ant sagen wo ... Ja ganz sauber ist es nicht die Eclipse spezifische .classpath ins CVS ... (de.comp.lang.java) - Re: Giving an application a window icon in a sensible way
... Well, I was under the impression that you hadn't been able to get Eclipse to build the JAR file for you as part of an atomic, automated build. ... The main reason that I like to use Ant for the build rather than the IDE's built-in mechanism is because it stops you from being tied to the IDE. ... This is advantageous for integrating with other processes, such as continuous integration systems. ... (comp.lang.java.programmer) |
|