Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Nightly builds and line numbers

The matter isn't as easy as just adding a compiler option because everything is done by eclipse. However, I think I may have fixed the issue. There are a bunch of configuration files that I just went through. So hopefully that problem is fixed... now all I need is to figure out what happened to the build :P.

Jesse

Jesse Eichar wrote:
I think that I know how to fix this one. I'll email out a notice when I have "tentatively" fixed the issue.
David Zwiers wrote:
Vincent,
I think I follow you. It sounds like the javac compilation was done with -g:none (or someting close) ... I was assuming it was compiled with the defaults. You're asking for javac -g ? David

On 2/14/06, *Vincent Nouguier* <v.nouguier@xxxxxxxxxxxxxxxxxx <mailto:v.nouguier@xxxxxxxxxxxxxxxxxx>> wrote:

    Hello David,

    I'm not sure You understood the situation or maybe I was not
    precise enough.
    The uDig source code is well attached as I can get source for
    IGeoResource for instance.
    I can't toggle a breakpoint in this class, I get the message
    "Unable to
    install breakpoint int net.refractions.udig.catalog.IGeoResource
    due to
    missing line attributes. Modify compiler options to generate line
    number
    attributes."
    As it is a plug-in dependency, source code attachment is directly
    managed by the plugin.

    Vincent

    David Zwiers wrote:

    > Vincent,
    >
    > You shouldn't need a specific compiler option ... when using
    eclipse
> you just need to atach the source (one of the right click options on
    > the jar within the build path).
    >
    > Cheers,
    >
    > David
    >
    > On 2/13/06, *Vincent Nouguier* < v.nouguier@xxxxxxxxxxxxxxxxxx
    <mailto:v.nouguier@xxxxxxxxxxxxxxxxxx>
    > <mailto:v.nouguier@xxxxxxxxxxxxxxxxxx
    <mailto:v.nouguier@xxxxxxxxxxxxxxxxxx>>> wrote:
    >
    >     Hi,
    >
    >     The nightly builds seem to be compiled without line numbers
    option.
    >     That leads to an impossibility to toggle breakpoints in uDig
    >     source code.
    >
    >     Is it possible to modify the compiler options ?
    >
    >     Vincent
    >     _______________________________________________
    >     User-friendly Desktop Internet GIS (uDig)
    >     http://udig.refractions.net
    >     http://lists.refractions.net/mailman/listinfo/udig-devel
    <http://lists.refractions.net/mailman/listinfo/udig-devel>
    >
    >
>------------------------------------------------------------------------
    >
    >_______________________________________________
    >User-friendly Desktop Internet GIS (uDig)
    > http://udig.refractions.net
    >http://lists.refractions.net/mailman/listinfo/udig-devel
    >
    >
    _______________________________________________
    User-friendly Desktop Internet GIS (uDig)
    http://udig.refractions.net
    http://lists.refractions.net/mailman/listinfo/udig-devel
    <http://lists.refractions.net/mailman/listinfo/udig-devel>



_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel





Back to the top