Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Re: udig-devel Digest, Vol 60, Issue 3

Hi Jody/Justin

Thank you for your reply. I have implemented Save Project As, some thing similar as Jody told.

Thanks again.

Jayansh 
 

Message: 3
Date: Thu, 2 Apr 2009 10:46:57 -0400
From: "Justin R. Lynch" <Justin.Lynch@xxxxxxxxxx>
Subject: RE: [udig-devel] Save Project As
To: "User-friendly Desktop Internet GIS"
       <udig-devel@xxxxxxxxxxxxxxxxxxxxx>
Message-ID:
       <AD34EA8FF84A8E4F87295EB7C38F2C69101344@Mail1.IPSystemsInternational.local>

Content-Type: text/plain;       charset="iso-8859-1"

You should be able to export a project now. We checked in a fix and I guess we forgot to tell anyone.
Assuming you are using trunk you just right click on the project -> export -> Other -> export project.

-----Original Message-----
From: udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx [mailto:udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of Jody Garnett
Sent: Thursday, March 26, 2009 6:44 AM
To: User-friendly Desktop Internet GIS
Subject: Re: [udig-devel] Save Project As

Hi Jayansh; this is the second time I have answered this question
recently (I think last time was on the IRC channel). Have a look at
how the class OpenProject - this is an action that prompts the user
and eventually it boils down to this method.

ProjectRegistryImpl.getProject( URI )

Which turns around and calls some fun Eclipse Modeling Framework URI
and Resource classes including

resource.load( Map<?,?> )

We will want to use one of:
- resource.save( Map<?,?> )
- resource.save( OutputStream, Map<?,?> )

You may have to create a resource and add a project to it in order to
save; but you get the idea? Note that this issue was one of the ones
that was targeted for the recent 1.2-M3 release; so when you do get a
fix please send it our way.

Cheers,
Jody

On Thu, Mar 26, 2009 at 4:38 PM, Jayansh Shinde
<jayansh.shinde@xxxxxxxxx> wrote:
> Hi,
> I would like to implement Save Project As functionality in uDig. But I find
> no way to save resources(including unsaved resources) of existing project
> into new project.
> Please let me know is it feasible to save project to other location or not.
> --
> Regards
>
> Jayansh
>
> _______________________________________________
> 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

No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.0.238 / Virus Database: 270.11.38/2037 - Release Date: 04/02/09 06:09:00


------------------------------

_______________________________________________
udig-devel mailing list
udig-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.refractions.net/mailman/listinfo/udig-devel


End of udig-devel Digest, Vol 60, Issue 3
*****************************************



--
Regards

Jayansh

Back to the top