[sword-devel] Hello, I need help with the Sword Utilities

2013-01-26 Thread christopher brown
I have been trying to run the sword utilities for about a week now. i have tried to find information on the exact line to use in the command prompt i am running windows xp sp3, osis2mod wont run from the folder it is in, i have to run it from cmd. When i run it from the folder it appears breifly

Re: [sword-devel] Hello, I need help with the Sword Utilities

2013-01-26 Thread David Haslam
As a fellow Windows user (Win 7 x64) I found it useful to make (in my Sword directory) a symbolic link to where the Sword utilities are stored. Symbolic links may be unfamiliar to many Windows users, but old-hat to Linux folk. They are created using

Re: [sword-devel] Hello, I need help with the Sword Utilities

2013-01-26 Thread David Haslam
PS. I forgot to mention that I generally make use of relative paths in referring to input and output files. David -- View this message in context: http://sword-dev.350566.n4.nabble.com/Hello-I-need-help-with-the-Sword-Utilities-tp4651823p

Re: [sword-devel] Hello, I need help with the Sword Utilities

2013-01-27 Thread Pola Edward
e.org Date: Fri, 25 Jan 2013 18:09:40 -0500 Subject: [sword-devel] Hello, I need help with the Sword Utilities I have been trying to run the sword utilities for about a week now. i have tried to find information on the exact line to use in the command prompt i am running windows xp sp3, osis2

Re: [sword-devel] Hello, I need help with the Sword Utilities

2013-01-27 Thread David Haslam
Just a general reminder. mod2osis is a deprecated Sword utility. You can search the sword-devel archives to find out why. David -- View this message in context: http://sword-dev.350566.n4.nabble.com/Hello-I-need-help-with-the-Sword-Utilities-tp4651823p4651845.html Sent from the SWORD Dev ma

Re: [sword-devel] Hello, I need help with the Sword Utilities

2013-01-27 Thread Troy A. Griffitts
Well, mod2osis is a reference objective for the filters. Some day the osis2mod + osisosis filter set will perform a well enough to allow a simple module iteration and output to support a lossless round trip using osis2mod and mod2osis. Greg has submitted patches to mod2osis to bring this really

Re: [sword-devel] Hello, I need help with the Sword Utilities

2013-01-27 Thread David Haslam
Thanks Troy, for the clarification. Anyone wishing to assist in the programming task started by Greg can find his branch here: https://code.launchpad.net/~greg-hellings/sword/mod2osis See also http://crosswire.org/wiki/Mod2osis#Current_status David -- View this message in context: http://sw

Re: [sword-devel] Hello, I need help with the Sword Utilities

2013-01-30 Thread Marais, Johan: Absa
C: drive, but cannot find the output. Please help. Johan From: Troy A. Griffitts [mailto:scr...@crosswire.org] Sent: 27 January 2013 04:13 PM To: SWORD Developers' Collaboration Forum Subject: Re: [sword-devel] Hello, I need help with the Sword Utilities Well, mod2osis is a reference obje

Re: [sword-devel] Hello, I need help with the Sword Utilities

2013-01-30 Thread David Haslam
They both send the output to stdout. See https://en.wikipedia.org/wiki/Standard_out#Standard_output_.28stdout.29 You need to send the output to a file, using the normal methods in Windows (like in Unix). Here's how I use mod2imp. First create a folder where you want the output file... The comma