Menu

Webservice Commit Log


Commit Date  
[r563] by --none--

This commit was manufactured by cvs2svn to create branch 'ztt'.

2003-01-24 12:25:09 Tree
[r562] by conner

Initial revision

2003-01-24 12:25:04 Tree
[r561] by keidel

We changed the standard logging procedure:

o initializing private static finale logger = Logger.getLogger(...)
o central logging name "de.fhworms.ztt.ox"
o private static void initLogger() {...}

Modified Files:
ox/src/java/de/fhworms/ztt/ox/deployment/DeploymentDaemonImpl.java
ox/src/java/de/fhworms/ztt/ox/deployment/MailFactory.java
ox/src/java/de/fhworms/ztt/ox/examclient/ExamClientApp.java
ox/src/java/de/fhworms/ztt/ox/examclient/ExamClientController.java
ox/src/java/de/fhworms/ztt/ox/examclient/ExamClientModel.java
ox/src/java/de/fhworms/ztt/ox/examclient/SessionManager.java
ox/src/java/de/fhworms/ztt/ox/examserver/ExamAdministrationClientConnectorImpl.java
ox/src/java/de/fhworms/ztt/ox/examserver/ExamServer.java
ox/src/java/de/fhworms/ztt/ox/examserver/RemoteExam.java
ox/src/java/de/fhworms/ztt/ox/gradingwizard/GradingAgent.java
ox/src/java/de/fhworms/ztt/ox/repositoryserver/RemoteCourseCatalogImpl.java
ox/src/java/de/fhworms/ztt/ox/repositoryserver/RemoteProblemCatalogImpl.java
ox/src/java/de/fhworms/ztt/ox/repositoryserver/RemoteStudentCatalogImpl.java
ox/src/java/de/fhworms/ztt/ox/repositoryserver/RepositoryServerImpl.java

Convenients static method convert() to convert Exceptions to
a String.

Added Files:
ox/src/java/de/fhworms/ztt/util/ExceptionToStringConverter.java
ox/src_test/java/unit/de/fhworms/ztt/util/ExceptionToStringConverterTest.java
----------------------------------------------------------------------

Worms, 23.1.2003, Schaaf, Orth, Keidel

2003-01-23 16:27:05 Tree
[r560] by keidel

----------------------------------------------------------------------

Changed the default behaviour of the class GradingAgent.java. The main reason
was to get an other truth table policy installed. See the class
DefaultTruthTable.java. After that an new AddingPolicy was needed,
a method to calculate the marks (Zweipunktegleichung einer Geraden) and
the quantifier followed.

15.1.2003, Ralf Keidel

ToDo: new Design: Bridge(?), Filter and Pipes, Statistics and GUI

Modified Files:
src/java/de/fhworms/ztt/ox/gradingwizard/GradingAgent.java
Added Files:
src/java/de/fhworms/ztt/ox/gradingwizard/AddPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/DefaultAddPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/DefaultQuantifierPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/DefaultTruthTable.java
src/java/de/fhworms/ztt/ox/gradingwizard/NoNegativeAddPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/OriginalTruthTable.java
src/java/de/fhworms/ztt/ox/gradingwizard/QuantifierPolicy.java
src/java/de/fhworms/ztt/ox/gradingwizard/TruthTable.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/AddPolicyTest.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/QuantifierTest.java
src_test/java/unit/de/fhworms/ztt/ox/gradingwizard/TruthTabelTest.java
----------------------------------------------------------------------

2003-01-15 18:05:21 Tree
[r559] by conner

----------------------------------------------------------------------
Added XSLT to transform the XML report to html. moved all UI specific code
to separate package. Refactored JFuncAntTask, FunctionalTestManager and
UI code: all user interaction is now handled by the UI code.

THIS IS THE FINAL VERSION OF JFUNC. THE PROJECT IS BEING RENAMED TO ZFUNC.

Committing in .

Modified Files:
build.xml lib/jfunc.jar manifests/JFunc.mf
src/java/de/fhworms/ztt/jfunc/FunctionalTest.java
src/java/de/fhworms/ztt/jfunc/FunctionalTestManager.java
src/java/de/fhworms/ztt/jfunc/JFuncAntTask.java
src/java/de/fhworms/ztt/jfunc/ReportGenerator.java
src/java/de/fhworms/ztt/jfunc/XMLReportGenerator.java
src_test/java/functional/FTSTTest1.java
src_test/java/functional/foo/FTSTTest2.java
Added Files:
lib/xalan.jar
src/java/de/fhworms/ztt/jfunc/HTMLReportFilter.java
src/java/de/fhworms/ztt/jfunc/LocalRunner.java
src/java/de/fhworms/ztt/jfunc/ReportFilter.java
src/java/de/fhworms/ztt/jfunc/UserAuthInfo.java
src/java/de/fhworms/ztt/jfunc/ui/JFuncUI.java
src/java/de/fhworms/ztt/jfunc/ui/swing/ArgumentFrame.java
src/java/de/fhworms/ztt/jfunc/ui/swing/BlockingFrame.java
src/java/de/fhworms/ztt/jfunc/ui/swing/FTestSelectionFrame.java
src/java/de/fhworms/ztt/jfunc/ui/swing/JFuncSwingUI.java
src/java/de/fhworms/ztt/jfunc/ui/swing/MainFrame.java
src/java/de/fhworms/ztt/jfunc/ui/swing/UserAuthFrame.java
src/java/de/fhworms/ztt/jfunc/ui/text/JFuncTextUI.java
src/xsl/de/fhworms/ztt/jfunc/xform.xsl
Removed Files:
src/java/de/fhworms/ztt/jfunc/IndexedChoiceInputRequest.java
src/java/de/fhworms/ztt/jfunc/JFuncInputHandler.java
src/java/de/fhworms/ztt/jfunc/JFuncSwingUI.java
src/java/de/fhworms/ztt/jfunc/JFuncTextUI.java
src/java/de/fhworms/ztt/jfunc/JFuncUI.java
----------------------------------------------------------------------

2003-01-13 15:23:27 Tree
[r558] by conner

Made changes to accomodate the XSL transformations

Modified Files:
build.xml lib/jfunc.jar
src/java/de/fhworms/ztt/jfunc/FunctionalTest.java
src/java/de/fhworms/ztt/jfunc/FunctionalTestManager.java
src/java/de/fhworms/ztt/jfunc/JFuncAntTask.java
src/java/de/fhworms/ztt/jfunc/ReportGenerator.java
src/java/de/fhworms/ztt/jfunc/XMLReportGenerator.java
src_test/java/functional/foo/FTSTTest2.java

2003-01-06 08:56:07 Tree
[r557] by schaaf

*** empty log message ***

2002-12-30 09:27:51 Tree
[r556] by weinerth

Changed the Synchronize Icon to avoid user confusions.

Added Files:
resource/de/fhworms/ztt/ox/resources/icons/large/saveAs.png
resource/de/fhworms/ztt/ox/resources/icons/small/saveAs.png
Removed Files:
resource/de/fhworms/ztt/ox/resources/icons/large/saveAs.gif

2002-12-20 10:24:10 Tree
[r555] by weinerth

Changed the Synchronize Icon to avoid user confusions.

Modified Files:
resource/de/fhworms/ztt/ox/resources/bundles/ExamAdministrationClient.properties

2002-12-20 10:23:42 Tree
[r554] by conner

Updated jdom to get rid of stupid CONTROL-Ms inserted when report is rewritten

Modified Files:
lib/jdom.jar lib/jfunc.jar
src/java/de/fhworms/ztt/jfunc/XMLReportGenerator.java

2002-12-19 16:50:10 Tree
Older >
MongoDB Logo MongoDB