<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://dev.eiffel.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Florian</id>
		<title>EiffelStudio: an EiffelSoftware project - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://dev.eiffel.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Florian"/>
		<link rel="alternate" type="text/html" href="https://dev.eiffel.com/Special:Contributions/Florian"/>
		<updated>2026-04-17T08:20:52Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://dev.eiffel.com/index.php?title=AutoTest_Integration&amp;diff=3182</id>
		<title>AutoTest Integration</title>
		<link rel="alternate" type="text/html" href="https://dev.eiffel.com/index.php?title=AutoTest_Integration&amp;diff=3182"/>
				<updated>2006-06-05T16:59:05Z</updated>
		
		<summary type="html">&lt;p&gt;Florian: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
&lt;br /&gt;
Project name: AECCS (Advanced Eiffel Contract Checking System)&lt;br /&gt;
&lt;br /&gt;
Project description: integration of AutoTest into EiffelStudio&lt;br /&gt;
&lt;br /&gt;
Mailing list: es-autotest@origo.ethz.ch&lt;br /&gt;
&lt;br /&gt;
=Milestones=&lt;br /&gt;
&lt;br /&gt;
== M1: April 25th 2006 ==&lt;br /&gt;
* project page has been set up&lt;br /&gt;
* members are on the team list&lt;br /&gt;
* organizing meetings&lt;br /&gt;
&lt;br /&gt;
== M2: May 2nd 2006 ==&lt;br /&gt;
* team divided in sub groups&lt;br /&gt;
* divided the project in its components&lt;br /&gt;
* we need to treat [http://se.inf.ethz.ch/people/leitner/auto_test/ AutoTest] as black box (unless the developper is able to cope with the problems with Eiffel 5.7)&lt;br /&gt;
&lt;br /&gt;
=To Do=&lt;br /&gt;
* create a logo&lt;br /&gt;
* caller interface, output interface&lt;br /&gt;
* interface to autotest&lt;br /&gt;
&lt;br /&gt;
== Hints for the work ==&lt;br /&gt;
* Do the same thing in two groups simultaneously, probably one group has solved some problems faster than the other.&lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
* How to install and compile EiffelStudio under Windows see [[Compiling EiffelStudio]]&lt;br /&gt;
* Batch file to help you with the installation [[Automatic Build Scripts]]&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/Philipp_Eiffel_Compilation_Scripts.zip batch scripts for EiffelStudio compilation modified by Philipp (who is not the author)] --[[User:Philipp|Philipp]]&lt;br /&gt;
* First interface of a class AUTO_TEST_PROJECT [http://n.ethz.ch/student/djuric/download/auto_test_project.e auto_test_project.e]&lt;br /&gt;
* [http://n.ethz.ch/~pboenhof/autotest/autotest_demo_gui_v3_src.zip demo gui source code (version 0.3)] (compiling the according ace file should work, you can also open *.bpr with EiffelBuild)&amp;lt;br/&amp;gt; [http://n.ethz.ch/~pboenhof/autotest/autotest_demo_gui_v3_win32_binary.zip win32 binary distribution] for those without a running compiler&amp;lt;br/&amp;gt;--modified [[User:Philipp|Philipp]] 00:42, 13 May 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/~pboenhof/autotest/ec_win32_with_autotest_demo.zip win32 ec binary] with rudimentary AutoTest dialog included in Tool menu; to start with the GUI do:&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;cmd&amp;gt; ec -from_bench&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt; --added [[User:Philipp|Philipp]] 00:42, 13 May 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/browsing_notes.pdf notes] from browsing the source code of EiffelStudio --[[User:Philipp|Philipp]]&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/presentation_2006_05_04.pdf opening the compiled eiffel project in EiffelStudio] --[[User:Philipp|Philipp]]&lt;br /&gt;
* [http://n.ethz.ch/student/djuric/download/global_design.pdf Global design document] describing the global design goals and ideas, [http://n.ethz.ch/student/djuric/download/global_design.zip source code of the files]. Here is the new corresponding [http://n.ethz.ch/student/djuric/download/auto_test_project.e interface source file] (NOT UP TO DATE!)&lt;br /&gt;
* [http://n.ethz.ch/student/djuric/download/at_project_example.zip working example system] that lets you explore the interaction with the interface.&lt;br /&gt;
* [http://n.ethz.ch/student/djuric/download/auto_test_interface.zip fixed interface] Use this interface files to build your clients. You can get the reference to the AUTO_TEST_PROJECT by inheriting from SHARED_AUTO_TEST_PROJECT. -- [[User:Djuric|Djuric]] 12:16, 25 May 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/demo2_eif_build.zip skeletton for input gui (EiffelBuild project)] Generated also with the components predefined in EiffelBuild 5.6 and can be opened also in EiffelBuild 5.7.0826. (The components in EiffelBuild 5.7.0826 are buggy and if you try to insert one then EiffelBuild won't do it and will stop accepting right clicks and slow down.) --[[User:Philipp|Philipp]] 09:49, 1 June 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/student/fleu/download/AutoTest.zip new Version of the Input Interface] including the Eiffel Build *.bpr File and already inheriting from SHARED_AUTO_TEST_PROJECT (Florian, 3 June 2006)&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/at_gui_interface_v0.4.zip at_gui_interface_v0.4.zip] Complete package to install user interface into ES. Consult README.TXT for further instructions. --[[User:Philipp|Philipp]] 04:55, 5 June 2006 (CEST) (UPDATE: [http://n.ethz.ch/student/fleu/download/at_gui_interface_v0.42.zip at_gui_interface_v0.42.zip]including the Browse-Menu and some minor fixes, Florian, 5 June 2006)&lt;br /&gt;
&lt;br /&gt;
=Meetings=&lt;br /&gt;
* Thursday June 1th 13-14h (room IFW E 44) (?)&lt;br /&gt;
&lt;br /&gt;
==Protocols==&lt;br /&gt;
The protocols and other links are mainly in german.&lt;br /&gt;
* [http://n.ethz.ch/student/jschoch/download/AECCS%20Protokolle/AECCS%2001%20Protokoll%2027.04.06.pdf protocol 27.04.2006]&lt;br /&gt;
* [http://n.ethz.ch/student/jschoch/download/AECCS%20Protokolle/AECCS%2002%20Protokoll%2004.05.06.pdf protocol 04.05.2006]&lt;br /&gt;
* [http://n.ethz.ch/student/jschoch/download/AECCS%20Protokolle/AECCS%2003%20Protokoll%2018.05.06.pdf protocol 18.05.2006]&lt;br /&gt;
&lt;br /&gt;
=Team=&lt;br /&gt;
&lt;br /&gt;
* [[User:Wliu|Weiqiang Liu]] (project leader; code: output)&lt;br /&gt;
* [[User:jong|Je Lan Ong]] (doc: autotest)&lt;br /&gt;
* [[User:Psamuel|Samuel Pasquier]] (doc: output)&lt;br /&gt;
* [[User:Philipp|Philipp Bönhof]] (code: input interface; wiki)&lt;br /&gt;
* [[User:Pgoffin|Pascal Goffin]] (doc: input)&lt;br /&gt;
* [[User:Dilip|Dilip Many]] (code: input interface)&lt;br /&gt;
* [[User:Djuric|Dejan Juric]] (over all design; code: output, spec autotest; logos)&lt;br /&gt;
* [[User:Jschoch|Jona Schoch]] (protocol; doc: general)&lt;br /&gt;
* [[User:Stephan|Stephan Gerhard]] (code: output)&lt;br /&gt;
* [[User:Florian|Florian Leu]] (code: input interface)&lt;br /&gt;
* [[User:arnofiva|Arno Fiva]] (code: specification autotest)&lt;br /&gt;
* Carlo Manco (code: autotest)&lt;br /&gt;
* Matthieu Bray (testing)&lt;br /&gt;
* [[User:ilinca_ciupa|Ilinca Ciupa]] (assistant)&lt;/div&gt;</summary>
		<author><name>Florian</name></author>	</entry>

	<entry>
		<id>https://dev.eiffel.com/index.php?title=AutoTest_Integration&amp;diff=3175</id>
		<title>AutoTest Integration</title>
		<link rel="alternate" type="text/html" href="https://dev.eiffel.com/index.php?title=AutoTest_Integration&amp;diff=3175"/>
				<updated>2006-06-05T09:39:20Z</updated>
		
		<summary type="html">&lt;p&gt;Florian: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
&lt;br /&gt;
Project name: AECCS (Advanced Eiffel Contract Checking System)&lt;br /&gt;
&lt;br /&gt;
Project description: integration of AutoTest into EiffelStudio&lt;br /&gt;
&lt;br /&gt;
Mailing list: es-autotest@origo.ethz.ch&lt;br /&gt;
&lt;br /&gt;
=Milestones=&lt;br /&gt;
&lt;br /&gt;
== M1: April 25th 2006 ==&lt;br /&gt;
* project page has been set up&lt;br /&gt;
* members are on the team list&lt;br /&gt;
* organizing meetings&lt;br /&gt;
&lt;br /&gt;
== M2: May 2nd 2006 ==&lt;br /&gt;
* team divided in sub groups&lt;br /&gt;
* divided the project in its components&lt;br /&gt;
* we need to treat [http://se.inf.ethz.ch/people/leitner/auto_test/ AutoTest] as black box (unless the developper is able to cope with the problems with Eiffel 5.7)&lt;br /&gt;
&lt;br /&gt;
=To Do=&lt;br /&gt;
* create a logo&lt;br /&gt;
* caller interface, output interface&lt;br /&gt;
* interface to autotest&lt;br /&gt;
&lt;br /&gt;
== Hints for the work ==&lt;br /&gt;
* Do the same thing in two groups simultaneously, probably one group has solved some problems faster than the other.&lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
* How to install and compile EiffelStudio under Windows see [[Compiling EiffelStudio]]&lt;br /&gt;
* Batch file to help you with the installation [[Automatic Build Scripts]]&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/Philipp_Eiffel_Compilation_Scripts.zip batch scripts for EiffelStudio compilation modified by Philipp (who is not the author)] --[[User:Philipp|Philipp]]&lt;br /&gt;
* First interface of a class AUTO_TEST_PROJECT [http://n.ethz.ch/student/djuric/download/auto_test_project.e auto_test_project.e]&lt;br /&gt;
* [http://n.ethz.ch/~pboenhof/autotest/autotest_demo_gui_v3_src.zip demo gui source code (version 0.3)] (compiling the according ace file should work, you can also open *.bpr with EiffelBuild)&amp;lt;br/&amp;gt; [http://n.ethz.ch/~pboenhof/autotest/autotest_demo_gui_v3_win32_binary.zip win32 binary distribution] for those without a running compiler&amp;lt;br/&amp;gt;--modified [[User:Philipp|Philipp]] 00:42, 13 May 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/~pboenhof/autotest/ec_win32_with_autotest_demo.zip win32 ec binary] with rudimentary AutoTest dialog included in Tool menu; to start with the GUI do:&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;cmd&amp;gt; ec -from_bench&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt; --added [[User:Philipp|Philipp]] 00:42, 13 May 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/browsing_notes.pdf notes] from browsing the source code of EiffelStudio --[[User:Philipp|Philipp]]&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/presentation_2006_05_04.pdf opening the compiled eiffel project in EiffelStudio] --[[User:Philipp|Philipp]]&lt;br /&gt;
* [http://n.ethz.ch/student/djuric/download/global_design.pdf Global design document] describing the global design goals and ideas, [http://n.ethz.ch/student/djuric/download/global_design.zip source code of the files]. Here is the new corresponding [http://n.ethz.ch/student/djuric/download/auto_test_project.e interface source file] (NOT UP TO DATE!)&lt;br /&gt;
* [http://n.ethz.ch/student/djuric/download/at_project_example.zip working example system] that lets you explore the interaction with the interface.&lt;br /&gt;
* [http://n.ethz.ch/student/djuric/download/auto_test_interface.zip fixed interface] Use this interface files to build your clients. You can get the reference to the AUTO_TEST_PROJECT by inheriting from SHARED_AUTO_TEST_PROJECT. -- [[User:Djuric|Djuric]] 12:16, 25 May 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/demo2_eif_build.zip skeletton for input gui (EiffelBuild project)] Generated also with the components predefined in EiffelBuild 5.6 and can be opened also in EiffelBuild 5.7.0826. (The components in EiffelBuild 5.7.0826 are buggy and if you try to insert one then EiffelBuild won't do it and will stop accepting right clicks and slow down.) --[[User:Philipp|Philipp]] 09:49, 1 June 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/student/fleu/download/AutoTest.zip new Version of the Input Interface] including the Eiffel Build *.bpr File and already inheriting from SHARED_AUTO_TEST_PROJECT (Florian, 3 June 2006)&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/at_gui_interface_v0.4.zip at_gui_interface_v0.4.zip] Complete package to install user interface into ES. Consult README.TXT for further instructions. --[[User:Philipp|Philipp]] 04:55, 5 June 2006 (CEST) (UPDATE: [http://n.ethz.ch/student/fleu/download/at_gui_interface_v0.41.zip at_gui_interface_v0.41.zip]with some minor fixes, Florian, 5 June 2006)&lt;br /&gt;
&lt;br /&gt;
=Meetings=&lt;br /&gt;
* Thursday June 1th 13-14h (room IFW E 44) (?)&lt;br /&gt;
&lt;br /&gt;
==Protocols==&lt;br /&gt;
The protocols and other links are mainly in german.&lt;br /&gt;
* [http://n.ethz.ch/student/jschoch/download/AECCS%20Protokolle/AECCS%2001%20Protokoll%2027.04.06.pdf protocol 27.04.2006]&lt;br /&gt;
* [http://n.ethz.ch/student/jschoch/download/AECCS%20Protokolle/AECCS%2002%20Protokoll%2004.05.06.pdf protocol 04.05.2006]&lt;br /&gt;
* [http://n.ethz.ch/student/jschoch/download/AECCS%20Protokolle/AECCS%2003%20Protokoll%2018.05.06.pdf protocol 18.05.2006]&lt;br /&gt;
&lt;br /&gt;
=Team=&lt;br /&gt;
&lt;br /&gt;
* [[User:Wliu|Weiqiang Liu]] (project leader; code: output)&lt;br /&gt;
* [[User:jong|Je Lan Ong]] (doc: autotest)&lt;br /&gt;
* [[User:Psamuel|Samuel Pasquier]] (doc: output)&lt;br /&gt;
* [[User:Philipp|Philipp Bönhof]] (code: input interface; wiki)&lt;br /&gt;
* [[User:Pgoffin|Pascal Goffin]] (doc: input)&lt;br /&gt;
* [[User:Dilip|Dilip Many]] (code: input interface)&lt;br /&gt;
* [[User:Djuric|Dejan Juric]] (over all design; code: output, spec autotest; logos)&lt;br /&gt;
* [[User:Jschoch|Jona Schoch]] (protocol; doc: general)&lt;br /&gt;
* [[User:Stephan|Stephan Gerhard]] (code: output)&lt;br /&gt;
* [[User:Florian|Florian Leu]] (code: input interface)&lt;br /&gt;
* [[User:arnofiva|Arno Fiva]] (code: specification autotest)&lt;br /&gt;
* Carlo Manco (code: autotest)&lt;br /&gt;
* Matthieu Bray (testing)&lt;br /&gt;
* [[User:ilinca_ciupa|Ilinca Ciupa]] (assistant)&lt;/div&gt;</summary>
		<author><name>Florian</name></author>	</entry>

	<entry>
		<id>https://dev.eiffel.com/index.php?title=AutoTest_Integration&amp;diff=3167</id>
		<title>AutoTest Integration</title>
		<link rel="alternate" type="text/html" href="https://dev.eiffel.com/index.php?title=AutoTest_Integration&amp;diff=3167"/>
				<updated>2006-06-04T10:50:14Z</updated>
		
		<summary type="html">&lt;p&gt;Florian: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
&lt;br /&gt;
Project name: AECCS (Advanced Eiffel Contract Checking System)&lt;br /&gt;
&lt;br /&gt;
Project description: integration of AutoTest into EiffelStudio&lt;br /&gt;
&lt;br /&gt;
Mailing list: es-autotest@origo.ethz.ch&lt;br /&gt;
&lt;br /&gt;
=Milestones=&lt;br /&gt;
&lt;br /&gt;
== M1: April 25th 2006 ==&lt;br /&gt;
* project page has been set up&lt;br /&gt;
* members are on the team list&lt;br /&gt;
* organizing meetings&lt;br /&gt;
&lt;br /&gt;
== M2: May 2nd 2006 ==&lt;br /&gt;
* team divided in sub groups&lt;br /&gt;
* divided the project in its components&lt;br /&gt;
* we need to treat [http://se.inf.ethz.ch/people/leitner/auto_test/ AutoTest] as black box (unless the developper is able to cope with the problems with Eiffel 5.7)&lt;br /&gt;
&lt;br /&gt;
=To Do=&lt;br /&gt;
* create a logo&lt;br /&gt;
* caller interface, output interface&lt;br /&gt;
* interface to autotest&lt;br /&gt;
&lt;br /&gt;
== Hints for the work ==&lt;br /&gt;
* Do the same thing in two groups simultaneously, probably one group has solved some problems faster than the other.&lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
* How to install and compile EiffelStudio under Windows see [[Compiling EiffelStudio]]&lt;br /&gt;
* Batch file to help you with the installation [[Automatic Build Scripts]]&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/Philipp_Eiffel_Compilation_Scripts.zip batch scripts for EiffelStudio compilation modified by Philipp (who is not the author)] --[[User:Philipp|Philipp]]&lt;br /&gt;
* First interface of a class AUTO_TEST_PROJECT [http://n.ethz.ch/student/djuric/download/auto_test_project.e auto_test_project.e]&lt;br /&gt;
* [http://n.ethz.ch/~pboenhof/autotest/autotest_demo_gui_v3_src.zip demo gui source code (version 0.3)] (compiling the according ace file should work, you can also open *.bpr with EiffelBuild)&amp;lt;br/&amp;gt; [http://n.ethz.ch/~pboenhof/autotest/autotest_demo_gui_v3_win32_binary.zip win32 binary distribution] for those without a running compiler&amp;lt;br/&amp;gt;--modified [[User:Philipp|Philipp]] 00:42, 13 May 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/~pboenhof/autotest/ec_win32_with_autotest_demo.zip win32 ec binary] with rudimentary AutoTest dialog included in Tool menu; to start with the GUI do:&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;cmd&amp;gt; ec -from_bench&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt; --added [[User:Philipp|Philipp]] 00:42, 13 May 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/browsing_notes.pdf notes] from browsing the source code of EiffelStudio --[[User:Philipp|Philipp]]&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/presentation_2006_05_04.pdf opening the compiled eiffel project in EiffelStudio] --[[User:Philipp|Philipp]]&lt;br /&gt;
* [http://n.ethz.ch/student/djuric/download/global_design.pdf Global design document] describing the global design goals and ideas, [http://n.ethz.ch/student/djuric/download/global_design.zip source code of the files]. Here is the new corresponding [http://n.ethz.ch/student/djuric/download/auto_test_project.e interface source file] (NOT UP TO DATE!)&lt;br /&gt;
* [http://n.ethz.ch/student/djuric/download/at_project_example.zip working example system] that lets you explore the interaction with the interface.&lt;br /&gt;
* [http://n.ethz.ch/student/djuric/download/auto_test_interface.zip fixed interface] Use this interface files to build your clients. You can get the reference to the AUTO_TEST_PROJECT by inheriting from SHARED_AUTO_TEST_PROJECT. -- [[User:Djuric|Djuric]] 12:16, 25 May 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/demo2_eif_build.zip skeletton for input gui (EiffelBuild project)] Generated also with the components predefined in EiffelBuild 5.6 and can be opened also in EiffelBuild 5.7.0826. (The components in EiffelBuild 5.7.0826 are buggy and if you try to insert one then EiffelBuild won't do it and will stop accepting right clicks and slow down.) --[[User:Philipp|Philipp]] 09:49, 1 June 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/student/fleu/download/AutoTest.zip new Version of the Input Interface] including the Eiffel Build *.bpr File and already inheriting from SHARED_AUTO_TEST_PROJECT (Florian, 3 June 2006)&lt;br /&gt;
&lt;br /&gt;
=Meetings=&lt;br /&gt;
* Thursday June 1th 13-14h (room IFW E 44) (?)&lt;br /&gt;
&lt;br /&gt;
==Protocols==&lt;br /&gt;
The protocols and other links are mainly in german.&lt;br /&gt;
* [http://n.ethz.ch/student/jschoch/download/AECCS%20Protokolle/AECCS%2001%20Protokoll%2027.04.06.pdf protocol 27.04.2006]&lt;br /&gt;
* [http://n.ethz.ch/student/jschoch/download/AECCS%20Protokolle/AECCS%2002%20Protokoll%2004.05.06.pdf protocol 04.05.2006]&lt;br /&gt;
* [http://n.ethz.ch/student/jschoch/download/AECCS%20Protokolle/AECCS%2003%20Protokoll%2018.05.06.pdf protocol 18.05.2006]&lt;br /&gt;
&lt;br /&gt;
=Team=&lt;br /&gt;
&lt;br /&gt;
* [[User:Wliu|Weiqiang Liu]] (project leader; code: output)&lt;br /&gt;
* [[User:jong|Je Lan Ong]] (doc: autotest)&lt;br /&gt;
* [[User:Psamuel|Samuel Pasquier]] (doc: output)&lt;br /&gt;
* [[User:Philipp|Philipp Bönhof]] (code: input interface; wiki)&lt;br /&gt;
* [[User:Pgoffin|Pascal Goffin]] (doc: input)&lt;br /&gt;
* [[User:Dilip|Dilip Many]] (code: input interface)&lt;br /&gt;
* [[User:Djuric|Dejan Juric]] (over all design; code: output, spec autotest; logos)&lt;br /&gt;
* [[User:Jschoch|Jona Schoch]] (protocol; doc: general)&lt;br /&gt;
* [[User:Stephan|Stephan Gerhard]] (code: output)&lt;br /&gt;
* [[User:Florian|Florian Leu]] (code: input interface)&lt;br /&gt;
* [[User:arnofiva|Arno Fiva]] (code: specification autotest)&lt;br /&gt;
* Carlo Manco (code: autotest)&lt;br /&gt;
* Matthieu Bray (testing)&lt;br /&gt;
* [[User:ilinca_ciupa|Ilinca Ciupa]] (assistant)&lt;/div&gt;</summary>
		<author><name>Florian</name></author>	</entry>

	<entry>
		<id>https://dev.eiffel.com/index.php?title=AutoTest_Integration&amp;diff=3166</id>
		<title>AutoTest Integration</title>
		<link rel="alternate" type="text/html" href="https://dev.eiffel.com/index.php?title=AutoTest_Integration&amp;diff=3166"/>
				<updated>2006-06-04T08:38:25Z</updated>
		
		<summary type="html">&lt;p&gt;Florian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
&lt;br /&gt;
Project name: AECCS (Advanced Eiffel Contract Checking System)&lt;br /&gt;
&lt;br /&gt;
Project description: integration of AutoTest into EiffelStudio&lt;br /&gt;
&lt;br /&gt;
Mailing list: es-autotest@origo.ethz.ch&lt;br /&gt;
&lt;br /&gt;
=Milestones=&lt;br /&gt;
&lt;br /&gt;
== M1: April 25th 2006 ==&lt;br /&gt;
* project page has been set up&lt;br /&gt;
* members are on the team list&lt;br /&gt;
* organizing meetings&lt;br /&gt;
&lt;br /&gt;
== M2: May 2nd 2006 ==&lt;br /&gt;
* team divided in sub groups&lt;br /&gt;
* divided the project in its components&lt;br /&gt;
* we need to treat [http://se.inf.ethz.ch/people/leitner/auto_test/ AutoTest] as black box (unless the developper is able to cope with the problems with Eiffel 5.7)&lt;br /&gt;
&lt;br /&gt;
=To Do=&lt;br /&gt;
* create a logo&lt;br /&gt;
* caller interface, output interface&lt;br /&gt;
* interface to autotest&lt;br /&gt;
&lt;br /&gt;
== Hints for the work ==&lt;br /&gt;
* Do the same thing in two groups simultaneously, probably one group has solved some problems faster than the other.&lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
* How to install and compile EiffelStudio under Windows see [[Compiling EiffelStudio]]&lt;br /&gt;
* Batch file to help you with the installation [[Automatic Build Scripts]]&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/Philipp_Eiffel_Compilation_Scripts.zip batch scripts for EiffelStudio compilation modified by Philipp (who is not the author)] --[[User:Philipp|Philipp]]&lt;br /&gt;
* First interface of a class AUTO_TEST_PROJECT [http://n.ethz.ch/student/djuric/download/auto_test_project.e auto_test_project.e]&lt;br /&gt;
* [http://n.ethz.ch/~pboenhof/autotest/autotest_demo_gui_v3_src.zip demo gui source code (version 0.3)] (compiling the according ace file should work, you can also open *.bpr with EiffelBuild)&amp;lt;br/&amp;gt; [http://n.ethz.ch/~pboenhof/autotest/autotest_demo_gui_v3_win32_binary.zip win32 binary distribution] for those without a running compiler&amp;lt;br/&amp;gt;--modified [[User:Philipp|Philipp]] 00:42, 13 May 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/~pboenhof/autotest/ec_win32_with_autotest_demo.zip win32 ec binary] with rudimentary AutoTest dialog included in Tool menu; to start with the GUI do:&amp;lt;br/&amp;gt;&amp;lt;code&amp;gt;cmd&amp;gt; ec -from_bench&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt; --added [[User:Philipp|Philipp]] 00:42, 13 May 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/browsing_notes.pdf notes] from browsing the source code of EiffelStudio --[[User:Philipp|Philipp]]&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/presentation_2006_05_04.pdf opening the compiled eiffel project in EiffelStudio] --[[User:Philipp|Philipp]]&lt;br /&gt;
* [http://n.ethz.ch/student/djuric/download/global_design.pdf Global design document] describing the global design goals and ideas, [http://n.ethz.ch/student/djuric/download/global_design.zip source code of the files]. Here is the new corresponding [http://n.ethz.ch/student/djuric/download/auto_test_project.e interface source file] (NOT UP TO DATE!)&lt;br /&gt;
* [http://n.ethz.ch/student/djuric/download/at_project_example.zip working example system] that lets you explore the interaction with the interface.&lt;br /&gt;
* [http://n.ethz.ch/student/djuric/download/auto_test_interface.zip fixed interface] Use this interface files to build your clients. You can get the reference to the AUTO_TEST_PROJECT by inheriting from SHARED_AUTO_TEST_PROJECT. -- [[User:Djuric|Djuric]] 12:16, 25 May 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/demo2_eif_build.zip skeletton for input gui (EiffelBuild project)] Generated also with the components predefined in EiffelBuild 5.6 and can be opened also in EiffelBuild 5.7.0826. (The components in EiffelBuild 5.7.0826 are buggy and if you try to insert one then EiffelBuild won't do it and will stop accepting right clicks and slow down.) --[[User:Philipp|Philipp]] 09:49, 1 June 2006 (CEST)&lt;br /&gt;
* [http://n.ethz.ch/student/fleu/download/AutoTest.zip new Version of the Input Interface] including the Eiffel Build *.bpr File and already inheriting from SHARED_AUTO_TEST_PROJECT (3 June 2006)&lt;br /&gt;
&lt;br /&gt;
=Meetings=&lt;br /&gt;
* Thursday June 1th 13-14h (room IFW E 44) (?)&lt;br /&gt;
&lt;br /&gt;
==Protocols==&lt;br /&gt;
The protocols and other links are mainly in german.&lt;br /&gt;
* [http://n.ethz.ch/student/jschoch/download/AECCS%20Protokolle/AECCS%2001%20Protokoll%2027.04.06.pdf protocol 27.04.2006]&lt;br /&gt;
* [http://n.ethz.ch/student/jschoch/download/AECCS%20Protokolle/AECCS%2002%20Protokoll%2004.05.06.pdf protocol 04.05.2006]&lt;br /&gt;
* [http://n.ethz.ch/student/jschoch/download/AECCS%20Protokolle/AECCS%2003%20Protokoll%2018.05.06.pdf protocol 18.05.2006]&lt;br /&gt;
&lt;br /&gt;
=Team=&lt;br /&gt;
&lt;br /&gt;
* [[User:Wliu|Weiqiang Liu]] (project leader; code: output)&lt;br /&gt;
* [[User:jong|Je Lan Ong]] (doc: autotest)&lt;br /&gt;
* [[User:Psamuel|Samuel Pasquier]] (doc: output)&lt;br /&gt;
* [[User:Philipp|Philipp Bönhof]] (code: input interface; wiki)&lt;br /&gt;
* [[User:Pgoffin|Pascal Goffin]] (doc: input)&lt;br /&gt;
* [[User:Dilip|Dilip Many]] (code: input interface)&lt;br /&gt;
* [[User:Djuric|Dejan Juric]] (over all design; code: output, spec autotest; logos)&lt;br /&gt;
* [[User:Jschoch|Jona Schoch]] (protocol; doc: general)&lt;br /&gt;
* [[User:Stephan|Stephan Gerhard]] (code: output)&lt;br /&gt;
* [[User:Florian|Florian Leu]] (code: input interface)&lt;br /&gt;
* [[User:arnofiva|Arno Fiva]] (code: specification autotest)&lt;br /&gt;
* Carlo Manco (code: autotest)&lt;br /&gt;
* Matthieu Bray (testing)&lt;br /&gt;
* [[User:ilinca_ciupa|Ilinca Ciupa]] (assistant)&lt;/div&gt;</summary>
		<author><name>Florian</name></author>	</entry>

	<entry>
		<id>https://dev.eiffel.com/index.php?title=User:Florian&amp;diff=2612</id>
		<title>User:Florian</title>
		<link rel="alternate" type="text/html" href="https://dev.eiffel.com/index.php?title=User:Florian&amp;diff=2612"/>
				<updated>2006-05-04T15:10:30Z</updated>
		
		<summary type="html">&lt;p&gt;Florian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Group: Input Interface&lt;/div&gt;</summary>
		<author><name>Florian</name></author>	</entry>

	<entry>
		<id>https://dev.eiffel.com/index.php?title=AutoTest_Integration&amp;diff=2611</id>
		<title>AutoTest Integration</title>
		<link rel="alternate" type="text/html" href="https://dev.eiffel.com/index.php?title=AutoTest_Integration&amp;diff=2611"/>
				<updated>2006-05-04T15:09:20Z</updated>
		
		<summary type="html">&lt;p&gt;Florian: /* Team */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
&lt;br /&gt;
Project name: AECCS (Advanced Eiffel Contract Checking System)&lt;br /&gt;
&lt;br /&gt;
Project description: integration of AutoTest into EiffelStudio&lt;br /&gt;
&lt;br /&gt;
Mailing list: es-autotest@origo.ethz.ch&lt;br /&gt;
&lt;br /&gt;
=Milestones=&lt;br /&gt;
&lt;br /&gt;
== M1: April 25th 2006 ==&lt;br /&gt;
* project page has been set up&lt;br /&gt;
* members are on the team list&lt;br /&gt;
* organizing meetings&lt;br /&gt;
&lt;br /&gt;
== M2: May 2nd 2006 ==&lt;br /&gt;
* team divided in sub groups&lt;br /&gt;
* divided the project in its components&lt;br /&gt;
* no need to treat [http://se.inf.ethz.ch/projects/ilinca_ciupa/teststudio/ AutoTest] as black box (include or use of source code possible)&lt;br /&gt;
&lt;br /&gt;
=To Do=&lt;br /&gt;
* create a logo&lt;br /&gt;
* put script files for others (Windows custom)&lt;br /&gt;
* caller interface&lt;br /&gt;
* interface to autotest&lt;br /&gt;
* goals for Thursday May 4th 2006&lt;br /&gt;
 - module groups meet and talk to each other&lt;br /&gt;
 - every one has at least tried to compile ec&lt;br /&gt;
 - over all design, rough idea how our implementation should look like&lt;br /&gt;
&lt;br /&gt;
== Hints for the work ==&lt;br /&gt;
* Do the same thing in two groups simultaneously, probably one group has solved some problems faster than the other.&lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
* How to install and compile EiffelStudio under Windows see [[Compiling EiffelStudio]]&lt;br /&gt;
* Batch file to help you with the installation [[Automatic Build Scripts]]&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/Philipp_Eiffel_Compilation_Scripts.zip Philipp's batch scripts for EiffelStudio compilation]&lt;br /&gt;
* First interface of a class AUTO_TEST_PROJECT [http://n.ethz.ch/student/djuric/download/auto_test_project.e auto_test_project.e]&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/autotest_test_demo_gui_v2.zip demo gui (version 2)] (compiling the according ace file should work, you can also open *.bpr with EiffelBuild)&lt;br /&gt;
* [http://n.ethz.ch/student/pboenhof/autotest/browsing_notes.pdf notes] from browsing the source code of EiffelStudio&lt;br /&gt;
&lt;br /&gt;
=Meetings=&lt;br /&gt;
* Thursday May 4th 13-14h (room IFW E 44)&lt;br /&gt;
* '''No''' meeting on Thursday May 11th&lt;br /&gt;
&lt;br /&gt;
==Protocols==&lt;br /&gt;
The protocols and other links are mainly in german.&lt;br /&gt;
* [http://n.ethz.ch/student/jschoch/download/AECCS%20Protokolle/AECCS%2001%20Protokoll%2027.04.06.pdf protocol 27.04.2006]&lt;br /&gt;
* protocol 4.5.2006 [http://n.ethz.ch/student/pboenhof/autotest/presentation_2006_05_04.pdf presentation]&lt;br /&gt;
&lt;br /&gt;
=Team=&lt;br /&gt;
&lt;br /&gt;
* Weiqiang Liu (project leader; libero)&lt;br /&gt;
* Je Lan Ong (doc)&lt;br /&gt;
* Samuel Pasquier (doc: output; testing)&lt;br /&gt;
* [[User:Philipp|Philipp Bönhof]] (code: input interface; wiki)&lt;br /&gt;
* [[User:Pgoffin|Pascal Goffin]] (doc)&lt;br /&gt;
* [[User:Dilip|Dilip Many]] (code: input interface)&lt;br /&gt;
* [[User:DJuric|Dejan Juric]] (over all design; code: output, spec autotest; logos)&lt;br /&gt;
* [[User:Jschoch|Jona Schoch]] (protocol; doc: input)&lt;br /&gt;
* [[User:Stephan|Stephan Gerhard]] (code: output)&lt;br /&gt;
* [[User:Florian|Florian Leu]] (code: input interface)&lt;br /&gt;
* Arno Fiva (code: specification autotest)&lt;br /&gt;
* Carlo Manco (code: autotest)&lt;br /&gt;
* Matthieu Bray (design; testing)&lt;br /&gt;
* [[User:ilinca_ciupa|Ilinca Ciupa]] (assistant)&lt;/div&gt;</summary>
		<author><name>Florian</name></author>	</entry>

	</feed>