My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 60: Command-line utilities
  Back to list
Status:  Fixed
Owner:  jumpinjackie
Closed:  Jul 2008
Type-Enhancement
Priority-Medium


Sign in to add a comment
 
Reported by jumpinjackie, Jul 25, 2008
Spawned off of  Issue 45 

Implement a series of command-line utilities that implement the core
functionality of the FDO API. 

The idea here is to make the application more friendly to batching/external
automation by providing the essential FDO APIs needed in the form of many
little programs.

The initial list of utilities include:

TaskRun.exe - Load an execute a given task

Usage: TaskRun.exe -file:bulkcopy.task [-createlog:true]

Mkdstore.exe - Create a new FDO data store

Usage: Mkdstore.exe -provider:OSGeo.SDF -properties:File=C:\Test\NewFile.sdf

Destroy.exe - Destroy a FDO data store

Usage: Destroy.exe -provider:OSGeo.MySQL
-connection:Username=test;Password=test;Service=localhost:3306
-properties:DataStore=test_data

MakeSdf.exe - Create an SDF file

Usage: MakeSdf.exe -path:C:\Test\NewFile.sdf [-schema:C:\Test\NewFile.schema]

DumpSchema.exe - Creates an XML dump of a given schema

Usage: DumpSchema.exe -file:C:\NewFile.schema -provider:OSGeo.SDF
-connection:File=C:\Test\NewFile.sdf -schema:Default
[-classes:TestClass[,TestClass2,TestClass3,...]]

ApplySchema.exe - Applies an XML feature schema to an FDO connection

Usage: ApplySchema.exe -file:C:\NewFile.schema -provider:OSGeo.SHP
-connection:DefaultFileLocation=C:\Test\




Comment 1 by jumpinjackie, Jul 26, 2008
r151: TaskRun.exe implemented
Comment 2 by jumpinjackie, Jul 26, 2008
r152: MakeSdf.exe implemented
Comment 3 by jumpinjackie, Jul 26, 2008
r154: Mkdstore.exe implemented
Comment 4 by jumpinjackie, Jul 26, 2008
r157: Destroy.exe implemented
Comment 5 by jumpinjackie, Jul 26, 2008
r158: DumpSchema.exe implemented
Comment 6 by jumpinjackie, Jul 26, 2008
r160: ApplySchema.exe implemented
Comment 7 by jumpinjackie, Jul 26, 2008
r163: added readme
Status: Fixed
Comment 8 by jasonbir...@gmail.com, Jul 27, 2008
Sweet :)
Sign in to add a comment

Hosted by Google Code