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

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


Back to the top