Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1703) src-balls are improperly linked to plugin dependencies (which makes debugging a hell)

src-balls are improperly linked to plugin dependencies (which makes debugging a hell)
-------------------------------------------------------------------------------------

                 Key: UDIG-1703
                 URL: http://jira.codehaus.org/browse/UDIG-1703
             Project: uDIG
          Issue Type: Improvement
          Components: application
    Affects Versions: UDIG 1.2.x
         Environment: eclipse helios, linux-AMD64-2.6.32 java1.6.20 udig-sdk-1.2-snapshot-sdk-linux
            Reporter: rudi hochmeister
             Fix For: UDIG 1.2.x


When opening any geotools-modul from plugin-dependencies in eclipse, src-link does not function and only class-file is displayed.

Solution or much more a workaround:

after copying all src-balls from 
udig-1.2-snapshot/sdk/plugins/net.refractions.udig.libs.source_1.2.0.201007121358/lib/sources 
to
udig-1.2-snapshot/sdk/plugins/net.refractions.udig_platform.source_1.2.0.201007121358/src/net.refractions.udig.libs_1.2.0.201007121358/lib and restart/reload target platform,
sources are linked to class-files again. I don't know how to fix it in udig-build-system, but for me this workaround works and debugging is not such a big pain.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top