eclipse and large projects - Java
This is a discussion on eclipse and large projects - Java ; 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 ...
-
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
-
Re: eclipse and large projects
ulises.melendez@gmail.com wrote:
> 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.
Try
Window->Preferences->Java->Compiler->Compliance and
Classfiles->Classfile Generation
Cheers
Raghu
-
Re: eclipse and large projects
Raghu Kaippully wrote:
> ulises.melendez@gmail.com wrote:
>
>> 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.
>
>
> Try
>
> Window->Preferences->Java->Compiler->Compliance and
> Classfiles->Classfile Generation
>
> Cheers
> Raghu
Or if the problem comes only with ant and not with eclipse compilation,
see http://ant.apache.org/manual/CoreTasks/javac.html Note the debug and
debuglevel options.
Raghu
Similar Threads
-
By Application Development in forum c++
Replies: 8
Last Post: 09-07-2007, 06:03 PM
-
By Application Development in forum Software-Eng
Replies: 29
Last Post: 06-04-2007, 03:25 AM
-
By Application Development in forum Java
Replies: 0
Last Post: 02-21-2006, 10:35 PM
-
By Application Development in forum Java
Replies: 1
Last Post: 09-10-2005, 03:51 AM
-
By Application Development in forum Java
Replies: 0
Last Post: 07-14-2005, 07:52 AM