Menu

Webservice Commit Log


Commit Date  
[r599] by orth

a.orth
improved the logging (again!)

Modified Files:
src/java/de/fhworms/ztt/ox/campusdatarepository/CourseCatalog.java
src/java/de/fhworms/ztt/ox/campusdatarepository/StudentCatalog.java
src/java/de/fhworms/ztt/ox/deployment/ClusterNodeListener.java
src/java/de/fhworms/ztt/ox/deployment/DeploymentDaemonImpl.java
src/java/de/fhworms/ztt/ox/deployment/ExamDeployment.java
src/java/de/fhworms/ztt/ox/deployment/LinuxExamDeploymentImpl.java
src/java/de/fhworms/ztt/ox/deployment/MailFactory.java
src/java/de/fhworms/ztt/ox/examrepository/ProblemCatalog.java
src/java/de/fhworms/ztt/ox/examserver/ExamAdministrationClientConnectorImpl.java
src/java/de/fhworms/ztt/ox/examserver/ExamServer.java
src/java/de/fhworms/ztt/ox/examserver/RemoteExam.java
src/java/de/fhworms/ztt/ox/examserver/RemoteExamInterface.java
src/java/de/fhworms/ztt/ox/gradingwizard/GradingAgent.java
src/java/de/fhworms/ztt/ox/repositoryserver/RemoteCourseCatalog.java

2003-02-25 11:03:27 Tree
[r598] by orth

Orth
improved the logging

Modified Files:
src/java/de/fhworms/ztt/ox/campusdatarepository/CourseCatalog.java
src/java/de/fhworms/ztt/ox/campusdatarepository/StudentCatalog.java
src/java/de/fhworms/ztt/ox/deployment/ClusterNodeListener.java
src/java/de/fhworms/ztt/ox/deployment/DeploymentDaemonImpl.java
src/java/de/fhworms/ztt/ox/deployment/ExamDeployment.java
src/java/de/fhworms/ztt/ox/deployment/LinuxExamDeploymentImpl.java
src/java/de/fhworms/ztt/ox/deployment/MailFactory.java
src/java/de/fhworms/ztt/ox/examrepository/ProblemCatalog.java
src/java/de/fhworms/ztt/ox/examserver/ExamAdministrationClientConnectorImpl.java
src/java/de/fhworms/ztt/ox/examserver/ExamServer.java
src/java/de/fhworms/ztt/ox/examserver/RemoteExam.java
src/java/de/fhworms/ztt/ox/gradingwizard/GradingAgent.java
src/java/de/fhworms/ztt/ox/repositoryserver/RemoteCourseCatalogImpl.java
src/java/de/fhworms/ztt/ox/repositoryserver/RemoteProblemCatalogImpl.java
src/java/de/fhworms/ztt/ox/repositoryserver/RemoteStudentCatalogImpl.java
src/java/de/fhworms/ztt/ox/repositoryserver/RepositoryFiller.java

2003-02-24 18:41:35 Tree
[r597] by keidel

Raab, Orth, Keidel changed some comments, some names (refactoring) - sourced
field variables out in OneToFiveMarkLevelPolicy.java and thats it.

Modified Files:
ox/src/java/de/fhworms/ztt/ox/gradingwizard/GradingAgent.java
ox/src/java/de/fhworms/ztt/ox/gradingwizard/NoNegativeAddPolicy.java
ox/src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/QuantifierTest.java
Added Files:
ox/src/java/de/fhworms/ztt/ox/gradingwizard/OneToFiveMarkLevelPolicy.java
ox/src/java/de/fhworms/ztt/ox/gradingwizard/RoundUpQuantifierPolicy.java
Removed Files:
ox/src/java/de/fhworms/ztt/ox/gradingwizard/DefaultQuantifierPolicy.java
----------------------------------------------------------------------

2003-02-24 16:37:54 Tree
[r596] by conner

Refactored the whole mess from a callback scheme to a client request scheme

Modified Files:
build.bat build.sh build.xml lib/ant.jar lib/jdom.jar
lib/junit.jar lib/optional.jar lib/oro.jar lib/xalan.jar
lib/xerces.jar manifests/ZFunc.mf
src/java/de/fhworms/ztt/zfunc/ClientRunner.java
src/java/de/fhworms/ztt/zfunc/FunctionalTest.java
src/java/de/fhworms/ztt/zfunc/Functor.java
src/java/de/fhworms/ztt/zfunc/HTMLReportFilter.java
src/java/de/fhworms/ztt/zfunc/ReportFilter.java
src/java/de/fhworms/ztt/zfunc/ReportGenerator.java
src/java/de/fhworms/ztt/zfunc/Reporter.java
src/java/de/fhworms/ztt/zfunc/ServerRunner.java
src/java/de/fhworms/ztt/zfunc/Step.java
src/java/de/fhworms/ztt/zfunc/StepResult.java
src/java/de/fhworms/ztt/zfunc/UserAuthInfo.java
src/java/de/fhworms/ztt/zfunc/XMLReportGenerator.java
src/java/de/fhworms/ztt/zfunc/ZFuncAntTask.java
src/java/de/fhworms/ztt/zfunc/ZFuncServer.java
src/java/de/fhworms/ztt/zfunc/ZFuncServerImpl.java
src/java/de/fhworms/ztt/zfunc/ui/swing/ArgumentFrame.java
src/java/de/fhworms/ztt/zfunc/ui/swing/BlockingFrame.java
src/java/de/fhworms/ztt/zfunc/ui/swing/FTestSelectionFrame.java
src/java/de/fhworms/ztt/zfunc/ui/swing/MainFrame.java
src/java/de/fhworms/ztt/zfunc/ui/swing/UserAuthFrame.java
src/java/de/fhworms/ztt/zfunc/util/SwingComponentParent.java
src/xsl/de/fhworms/ztt/zfunc/xform.xsl
test/report/functional/html/index.html
test/report/functional/html/ftests/FTSTTest1/v1/r1/step-1-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r1/step-2-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r1/step-3-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r1/step-4-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r1/step-5-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r1/step-list-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r1/summary-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r1/test-overview.html
test/report/functional/html/ftests/FTSTTest1/v1/r2/step-1-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r2/step-2-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r2/step-3-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r2/step-4-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r2/step-5-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r2/step-list-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r2/summary-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r2/test-overview.html
test/report/functional/html/ftests/FTSTTest1/v1/r3/step-1-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r3/step-2-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r3/step-3-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r3/step-4-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r3/step-5-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r3/step-list-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r3/summary-frame.html
test/report/functional/html/ftests/FTSTTest1/v1/r3/test-overview.html
test/report/functional/html/ftests/FTSTTest1/v2/r1/step-1-frame.html
test/report/functional/html/ftests/FTSTTest1/v2/r1/step-2-frame.html
test/report/functional/html/ftests/FTSTTest1/v2/r1/step-3-frame.html
test/report/functional/html/ftests/FTSTTest1/v2/r1/step-4-frame.html
test/report/functional/html/ftests/FTSTTest1/v2/r1/step-list-frame.html
test/report/functional/html/ftests/FTSTTest1/v2/r1/summary-frame.html
test/report/functional/html/ftests/FTSTTest1/v2/r1/test-overview.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r1/step-1-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r1/step-2-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r1/step-list-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r1/summary-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r1/test-overview.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r2/step-1-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r2/step-2-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r2/step-list-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r2/summary-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r2/test-overview.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r3/step-1-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r3/step-2-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r3/step-list-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r3/summary-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r3/test-overview.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r4/step-1-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r4/step-2-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r4/step-list-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r4/summary-frame.html
test/report/functional/html/ftests/foo.FTSTTest2/v1/r4/test-overview.html
test/report/functional/xml/zfunc-report.xml
test/src/java/functional/FTSTTest1.java
test/src/java/functional/foo/FTSTNoTest.java
test/src/java/functional/foo/FTSTTest2.java
Added Files:
src/java/de/fhworms/ztt/zfunc/Connection.java
src/java/de/fhworms/ztt/zfunc/ConnectionImpl.java
src/java/de/fhworms/ztt/zfunc/ui/swing/SwingClient.java
src/java/de/fhworms/ztt/zfunc/ui/text/TextClient.java
src/script/client.policy src/script/zfuncclient.sh
src/script/zfuncserver.sh
Removed Files:
lib/zfunc.jar src/java/de/fhworms/ztt/zfunc/ZFuncClient.java
src/java/de/fhworms/ztt/zfunc/ui/swing/ZFuncSwingClientImpl.java
src/java/de/fhworms/ztt/zfunc/ui/text/ZFuncTextClientImpl.java

2003-02-20 18:31:56 Tree
[r595] by conner

Added some generic validating controls and some range checking facilities

Modified Files:
lib/zfunc.jar test/src/script/build.xml
test/src/script/ftestclient.sh
Added Files:
src/java/de/fhworms/ztt/ui/swing/ConversionException.java
src/java/de/fhworms/ztt/ui/swing/DateTextField.java
src/java/de/fhworms/ztt/ui/swing/IntTextField.java
src/java/de/fhworms/ztt/ui/swing/ValidatingDocument.java
src/java/de/fhworms/ztt/ui/swing/ValidatingTextField.java
src/java/de/fhworms/ztt/ui/swing/ValidityListener.java
src/java/de/fhworms/ztt/ui/swing/ValueFactory.java
src/java/de/fhworms/ztt/util/DateRange.java
src/java/de/fhworms/ztt/util/IntRange.java
src/java/de/fhworms/ztt/util/Range.java

2003-02-18 16:44:36 Tree
[r594] by hofmann

src/java/de/fhworms/ztt/mepros/Complex.java
class Complex should be able to store the measuring data with real and
imaginary part - implemented with the four basic arithmetic operations.
test/src/java/unit/de/fhworms/ztt/mepros/ComplexTest.java
testing class Complex

2003-02-18 13:02:06 Tree
[r593] by conner

Added time normalization (still missing JavaDocs!!!)
Some minor refactoring

Modified Files:
lib/zfunc.jar src/java/de/fhworms/ztt/zfunc/ClientRunner.java
src/java/de/fhworms/ztt/zfunc/FunctionalTest.java
src/java/de/fhworms/ztt/zfunc/ReportGenerator.java
src/java/de/fhworms/ztt/zfunc/ServerRunner.java
src/java/de/fhworms/ztt/zfunc/Step.java
src/java/de/fhworms/ztt/zfunc/StepResult.java
src/java/de/fhworms/ztt/zfunc/XMLReportGenerator.java
src/java/de/fhworms/ztt/zfunc/ZFuncClient.java
src/java/de/fhworms/ztt/zfunc/ZFuncServerImpl.java
src/java/de/fhworms/ztt/zfunc/ui/swing/ZFuncSwingClientImpl.java
src/java/de/fhworms/ztt/zfunc/ui/text/ZFuncTextClientImpl.java
Added Files:
src/java/de/fhworms/ztt/zfunc/Reporter.java
Removed Files:
src/java/de/fhworms/ztt/zfunc/ClientHolder.java

2003-02-14 12:30:36 Tree
[r592] by wolf

Modified Files:
test/src/java/unit/de/fhworms/ztt/mepros/DataTest.java

modified method testcreateDataBigsToZero()
method testcreateDataBigsToMean()

2003-02-13 14:33:57 Tree
[r591] by wolf

Removed Files:
src/java/de/fhworms/ztt/mepros/Test.java

removed Test file !!

2003-02-13 09:10:16 Tree
[r590] by wolf

Added Files:
src/java/de/fhworms/ztt/mepros/Test.java

for test use only !!

2003-02-13 09:06:25 Tree
Older >
MongoDB Logo MongoDB