[mapguide-users] POOL:DWF or AJAX

Kenneth, GEOGRAF A/S ks at geograf.dk
Tue Sep 26 06:47:35 EDT 2006


SVN and CVS are both version control system, but they do not interoperate.
So, no you can't use eclipse cvs for the checkout.

Maybe there is an SVN plugin for eclipse?

Regards, Kenneth

Tony Feng skrev:
>
> Hi,
>
>  
>
> Can eclipse cvs check out the source code?
>
> I wanna use the eclipse like the p4 client.
>
>  
>
> Best Regards:                    
>
> Tony
>
> ------------------------------------------------------------------------
>
> *From:* Trevor Wekel [mailto:trevor.wekel at autodesk.com]
> *Sent:* Tuesday, September 19, 2006 11:41 PM
> *To:* Jason Birch; users at mapguide.osgeo.org
> *Su**bject:* RE: [mapguide-users] POOL:DWF or AJAX
>
>  
>
> Hi Jason,
>
>  
>
> Check to see if MgCoordinateSystem.dll and proj.dll are in the server 
> bin directory.  It may also be worthwhile to see if the PROJ_LIB 
> environment variable is set.  I have seen strange behaviour like this 
> if the coordinate system libraries are not loaded and initialized 
> correctly.
>
>  
>
> Thanks,
>
> Trevor
>
>  
>
> ------------------------------------------------------------------------
>
> *From:* Jason Birch [mailto:Jason.Birch at nanaimo.ca]
> *Sent:* Friday, September 15, 2006 3:53 PM
> *To:* users at mapguide.osgeo.org
> *Su**bject:* RE: [mapguide-users] POOL:DWF or AJAX
>
> The version that I have currently does not appear to be stable.  This 
> command:
>
>  
>
> http://myserver/mapguide/mapagent/mapagent.fcgi?OPERATION=GETMAPIMAGE&VERSION=1.0.0LOCALE=en&MAPDEFINITION=Library%3A%2F%2FSamples%2FSheboygan%2FMaps%2FSheboygan.MapDefinition&FORMAT=PNG&SETDISPLAYDPI=96&SETDISPLAYWIDTH=512&SETDISPLAYHEIGHT=396 
> <http://myserver/mapguide/mapagent/mapagent.fcgi?OPERATION=GETMAPIMAGE&VERSION=1.0.0LOCALE=en&MAPDEFINITION=Library%3A%2F%2FSamples%2FSheboygan%2FMaps%2FSheboygan.MapDefinition&FORMAT=PNG&SETDISPLAYDPI=96&SETDISPLAYWIDTH=512&SETDISPLAYHEIGHT=396>
>
>  
>
> is crashing with:
>
>  
>
> An unclassified exception occurred. Exception occurred in method 
> MgServerRenderingService.RenderMap at line 449 in file 
> d:\osgeo\mgbuild\server\src\services\rendering\ServerRenderingService.cpp
>
>  
>
> Unfortunately, I don't know if this is because of the way that I'm 
> compiling/installing the application, or if it's an intrinsic bug.
>
>  
>
> Jason
>
>  
>
> ------------------------------------------------------------------------
>
> *From:* Ivan Milic(evic' [mailto:ivan at ineo.hr]
> *Sent:* Friday, September 15, 2006 09:51
> *To:* users at mapguide.osgeo.org
> *Su**bject:* RE: [mapguide-users] POOL:DWF or AJAX
>
> Oh my... I'll have to wait to get home (i'm downloading from train). 
> That's too much.
>
>  
>
> Can you put somewhere buildered instalation's? Please. I promise, when 
> I get home (2-3 days) I will complete build "matrix-alien" procedure 
> and every 20 days compiling new verions for other people.
>
>  
>
> I'm sure that many would like to have new verion's od FDO and Mgserver.
>
>  
>
> If you want, i can send you a usrname and password for ftp onmy server.
>
>  
>
> Thanx a lot Jason.
>
>  
>
> ------------------------------------------------------------------------
>
> *From:* Jason Birch [mailto:Jason.Birch at nanaimo.ca]
> *Sent:* 15. rujan 2006 18:45
> *To:* users at mapguide.osgeo.org
> *Su**bject:* RE: [mapguide-users] POOL:DWF or AJAX
>
>  
>
> No, you don't need all of the providers, just SDF and 
> GenericRDBMS.  The build process skips missing providers.
>
>  
>
> My svn directory (including all the SVN overhead) is:
>
>  
>
> Size:  1.16 GB
>
> Size on Disk (yes, I have large clusters):  2.77 GB
>
> Files:  123372
>
> Folders:  19307
>
>  
>
> The build directory (after building) is:
>
>  
>
> Size:  2.73 GB
>
> Size on Disk: 3.02 GB
>
> Files:  27719
>
> Folders:  2006
>
>  
>
> I should note that I don't the export SDE provider to my build 
> directory because I don't have the SDK.
>
>  
>
> It looks like if you only download the SDF and RDBMS providers you'll 
> save about 665 Mb on the download.
>
>  
>
> ------------------------------------------------------------------------
>
> *From:* Ivan Milic(evic' [mailto:ivan at ineo.hr]
> *Sent:* Friday, September 15, 2006 09:31
> *To:* users at mapguide.osgeo.org
> *Su**bject:* RE: [mapguide-users] POOL:DWF or AJAX
>
> Oh... what a mess....
>
>  
>
> I must download everything? I just need odbc driver.. And sdf.
>
>  
>
> Huh.. What is size of your osgeofdodev directory?
>
>  
>
> ------------------------------------------------------------------------
>
> *From:* Jason Birch [mailto:Jason.Birch at nanaimo.ca]
> *Sent:* 15. rujan 2006 18:21
> *To:* users at mapguide.osgeo.org
> *Su**bject:* RE: [mapguide-users] POOL:DWF or AJAX
>
>  
>
> You may need to explicitly check it out.  The FDO checkout process 
> (look at the svncheckout.bat file in the root) is somewhat convoluted.
>
>  
>
> svn checkout https://fdocore.osgeo.org/svn/fdocore/trunk -N 
> "D:OSGeoFDODev" --username YourOSGeoUsername --password YourOSGeoPwd
> svn checkout https://fdocore.osgeo.org/svn/fdocore/trunk/Utilities 
> "D:OSGeoFDODev\Utilities" --username YourOSGeoUsername --password 
> YourOSGeoPwd
> svn checkout https://fdocore.osgeo.org/svn/fdocore/trunk/Thirdparty 
> "D:OSGeoFDODev\Thirdparty" --username YourOSGeoUsername --password 
> YourOSGeoPwd
> svn checkout https://fdocore.osgeo.org/svn/fdocore/trunk/Fdo 
> "D:OSGeoFDODev\Fdo" --username YourOSGeoUsername --password YourOSGeoPwd
> svn checkout https://fdoshp.osgeo.org/svn/fdoshp/trunk/Providers/SHP 
> "D:OSGeoFDODev\Providers\SHP" --username YourOSGeoUsername --password 
> YourOSGeoPwd
> svn checkout https://fdosdf.osgeo.org/svn/fdosdf/trunk/Providers/SDF 
> "D:OSGeoFDODev\Providers\SDF" --username YourOSGeoUsername --password 
> YourOSGeoPwd
> svn checkout https://fdowfs.osgeo.org/svn/fdowfs/trunk/Providers/WFS 
> "D:OSGeoFDODev\Providers\WFS" --username YourOSGeoUsername --password 
> YourOSGeoPwd
> svn checkout https://fdowms.osgeo.org/svn/fdowms/trunk/Providers/WMS 
> "D:OSGeoFDODev\Providers\WMS" --username YourOSGeoUsername --password 
> YourOSGeoPwd
> svn checkout 
> https://fdoarcsde.osgeo.org/svn/fdoarcsde/trunk/Providers/ArcSDE 
> "D:OSGeoFDODev\Providers\ArcSDE" --username YourOSGeoUsername 
> --password YourOSGeoPwd
> svn checkout 
> https://fdordbms.osgeo.org/svn/fdordbms/trunk/Providers/GenericRdbms 
> "D:OSGeoFDODev\Providers\GenericRdbms" --username YourOSGeoUsername 
> --password YourOSGeoPwd
> svn checkout 
> https://fdogdal.osgeo.org/svn/fdogdal/trunk/Providers/GDAL 
> "D:OSGeoFDODev\Providers\GDAL" --username YourOSGeoUsername --password 
> YourOSGeoPwd
>
> Definitely not a god.  Had to struggle a bit to figure it out.
>
>  
>
> ------------------------------------------------------------------------
>
> *From:* Ivan Milic(evic' [mailto:ivan at ineo.hr]
> *Sent:* Friday, September 15, 2006 09:00
> *To:* users at mapguide.osgeo.org
> *Su**bject:* RE: [mapguide-users] POOL:DWF or AJAX
>
> Jason,
>
>  
>
> I dont have thirdparty directory! How is that possible?
>
>  
>
> ------------------------------------------------------------------------
>
> *From:* Andrew DeMerchant [mailto:andrew.demerchant at gemtec.ca]
> *Sent:* 15. rujan 2006 17:41
> *To:* users at mapguide.osgeo.org
> *Su**bject:* Re: [mapguide-users] POOL:DWF or AJAX
>
>  
>
> right
>
> Ivan Milic(evic' wrote:
>
> Ok, thanks!!!
>
>  
>
> And just one more thing...
>
>  
>
> 3. Ensure that the Windows Environment Variables are set as follows:
>
>  
>
>         SET FDO=[FDO OpenSource]\Fdo
>
>         SET FDOUTILITIES=[FDO OpenSource]\Utilities
>
>         SET FDOTHIRDPARTY=[FDO OpenSource]\ThirdParty
>
>         SET XALANROOT=%FDOTHIRDPARTY%\apache\xml-xalan\c
>
>         SET XERCESCROOT=%FDOTHIRDPARTY%\apache\xml-xerces\c
>
>         SET NLSDIR=%XALANROOT%\Src\xalanc\NLS
>
>  
>
> Q: What is variable and what is value? For example? Is FDO variable 
> and [FDO OpenSource]\Fdo value? Is that correct?
>
>  
>
> ------------------------------------------------------------------------
>
> *From:* Jason Birch [mailto:Jason.Birch at nanaimo.ca]
> *Sent:* 15. rujan 2006 17:30
> *To:* users at mapguide.osgeo.org <mailto:users at mapguide.osgeo.org>
> *Su**bject:* RE: [mapguide-users] POOL:DWF or AJAX
>
>  
>
> I don't think that it's published anywhere in an easy-to-read format.
>
>  
>
> You can either mine the Project Tracker (this is used extensively) for 
> items with a target release of 1.0.2:
>
>  
>
> https://mapguide.osgeo.org/servlets/Scarab
>
>  
>
> or search through the Issues or Commits mailing lists depending on the 
> amount of detail you want:
>
>  
>
> https://mapguide.osgeo.org/servlets/SummarizeList?listName=issues
>
>  
>
> https://mapguide.osgeo.org/servlets/SummarizeList?listName=commits
>
>  
>
> Jason
>
>  
>
> ------------------------------------------------------------------------
>
> *From:* Ivan Milic(evic' [mailto:ivan at ineo.hr <mailto:ivan at ineo.hr>]
> *Sent:* Friday, September 15, 2006 08:17
> *To:* users at mapguide.osgeo.org <mailto:users at mapguide.osgeo.org>
> *Su**bject:* RE: [mapguide-users] POOL:DWF or AJAX
>
> Jason, where can i find a list of changes from 1.0.1. until today 
> (talking about mapguides server)?
>
>  
>
> ------------------------------------------------------------------------
>
> *From:* Jason Birch [mailto:Jason.Birch at nanaimo.ca]
> *Sent:* 15. rujan 2006 17:09
> *To:* users at mapguide.osgeo.org <mailto:users at mapguide.osgeo.org>
> *Su**bject:* RE: [mapguide-users] POOL:DWF or AJAX
>
>  
>
> You can actually use these tools in conjunction.  I have both 
> installed, and will sometimes use the Tortoise tool when I know a 
> single file has changed and I don't want to go through the whole 
> process.  However, I prefer the commandline tools because they allow 
> me to script the update/export/build process.  My process is something 
> like:
>
>  
>
> - Update FDO (using a version of the batch file provided in the 
> repository, changed from checkout to update)
>
> - Export FDO to a build directory
>
> - Build FDO third party tools
>
> - Build FDO
>
> - Update MapGuide
>
> - Export MapGuide to a build directory
>
> - Install FDO into the MapGuide OEM structure
>
> - Build MapGuide
>
> - Transfer MapGuide to my VMWare server.
>
>  
>
> With command line tools, I've been able to script most of this, with 
> the exception of building MapGuide.
>
>  
>
> Ivan, you've probably figured this out from the path that Kenneth 
> provided, but this is the command to check out MapGuide
>
>  
>
> svn checkout https://mapguide.osgeo.org/svn/mapguide/trunk/MgDev 
> "D:\OSGeo\MGDev" --username YourOSGeoID --password YourOSGeoPwd
>
>  
>
> Jason
>
>  
>
> ------------------------------------------------------------------------
>
> *From:* Kenneth, GEOGRAF A/S [mailto:ks at geograf.dk]
> *Sent:* Friday, September 15, 2006 07:26
> *To:* users at mapguide.osgeo.org <mailto:users at mapguide.osgeo.org>
> *Su**bject:* Re: [mapguide-users] POOL:DWF or AJAX
>
> If you feel uncomfortable using commandline tools, I would recommend 
> that you try
> TortoiseSVN, which is an Explorer extension.
> http://tortoisesvn.tigris.org/
>
> That way, you can check out, or update simply by right clicking on the 
> folder in Explorer.
>
> Using this approach, you only need the URL of the repository, which 
> can be found on the osgeo website under "Subversion".
>
> FDO: https://fdo.osgeo.org/svn/fdo/trunk
> MapGuide: |https://mapguide.osgeo.org/svn/mapguide/trunk|
>
>  
>
>  
>
> -- 
>
> 	
>
> *Andrew DeMerchant*
> *Computer Technologist*
> ph.1-877-4GEMTEC x.163
> fax 506-453-9470
>
> /GEMTEC Limited <http://www.gemtec.ca>
> /191 Doak Road
> Fredericton, NB, Canada
> E3C 2E6
>
>  
>
-------------- next part --------------
Skipped content of type multipart/related


More information about the Mapguide-users mailing list