Commit Log (Page 2 of 2)

back to main page

Pages: << Previous 1 2

Summary Period: 2003-07-17 to 2003-06-09 (Commits 1-42 of 142)

pawel
7/17/03 11:04 AM
refactored ScenarioTest to reuse test code in test unit 3 testing. local test pass
26 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core/test/ScenarioTest.java (+26 -19)

pawel
7/17/03 10:43 AM
changed internals of command buffer to always use String hash keys, so it does not rely on the same object instance returned by matlab. local tests pass.
98 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab: impl/CommandBufferServiceImpl.java (+30 -7), mji/Command.java (+5)
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferImpl.java (+51 -33), MatlabControlPlugin.java (+8 -8), test/StateTransitionTest.java (+4 -1)

pawel
7/16/03 5:43 PM
commandbuffer service starts up properly and starts the server simulator
58 lines of code changed in:
matlab/ntcp_plugin_matlab.wsdd (+2 -3)
matlab/src/org/nees/ntcp/plugins/matlab: client/RemoteCommandBuffer.java (+1 -8), core/MatlabPluginFactory.java (+1 -1), impl/CommandBufferServiceImpl.java (+7 -4)
matlab/src/org/nees/ntcp/plugins/matlab/impl/test: BasicTest.java (new 1), PackageTests.java (new 46)

pawel
7/16/03 4:47 PM
recent stuff
11 lines of code changed in:
matlab/build.xml (+2 -2)
matlab/src/org/nees/ntcp/plugins/matlab: core/test/StateTransitionTest.java (+1 -1), impl/CommandBufferServiceImpl.java (+8)

madduri
7/16/03 4:34 PM
Still more stuff to come
68 lines of code changed in:
shorewestern/StandAlone.java (+1 -3)
shorewestern/src/org/nees/ntcp/plugins/shorewestern: ByteCommand.java (+3 -3), Command.java (+3 -4), ShoreWesternNTCPPlugin.java (+61 -4)

pawel
7/16/03 3:29 PM
cmd buffer service deploys with error
355 lines of code changed in:
matlab: NStoPkg.properties (new 11), build.properties (+1 -1), build.xml (+17 -16), ntcp_plugin_matlab.wsdd (+4 -5), src/org/nees/ntcp/plugins/matlab/impl/CommandBufferServiceImpl.java (+65 -20)
matlab/schema: command_buffer_port_type.gwsdl (del), nees/ntcp/command_buffer_port_type.gwsdl (new 215)
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferRegistry.java (new 27), MatlabPluginFactory.java (+11 -1), mtest/MatlabScenarioTest.java (+4 -2)

pawel
7/15/03 9:46 PM
added depl descriptor, client code, etc
175 lines of code changed in:
matlab: build.properties (-1), build.xml (+24 -38), ntcp_plugin_matlab.wsdd (new 22), src/org/nees/ntcp/plugins/matlab/client/RemoteCommandBuffer.java (new 129)

pawel
7/15/03 5:39 PM
changes of the day; command buffer service almost done
301 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core/mtest/MatlabScenarioTest.java (-1)
matlab/src/org/nees/ntcp/plugins/matlab/impl: CommandBufferServiceImpl.java (new 129), CommandBufferSingleton.java (new 0)
matlab/src/org/nees/ntcp/plugins/matlab/mji: ActionKind.java (+16), CancelCommand.java (+4 -1), CloseSessionCommand.java (+4), Command.java (+88 -3), CommandProcessingException.java (+14), CommandRelatedException.java (+15), ExecuteCommand.java (+4), GetControlPointCommand.java (+6 -1), GetParameterCommand.java (+6 -1), OpenSessionCommand.java (+5 -1), ProposeCommand.java (+5 -1), SetParameterCommand.java (+5 -1)

pawel
7/14/03 9:35 PM
hmmm
2 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core/mtest/MatlabScenarioTest.java (+2 -2)

pawel
7/14/03 9:23 PM
hmmm
4 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core/mtest/MatlabScenarioTest.java (+4 -4)

pawel
7/14/03 9:10 PM
corrections
2 lines of code changed in:
matlab/build.xml (+2 -2)

pawel
7/14/03 9:06 PM
updated tests as erik said
232 lines of code changed in:
matlab: build.xml (+14 -1), schema/command_buffer_port_type.gwsdl (+5 -5), src/org/nees/ntcp/plugins/matlab/mji/Command.java (+70 -17)
matlab/src/org/nees/ntcp/plugins/matlab/core: mtest/MatlabScenarioTest.java (+129 -23), test/ScenarioTest.java (+14 -3)

pawel
7/14/03 5:15 PM
modified log4j defaults
3 lines of code changed in:
matlab/log4j.properties (+3 -2)

pawel
7/14/03 5:14 PM
added command buffer schema
69 lines of code changed in:
matlab: build.xml (+64 -27), schema/command_buffer_port_type.gwsdl (new 5), src/org/nees/ntcp/plugins/matlab/core/mtest/MatlabScenarioTest.java (-1)

madduri
7/14/03 12:54 AM
package tests
17 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/test/PackageTests.java (new 17)

madduri
7/14/03 12:46 AM
--Added build file
--Added Utility classes that hold the Shorewestern commands
--Added the functionality of openSession
--Everything compiles and openSession works.
--Test will be added later
387 lines of code changed in:
shorewestern: StandAlone.java (+8 -4), build.properties (new 5), build.xml (new 222)
shorewestern/src/org/nees/ntcp/plugins/shorewestern: ByteCommand.java (new 13), Command.java (new 56), ShoreWesternNTCPPlugin.java (+83 -5)

pawel
7/11/03 9:38 PM
stub generation
45 lines of code changed in:
matlab: build.xml (+28 -2), log4j.properties (+2 -2), src/org/nees/ntcp/plugins/matlab/mji/Command.java (+15 -11)

pawel
7/11/03 7:43 PM
correcting tests
6 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core: mtest/MatlabScenarioTest.java (+5 -3), test/ScenarioTest.java (+1 -1)

pawel
7/11/03 7:28 PM
correcting tests
6 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core/mtest/MatlabScenarioTest.java (+1 -1)

pawel
7/11/03 6:44 PM
all tests pass with new types
121 lines of code changed in:
matlab/build.xml (-1)
matlab/src/org/nees/ntcp/plugins/matlab/core/mtest: DummyTransactionListener.java (+13 -13), MatlabScenarioTest.java (+14 -96)
matlab/src/org/nees/ntcp/plugins/matlab/core/test: DummyExecutionMatlab.java (+10 -3), PackageTests.java (+1 -1), ScenarioTest.java (+5 -4), StateTransitionTest.java (+78 -31)

pawel
7/11/03 5:03 PM
3 scenarios pass
219 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core/test/ScenarioTest.java (+2 -3)
matlab/src/org/nees/ntcp/plugins/matlab/core/mtest: DummyTransactionListener.java (+18 -9), MatlabScenarioTest.java (+176 -55), Util.java (new 23)

madduri
7/11/03 4:11 PM
This works
44 lines of code changed in:
shorewestern/StandAlone.java (+44 -43)

pawel
7/11/03 4:05 PM
MatlabScenarioTest updated to new classes, but tests still fail
90 lines of code changed in:
matlab: build.xml (+1), src/org/nees/ntcp/plugins/matlab/core/mtest/MatlabScenarioTest.java (+2 -1)
matlab/src/org/nees/ntcp/plugins/matlab/core/test: PackageTests.java (+1 -1), ScenarioTest.java (+5 -10)

pawel
7/10/03 7:59 PM
3 scenario tests pass
40 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core/mtest/DummyTransactionListener.java (new 40)

pawel
7/10/03 7:59 PM
working on tests
447 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferImpl.java (+4 -3), MatlabControlPlugin.java (+10 -2), MatlabPluginFactory.java (+3 -1), SynchronizedFIFO.java (+2 -2)
matlab/src/org/nees/ntcp/plugins/matlab/core/mtest: DummyTransaction.java (+11 -10), MatlabScenarioTest.java (+290 -92)
matlab/src/org/nees/ntcp/plugins/matlab/core/test: DummyExecutionMatlab.java (+67 -15), PackageTests.java (+1), ScenarioTest.java (+59 -11)

madduri
7/10/03 3:13 PM
Really simple client to test connectivity to the Shore western shell
43 lines of code changed in:
shorewestern/StandAlone.java (new 43)

pawel
7/10/03 1:21 PM
logging setup
36 lines of code changed in:
matlab: commons-logging.properties (new 11), log4j.properties (new 25)

pawel
7/10/03 12:01 PM
fixed compilation (transaction exception)
18 lines of code changed in:
matlab/build.properties (+2 -2)
matlab/src/org/nees/ntcp/plugins/matlab: core/CommandBufferImpl.java (+13 -8), mji/CommandBufferException.java (+3)

pawel
7/10/03 11:56 AM
added lib
1442 lines of code changed in:
matlab/lib: log4j-core.LICENSE (new 48), log4j-core.jar (new 1394)

pawel
7/9/03 11:57 AM
now really added 1st scenario test
213 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core/mtest: DummyTransaction.java (new 46), MatlabScenarioTest.java (new 92)
matlab/src/org/nees/ntcp/plugins/matlab/core/test: DummyTransaction.java (del), ScenarioTest.java (new 75)

pawel
7/9/03 11:56 AM
added 1st scenario test
108 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core/test: DummyExecutionMatlab.java (+77 -46), DummyMatlab.java (+30 -31), StateTransitionTest.java (+1)

pawel
7/9/03 9:39 AM
added more tests and missing CommandBufferException
163 lines of code changed in:
matlab: build.xml (+12), src/org/nees/ntcp/plugins/matlab/mji/CommandBufferException.java (new 27)
matlab/src/org/nees/ntcp/plugins/matlab/core/test: DummyExecutionMatlab.java (new 118), DummyMatlab.java (+6 -4)

pawel
7/8/03 5:30 PM
added state transition tests
682 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferImpl.java (+3 -1), MatlabControlPlugin.java (+43 -10)
matlab/src/org/nees/ntcp/plugins/matlab/core/test: DummyMatlab.java (new 80), DummyTransaction.java (new 0), PackageTests.java (new 19), StateTransitionTest.java (new 537)

madduri
7/8/03 11:20 AM
Basic Skeleton for Shorewestern plugin
40 lines of code changed in:
shorewestern/src/org/nees/ntcp/plugins/shorewestern/ShoreWesternNTCPPlugin.java (new 40)

pawel
7/7/03 5:17 PM
added first test
489 lines of code changed in:
matlab/build.xml (+4 -7)
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferImpl.java (+7 -8), ControlPluginFactoryImpl.java (del), ControlPluginImpl.java (del), MatlabControlPlugin.java (new 366), MatlabPluginFactory.java (new 49)
matlab/src/org/nees/ntcp/plugins/matlab/mji: ActionKind.java (+4), CloseSessionCommand.java (new 20), CommandBuffer.java (+5 -5), OpenSessionCommand.java (new 31), test/DummyCommandBuffer.java (+3 -3)

pawel
6/25/03 12:50 PM
fixed compilation
75 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferImpl.java (+9 -8), ControlPluginImpl.java (+27 -20), SynchronizedFIFO.java (+4 -4)
matlab/src/org/nees/ntcp/plugins/matlab/mji: ActionKind.java (+32 -20), CommandBuffer.java (+3 -3)

pawel
6/25/03 12:17 PM
added core classes
225 lines of code changed in:
matlab: build.properties (+3), src/org/nees/ntcp/plugins/matlab/mji/ActionKind.java (+16)
matlab/src/org/nees/ntcp/plugins/matlab/core: CommandBufferImpl.java (new 96), CommandOutput.java (new 24), ControlPluginFactoryImpl.java (new 0), ControlPluginImpl.java (new 20), SynchronizedFIFO.java (new 32), TransactionNaming.java (new 34)

pawel
6/17/03 11:14 AM
changes to matlab java interface decided at the meetings 6/11-13/2003
161 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/mji: ActionKind.java (+7 -3), CancelCommand.java (new 16), Command.java (+2 -11), CommandBuffer.java (+1 -1), CommandKind.java (del), CommandOutOfSyncException.java (+1 -1), CommandProcessingException.java (+1 -1), ExecuteCommand.java (new 20), GetControlPointCommand.java (new 29), GetParameterCommand.java (new 29), ProposeCommand.java (new 24), SetParameterCommand.java (new 31)

johnsone
6/16/03 3:34 PM
initial test of dummy MATLAB/Java interface code
29 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/mji/test: DummyCommandBuffer.java (+1 -1), test_Command_in_matlab.m (new 28)

pawel
6/12/03 6:22 PM
created dummy cmd buffer
43 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/mji: CommandBuffer.java (+5 -21), test/DummyCommandBuffer.java (new 38)

pawel
6/9/03 5:19 PM
extra comments
20 lines of code changed in:
matlab/src/org/nees/ntcp/plugins/matlab/mji/ActionKind.java (+20)

pawel
6/9/03 4:51 PM
Initial revision
373 lines of code changed in:
.classpath (new 6), .project (new 17)
matlab: build.properties (new 6), build.xml (new 214)
matlab/src/org/nees/ntcp/plugins/matlab/mji: ActionKind.java (new 17), Command.java (new 34), CommandBuffer.java (new 40), CommandKind.java (new 0), CommandOutOfSyncException.java (new 12), CommandProcessingException.java (new 12), CommandRelatedException.java (new 15)

Pages: << Previous 1 2


Generated by StatCvs v0.1.3