[
https://issues.apache.org/jira/browse/STONEHENGE-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ben Dewey updated STONEHENGE-33:
--------------------------------
Attachment: STONEHENGE-33-v3.patch
Based on comments Daniel made in the Interop Guide this script didn't work if
the user had a space in their %dotnet_root% path.
START %~dp0order_processor\bin\%runMode%\Trade.orderProcessorConsoleHost.exe
was changed to
START ".NET Order Processing Service"
"%~dp0order_processor\bin\%runMode%\Trade.orderProcessorConsoleHost.exe"
> Create a Batch Script to run the .NET Services
> ----------------------------------------------
>
> Key: STONEHENGE-33
> URL: https://issues.apache.org/jira/browse/STONEHENGE-33
> Project: Stonehenge
> Issue Type: Improvement
> Components: DOTNET_BS, DOTNET_OPS
> Affects Versions: M1
> Reporter: Ben Dewey
> Assignee: Ben Dewey
> Priority: Trivial
> Fix For: M1
>
> Attachments: STONEHENGE-33-v2.patch, STONEHENGE-33-v3.patch,
> STONEHENGE-33.patch
>
> Original Estimate: 0.25h
> Remaining Estimate: 0.25h
>
> I'd think we should create a batch script to run the services for the .NET BS
> and OPS.
> We discussed this earlier and we didn't go forward because we were hard
> coding paths. I found a way to do this without hard-coding the paths.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.