Re: [udig-devel] help in last tasks for the release

2010-05-25 Thread Silvia Franceschi
Yes, just send me an email with the link for the build and I will download and test it. Ciao Silvia tbanchuin wrote: Hi Silvia, Thanks for volunteering to test the build. How can I contact you by email? Cheers, Tawan tbanchuin wrote: Hi Andrea, If by 'installer' you meant an export

Re: [udig-devel] How to extend the import wizard?

2010-05-25 Thread Jody Garnett
Hi Kon: The eclipse import wizard extension point is well documented on the web; if you are bringing in new information we ask that you place it on the uDig catalog for the rest of the application to find. Have a look a the source code for the tutorials: - http://udig.refractions.net/confluence

Re: [udig-devel] help in last tasks for the release

2010-05-25 Thread Jody Garnett
The task to "create a mac installer" is the step needed to create a proper mac "DMG". Jesse previously provided some instruction; and uploaded a video to the website of the steps needed. The "installers" on the website right now are simply archives ready to unzip; not a mac DMG. Jody On 26/05

Re: [udig-devel] help in last tasks for the release

2010-05-25 Thread tbanchuin
Hi Silvia, Thanks for volunteering to test the build. How can I contact you by email? Cheers, Tawan tbanchuin wrote: > > Hi Andrea, > > If by 'installer' you meant an export using the Eclipse Export Wizard, I > am happy to create one. > > I am a bit confused though because the uDig down

Re: [udig-devel] help in last tasks for the release

2010-05-25 Thread tbanchuin
Hi Andrea, If by 'installer' you meant an export using the Eclipse Export Wizard, I am happy to create one. I am a bit confused though because the uDig download page already lists the Mac installers for RC3. They surely don't have the Mac native gdal libraries. Is that why you need me to cr

[udig-devel] table of contents in community module

2010-05-25 Thread Jody Garnett
Hi Frank: You can check out the code now; here is an example of grouping the layers according to some "data tags". If you would like the next step is to allow people to edit the tags on the map blackboard (right now there are just some examples in the view menu). The tags used on a layer by lay

[udig-devel] [jira] Created: (UDIG-1668) relative link in GetFeatureInfo html response

2010-05-25 Thread Tore Halset (JIRA)
relative link in GetFeatureInfo html response - Key: UDIG-1668 URL: http://jira.codehaus.org/browse/UDIG-1668 Project: uDIG Issue Type: Bug Components: application Affects Versions: U

[udig-devel] [jira] Created: (UDIG-1667) utf-8 in GetFeatureInfo

2010-05-25 Thread Tore Halset (JIRA)
utf-8 in GetFeatureInfo --- Key: UDIG-1667 URL: http://jira.codehaus.org/browse/UDIG-1667 Project: uDIG Issue Type: Bug Components: application Affects Versions: UDIG 1.2.RC3 Environment: mac

[udig-devel] [jira] Created: (UDIG-1666) password dialog behind add data dialog

2010-05-25 Thread Tore Halset (JIRA)
password dialog behind add data dialog -- Key: UDIG-1666 URL: http://jira.codehaus.org/browse/UDIG-1666 Project: uDIG Issue Type: Bug Components: application Affects Versions: UDIG 1.2.RC3

[udig-devel] How to extend the import wizard?

2010-05-25 Thread konfri
Hey Guys! I would like to extend the import wizard by providing an additional way to import source. The point "Import XML file" would process some XML files of a given folder. What plug-in do I need to add to my plugin.xml Dependencies? And what about the Extensions? I just started working wi

Re: [udig-devel] Oracle plugin fail

2010-05-25 Thread jcamara
I'm on WinXp_SP3 32 bits with uDig 1.2RC3. Tested DataStore wizard with the same result: [...] Caused by: java.lang.NullPointerException at net.refractions.udig.catalog.internal.oracle.OracleGeoResource.getStatus(OracleGeoResource.java:82) at net.refractions.udig.catalog.internal.oracle.O

Re: [udig-devel] features not deleted

2010-05-25 Thread Jody Garnett
I see the code you are talking about; and I think we need to tag in Jesse for a moment. Resolving directly to something as you indicate would work - but would not allow the "layer interceptors" to do their job. These layer interceptors have the job of: - Making sure the transaction is set up as

Re: [udig-devel] Oracle plugin fail

2010-05-25 Thread Jody Garnett
Sigh; it was a one line fix (now committed). What platform are you on, I could issue a "snapshot" release for you to test against. The other thing to do if you are having trouble is we can try using the GeoTools DataStore wizard to connect to oracle. It has a few more options; but is not as fan

Re: [udig-devel] features not deleted

2010-05-25 Thread andrea antonello
Hi Jody, it removes the features as requested but... it doesn't refresh the screen. So I have to hit refresh to view that they are removed. Andrea On Tue, May 25, 2010 at 11:29 AM, Jody Garnett wrote: > What you describe sounds correct; implementation of resolve should do what > you say. >

[udig-devel] Oracle plugin fail

2010-05-25 Thread jcamara
Hi, list, I'm trying to connect an instance of Oracle10g with uDig using 'Catalog' -> 'Import' -> 'Oracle Spatial'. Once I fill the connection parameters (ip/port/user/pass...) I could see the Oracle Spatial item in the Catalog. But, if try to expand it, only can see 'Searching contents...', and

Re: [udig-devel] features not deleted

2010-05-25 Thread Jody Garnett
What you describe sounds correct; implementation of resolve should do what you say. What does it do now? Jody On 25/05/2010, at 6:55 PM, andrea antonello wrote: > I have a problem when trying to remove selected features from a > shapefile sometimes. > > I opened a ticket with the solution in i

[udig-devel] features not deleted

2010-05-25 Thread andrea antonello
I have a problem when trying to remove selected features from a shapefile sometimes. I opened a ticket with the solution in it: http://jira.codehaus.org/browse/UDIG-1665 If someone could review quickly I would be glad to close it as we talk. Thanks, Andrea ___

[udig-devel] [jira] Created: (UDIG-1665) selected features not deleted

2010-05-25 Thread Andrea Antonello (JIRA)
selected features not deleted - Key: UDIG-1665 URL: http://jira.codehaus.org/browse/UDIG-1665 Project: uDIG Issue Type: Bug Components: tools and editing Affects Versions: UDIG 1.2.RC3 Envir

Re: [udig-devel] help in last tasks for the release

2010-05-25 Thread Silvia Franceschi
Hey Twan, if you need a tester for the mac build I would be happy to help you. Ciao Silvia tbanchuin wrote: Hi Andrea, Once I finish building the gdal library, I can try to export the uDig project on my Mac according to this instruction: http://udig.refractions.net/confluence/display/ADMIN/u

Re: [udig-devel] help in last tasks for the release

2010-05-25 Thread andrea antonello
Hi Tawan, thanks for your help. Does this mean you would also create an macosx installer? That would be awsome! Andrea On Tue, May 25, 2010 at 12:23 AM, tbanchuin wrote: > > Hi Andrea, > > Once I finish building the gdal library, I can try to export the uDig > project on my Mac according to thi