Hello,

I'm currently working on dspace 1.5 and I've taken the time to convert all the
UNIX shell scripts in /dspace/bin to batch files, so a Windows environment
would have the same easy-to-use scripts. I know a dspace-shell is on its way
(or it's at the TODO-list, at least), but for now, they would come in handy.
I've could convert most of them very straightforward, but a few scripts were a
little bit more tricky. So here are my questions:

make-handle-config uses sed and awk, and because there are no equivalents on
DOS/Windows (or I'm not aware of such commands), I've decided to use a small
Java class for the file manipulation. Is this solution O.K., or are better
options available ?
dspace_migrate has the same problem, I think (it's the last one I need to make).

start-handle-server uses nohup, which means that it's running like a system
service instead of a user service. Again, I don't know a good equivalent in
Windows, so I had to use "start", resulting in a new command window in which
the handle server is started. When the user logs out, the handle server is
obviously shut down. A better solution ?

Submitting the batch files has to be done on the sourceforge patching subsite ?
->
https://sourceforge.net/tracker/index.php?func=detail&aid=2061922&group_id=19984&atid=319984
I'll post later this day a zip/rar-file containing ALL my batch-files (incl. the
necessary java classes).
Is that enough for submitting the code or do I need to do other actions ?

Kindly regards,
Sibrand.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to