digiquest-cvs Mailing List for digiquest
Status: Alpha
Brought to you by:
dirkd
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
(67) |
May
(207) |
Jun
(143) |
Jul
(133) |
Aug
(34) |
Sep
(2) |
Oct
(36) |
Nov
|
Dec
(3) |
|---|
|
From: <di...@us...> - 2003-12-15 14:50:00
|
Update of /cvsroot/digiquest/digiquest/src/desktop/digiquest/desktop/ui
In directory sc8-pr-cvs1:/tmp/cvs-serv7416
Modified Files:
Bundle.java Bundle_de.java
Log Message:
Added missing Resources for MailDriver
Index: Bundle.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/desktop/digiquest/desktop/ui/Bundle.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Bundle.java 16 Jul 2003 20:12:20 -0000 1.20
--- Bundle.java 15 Dec 2003 14:49:57 -0000 1.21
***************
*** 250,267 ****
//MailDriverDialog
- {"incoming", "Incoming Server"},
- {"outgoing", "Outgoing Server"},
- {"password", "Password"},
- {"message", "Message"},
- {"text", "Text"},
- {"recipient", "Recipient"},
- {"email", "Email Address"},
- {"subject", "Subject"},
- {"send_As", "Send as"},
- {"sender", "Sender Address"},
- {"del_Mails", "Delete Mails?"},
- {"yes", "Yes"},
- {"no", "No"},
- //FileCommDriver
{"incoming", "Incoming Server"},
{"outgoing", "Outgoing Server"},
--- 250,253 ----
***************
*** 277,281 ****
{"yes", "Yes"},
{"no", "No"},
!
//DBDriverConfigDialog
// Fields
--- 263,269 ----
{"yes", "Yes"},
{"no", "No"},
! {"protocol", "Protocol"},
! {"secureLogin", "secureLogin"},
!
//DBDriverConfigDialog
// Fields
Index: Bundle_de.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/desktop/digiquest/desktop/ui/Bundle_de.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Bundle_de.java 16 Jul 2003 20:12:20 -0000 1.20
--- Bundle_de.java 15 Dec 2003 14:49:57 -0000 1.21
***************
*** 269,272 ****
--- 269,274 ----
{"yes", "Ja"},
{"no", "Nein"},
+ {"protocol", "Protokoll"},
+ {"secureLogin", "secureLogin"},
//DBDriverConfigDialog
|
|
From: <di...@us...> - 2003-12-10 17:23:11
|
Update of /cvsroot/digiquest/website/src/documentation/content/xdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv21272/src/documentation/content/xdocs
Modified Files:
download.xml
Log Message:
changed download links
Index: download.xml
===================================================================
RCS file: /cvsroot/digiquest/website/src/documentation/content/xdocs/download.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** download.xml 12 Jul 2003 20:11:00 -0000 1.2
--- download.xml 10 Dec 2003 17:23:08 -0000 1.3
***************
*** 13,32 ****
<title>digiquest-source</title>
<p>This package contains the complete sources. Each of the following packages may be built from these sources.</p>
! <p>Download <link href="ext:sf/download/latest">digiquest-source</link>.</p>
</section>
<section>
<title>digiquest-desktop</title>
<p>This package contains the binary digiquest-desktop distribution. digiquest-desktop is a Java Swing application and needs a Java Runtime to run. digiquest-desktop can be run on all platforms where Swing applications run, e.g. Windows or Linux systems.</p>
! <p>Download <link href="ext:sf/download/latest">digiquest-desktop</link>.</p>
</section>
<section>
<title>digiquest-webapp</title>
<p>This package contains the digiquest-webapp. digiquest-webapp is a servlet written in Java. The servlet displays questionaries as HTML or WML pages, so users can fill out the questionaries using a browser or cell-phone. The servlet needs a webserver with a servlet container (e.g. Apache and Tomcat) to be run.</p>
! <p>Download <link href="ext:sf/download/latest">digiquest-webapp</link>.</p>
</section>
<section>
<title>digiquest-palm</title>
<p>This package contains the binaries of digiquest-palm. digiquest-palm is an application that runs on PalmOS devices. digiquest-palm allows users to fill out questionaries on any PalmOS devices where a Java Micro Edition is available. With the included conduit and Java application, questionaries are transfered to the device and results are transfered from the device to a workstation.</p>
! <p>Download <link href="ext:sf/download/latest">digiquest-palm</link>.</p>
</section>
</section>
--- 13,32 ----
<title>digiquest-source</title>
<p>This package contains the complete sources. Each of the following packages may be built from these sources.</p>
! <p>Download <link href="ext:sf/download">digiquest-source</link>.</p>
</section>
<section>
<title>digiquest-desktop</title>
<p>This package contains the binary digiquest-desktop distribution. digiquest-desktop is a Java Swing application and needs a Java Runtime to run. digiquest-desktop can be run on all platforms where Swing applications run, e.g. Windows or Linux systems.</p>
! <p>Download <link href="ext:sf/download">digiquest-desktop</link>.</p>
</section>
<section>
<title>digiquest-webapp</title>
<p>This package contains the digiquest-webapp. digiquest-webapp is a servlet written in Java. The servlet displays questionaries as HTML or WML pages, so users can fill out the questionaries using a browser or cell-phone. The servlet needs a webserver with a servlet container (e.g. Apache and Tomcat) to be run.</p>
! <p>Download <link href="ext:sf/download">digiquest-webapp</link>.</p>
</section>
<section>
<title>digiquest-palm</title>
<p>This package contains the binaries of digiquest-palm. digiquest-palm is an application that runs on PalmOS devices. digiquest-palm allows users to fill out questionaries on any PalmOS devices where a Java Micro Edition is available. With the included conduit and Java application, questionaries are transfered to the device and results are transfered from the device to a workstation.</p>
! <p>Download <link href="ext:sf/download">digiquest-palm</link>.</p>
</section>
</section>
|
|
From: <di...@us...> - 2003-12-10 17:18:07
|
Update of /cvsroot/digiquest/website
In directory sc8-pr-cvs1:/tmp/cvs-serv20832
Modified Files:
status.xml
Log Message:
commiting a change, made long time ago...
Index: status.xml
===================================================================
RCS file: /cvsroot/digiquest/website/status.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** status.xml 16 Jul 2003 20:28:26 -0000 1.19
--- status.xml 10 Dec 2003 17:18:02 -0000 1.20
***************
*** 70,73 ****
--- 70,80 ----
-->
<release version="0.3.0" date="not released yet">
+ <action type="add" context="webapp" dev="dd">
+ Question text as HTML output is formatted according to the format included in a question's text
+ </action>
+ </release>
+
+ <!-- dont touch any releases below! -->
+ <release version="0.2.1" date="2003-07-17">
<action type="add" context="desktop" dev="dd">
Doubleclicks with the mouse are now supported in the Questionary, ResultSet and Profile Management dialogs.
***************
*** 93,99 ****
Profile to use and when to send may now be choosed in one dialog
</action>
- <action type="add" context="webapp" dev="dd">
- Question text as HTML output is formatted according to the format included in a question's text
- </action>
<action type="add" context="desktop" dev="dd">
Now using formatted question texts. Added an example questionary to DummyDriver
--- 100,103 ----
***************
*** 104,108 ****
</release>
- <!-- dont touch any releases below! -->
<release version="0.2.0" date="2003-07-12">
<action type="add" context="webapp" dev="ap">
--- 108,111 ----
|
|
From: <an...@us...> - 2003-10-16 22:25:52
|
Update of /cvsroot/digiquest/digiquest
In directory sc8-pr-cvs1:/tmp/cvs-serv18931
Modified Files:
build.xml
Log Message:
swt.jar added
Index: build.xml
===================================================================
RCS file: /cvsroot/digiquest/digiquest/build.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** build.xml 15 Oct 2003 09:56:17 -0000 1.46
--- build.xml 16 Oct 2003 10:29:50 -0000 1.47
***************
*** 96,99 ****
--- 96,100 ----
<include name="itext-0.99.jar"/>
<include name="jCharts-0.7.2.jar"/>
+ <include name="swt.jar"/>
</fileset>
***************
*** 322,326 ****
<!-- pocketpc2002 -->
<jar destfile="${jar.dir}/${jar.pocketpc2002}">
! <fileset dir="${build.classes.dir}" includes="digiquest/pocketpc2002/**"/>
<!-- include core -->
<zipgroupfileset dir="${jar.dir}" includes="${jar.core}"/>
--- 323,327 ----
<!-- pocketpc2002 -->
<jar destfile="${jar.dir}/${jar.pocketpc2002}">
! <fileset dir="${build.classes.dir}" includes="digiquest/pocketpc2002/**"/>
<!-- include core -->
<zipgroupfileset dir="${jar.dir}" includes="${jar.core}"/>
|
|
From: <lar...@us...> - 2003-10-16 20:51:59
|
Update of /cvsroot/digiquest/digiquest
In directory sc8-pr-cvs1:/tmp/cvs-serv6729
Modified Files:
build.xml
Log Message:
added javadoc creation for palm
Index: build.xml
===================================================================
RCS file: /cvsroot/digiquest/digiquest/build.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** build.xml 16 Oct 2003 10:29:50 -0000 1.47
--- build.xml 16 Oct 2003 20:51:56 -0000 1.48
***************
*** 31,34 ****
--- 31,37 ----
<property name="src.tools.dir" value="${src.dir}/tools"/>
<property name="src.pocketpc2002.dir" value="${src.dir}/pocketpc2002"/>
+ <property name="src.palmapp.dir" value="${src.dir}/palm/palmapp"/>
+ <property name="src.palmconduit.dir" value="${src.dir}/palm/conduit"/>
+ <property name="src.palmdesktop.dir" value="${src.dir}/palm/palmdesktop"/>
<!--
***************
*** 68,72 ****
<property name="doc.webapp.dir" value="${doc.dir}/webapp"/>
<property name="doc.examples.dir" value="${doc.dir}/examples"/>
! <property name="doc.pocketpc2002.dir" value="${doc.dir}/pocketpc2002"/>
<!-- checkstyle -->
--- 71,78 ----
<property name="doc.webapp.dir" value="${doc.dir}/webapp"/>
<property name="doc.examples.dir" value="${doc.dir}/examples"/>
! <property name="doc.pocketpc2002.dir" value="${doc.dir}/pocketpc2002"/>
! <property name="doc.palmapp.dir" value="${doc.dir}/palm/palmapp"/>
! <property name="doc.palmconduit.dir" value="${doc.dir}/palm/conduit"/>
! <property name="doc.palmdesktop.dir" value="${doc.dir}/palm/palmdesktop"/>
<!-- checkstyle -->
***************
*** 204,208 ****
<packageset dir="${src.tools.dir}"/>
<packageset dir="${src.pocketpc2002.dir}"/>
!
<group title="Core" packages="digiquest*"/>
<group title="Desktop" packages="digiquest.desktop*"/>
--- 210,217 ----
<packageset dir="${src.tools.dir}"/>
<packageset dir="${src.pocketpc2002.dir}"/>
! <packageset dir="${src.palmapp.dir}"/>
! <packageset dir="${src.palmconduit.dir}"/>
! <packageset dir="${src.palmdesktop.dir}"/>
!
<group title="Core" packages="digiquest*"/>
<group title="Desktop" packages="digiquest.desktop*"/>
***************
*** 210,213 ****
--- 219,226 ----
<group title="Tools" packages="digiquest.tools*"/>
<group title="PocketPC2002 Application" packages="digiquest.pocketpc2002*"/>
+ <group title="Palm Application" packages="digiquest.palm.palmapp*"/>
+ <group title="Palm Conduit" packages="digiquest.palm.conduit*"/>
+ <group title="Palm Desktop Application" packages="digiquest.palm.palmdesktop*"/>
+
<!-- Custom Tags we use -->
|
|
From: <lar...@us...> - 2003-10-16 20:51:26
|
Update of /cvsroot/digiquest/digiquest/src/desktop/digiquest/desktop/io
In directory sc8-pr-cvs1:/tmp/cvs-serv6596/src/desktop/digiquest/desktop/io
Modified Files:
DBCommunicationDriver.java MySQLDBCommunicationDriver.java
Log Message:
fixed javadoc
Index: DBCommunicationDriver.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/desktop/digiquest/desktop/io/DBCommunicationDriver.java,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** DBCommunicationDriver.java 6 Jul 2003 11:23:54 -0000 1.30
--- DBCommunicationDriver.java 16 Oct 2003 20:51:18 -0000 1.31
***************
*** 288,292 ****
/** Liefert die default-Konfiguration dieses Treibers
! * @return Ein {@link digiquest.driver.DriverConfig DriverConfig}-Objekt
*/
public DriverConfig getDefaultConfig() {
--- 288,292 ----
/** Liefert die default-Konfiguration dieses Treibers
! * @return Ein {@link digiquest.DriverConfig DriverConfig}-Objekt
*/
public DriverConfig getDefaultConfig() {
Index: MySQLDBCommunicationDriver.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/desktop/digiquest/desktop/io/MySQLDBCommunicationDriver.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MySQLDBCommunicationDriver.java 26 Jun 2003 19:21:36 -0000 1.1
--- MySQLDBCommunicationDriver.java 16 Oct 2003 20:51:18 -0000 1.2
***************
*** 55,59 ****
/** Get the default configuration of this driver
! * @return A {@link digiquest.driver.DriverConfig DriverConfig} object
*/
public DriverConfig getDefaultConfig() {
--- 55,59 ----
/** Get the default configuration of this driver
! * @return A {@link digiquest.DriverConfig DriverConfig} object
*/
public DriverConfig getDefaultConfig() {
***************
*** 72,76 ****
! /** @see CommunicationDriver#setConfig(DriverConfig config) */
public void setConfig(DriverConfig config) throws DriverException {
--- 72,76 ----
! /** @see digiquest.CommunicationDriver#setConfig(DriverConfig config) */
public void setConfig(DriverConfig config) throws DriverException {
|
|
From: <nla...@us...> - 2003-10-16 09:31:29
|
Update of /cvsroot/digiquest/digiquest/src/desktop/digiquest/desktop/io
In directory sc8-pr-cvs1:/tmp/cvs-serv9685
Modified Files:
XMLFormatterDriver.java
Log Message:
added doku
Index: XMLFormatterDriver.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/desktop/digiquest/desktop/io/XMLFormatterDriver.java,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** XMLFormatterDriver.java 13 Jul 2003 17:57:00 -0000 1.25
--- XMLFormatterDriver.java 16 Oct 2003 09:30:52 -0000 1.26
***************
*** 1,818 ****
! /*
! * Copyright (C) 2002-2003 by
! *
! * Dirk Drazenovic <di...@tz...>
! * Nils Lange <nl...@tz...>
! * Henning Müller <hmu...@tz...>
! * Anton Pfennig <an...@tz...>
! * Lars Springer <la...@tz...>
! *
! * This program is free software; you can redistribute it and/or modify
[...1630 lines suppressed...]
! target.setAttribute("id", String.valueOf(answer.getId()));
!
!
! element = xmlDocument.createElement("text");
! target.appendChild(element);
! element.appendChild(xmlDocument.createTextNode(answer.getText()));
!
! element = xmlDocument.createElement("value");
! target.appendChild(element);
! try {
! element.appendChild(xmlDocument.createTextNode(String.valueOf(
! answer.getValue())));
! } catch (Exception ex) {
! element.appendChild(xmlDocument.createTextNode("VALUE ILLEGAL"));
! }
!
! return target;
! }
!
! }
|
|
From: <an...@us...> - 2003-10-15 10:34:42
|
Update of /cvsroot/digiquest/digiquest/doc/pocketpc2002 In directory sc8-pr-cvs1:/tmp/cvs-serv28021 Added Files: README.txt Log Message: --- NEW FILE: README.txt --- (This appears to be a binary file; contents omitted.) |
|
From: <an...@us...> - 2003-10-15 09:59:19
|
Update of /cvsroot/digiquest/digiquest/doc/pocketpc2002/META-INF/services In directory sc8-pr-cvs1:/tmp/cvs-serv23320/pocketpc2002/META-INF/services Added Files: org.xmlpull.v1.XmlPullParserFactory Log Message: --- NEW FILE: org.xmlpull.v1.XmlPullParserFactory --- org.kxml2.io.KXmlParser |
|
From: <an...@us...> - 2003-10-15 09:59:19
|
Update of /cvsroot/digiquest/digiquest/doc/pocketpc2002/META-INF In directory sc8-pr-cvs1:/tmp/cvs-serv23320/pocketpc2002/META-INF Added Files: MANIFEST.MF Log Message: --- NEW FILE: MANIFEST.MF --- Manifest-Version: 1.0 Created-By: NetBeans IDE Specified-By: deForm.jarContent Main-Class: deForm.test.GUITest |
|
From: <an...@us...> - 2003-10-15 09:59:19
|
Update of /cvsroot/digiquest/digiquest/doc/pocketpc2002 In directory sc8-pr-cvs1:/tmp/cvs-serv23320/pocketpc2002 Added Files: INSTALL.txt Log Message: --- NEW FILE: INSTALL.txt --- (This appears to be a binary file; contents omitted.) |
|
From: <an...@us...> - 2003-10-15 09:58:57
|
Update of /cvsroot/digiquest/digiquest/doc/pocketpc2002/META-INF/services In directory sc8-pr-cvs1:/tmp/cvs-serv23254/services Log Message: Directory /cvsroot/digiquest/digiquest/doc/pocketpc2002/META-INF/services added to the repository |
|
From: <an...@us...> - 2003-10-15 09:58:43
|
Update of /cvsroot/digiquest/digiquest/doc/pocketpc2002/META-INF In directory sc8-pr-cvs1:/tmp/cvs-serv23226/META-INF Log Message: Directory /cvsroot/digiquest/digiquest/doc/pocketpc2002/META-INF added to the repository |
|
From: <an...@us...> - 2003-10-15 09:58:28
|
Update of /cvsroot/digiquest/digiquest/doc/pocketpc2002 In directory sc8-pr-cvs1:/tmp/cvs-serv23197/pocketpc2002 Log Message: Directory /cvsroot/digiquest/digiquest/doc/pocketpc2002 added to the repository |
|
From: <an...@us...> - 2003-10-15 09:57:57
|
Update of /cvsroot/digiquest/digiquest/lib In directory sc8-pr-cvs1:/tmp/cvs-serv23080 Added Files: swt_pocketpc.jar Log Message: --- NEW FILE: swt_pocketpc.jar --- (This appears to be a binary file; contents omitted.) |
|
From: <an...@us...> - 2003-10-15 09:57:23
|
Update of /cvsroot/digiquest/digiquest/lib In directory sc8-pr-cvs1:/tmp/cvs-serv23071 Added Files: swt-win32-2049.dll Log Message: --- NEW FILE: swt-win32-2049.dll --- (This appears to be a binary file; contents omitted.) |
|
From: <an...@us...> - 2003-10-15 09:56:26
|
Update of /cvsroot/digiquest/digiquest
In directory sc8-pr-cvs1:/tmp/cvs-serv22922
Modified Files:
build.xml
Log Message:
dist-pocketpc2002 added
checkstyle and javadoc
Index: build.xml
===================================================================
RCS file: /cvsroot/digiquest/digiquest/build.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** build.xml 14 Oct 2003 22:20:52 -0000 1.45
--- build.xml 15 Oct 2003 09:56:17 -0000 1.46
***************
*** 30,34 ****
<property name="src.webapp.dir" value="${src.dir}/webapp"/>
<property name="src.tools.dir" value="${src.dir}/tools"/>
! <property name="src.pocketpc2002.dir" value="${src.dir}/pocketpc2002"/>
<!--
--- 30,34 ----
<property name="src.webapp.dir" value="${src.dir}/webapp"/>
<property name="src.tools.dir" value="${src.dir}/tools"/>
! <property name="src.pocketpc2002.dir" value="${src.dir}/pocketpc2002"/>
<!--
***************
*** 68,71 ****
--- 68,72 ----
<property name="doc.webapp.dir" value="${doc.dir}/webapp"/>
<property name="doc.examples.dir" value="${doc.dir}/examples"/>
+ <property name="doc.pocketpc2002.dir" value="${doc.dir}/pocketpc2002"/>
<!-- checkstyle -->
***************
*** 113,118 ****
<!-- lib for pockepc2002 dist -->
<patternset id="pocketpc2002.libs">
! <include name="swt.jar"/>
<include name="kxml2.jar"/>
</patternset>
--- 114,120 ----
<!-- lib for pockepc2002 dist -->
<patternset id="pocketpc2002.libs">
! <include name="swt_pocketpc.jar"/>
<include name="kxml2.jar"/>
+ <include name="swt-win32-2049.dll"/>
</patternset>
***************
*** 200,203 ****
--- 202,206 ----
<packageset dir="${src.webapp.dir}"/>
<packageset dir="${src.tools.dir}"/>
+ <packageset dir="${src.pocketpc2002.dir}"/>
<group title="Core" packages="digiquest*"/>
***************
*** 205,208 ****
--- 208,212 ----
<group title="Web Application" packages="digiquest.webapp*"/>
<group title="Tools" packages="digiquest.tools*"/>
+ <group title="PocketPC2002 Application" packages="digiquest.pocketpc2002*"/>
<!-- Custom Tags we use -->
***************
*** 258,261 ****
--- 262,276 ----
<formatter toFile="${checkstyle.output.dir}/checkstyle-webapp.xml" type="xml"/>
</checkstyle>
+
+ <!-- pocketpc2002 -->
+ <checkstyle failonviolation="false">
+ <property key="checkstyle.locale.language" value="en"/>
+ <property key="checkstyle.pattern.todo" value="@todo"/>
+ <property key="checkstyle.basedir" value="${src.core.dir}"/>
+
+ <fileset dir="${src.pocketpc2002.dir}" includes="**/*.java"/>
+ <formatter toFile="${checkstyle.output.dir}/checkstyle-pocketpc2002.xml" type="xml"/>
+ </checkstyle>
+
<style
***************
*** 368,372 ****
<target
name="dist"
! depends="dist-source, dist-desktop, dist-webapp, dist-tools"
description="Make Packages for Distribution ">
</target>
--- 383,387 ----
<target
name="dist"
! depends="dist-source, dist-desktop, dist-webapp, dist-tools, dist-pocketpc2002"
description="Make Packages for Distribution ">
</target>
***************
*** 469,473 ****
--- 484,517 ----
</zip>
</target>
+
+ <target name="dist-pocketpc2002" depends="dist-init, jar">
+ <property name="pocketpc2002.prefix" value="digiquest-pocketpc-${dist.version}"/>
+
+ <zip destfile="${dist.dir}/${pocketpc2002.prefix}.zip" update="no">
+ <zipfileset dir="${jar.dir}" prefix="${pocketpc2002.prefix}/">
+ <include name="${jar.pocketpc2002}"/>
+ </zipfileset>
+ <zipfileset dir="${lib.dir}" prefix="${pocketpc2002.prefix}/lib/">
+ <patternset refid="pocketpc2002.libs"/>
+ </zipfileset>
+ <!-- docs -->
+ <zipfileset dir="${doc.dir}/dist" prefix="${pocketpc2002.prefix}">
+ <include name="LICENSE"/>
+ <include name="CHANGES"/>
+ </zipfileset>
+
+ <zipfileset dir="${doc.pocketpc2002.dir}" prefix="${pocketpc2002.prefix}">
+ <include name="**/*"/>
+ <exclude name=".nbattrs"/>
+ </zipfileset>
+
+ <!-- examples -->
+ <zipfileset dir="${doc.examples.dir}" prefix="${pocketpc2002.prefix}/examples">
+ <include name="*.xml"/>
+ </zipfileset>
+ </zip>
+ </target>
+
<target name="dist-source" depends="dist-init">
<property name="source.prefix" value="digiquest-source-${dist.version}"/>
|
|
From: <an...@us...> - 2003-10-15 09:18:22
|
Update of /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv17056/driver
Modified Files:
FileCommunicationDriver.java
Log Message:
Index: FileCommunicationDriver.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/driver/FileCommunicationDriver.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** FileCommunicationDriver.java 14 Oct 2003 21:39:51 -0000 1.2
--- FileCommunicationDriver.java 15 Oct 2003 09:18:17 -0000 1.3
***************
*** 274,291 ****
public void startReceive() throws DriverException {
// Ladbare Dateien für diese Konfiguration ermitteln
! File file = new File(incPath);
File[] files;
! String fileList[];
try {
//files = file.listFiles();
! fileList = file.list();
! System.out.println("length " + fileList.length);
! files = new File[fileList.length];
! for (int i = 0; i < fileList.length; i++) {
! System.out.println("file " + i + " " + fileList[i]);
! files[i] = new File(fileList[i]);
! }
} catch (NullPointerException npe) {
throw new DriverException("Internal Error creating List of Files");
--- 274,294 ----
public void startReceive() throws DriverException {
// Ladbare Dateien für diese Konfiguration ermitteln
! //File file = new File(incPath);
! File file = new File(File.separator);
File[] files;
!
try {
//files = file.listFiles();
! System.out.println("inc path " + incPath);
! System.out.println("file " + file.getName());
! String fileList[] = file.list();
! System.out.println("length " + fileList.length);
! files = new File[fileList.length];
! for (int i = 0; i < fileList.length; i++) {
! System.out.println("file " + i + " " + fileList[i]);
! files[i] = new File(fileList[i]);
! }
} catch (NullPointerException npe) {
throw new DriverException("Internal Error creating List of Files");
|
|
From: <an...@us...> - 2003-10-15 09:18:22
|
Update of /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/ui
In directory sc8-pr-cvs1:/tmp/cvs-serv17056/ui
Modified Files:
MainFrame.java
Log Message:
Index: MainFrame.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/ui/MainFrame.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MainFrame.java 14 Oct 2003 21:39:51 -0000 1.3
--- MainFrame.java 15 Oct 2003 09:18:17 -0000 1.4
***************
*** 211,215 ****
Profile profile;
try {
! profile = qm.getProfile(1);
qm.finish(runtimeQuest, profile, true);
} catch (ProfileNotFoundException e1) {
--- 211,215 ----
Profile profile;
try {
! profile = qm.getProfile(0);
qm.finish(runtimeQuest, profile, true);
} catch (ProfileNotFoundException e1) {
|
|
From: <an...@us...> - 2003-10-14 22:20:57
|
Update of /cvsroot/digiquest/digiquest
In directory sc8-pr-cvs1:/tmp/cvs-serv12641
Modified Files:
build.xml
Log Message:
pocketpc2002 jar Erstellung added
Index: build.xml
===================================================================
RCS file: /cvsroot/digiquest/digiquest/build.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** build.xml 17 Jul 2003 09:14:23 -0000 1.44
--- build.xml 14 Oct 2003 22:20:52 -0000 1.45
***************
*** 30,33 ****
--- 30,34 ----
<property name="src.webapp.dir" value="${src.dir}/webapp"/>
<property name="src.tools.dir" value="${src.dir}/tools"/>
+ <property name="src.pocketpc2002.dir" value="${src.dir}/pocketpc2002"/>
<!--
***************
*** 46,49 ****
--- 47,51 ----
<property name="jar.core" value="digiquest-core.jar"/>
<property name="jar.desktop" value="digiquest-desktop.jar"/>
+ <property name="jar.pocketpc2002" value="digiquest-pocketpc2002.jar"/>
<property name="jar.webapp" value="digiquest-webapp.jar"/>
<property name="jar.drivers" value="digiquest-drivers.jar"/>
***************
*** 88,91 ****
--- 90,94 ----
<include name="jlfgr-1_0.jar"/>
<include name="servlet.jar"/>
+ <include name="kxml2.jar"/>
<include name="kunststoff.jar"/>
<include name="mysql-connector-java-3.0.8-stable-bin.jar"/>
***************
*** 107,110 ****
--- 110,119 ----
<include name="mysql-connector-java-3.0.8-stable-bin.jar"/>
</patternset>
+
+ <!-- lib for pockepc2002 dist -->
+ <patternset id="pocketpc2002.libs">
+ <include name="swt.jar"/>
+ <include name="kxml2.jar"/>
+ </patternset>
<!-- lib for webapp dist -->
***************
*** 127,131 ****
TARGET: all
====================================================================== -->
! <target depends="clean, build, test, javadoc, dist, checkstyle" description="--> Kompletto alles..." name="all">
</target>
--- 136,140 ----
TARGET: all
====================================================================== -->
! <target description="--> Kompletto alles..." name="all" depends="clean, build, test, javadoc, dist, checkstyle">
</target>
***************
*** 168,171 ****
--- 177,187 ----
</classpath>
</javac>
+ <javac deprecation="true" target="1.1" destdir="${build.classes.dir}">
+ <src path="${src.pocketpc2002.dir}"/>
+ <classpath>
+ <path refid="classpath"/>
+ <pathelement location="${build.classes.dir}"/>
+ </classpath>
+ </javac>
</target>
***************
*** 275,278 ****
--- 291,296 ----
</jar>
+
+
<!-- drivers -->
<jar destfile="${jar.dir}/${jar.drivers}">
***************
*** 286,289 ****
--- 304,321 ----
</fileset>
</jar>
+
+ <!-- pocketpc2002 -->
+ <jar destfile="${jar.dir}/${jar.pocketpc2002}">
+ <fileset dir="${build.classes.dir}" includes="digiquest/pocketpc2002/**"/>
+ <!-- include core -->
+ <zipgroupfileset dir="${jar.dir}" includes="${jar.core}"/>
+ <!--<zipgroupfileset dir="${jar.dir}" includes="${jar.drivers}"/>-->
+ <manifest>
+ <attribute name="Built-By" value="${user.name}"/>
+ <attribute name="Main-Class" value="digiquest.pocketpc2002.ui.MainFrame"/>
+ <!--<attribute name="Class-Path" value="lib/kunststoff.jar lib/jlfgr-1_0.jar lib/mail.jar lib/activation.jar lib/mysql-connector-java-3.0.8-stable-bin.jar"/>-->
+ </manifest>
+ </jar>
+
<!-- webapp -->
|
|
From: <an...@us...> - 2003-10-14 21:39:56
|
Update of /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv4080/driver
Modified Files:
FileCommunicationDriver.java
Log Message:
Index: FileCommunicationDriver.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/driver/FileCommunicationDriver.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** FileCommunicationDriver.java 14 Oct 2003 15:12:21 -0000 1.1
--- FileCommunicationDriver.java 14 Oct 2003 21:39:51 -0000 1.2
***************
*** 277,283 ****
File[] files;
try {
! files = file.listFiles();
} catch (NullPointerException npe) {
throw new DriverException("Internal Error creating List of Files");
--- 277,291 ----
File[] files;
+ String fileList[];
try {
! //files = file.listFiles();
! fileList = file.list();
! System.out.println("length " + fileList.length);
! files = new File[fileList.length];
! for (int i = 0; i < fileList.length; i++) {
! System.out.println("file " + i + " " + fileList[i]);
! files[i] = new File(fileList[i]);
! }
} catch (NullPointerException npe) {
throw new DriverException("Internal Error creating List of Files");
|
Update of /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/ui
In directory sc8-pr-cvs1:/tmp/cvs-serv4080/ui
Modified Files:
MainFrame.java QuestionInfoDialog.java QuestionMCDialog.java
QuestionSCDialog.java QuestionTextDialog.java
QuestionYesNoDialog.java
Log Message:
Index: MainFrame.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/ui/MainFrame.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MainFrame.java 14 Oct 2003 16:06:16 -0000 1.2
--- MainFrame.java 14 Oct 2003 21:39:51 -0000 1.3
***************
*** 82,86 ****
receiveDummyQuest();
! receiveFileQuest();
fillTableData();
--- 82,86 ----
receiveDummyQuest();
! //receiveFileQuest();
fillTableData();
***************
*** 229,255 ****
switch (typ) {
case Question.TYPE_INFORMATIONAL :
! QuestionInfoDialog qid = new QuestionInfoDialog(0, question);
actualResult = qid.open(shell);
break;
case Question.TYPE_MULTI_CHOICE :
QuestionMCDialog qmcd =
! new QuestionMCDialog(shell, 0, question);
! actualResult = qmcd.open();
break;
case Question.TYPE_SINGLE_CHOICE :
QuestionSCDialog qscd =
! new QuestionSCDialog(shell, 0, question);
! actualResult = qscd.open();
break;
case Question.TYPE_TEXT :
QuestionTextDialog qtd =
! new QuestionTextDialog(shell, 0, question);
! actualResult = qtd.open();
break;
case Question.TYPE_YES_NO :
QuestionYesNoDialog qynd =
! new QuestionYesNoDialog(shell, 0, question);
! actualResult = qynd.open();
break;
--- 229,255 ----
switch (typ) {
case Question.TYPE_INFORMATIONAL :
! QuestionInfoDialog qid = new QuestionInfoDialog(question);
actualResult = qid.open(shell);
break;
case Question.TYPE_MULTI_CHOICE :
QuestionMCDialog qmcd =
! new QuestionMCDialog(question);
! actualResult = qmcd.open(shell);
break;
case Question.TYPE_SINGLE_CHOICE :
QuestionSCDialog qscd =
! new QuestionSCDialog(question);
! actualResult = qscd.open(shell);
break;
case Question.TYPE_TEXT :
QuestionTextDialog qtd =
! new QuestionTextDialog(question);
! actualResult = qtd.open(shell);
break;
case Question.TYPE_YES_NO :
QuestionYesNoDialog qynd =
! new QuestionYesNoDialog(question);
! actualResult = qynd.open(shell);
break;
Index: QuestionInfoDialog.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/ui/QuestionInfoDialog.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** QuestionInfoDialog.java 14 Oct 2003 16:06:17 -0000 1.2
--- QuestionInfoDialog.java 14 Oct 2003 21:39:51 -0000 1.3
***************
*** 26,29 ****
--- 26,35 ----
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.StyledText;
+
+ import org.eclipse.swt.*;
+ import org.eclipse.swt.events.*;
+ import org.eclipse.swt.layout.*;
+ import org.eclipse.swt.widgets.*;
+
import org.eclipse.swt.events.SelectionAdapter;
import org.eclipse.swt.events.SelectionEvent;
***************
*** 50,54 ****
private Shell shell;
! public QuestionInfoDialog(int style, Question question) {
//super(parent, style);
this.question = question;
--- 56,60 ----
private Shell shell;
! public QuestionInfoDialog(Question question) {
//super(parent, style);
this.question = question;
***************
*** 60,65 ****
shell.setText(String.valueOf(question.getId()));
! StyledText widget =
! new StyledText(shell, SWT.MULTI | SWT.WRAP | SWT.READ_ONLY);
widget.setText(question.getText());
widget.setSize(200, 100);
--- 66,71 ----
shell.setText(String.valueOf(question.getId()));
! Text widget =
! new Text(shell, SWT.MULTI | SWT.WRAP | SWT.READ_ONLY);
widget.setText(question.getText());
widget.setSize(200, 100);
Index: QuestionMCDialog.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/ui/QuestionMCDialog.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** QuestionMCDialog.java 14 Oct 2003 15:12:21 -0000 1.1
--- QuestionMCDialog.java 14 Oct 2003 21:39:51 -0000 1.2
***************
*** 24,27 ****
--- 24,32 ----
package digiquest.pocketpc2002.ui;
+ import org.eclipse.swt.*;
+ import org.eclipse.swt.events.*;
+ import org.eclipse.swt.layout.*;
+ import org.eclipse.swt.widgets.*;
+
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.StyledText;
***************
*** 45,49 ****
*/
! public class QuestionMCDialog extends Dialog {
private Object result;
--- 50,54 ----
*/
! public class QuestionMCDialog {
private Object result;
***************
*** 56,61 ****
private List list;
! public QuestionMCDialog(Shell parent, int style, Question question) {
! super(parent, style);
this.question = question;
}
--- 61,66 ----
private List list;
! public QuestionMCDialog(Question question) {
! //super(parent, style);
this.question = question;
}
***************
*** 77,87 ****
}
! public Object open() {
! Shell parent = getParent();
shell = new Shell(parent, SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL);
shell.setText(String.valueOf(question.getId()));
! StyledText widget =
! new StyledText(shell, SWT.MULTI | SWT.WRAP | SWT.READ_ONLY);
widget.setText(question.getText());
widget.setSize(200, 100);
--- 82,93 ----
}
! public Object open(Shell parent) {
! //shell = new Shell(parent, SWT.DIALOG_TRIM | SWT.PRIMARY_MODAL);
! //Shell parent = getParent();
shell = new Shell(parent, SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL);
shell.setText(String.valueOf(question.getId()));
! Text widget =
! new Text(shell, SWT.MULTI | SWT.WRAP | SWT.READ_ONLY);
widget.setText(question.getText());
widget.setSize(200, 100);
Index: QuestionSCDialog.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/ui/QuestionSCDialog.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** QuestionSCDialog.java 14 Oct 2003 15:12:21 -0000 1.1
--- QuestionSCDialog.java 14 Oct 2003 21:39:51 -0000 1.2
***************
*** 24,27 ****
--- 24,32 ----
package digiquest.pocketpc2002.ui;
+ import org.eclipse.swt.*;
+ import org.eclipse.swt.events.*;
+ import org.eclipse.swt.layout.*;
+ import org.eclipse.swt.widgets.*;
+
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.StyledText;
***************
*** 45,49 ****
*/
! public class QuestionSCDialog extends Dialog {
private Object result;
private Question question;
--- 50,54 ----
*/
! public class QuestionSCDialog {
private Object result;
private Question question;
***************
*** 54,59 ****
private Combo combo;
! public QuestionSCDialog(Shell parent, int style, Question question) {
! super(parent, style);
this.question = question;
}
--- 59,64 ----
private Combo combo;
! public QuestionSCDialog(Question question) {
! //super(parent, style);
this.question = question;
}
***************
*** 68,78 ****
}
! public Object open() {
! Shell parent = getParent();
shell = new Shell(parent, SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL);
shell.setText(String.valueOf(question.getId()));
! StyledText widget =
! new StyledText(shell, SWT.MULTI | SWT.WRAP | SWT.READ_ONLY);
widget.setText(question.getText());
widget.setSize(200, 100);
--- 73,83 ----
}
! public Object open(Shell parent) {
! //Shell parent = getParent();
shell = new Shell(parent, SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL);
shell.setText(String.valueOf(question.getId()));
! Text widget =
! new Text(shell, SWT.MULTI | SWT.WRAP | SWT.READ_ONLY);
widget.setText(question.getText());
widget.setSize(200, 100);
Index: QuestionTextDialog.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/ui/QuestionTextDialog.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** QuestionTextDialog.java 14 Oct 2003 15:12:21 -0000 1.1
--- QuestionTextDialog.java 14 Oct 2003 21:39:51 -0000 1.2
***************
*** 24,27 ****
--- 24,32 ----
package digiquest.pocketpc2002.ui;
+ import org.eclipse.swt.*;
+ import org.eclipse.swt.events.*;
+ import org.eclipse.swt.layout.*;
+ import org.eclipse.swt.widgets.*;
+
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.StyledText;
***************
*** 44,48 ****
*/
! public class QuestionTextDialog extends Dialog {
private Object result;
--- 49,53 ----
*/
! public class QuestionTextDialog {
private Object result;
***************
*** 52,57 ****
private Text text;
! public QuestionTextDialog(Shell parent, int style, Question question) {
! super(parent, style);
this.question = question;
}
--- 57,62 ----
private Text text;
! public QuestionTextDialog(Question question) {
! //super(parent, style);
this.question = question;
}
***************
*** 66,76 ****
}
! public Object open() {
! Shell parent = getParent();
shell = new Shell(parent, SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL);
shell.setText(String.valueOf(question.getId()));
! StyledText widget =
! new StyledText(shell, SWT.MULTI | SWT.WRAP | SWT.READ_ONLY);
widget.setText(question.getText());
widget.setSize(200, 100);
--- 71,81 ----
}
! public Object open(Shell parent) {
! //Shell parent = getParent();
shell = new Shell(parent, SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL);
shell.setText(String.valueOf(question.getId()));
! Text widget =
! new Text(shell, SWT.MULTI | SWT.WRAP | SWT.READ_ONLY);
widget.setText(question.getText());
widget.setSize(200, 100);
Index: QuestionYesNoDialog.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/ui/QuestionYesNoDialog.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** QuestionYesNoDialog.java 14 Oct 2003 15:12:21 -0000 1.1
--- QuestionYesNoDialog.java 14 Oct 2003 21:39:51 -0000 1.2
***************
*** 37,40 ****
--- 37,45 ----
import org.eclipse.swt.widgets.Shell;
+ import org.eclipse.swt.*;
+ import org.eclipse.swt.events.*;
+ import org.eclipse.swt.layout.*;
+ import org.eclipse.swt.widgets.*;
+
import digiquest.Question;
***************
*** 45,49 ****
*/
! public class QuestionYesNoDialog extends Dialog {
private Object result;
private Question question;
--- 50,54 ----
*/
! public class QuestionYesNoDialog {
private Object result;
private Question question;
***************
*** 53,58 ****
private Shell shell;
! public QuestionYesNoDialog(Shell parent, int style, Question question) {
! super(parent, style);
this.question = question;
}
--- 58,63 ----
private Shell shell;
! public QuestionYesNoDialog(Question question) {
! //super(parent, style);
this.question = question;
}
***************
*** 68,78 ****
}
! public Object open() {
! Shell parent = getParent();
shell = new Shell(parent, SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL);
shell.setText(String.valueOf(question.getId()));
! StyledText widget =
! new StyledText(shell, SWT.MULTI | SWT.WRAP | SWT.READ_ONLY);
//widget.setSize(100,200);
widget.setText(question.getText());
--- 73,83 ----
}
! public Object open(Shell parent) {
! //Shell parent = getParent();
shell = new Shell(parent, SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL);
shell.setText(String.valueOf(question.getId()));
! Text widget =
! new Text(shell, SWT.MULTI | SWT.WRAP | SWT.READ_ONLY);
//widget.setSize(100,200);
widget.setText(question.getText());
|
|
From: <an...@us...> - 2003-10-14 16:10:43
|
Update of /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/io In directory sc8-pr-cvs1:/tmp/cvs-serv3973/io Modified Files: ObjectSerializer.java DriverManager.java Log Message: nothing realy.... Index: ObjectSerializer.java =================================================================== RCS file: /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/io/ObjectSerializer.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ObjectSerializer.java 14 Oct 2003 15:12:21 -0000 1.1 --- ObjectSerializer.java 14 Oct 2003 16:10:39 -0000 1.2 *************** *** 31,36 **** /** Klasse zum Speichern und Laden von Applikationsdaten * ! * @owner <a href="mailto:la...@tz...">larss</a> * @author <a href="mailto:la...@tz...">larss</a> * @version $Revision$ */ --- 31,37 ---- /** Klasse zum Speichern und Laden von Applikationsdaten * ! * @owner <a href="mailto:an...@tz...">anton</a> * @author <a href="mailto:la...@tz...">larss</a> + * @author <a href="mailto:an...@tz...">anton</a> * @version $Revision$ */ Index: DriverManager.java =================================================================== RCS file: /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/io/DriverManager.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DriverManager.java 14 Oct 2003 15:12:21 -0000 1.1 --- DriverManager.java 14 Oct 2003 16:10:39 -0000 1.2 *************** *** 49,58 **** "digiquest.pocketpc2002.driver.DummyCommunicationDriver", "digiquest.pocketpc2002.driver.FileCommunicationDriver", - /*"digiquest.desktop.io.DBCommunicationDriver", - "digiquest.desktop.io.MySQLDBCommunicationDriver", - */ }; drivers = loadDrivers(driverNames); - //drivers = loadDummy(); } --- 49,54 ---- |
|
From: <an...@us...> - 2003-10-14 16:10:43
|
Update of /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/driver In directory sc8-pr-cvs1:/tmp/cvs-serv3973/driver Modified Files: DummyCommunicationDriver.java Log Message: nothing realy.... Index: DummyCommunicationDriver.java =================================================================== RCS file: /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/driver/DummyCommunicationDriver.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DummyCommunicationDriver.java 14 Oct 2003 15:12:21 -0000 1.1 --- DummyCommunicationDriver.java 14 Oct 2003 16:10:39 -0000 1.2 *************** *** 80,84 **** "Dummy Treiber", "Lars Springer", ! "digiquest.desktop.io.DummyCommunicationDriverConfigDialog"); incoming = new Questionary[8]; incoming[0] = makeQuestionTypes(); --- 80,84 ---- "Dummy Treiber", "Lars Springer", ! "digiquest.pocketpc2002.ui.DummyCommunicationDriverConfigDialog"); incoming = new Questionary[8]; incoming[0] = makeQuestionTypes(); |
|
From: <an...@us...> - 2003-10-14 16:06:22
|
Update of /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/ui
In directory sc8-pr-cvs1:/tmp/cvs-serv3014
Modified Files:
MainFrame.java QuestionInfoDialog.java
Log Message:
sout removed
Index: MainFrame.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/ui/MainFrame.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MainFrame.java 14 Oct 2003 15:12:21 -0000 1.1
--- MainFrame.java 14 Oct 2003 16:06:16 -0000 1.2
***************
*** 81,85 ****
shell = createGui(display);
! //receiveDummyQuest();
receiveFileQuest();
fillTableData();
--- 81,85 ----
shell = createGui(display);
! receiveDummyQuest();
receiveFileQuest();
fillTableData();
***************
*** 265,269 ****
}
! System.out.println("result returned " + actualResult);
//select Question type
}
--- 265,269 ----
}
! //System.out.println("result returned " + actualResult);
//select Question type
}
***************
*** 308,312 ****
} catch (QuestionNotFoundException e) {
// no more Questions -> Questionary is done
! System.out.println("finishing question");
finishQuestionary();
}
--- 308,312 ----
} catch (QuestionNotFoundException e) {
// no more Questions -> Questionary is done
! //System.out.println("finishing question");
finishQuestionary();
}
***************
*** 316,320 ****
try {
int count = qm.startImport(qm.getProfile(0));
! System.out.println("Anzahl questionaries in Dummy " + count);
for (int i = 0; i < count; i++) {
qm.importNext();
--- 316,320 ----
try {
int count = qm.startImport(qm.getProfile(0));
! //System.out.println("Anzahl questionaries in Dummy " + count);
for (int i = 0; i < count; i++) {
qm.importNext();
***************
*** 329,333 ****
try {
int count = qm.startImport(qm.getProfile(1));
! System.out.println("Anzahl questionaries in File " + count);
for (int i = 0; i < count; i++) {
qm.importNext();
--- 329,333 ----
try {
int count = qm.startImport(qm.getProfile(1));
! //System.out.println("Anzahl questionaries in File " + count);
for (int i = 0; i < count; i++) {
qm.importNext();
***************
*** 344,348 ****
Questionary[] qs = qm.questionaryList();
! System.out.println(qs.length);
for (int i = 0; i < qs.length; i++) {
TableItem ti = new TableItem(table, 0);
--- 344,348 ----
Questionary[] qs = qm.questionaryList();
! //System.out.println(qs.length);
for (int i = 0; i < qs.length; i++) {
TableItem ti = new TableItem(table, 0);
Index: QuestionInfoDialog.java
===================================================================
RCS file: /cvsroot/digiquest/digiquest/src/pocketpc2002/digiquest/pocketpc2002/ui/QuestionInfoDialog.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** QuestionInfoDialog.java 14 Oct 2003 15:12:21 -0000 1.1
--- QuestionInfoDialog.java 14 Oct 2003 16:06:17 -0000 1.2
***************
*** 99,110 ****
shell.open();
! System.out.println("shell opened");
Display display = parent.getDisplay();
! System.out.println("display getted");
while (!shell.isDisposed()) {
if (!display.readAndDispatch())
display.sleep();
}
! System.out.println("result being returnded");
return getResult();
}
--- 99,110 ----
shell.open();
! //System.out.println("shell opened");
Display display = parent.getDisplay();
! //System.out.println("display getted");
while (!shell.isDisposed()) {
if (!display.readAndDispatch())
display.sleep();
}
! //System.out.println("result being returnded");
return getResult();
}
|