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 ...

+ Reply to Thread
Results 1 to 3 of 3

eclipse and large projects

  1. Default 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


  2. Default 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

  3. Default 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

+ Reply to Thread

Similar Threads

  1. Are there any very large open source C++ projects?
    By Application Development in forum c++
    Replies: 8
    Last Post: 09-07-2007, 06:03 PM
  2. Testing in large scale projects
    By Application Development in forum Software-Eng
    Replies: 29
    Last Post: 06-04-2007, 03:25 AM
  3. reference between different projects in Eclipse
    By Application Development in forum Java
    Replies: 0
    Last Post: 02-21-2006, 10:35 PM
  4. Eclipse: importing 19 projects
    By Application Development in forum Java
    Replies: 1
    Last Post: 09-10-2005, 03:51 AM
  5. eclipse cannot open projects
    By Application Development in forum Java
    Replies: 0
    Last Post: 07-14-2005, 07:52 AM