From uhcoscsdp-return-2-vnkt4319=cs.uh.edu@list.prudentlearning.com  Wed Sep 14 05:41:58 2005
Return-Path: <uhcoscsdp-return-2-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id D2FDDF97E; Wed, 14 Sep 2005 05:41:58 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 79F3BF97C
	for <vnkt4319@cs.uh.edu>; Wed, 14 Sep 2005 05:41:50 -0500 (CDT)
Received: (qmail 22426 invoked by uid 107); 14 Sep 2005 10:41:46 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 22133 invoked by uid 107); 14 Sep 2005 10:41:16 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509141041.j8EAfDc03171@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Wed, 14 Sep 2005 05:41:13 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Mailing list (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Greetings,

Feel free to make use of the mailing list by sending email to
uhcoscsdp@list.prudentlearning.com.

[This is a moderated list - i.e., your post will be forwarded to the list
after a review - this is to prevent some low life forms who try to forge as
you to send some obscene contents]

You are welcome to discuss anything related to software development
practices. Share and exchange your ideas, and try to keep the content
technical.

Regards,

Venkat

From uhcoscsdp-return-3-vnkt4319=cs.uh.edu@list.prudentlearning.com  Wed Sep 14 05:45:02 2005
Return-Path: <uhcoscsdp-return-3-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 2B4ABF976; Wed, 14 Sep 2005 05:45:02 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 43034F986
	for <vnkt4319@cs.uh.edu>; Wed, 14 Sep 2005 05:44:54 -0500 (CDT)
Received: (qmail 23939 invoked by uid 107); 14 Sep 2005 10:44:07 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 22723 invoked by uid 107); 14 Sep 2005 10:42:17 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509141042.j8EAgFa03190@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Wed, 14 Sep 2005 05:42:15 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Re: Continuous Integration (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Good question.

When you say runs fantastic and isolated, that is all
based on your machine isn't it? Your code is really not 
isolated from its surroudings. I will give you an example
of a situation I ran into.

My code was fantasitic and isoalted as well. When I ran my code
on Windows 2003, no problem. Eventually, when a developer picked up
the code to use and ran it on XP Pro, it failed very bad. Days after
I had called the task "done" I found that I have to change the code
significantly so it will continue to work on 2003 and will also work
on XP.

Had I run CI of my tests on XP and 2003  (and any other platform my
product is intended to support), then I would have found the problem
soon after I wrote the code, not much later when someone tried to use
it on another machine.

Hope this helps.

Venkat

>Hello,
>
>Continuous Integration seems to be reasonable but we have the tests that ar=
>e=20
>to be done on the integrated piece of code.=20
>For Example:
>Developer: 1 ---> Module1----> Unit Test 1
>Dev: 2------------> Module 2---->Unit Test 2
>Module1 and Module 2 may or may not be dependent, but we need to integrate=
>=20
>them and run them from a single point of exe..
>
>Both the modules run fantastic in isolation.
>
>Now We have to perform Integration Tests 3, 4 after the actual integration=
>=20
>of the code and see the results.
>
>Both of the dev's check in their code in the CI system.[Here code means eve=
>n=20
>the test code (Right ??)]
>
>When and where are the Integation Test 3,4 witten and by whom (dev-1, dev-2=
>=20
>or dev-3(so called Integrator))
>how will the integration tests 3,4 occur ?

From uhcoscsdp-return-4-vnkt4319=cs.uh.edu@list.prudentlearning.com  Wed Sep 14 05:45:44 2005
Return-Path: <uhcoscsdp-return-4-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id D3877F976; Wed, 14 Sep 2005 05:45:44 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 7F60AF987
	for <vnkt4319@cs.uh.edu>; Wed, 14 Sep 2005 05:45:30 -0500 (CDT)
Received: (qmail 24708 invoked by uid 107); 14 Sep 2005 10:45:27 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 24132 invoked by uid 107); 14 Sep 2005 10:44:36 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509141044.j8EAiXt03216@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Wed, 14 Sep 2005 05:44:33 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Re: Continuous Integration (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

By running the CI on each supported platform - this
exercises my UTs on each of those platforms.

Venkat

>How doed Continuous integration take care of the platform you are working o=
>n=20
>?
>How does it check whether the code which runs good on Win 2003 also works=
>=20
>the same way on Win XP ?
>
>On 9/8/05, svenkat@cs.uh.edu <svenkat@cs.uh.edu> wrote:
>>=20
>> Good question.
>>=20
>> When you say runs fantastic and isolated, that is all
>> based on your machine isn't it? Your code is really not
>> isolated from its surroudings. I will give you an example
>> of a situation I ran into.
>>=20
>> My code was fantasitic and isoalted as well. When I ran my code
>> on Windows 2003, no problem. Eventually, when a developer picked up
>> the code to use and ran it on XP Pro, it failed very bad. Days after
>> I had called the task "done" I found that I have to change the code
>> significantly so it will continue to work on 2003 and will also work
>> on XP.
>>=20
>> Had I run CI of my tests on XP and 2003 (and any other platform my
>> product is intended to support), then I would have found the problem
>> soon after I wrote the code, not much later when someone tried to use
>> it on another machine.
>>=20
>> Hope this helps.
>>=20
>> Venkat
>>=20
>> >Hello,
>> >
>> >Continuous Integration seems to be reasonable but we have the tests that=
>=20
>> ar=3D
>> >e=3D20
>> >to be done on the integrated piece of code.=3D20
>> >For Example:
>> >Developer: 1 ---> Module1----> Unit Test 1
>> >Dev: 2------------> Module 2---->Unit Test 2
>> >Module1 and Module 2 may or may not be dependent, but we need to=20
>> integrate=3D
>> >=3D20
>> >them and run them from a single point of exe..
>> >
>> >Both the modules run fantastic in isolation.
>> >
>> >Now We have to perform Integration Tests 3, 4 after the actual=20
>> integration=3D
>> >=3D20
>> >of the code and see the results.
>> >
>> >Both of the dev's check in their code in the CI system.[Here code means=
>=20
>> eve=3D
>> >n=3D20
>> >the test code (Right ??)]
>> >
>> >When and where are the Integation Test 3,4 witten and by whom (dev-1,=20
>> dev-2=3D
>> >=3D20
>> >or dev-3(so called Integrator))
>> >how will the integration tests 3,4 occur ?

From uhcoscsdp-return-5-vnkt4319=cs.uh.edu@list.prudentlearning.com  Wed Sep 14 05:51:31 2005
Return-Path: <uhcoscsdp-return-5-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 9BAD4F976; Wed, 14 Sep 2005 05:51:31 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id C8B60F97E
	for <vnkt4319@cs.uh.edu>; Wed, 14 Sep 2005 05:51:21 -0500 (CDT)
Received: (qmail 27637 invoked by uid 107); 14 Sep 2005 10:50:54 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 24612 invoked by uid 107); 14 Sep 2005 10:45:14 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509141045.j8EAjBc03224@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Wed, 14 Sep 2005 05:45:11 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Re: NUnit question (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

I am glad you are progressing on this.

If you are using Visual Studio .NET 2003, you can use
NUnit and debug. Here are the steps:

1. Right click on your project in solution explorer and click on properties.
2. Go to Debugging (on the left)
3. Change "Project" to "Program" click Apply.
4. Change the program to run to NUnitGui.exe (you can click on the ... 
	and browse for NUnit).
5. In your source code, place a break point in the test (by clicking F9).
6. Hit F5 to debug. 

NUnit will start running. Do, file open and load your assembly in NUnit.

Click on Run and you will see the break point hit.

If this does not work, let me know and we can go over this in person on 
Monday.

Venkat

>Venkat,
>
>I'm running some unit tests on some code I wrote. It uncovered a bug that I=
>=20
>would not have found until integration, which is a great first step!=20
>However, since I don't have any interface other than NUnit to view my code,=
>=20
>I don't seem to have a way to debug. When I put in a breakpoint, NUnit runs=
>=20
>and completely ignores it. Is there a way around this?
>
>Thanks,

From uhcoscsdp-return-5-vnkt4319=cs.uh.edu@list.prudentlearning.com  Wed Sep 14 05:51:31 2005
Return-Path: <uhcoscsdp-return-5-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 9BAD4F976; Wed, 14 Sep 2005 05:51:31 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id C8B60F97E
	for <vnkt4319@cs.uh.edu>; Wed, 14 Sep 2005 05:51:21 -0500 (CDT)
Received: (qmail 27637 invoked by uid 107); 14 Sep 2005 10:50:54 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 24612 invoked by uid 107); 14 Sep 2005 10:45:14 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509141045.j8EAjBc03224@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Wed, 14 Sep 2005 05:45:11 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Re: NUnit question (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

I am glad you are progressing on this.

If you are using Visual Studio .NET 2003, you can use
NUnit and debug. Here are the steps:

1. Right click on your project in solution explorer and click on properties.
2. Go to Debugging (on the left)
3. Change "Project" to "Program" click Apply.
4. Change the program to run to NUnitGui.exe (you can click on the ... 
	and browse for NUnit).
5. In your source code, place a break point in the test (by clicking F9).
6. Hit F5 to debug. 

NUnit will start running. Do, file open and load your assembly in NUnit.

Click on Run and you will see the break point hit.

If this does not work, let me know and we can go over this in person on 
Monday.

Venkat

>Venkat,
>
>I'm running some unit tests on some code I wrote. It uncovered a bug that I=
>=20
>would not have found until integration, which is a great first step!=20
>However, since I don't have any interface other than NUnit to view my code,=
>=20
>I don't seem to have a way to debug. When I put in a breakpoint, NUnit runs=
>=20
>and completely ignores it. Is there a way around this?
>
>Thanks,

From uhcoscsdp-return-6-vnkt4319=cs.uh.edu@list.prudentlearning.com  Wed Sep 14 06:02:55 2005
Return-Path: <uhcoscsdp-return-6-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 0E556F980; Wed, 14 Sep 2005 06:02:55 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 19636F976
	for <vnkt4319@cs.uh.edu>; Wed, 14 Sep 2005 06:02:51 -0500 (CDT)
Received: (qmail 32382 invoked by uid 107); 14 Sep 2005 11:02:16 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 27398 invoked by uid 107); 14 Sep 2005 10:50:33 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509141050.j8EAoVh03249@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Wed, 14 Sep 2005 05:50:30 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Info for class (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Thanks to Ross and Chandler for getting the machines and software setup.
Here is a message from Ross.

Ross, one thing I assume from your message below is that no one needs
a userid/password to check out files, but they would need userid/password
to check in files. The userid/password will be provided to each student 
soon (not by email). Please clarify.

Regards,

Venkat

----------------------------
>From Ross:
Here are the steps for installation each student needs to follow with URLs.

Software Development Process Setup

Download NUnit 2.2.0 from http://www.nunit.org/download.html
Execute NUnit-2.2.0.msi, accept defaults, eula, etc.
Download Subversion 1.2.1 from http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91
Execute svn-1.2.1-setup-2.exe
Download TortoiseSVn 1.2.2 from http://sourceforge.net/project/showfiles.php?group_id=138498&package_id=151948
Execute TortoiseSVN-1.2.2.4295-svn-1.2.3.msi
Restart your computer
Create a new folder for your working area.
Right click on the folder and choose SVn Checkout... from the menu
In URL of repository enter http://svn.cs.uh.edu/svn/sdpteam# where # is your team #.
This will download the current contents of your team repository

From uhcoscsdp-return-7-vnkt4319=cs.uh.edu@list.prudentlearning.com  Wed Sep 14 06:17:38 2005
Return-Path: <uhcoscsdp-return-7-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 888AEF976; Wed, 14 Sep 2005 06:17:38 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id F1CF5F980
	for <vnkt4319@cs.uh.edu>; Wed, 14 Sep 2005 06:17:27 -0500 (CDT)
Received: (qmail 7816 invoked by uid 107); 14 Sep 2005 11:17:26 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 1783 invoked by uid 107); 14 Sep 2005 11:05:07 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509141105.j8EB53J03320@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Wed, 14 Sep 2005 06:05:03 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Slides from class
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

- The slide I presented in class is available on the course web page at
http://www.cs.uh.edu/~svenkat/fall2005SDP

- I will post the slides from Dr. Subhlok at that location as well later this
week.

- I mentioned in class that I will give you a URL for an extended example on 
	Test First Development. You may find that at 
	http://www.agiledeveloper.com/download.aspx
	Look under Articles section for  
Test Driven Development - Part I: TFC	August, 2004
Test Driven Development - Part II: Mock Objects	September, 2004
Test Driven Development - Part III : Continuous Integration	October, 2004

Enjoy.

Venkat

From uhcoscsdp-return-8-vnkt4319=cs.uh.edu@list.prudentlearning.com  Wed Sep 14 15:17:54 2005
Return-Path: <uhcoscsdp-return-8-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 4883CF983; Wed, 14 Sep 2005 15:17:54 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 10B6EF989
	for <vnkt4319@cs.uh.edu>; Wed, 14 Sep 2005 15:17:37 -0500 (CDT)
Received: (qmail 3022 invoked by uid 107); 14 Sep 2005 20:16:51 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 7911 invoked by uid 107); 14 Sep 2005 19:29:32 -0000
Reply-To: <Ross@Wright.org>
From: "Ross Wright" <Ross@Wright.org>
To: "'COSC 6397/4397 Mailing list'" <uhcoscsdp@list.prudentlearning.com>
Date: Wed, 14 Sep 2005 14:29:21 -0500
Organization: Ross@Wright.org
X-Mailer: Microsoft Office Outlook, Build 11.0.6353
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
Thread-Index: AcW5G9BOG/gEcSZGR8KXAms2sCggcgARcZVg
In-Reply-To: <200509141050.j8EAoVh03249@leibnitz.cs.uh.edu>
Subject: RE: [uhcoscsdp] Info for class (fwd)
Message-Id: <20050914201737.10B6EF989@boole.cs.uh.edu>
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=1.8 required=5.0 tests=FORGED_RCVD_HELO,
	MSGID_FROM_MTA_ID autolearn=no version=3.0.4
X-Spam-Level: *
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Venkat,

Actually, I believe you do need a username and password to check out. I
probably forgot that because most of my work on this system has been done
using the build machine account - which has read-only access to everyone's
repositories.

I sent the list of teams/repositories and students to Chandler yesterday and
asked him to email each student his/her username, password and a url to
their teams repository.

Ross


-----Original Message-----
From: vnkt4319@cs.uh.edu [mailto:vnkt4319@cs.uh.edu] 
Sent: Wednesday, September 14, 2005 5:51 AM
To: COSC 6397/4397 Mailing list
Subject: [uhcoscsdp] Info for class (fwd)

Thanks to Ross and Chandler for getting the machines and software setup.
Here is a message from Ross.

Ross, one thing I assume from your message below is that no one needs
a userid/password to check out files, but they would need userid/password
to check in files. The userid/password will be provided to each student 
soon (not by email). Please clarify.

Regards,

Venkat

----------------------------
>From Ross:
Here are the steps for installation each student needs to follow with URLs.

Software Development Process Setup

Download NUnit 2.2.0 from http://www.nunit.org/download.html
Execute NUnit-2.2.0.msi, accept defaults, eula, etc.
Download Subversion 1.2.1 from
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91
Execute svn-1.2.1-setup-2.exe
Download TortoiseSVn 1.2.2 from
http://sourceforge.net/project/showfiles.php?group_id=138498&package_id=1519
48
Execute TortoiseSVN-1.2.2.4295-svn-1.2.3.msi
Restart your computer
Create a new folder for your working area.
Right click on the folder and choose SVn Checkout... from the menu
In URL of repository enter http://svn.cs.uh.edu/svn/sdpteam# where # is your
team #.
This will download the current contents of your team repository

From uhcoscsdp-return-9-vnkt4319=cs.uh.edu@list.prudentlearning.com  Wed Sep 14 23:14:41 2005
Return-Path: <uhcoscsdp-return-9-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 27445F980; Wed, 14 Sep 2005 23:14:41 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 2FC5CF984
	for <vnkt4319@cs.uh.edu>; Wed, 14 Sep 2005 23:14:30 -0500 (CDT)
Received: (qmail 29565 invoked by uid 107); 15 Sep 2005 04:14:43 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 28922 invoked by uid 107); 15 Sep 2005 04:14:08 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509150413.j8F4Dr207179@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Wed, 14 Sep 2005 23:13:53 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Questions and discussions
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Even though the iteration demo is scheduled once every two weeks,
I want to note that you or your team can come talk to us just about
anytime. In fact we have had three teams come and talk to us
today and yesterday. I encourage you to do that as you need.

During the demo we will play the role of users. However, at anytime
we will be working towards helping you succeed on your project.
So if there is any way we can help, do not hesitate to stop by.

Venkat

From uhcoscsdp-return-10-vnkt4319=cs.uh.edu@list.prudentlearning.com  Thu Sep 15 13:31:08 2005
Return-Path: <uhcoscsdp-return-10-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 168E5F997; Thu, 15 Sep 2005 13:31:08 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 2ECE4F987
	for <vnkt4319@cs.uh.edu>; Thu, 15 Sep 2005 13:30:42 -0500 (CDT)
Received: (qmail 17728 invoked by uid 107); 15 Sep 2005 18:30:47 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 15873 invoked by uid 107); 15 Sep 2005 18:26:55 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type;
        b=ih951QGK/7dYo03Xp2Fe1uc3B3uu/E3d1CTdtosIjgZqO0nPrXPmwfEL+8qoWgSbHyM7bDaFZId6ALWFa+PBMMne2u4rfIAb3quI4fWeK8iy9g6uDRtt87l2sqfPOqyFSGJ3NNmxR6InXW7Try8HiTkqC3g0fr1EIb/NSb6EDek=
Message-ID: <94781c65050915112660df1478@mail.gmail.com>
Date: Thu, 15 Sep 2005 13:26:47 -0500
From: "Clayton A. Smith" <uhclay@gmail.com>
Reply-To: uhclay@gmail.com
To: uhcoscsdp@list.prudentlearning.com
Subject: [uhcoscsdp] subversion download
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO,HTML_40_50,
	HTML_MESSAGE autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="MIMEStream=_0+266981_5698171864210_55106364574"
Status: O


--MIMEStream=_0+266981_5698171864210_55106364574
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I think I found a typo in these instructions. They say to download=20
subversion 1.2.1, however the download link offers no 1.2.1 download links.=
=20
Also, the version of tortoise seems to indicate 1.2.3 which is the only=20
version available on the aforementioned download link.=20

-----
>From Ross:
Here are the steps for installation each student needs to follow with URLs.

Software Development Process Setup

Download NUnit 2.2.0 from http://www.nunit.org/download.html
Execute NUnit-2.2.0.msi, accept defaults, eula, etc.
Download Subversion 1.2.1 from http://subversion
.tigris.org/servlets/ProjectDocumentList?folderID=3D91
Execute svn-1.2.1-setup-2.exe
Download TortoiseSVn 1.2.2 from=20
http://sourceforge.net/project/showfiles.php?group_id=3D138498&package_id=
=3D151948
Execute TortoiseSVN-1.2.2.4295-svn-1.2.3.msi
Restart your computer
Create a new folder for your working area.
Right click on the folder and choose SVn Checkout... from the menu
In URL of repository enter http://svn.cs.uh.edu/svn/sdpteam# where # is you=
r=20
team #.
This will download the current contents of your team repository


--=20
Clayton A. Smith
uhclay@gmail.com

--MIMEStream=_0+266981_5698171864210_55106364574
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I think I found a typo in these instructions. They say to download
subversion 1.2.1, however the download link offers no 1.2.1 download
links. Also, the version of tortoise seems to indicate 1.2.3 which is
the only version available on the aforementioned download link. <br>
<br>
-----<br>
>From Ross:<br>
Here are the steps for installation each student needs to follow with URLs.=
<br>
<br>
Software Development Process Setup<br>
<br>
Download NUnit 2.2.0 from <a DEFANGED_onclick=3D"return top.js.OpenExtLink(=
window,event,this)" href=3D"http://www.nunit.org/download.html" target=3D"_=
blank">http://www.nunit.org/download.html</a><br>
Execute NUnit-2.2.0.msi, accept defaults, eula, etc.<br>
Download <DEFANGED_span id=3D"st" name=3D"st" class=3D"st0">Subversion</DEF=
ANGED_span> 1.2.1 from <a DEFANGED_onclick=3D"return top.js.OpenExtLink(win=
dow,event,this)" href=3D"http://subversion.tigris.org/servlets/ProjectDocum=
entList?folderID=3D91" target=3D"_blank">
http://<DEFANGED_span id=3D"st" name=3D"st" class=3D"st0">subversion</DEFAN=
GED_span>.tigris.org/servlets/ProjectDocumentList?folderID=3D91</a><br>
Execute svn-1.2.1-setup-2.exe<br>
Download TortoiseSVn 1.2.2 from <a DEFANGED_onclick=3D"return top.js.OpenEx=
tLink(window,event,this)" href=3D"http://sourceforge.net/project/showfiles.=
php?group_id=3D138498&amp;package_id=3D151948" target=3D"_blank">http://sou=
rceforge.net/project/showfiles.php?group_id=3D138498&amp;package_id=3D15194=
8
</a><br>
Execute TortoiseSVN-1.2.2.4295-svn-1.2.3.msi<br>
<p><DEFANGED_div id=3D"mb_0">Restart your computer<br>Create a new folder f=
or your working area.<br>Right click on the folder and choose SVn Checkout.=
.. from the menu<br>In URL of repository enter <a DEFANGED_onclick=3D"retur=
n top.js.OpenExtLink(window,event,this)" href=3D"http://svn.cs.uh.edu/svn/s=
dpteam#" target=3D"_blank">
http://svn.cs.uh.edu/svn/sdpteam#</a> where # is your team #.<br>This will =
download the current contents of your team repository</p><DEFANGED_div>
<br clear=3D"all"><br>-- <br>Clayton A. Smith<br><a href=3D"mailto:uhclay@g=
mail.com">uhclay@gmail.com</a>

--MIMEStream=_0+266981_5698171864210_55106364574--

From uhcoscsdp-return-11-vnkt4319=cs.uh.edu@list.prudentlearning.com  Thu Sep 15 15:46:57 2005
Return-Path: <uhcoscsdp-return-11-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 031D0F987; Thu, 15 Sep 2005 15:46:56 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id C38FAF991
	for <vnkt4319@cs.uh.edu>; Thu, 15 Sep 2005 15:45:18 -0500 (CDT)
Received: (qmail 25864 invoked by uid 107); 15 Sep 2005 20:45:26 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 18184 invoked by uid 107); 15 Sep 2005 20:30:06 -0000
Reply-To: <Ross@Wright.org>
From: "Ross Wright" <Ross@Wright.org>
To: <uhcoscsdp@list.prudentlearning.com>
Date: Thu, 15 Sep 2005 15:21:05 -0500
Organization: Ross@Wright.org
X-Mailer: Microsoft Office Outlook, Build 11.0.6353
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
Thread-Index: AcW6I5U3SbE1BZb+Si2ND2uDw7dcswADwohQ
In-Reply-To: <94781c65050915112660df1478@mail.gmail.com>
Subject: RE: [uhcoscsdp] subversion download
Message-Id: <20050915204518.C38FAF991@boole.cs.uh.edu>
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=1.8 required=5.0 tests=FORGED_RCVD_HELO,HTML_60_70,
	HTML_MESSAGE,MSGID_FROM_MTA_ID autolearn=no version=3.0.4
X-Spam-Level: *
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="MIMEStream=_0+222308_718509615521_460786311643"
Status: O

This is a multi-part message in MIME format.

--MIMEStream=_0+222308_718509615521_460786311643
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Yes, I see the information at those pages changed since I wrote that text.
It appears that both TortoiseSVN and Subversion released new point releases
in late August. Everyone, go ahead and download the newest versions of
Subversion and TortoiseSVN - they should be backwards compatible with what
we are running on the servers.


Ross


_____

From: Clayton A. Smith [mailto:uhclay@gmail.com] 
Sent: Thursday, September 15, 2005 1:27 PM
To: uhcoscsdp@list.prudentlearning.com
Subject: [uhcoscsdp] subversion download

 

I think I found a typo in these instructions. They say to download
subversion 1.2.1, however the download link offers no 1.2.1 download links.
Also, the version of tortoise seems to indicate 1.2.3 which is the only
version available on the aforementioned download link. 

-----
>From Ross:
Here are the steps for installation each student needs to follow with URLs.

Software Development Process Setup

Download NUnit 2.2.0 from http://www.nunit.org/download.html
Execute NUnit-2.2.0.msi, accept defaults, eula, etc.
Download Subversion 1.2.1 from http://
<http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91>
subversion.tigris.org/servlets/ProjectDocumentList?folderID=91
Execute svn-1.2.1-setup-2.exe
Download TortoiseSVn 1.2.2 from
http://sourceforge.net/project/showfiles.php?group_id=138498
<http://sourceforge.net/project/showfiles.php?group_id=138498&package_id=151
948> &package_id=151948 
Execute TortoiseSVN-1.2.2.4295-svn-1.2.3.msi

Restart your computer
Create a new folder for your working area.
Right click on the folder and choose SVn Checkout... from the menu
In URL of repository enter http://svn.cs.uh.edu/svn/sdpteam#
<http://svn.cs.uh.edu/svn/sdpteam>  where # is your team #.
This will download the current contents of your team repository



-- 
Clayton A. Smith
uhclay@gmail.com 


--MIMEStream=_0+222308_718509615521_460786311643
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html DEFANGED_xmlns:v=3D"urn:schemas-microsoft-com:vml" DEFANGED_xmlns:o=
=3D"urn:schemas-microsoft-com:office:office" DEFANGED_xmlns:w=3D"urn:schemas-=
microsoft-com:office:word" DEFANGED_xmlns=3D"http://www.w3.org/TR/REC-html4=
0">

<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<DEFANGED_style=20
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
></DEFANGED_style>
<![endif]-->
<DEFANGED_style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:blue;
	text-decoration:underline;}
span.EmailStyle18
	{mso-style-type:personal-reply;
	font-family:Arial;
	color:navy;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
	{page:Section1;}
-->
</DEFANGED_style>

</head>

<body lang=3DEN-US link=3Dblue vlink=3Dblue>

<p><DEFANGED_div class=3DSection1>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial>=
<DEFANGED_span style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Yes, I see the information at those pa=
ges changed
since I wrote that text. It appears that both TortoiseSVN and Subversion re=
leased
new point releases in late August. Everyone, go ahead and download the newe=
st
versions of Subversion and TortoiseSVN &#8211; they should be backwards
compatible with what we are running on the servers.<o:p></o:p></DEFANGED_sp=
an></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial>=
<DEFANGED_span style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></DEFANGED_span></fon=
t></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial>=
<DEFANGED_span style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Ross<o:p></o:p></DEFANGED_span></font>=
</p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial>=
<DEFANGED_span style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></DEFANGED_span></fon=
t></p>

<p><DEFANGED_div>

<p><DEFANGED_div class=3DMsoNormal align=3Dcenter style=3D'text-align:cente=
r'>=
<font size=3D3
face=3D"Times New Roman"><DEFANGED_span style=3D'font-size:12.0pt'>

<hr size=3D2 width=3D"100%" align=3Dcenter tabindex=3D-1>

</DEFANGED_span></font></p><DEFANGED_div>

<p class=3DMsoNormal><b><font size=3D2 face=3DTahoma>=
<DEFANGED_span style=3D'font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</DEFANGED_span></font></b>=
<font size=3D2
face=3DTahoma><DEFANGED_span style=3D'font-size:10.0pt;font-family:Tahoma'>=
 Clayton A. Smith
[mailto:uhclay@gmail.com] <br>
<b><DEFANGED_span style=3D'font-weight:bold'>Sent:</DEFANGED_span></b> Thur=
sday, September 15, 2005
1:27 PM<br>
<b><DEFANGED_span style=3D'font-weight:bold'>To:</DEFANGED_span></b>
uhcoscsdp@list.prudentlearning.com<br>
<b><DEFANGED_span style=3D'font-weight:bold'>Subject:</DEFANGED_span></b> [=
uhcoscsdp] subversion
download</DEFANGED_span></font><o:p></o:p></p>

</p><DEFANGED_div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman">=
<DEFANGED_span style=3D'font-size:
12.0pt'><o:p>&nbsp;</o:p></DEFANGED_span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman">=
<DEFANGED_span style=3D'font-size:
12.0pt'>I think I found a typo in these instructions. They say to download
subversion 1.2.1, however the download link offers no 1.2.1 download links.=

Also, the version of tortoise seems to indicate 1.2.3 which is the only ver=
sion
available on the aforementioned download link. <br>
<br>
-----<br>
>From Ross:<br>
Here are the steps for installation each student needs to follow with URLs.=
<br>
<br>
Software Development Process Setup<br>
<br>
Download NUnit 2.2.0 from=20=
<a href=3D"http://www.nunit.org/download.html"
target=3D"_blank">http://www.nunit.org/download.html</a><br>
Execute NUnit-2.2.0.msi, accept defaults, eula, etc.<br>
Download <DEFANGED_span class=3Dst0><DEFANGED_span name=3Dst id=3Dst>Subver=
sion</DEFANGED_span></DEFANGED_span> 1.2.1
from=20=
<a
href=3D"http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=
=3D91"
target=3D"_blank">http://<DEFANGED_span name=3Dst id=3Dst><DEFANGED_span cl=
ass=3Dst0>subversion</DEFANGED_span></DEFANGED_span>.tigris.org/servlets/Pr=
ojectDocumentList?folderID=3D91</a><br>
Execute svn-1.2.1-setup-2.exe<br>
Download TortoiseSVn 1.2.2 from=20=
<a
href=3D"http://sourceforge.net/project/showfiles.php?group_id=3D138498&amp;=
package_id=3D151948"
target=3D"_blank">http://sourceforge.net/project/showfiles.php?group_id=3D1=
38498&amp;package_id=3D151948
</a><br>
Execute TortoiseSVN-1.2.2.4295-svn-1.2.3.msi<o:p></o:p></DEFANGED_span></fo=
nt></p>

<p><DEFANGED_div id=3D"mb_0">

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman">=
<DEFANGED_span style=3D'font-size:
12.0pt'>Restart your computer<br>
Create a new folder for your working area.<br>
Right click on the folder and choose SVn Checkout... from the menu<br>
In URL of repository enter=20=
<a href=3D"http://svn.cs.uh.edu/svn/sdpteam"
target=3D"_blank">http://svn.cs.uh.edu/svn/sdpteam#</a> where # is your tea=
m #.<br>
This will download the current contents of your team repository<o:p></o:p><=
/DEFANGED_span></font></p>

</p><DEFANGED_div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman">=
<DEFANGED_span style=3D'font-size:
12.0pt'><br clear=3Dall>
<br>
-- <br>
Clayton A. Smith<br>
<a href=3D"mailto:uhclay@gmail.com">uhclay@gmail.com</a> <o:p></o:p></DEFAN=
GED_span></font></p>

</p><DEFANGED_div>

</body>

</html>

--MIMEStream=_0+222308_718509615521_460786311643--

From uhcoscsdp-return-12-vnkt4319=cs.uh.edu@list.prudentlearning.com  Thu Sep 15 23:17:35 2005
Return-Path: <uhcoscsdp-return-12-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 9C00CF97C; Thu, 15 Sep 2005 23:17:35 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 3FB81F993
	for <vnkt4319@cs.uh.edu>; Thu, 15 Sep 2005 23:17:20 -0500 (CDT)
Received: (qmail 26293 invoked by uid 107); 16 Sep 2005 04:17:32 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 24867 invoked by uid 107); 16 Sep 2005 04:15:40 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509160415.j8G4FQr10421@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Thu, 15 Sep 2005 23:15:26 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Slides from Dr. Subhlok
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Slides from Dr. Subhlok's session are posted on the slides page.

Venkat

From uhcoscsdp-return-13-vnkt4319=cs.uh.edu@list.prudentlearning.com  Thu Sep 15 23:17:49 2005
Return-Path: <uhcoscsdp-return-13-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id F0E7FF97C; Thu, 15 Sep 2005 23:17:48 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id A6FC0F98B
	for <vnkt4319@cs.uh.edu>; Thu, 15 Sep 2005 23:17:37 -0500 (CDT)
Received: (qmail 26594 invoked by uid 107); 16 Sep 2005 04:17:50 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 26195 invoked by uid 107); 16 Sep 2005 04:17:22 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509160417.j8G4H8V10429@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Thu, 15 Sep 2005 23:17:08 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Security Unit Testing (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

>Hi Venkat,
>
>After listening to the talk on Data Security and Performance Unit Testing. 
>I was eager to know if - Like performance unit testing tool to test the 
>performance of the code execution is there any security unit testing tool 
>so that we can ensure that the code is executed by the right person and 
>on the right data? If yes - how successful are these tools and where are 
>they used ?
>
>Mamta Wadhwani

Mamta,

Good question. I am not aware of any tool for unit testing from
the point of view of security explicitely.

Venkat

From uhcoscsdp-return-14-vnkt4319=cs.uh.edu@list.prudentlearning.com  Fri Sep 16 04:45:10 2005
Return-Path: <uhcoscsdp-return-14-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 30F5AF976; Fri, 16 Sep 2005 04:45:10 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id A4CB4F991
	for <vnkt4319@cs.uh.edu>; Fri, 16 Sep 2005 04:44:57 -0500 (CDT)
Received: (qmail 7480 invoked by uid 107); 16 Sep 2005 09:35:24 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 32525 invoked by uid 107); 16 Sep 2005 04:28:12 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references;
        b=q7Ud0nNcOincRZSpXKOrB6ILYFzrRFkdeHNRsRd62WpfBjGP00zqtWhamqZt6ML8NcrSCmgu+ZZ4x2U5yE/mLoGT+hJ2Ubj9Cy1W9S/2/Nrh0K8pqTHfztZ3yfht2mlMp6dB+pkm2RKBGK3HyEIRLLuFNg4uBXfWcG/oLclEvpA=
Message-ID: <5ef850c60509152127fc83a6b@mail.gmail.com>
Date: Thu, 15 Sep 2005 23:27:57 -0500
From: Pavan Podila <pavan.podila@gmail.com>
Reply-To: pavan.podila@gmail.com
To: COSC 6397/4397 Mailing list <uhcoscsdp@list.prudentlearning.com>
In-Reply-To: <200509160417.j8G4H8V10429@leibnitz.cs.uh.edu>
References: <200509160417.j8G4H8V10429@leibnitz.cs.uh.edu>
Subject: Re: [uhcoscsdp] Security Unit Testing (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO,HTML_30_40,
	HTML_MESSAGE autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="MIMEStream=_0+124026_404241537813_042823840579"
Status: O


--MIMEStream=_0+124026_404241537813_042823840579
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Venkat,
I believe Brad Jensen had demonstrated the "Threat Modeling tool" last=20
semester in the OOAD class. That is the tool provided by microsoft for doin=
g=20
security checks. Although the tool doesn't really check for problems in the=
=20
source code/executable, it is useful for modeling the various attacks=20
possible on the application.=20
Also one can define rules in FxCop to do security checks. There is an SDK=
=20
provided for adding FxCop rules.

Regards,
Pavan


On 9/15/05, vnkt4319@cs.uh.edu <vnkt4319@cs.uh.edu> wrote:
>=20
> >Hi Venkat,
> >
> >After listening to the talk on Data Security and Performance Unit=20
> Testing.
> >I was eager to know if - Like performance unit testing tool to test the
> >performance of the code execution is there any security unit testing too=
l
> >so that we can ensure that the code is executed by the right person and
> >on the right data? If yes - how successful are these tools and where are
> >they used ?
> >
> >Mamta Wadhwani
>=20
> Mamta,
>=20
> Good question. I am not aware of any tool for unit testing from
> the point of view of security explicitely.
>=20
> Venkat
>=20



--=20
the approach, rather than the solution

--MIMEStream=_0+124026_404241537813_042823840579
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Venkat,<br>&nbsp;&nbsp;&nbsp; I believe Brad Jensen had demonstrated the &q=
uot;Threat Modeling tool&quot; last semester in the OOAD class. That is the=
 tool provided by microsoft for doing security checks. Although the tool do=
esn't really check for problems in the source code/executable, it is useful=
 for modeling the various attacks possible on the application.=20
<br>&nbsp;&nbsp;&nbsp; Also one can define rules in FxCop to do security ch=
ecks. There is an SDK provided for adding FxCop rules.<br><br>Regards,<br>P=
avan<br><br><br><p><DEFANGED_div><DEFANGED_span class=3D"gmail_quote">On 9/=
15/05, <b class=3D"gmail_sendername">
<a href=3D"mailto:vnkt4319@cs.uh.edu">vnkt4319@cs.uh.edu</a></b> &lt;<a hre=
f=3D"mailto:vnkt4319@cs.uh.edu">vnkt4319@cs.uh.edu</a>&gt; wrote:</DEFANGED=
_span><blockquote class=3D"gmail_quote" DEFANGED_style=3D"border-left: 1px =
solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt;Hi Venkat,<br>&gt;<br>&gt;After listening to the talk on Data Security =
and Performance Unit Testing.<br>&gt;I was eager to know if - Like performa=
nce unit testing tool to test the<br>&gt;performance of the code execution =
is there any security unit testing tool
<br>&gt;so that we can ensure that the code is executed by the right person=
 and<br>&gt;on the right data? If yes - how successful are these tools and =
where are<br>&gt;they used ?<br>&gt;<br>&gt;Mamta Wadhwani<br><br>Mamta,
<br><br>Good question. I am not aware of any tool for unit testing from<br>=
the point of view of security explicitely.<br><br>Venkat<br></blockquote></=
p><DEFANGED_div><br><br clear=3D"all"><br>-- <br>the approach, rather than =
the solution

--MIMEStream=_0+124026_404241537813_042823840579--

From uhcoscsdp-return-15-vnkt4319=cs.uh.edu@list.prudentlearning.com  Fri Sep 16 05:06:08 2005
Return-Path: <uhcoscsdp-return-15-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id EC461F993; Fri, 16 Sep 2005 05:06:07 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 00A66F97C
	for <vnkt4319@cs.uh.edu>; Fri, 16 Sep 2005 05:05:56 -0500 (CDT)
Received: (qmail 27017 invoked by uid 107); 16 Sep 2005 10:03:12 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 18042 invoked by uid 107); 16 Sep 2005 09:49:40 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509160949.j8G9ncs11353@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Fri, 16 Sep 2005 04:49:38 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: Re: [uhcoscsdp] Security Unit Testing (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: RO

>Venkat,
>I believe Brad Jensen had demonstrated the "Threat Modeling tool" last
>semester in the OOAD class. That is the tool provided by microsoft for doing
>security checks. Although the tool doesn't really check for problems in the
>source code/executable, it is useful for modeling the various attacks
>possible on the application.

Pavan,

I remember Brad's presentation, but A. It is not code level specification,
it is modeling tool. B. I am not sure if it can be used to generate 
automated unit tests. It may be a good thesis topic for someone to consider.

>Also one can define rules in FxCop to do security checks. There is an SDK
>provided for adding FxCop rules.
>
>Regards,
>Pavan

I think we would need more than code analysis. We would need runtime checks
as well. Wonder if these can be incorporated as automated unit tests?

Venkat

From uhcoscsdp-return-16-vnkt4319=cs.uh.edu@list.prudentlearning.com  Fri Sep 16 11:11:54 2005
Return-Path: <uhcoscsdp-return-16-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id D40C2F976; Fri, 16 Sep 2005 11:11:54 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 4A05BF98E
	for <vnkt4319@cs.uh.edu>; Fri, 16 Sep 2005 11:11:47 -0500 (CDT)
Received: (qmail 29523 invoked by uid 107); 16 Sep 2005 16:08:52 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 20265 invoked by uid 107); 16 Sep 2005 15:55:14 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509161555.j8GFt7J11942@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Fri, 16 Sep 2005 10:55:07 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: Re: [uhcoscsdp] Security Unit Testing (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Venkat,
Take a look at this link:
http://plone.org/documentation/archetypes/wiki/SecurityUnitTesting

I am sure there must be more on unit testing for secuity purpose. If
considered as a worth thesis topic I would like to take an intiative and do
more work on the topic.
All your comments are appreciated,

Thank you,
Mamta

On 9/16/05, vnkt4319@cs.uh.edu <vnkt4319@cs.uh.edu> wrote:
>=20
> >Venkat,
> >I believe Brad Jensen had demonstrated the "Threat Modeling tool" last
> >semester in the OOAD class. That is the tool provided by microsoft for=
=20
> doing
> >security checks. Although the tool doesn't really check for problems in=
=20
> the
> >source code/executable, it is useful for modeling the various attacks
> >possible on the application.
>=20
> Pavan,
>=20
> I remember Brad's presentation, but A. It is not code level specification=
,
> it is modeling tool. B. I am not sure if it can be used to generate
> automated unit tests. It may be a good thesis topic for someone to=20
> consider.
>=20
> >Also one can define rules in FxCop to do security checks. There is an SD=
K
> >provided for adding FxCop rules.
> >
> >Regards,
> >Pavan
>=20
> I think we would need more than code analysis. We would need runtime=20
> checks
> as well. Wonder if these can be incorporated as automated unit tests?
>=20
> Venkat

From uhcoscsdp-return-17-vnkt4319=cs.uh.edu@list.prudentlearning.com  Sun Sep 18 07:09:49 2005
Return-Path: <uhcoscsdp-return-17-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 27798F96E; Sun, 18 Sep 2005 07:09:49 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 721CDF97D
	for <vnkt4319@cs.uh.edu>; Sun, 18 Sep 2005 07:09:39 -0500 (CDT)
Received: (qmail 25478 invoked by uid 107); 18 Sep 2005 12:09:34 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 24942 invoked by uid 107); 18 Sep 2005 12:08:53 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509181208.j8IC8of00949@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com
Date: Sun, 18 Sep 2005 07:08:50 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: Re: [uhcoscsdp] Security Unit Testing (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Worth reading how unit testing can ensure security in the application.

http://www.stickyminds.com/sitewide.asp?ObjectId=3D6072&Function=3DDETAILBR=
OWSE&ObjectType=3DART

Mamta

From uhcoscsdp-return-18-vnkt4319=cs.uh.edu@list.prudentlearning.com  Sun Sep 18 15:42:22 2005
Return-Path: <uhcoscsdp-return-18-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id E071AF96E; Sun, 18 Sep 2005 15:42:22 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 058ACF978
	for <vnkt4319@cs.uh.edu>; Sun, 18 Sep 2005 15:42:12 -0500 (CDT)
Received: (qmail 23248 invoked by uid 107); 18 Sep 2005 20:42:19 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 23097 invoked by uid 107); 18 Sep 2005 20:41:57 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509182041.j8IKfk501698@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Sun, 18 Sep 2005 15:41:46 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Where to send your email
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Please take a minute to read this:

If you have a general email that you can shared with the rest of the
class (like a technology question or "how to?" question), please send it
to uhcoscsdp@list.prudentlearning.com.

If you have a question specific to your group or yourself, and it either
does not make sense to share with rest of  the class (other groups) or
you don't want to share it with the rest of the class, then send the
email to two addresses vnkt4319@cs.uh.edu and jaspal@cs.uh.edu.

(I may decide to share some emails sent to me directly if I think it is
very relevant to the rest of the class).

Thanks

Venkat

From uhcoscsdp-return-20-vnkt4319=cs.uh.edu@list.prudentlearning.com  Mon Sep 19 18:40:51 2005
Return-Path: <uhcoscsdp-return-20-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 041FEF992; Mon, 19 Sep 2005 18:40:51 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id DD8CEF991
	for <vnkt4319@cs.uh.edu>; Mon, 19 Sep 2005 18:40:46 -0500 (CDT)
Received: (qmail 10759 invoked by uid 107); 19 Sep 2005 23:40:36 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 10168 invoked by uid 107); 19 Sep 2005 23:39:56 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509192339.j8JNdi404683@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Mon, 19 Sep 2005 18:39:44 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Meeting during class time
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

A few project groups have been visiting us during the class hour to
ask various questions. We encourage you to visit us if you have any
questions.

In general, on days with no iteration demos we will be in our office 
during the class time. If you are going to visit, drop an email a
few hours before, if you like to confirm, so we don't step out for 
any unplanned meetings.

I wanted to give you a heads up - I will not be around on Wednesday (of this
week) during my office hours or during the class time. As usual, I can be 
reached by email.

Dr. Subhlok will be in his office during the class time if you like to talk.

Regards,

Venkat

From uhcoscsdp-return-21-vnkt4319=cs.uh.edu@list.prudentlearning.com  Wed Sep 21 11:33:48 2005
Return-Path: <uhcoscsdp-return-21-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 0EC16F98D; Wed, 21 Sep 2005 11:32:39 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 6B4E9F988
	for <vnkt4319@cs.uh.edu>; Wed, 21 Sep 2005 11:32:09 -0500 (CDT)
Received: (qmail 10326 invoked by uid 107); 21 Sep 2005 16:32:13 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 6963 invoked by uid 107); 21 Sep 2005 16:25:50 -0000
X-ORBL: [69.151.224.251]
Message-ID: <433189F4.4050209@uh.edu>
Date: Wed, 21 Sep 2005 11:27:32 -0500
From: Jaspal Subhlok <jaspal@uh.edu>
User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206)
X-Accept-Language: en-us, en
To: uhcoscsdp@list.prudentlearning.com
Subject: [uhcoscsdp] Hurricane Rita preparations
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO 
	autolearn=failed version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
Content-Transfer-Encoding: 7bit
Status: O


I just want to inform all students to first take care of preparing for 
Hurricane Rita. Iteration demos coming Monday will be rescheduled as 
needed.

In case you need to get in touch with me and UH is disabled
email: js1k@yahoo.com
phone: 713-528-7217

stay safe!

jaspal

From uhcoscsdp-return-22-vnkt4319=cs.uh.edu@list.prudentlearning.com  Wed Sep 21 12:08:02 2005
Return-Path: <uhcoscsdp-return-22-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 42C07F986; Wed, 21 Sep 2005 12:08:02 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id D9ED9F988
	for <vnkt4319@cs.uh.edu>; Wed, 21 Sep 2005 12:07:57 -0500 (CDT)
Received: (qmail 30602 invoked by uid 107); 21 Sep 2005 17:06:32 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 20680 invoked by uid 107); 21 Sep 2005 16:50:06 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509211649.j8LGnwK08839@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Wed, 21 Sep 2005 11:49:58 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Hurricane Rita preparations (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

We are reschedululing the Monday iteration demo to Wednesday.
Stay safe.

Regards,

Venkat

From uhcoscsdp-return-23-vnkt4319=cs.uh.edu@list.prudentlearning.com  Sat Sep 24 17:51:40 2005
Return-Path: <uhcoscsdp-return-23-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id E851AF978; Sat, 24 Sep 2005 17:51:39 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 672B1F98B
	for <vnkt4319@cs.uh.edu>; Sat, 24 Sep 2005 17:51:23 -0500 (CDT)
Received: (qmail 3669 invoked by uid 107); 24 Sep 2005 22:51:30 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 3097 invoked by uid 107); 24 Sep 2005 22:50:40 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509242250.j8OMoUm19253@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Sat, 24 Sep 2005 17:50:29 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Demo...
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Based on this information, we will not hold the demo scheduled
for this week. We will instead hold it on October 5th.

Demo scheduled for October 3rd will still continue as scheduled
(assuming there is no further delay).

Hope all of you are doing well. Take good care.

Regards,

Venkat

>Wendy S. Adair wrote :
>>From owner-uh-emergency@LISTSERV.UH.EDU  Sat Sep 24 15:29:58 2005
>Return-Path: <owner-uh-emergency@LISTSERV.UH.EDU>
>X-Original-To: svenkat@cs.uh.edu
>Delivered-To: svenkat@cs.uh.edu
>Received: by boole.cs.uh.edu (Postfix, from userid 158)
>	id 83387F98B; Sat, 24 Sep 2005 15:29:58 -0500 (CDT)
>Received: from smtp1.cc.uh.edu (smtp1.cc.uh.edu [129.7.234.1])
>	by boole.cs.uh.edu (Postfix) with ESMTP id 7ABCBF979
>	for <svenkat@cs.uh.edu>; Sat, 24 Sep 2005 15:29:54 -0500 (CDT)
>Received: from localhost.localdomain (Gitmo.CC.UH.EDU [129.7.234.39])
>	by smtp1.cc.uh.edu (8.12.11/8.12.11) with ESMTP id j8OKQ1Xf020746;
>	Sat, 24 Sep 2005 15:29:46 -0500
>	(envelope-from owner-uh-emergency@LISTSERV.UH.EDU)
>Received: from smtp2.cc.uh.edu
>	by smtp2.cc.uh.edu with queue (Sophos PureMessage Version 4.701) id gid_1127593180-25184:3074599072-j8OKGjtT025209-017-smtp2.cc.uh.edu;
>	Sat, 24 Sep 2005 20:18:03 GMT
>Received: from Listos.CC.UH.EDU [129.7.234.15]
>	by smtp2.cc.uh.edu with SMTP id j8OKGjtT025209;
>	Sat, 24 Sep 2005 20:18:03 GMT
>	(envelope-from owner-uh-emergency@LISTSERV.UH.EDU)
>Received: from listos.cc.uh.edu (localhost [127.0.0.1])
>	by listos.cc.uh.edu (8.12.11/8.12.11) with ESMTP id j8OK6ESG003166;
>	Sat, 24 Sep 2005 15:16:01 -0500
>	(envelope-from owner-uh-emergency@LISTSERV.UH.EDU)
>Received: by LISTSERV.UH.EDU (LISTSERV-TCP/IP release 14.4) with spool id
>          1820082 for UH-EMERGENCY@LISTSERV.UH.EDU; Sat, 24 Sep 2005 15:07:09
>          -0500
>Approved-By: jbradley@UH.EDU
>Received: from Post-Office.UH.EDU (NS3.UH.EDU [129.7.1.20]) by listos.cc.uh.edu
>          (8.12.11/8.12.11) with ESMTP id j8OK6BiU003163 for
>          <uh-emergency@listserv.uh.edu>; Sat, 24 Sep 2005 15:06:11 -0500
>          (envelope-from WAdair@Central.UH.edu)
>Received: from [192.168.1.102] (cpe-67-10-77-112.houston.res.rr.com
>          [67.10.77.112]) by Post-Office.UH.EDU (PMDF V6.0-025 #30827) with
>          ESMTP id <0INC0AC3S7U69K@Post-Office.UH.EDU> for
>          uh-emergency@listserv.uh.edu; Sat, 24 Sep 2005 15:06:07 -0500 (CDT)
>Message-ID: <p06230900bf5b612929ac@[129.7.213.232]>
>Date: Sat, 24 Sep 2005 15:04:19 -0500
>Reply-To: paladin3@MAC.COM
>Sender: Mailing list for announcing emergencies and closings at UH <UH-EMERGENCY@LISTSERV.UH.EDU>
>From: "Wendy S. Adair" <WAdair@CENTRAL.UH.EDU>
>Subject: Hurricane Rita Emergency Notification
>To: UH-EMERGENCY@LISTSERV.UH.EDU
>Precedence: list
>X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.1.0.0, Antispam-Data: 2005.7.31.11
>X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
>X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed 
>	version=3.0.4
>X-Spam-Level: 
>X-Sanitizer: Anomy with McAfee uvscan
>MIME-Version: 1.0
>Content-Type: text/plain; format=flowed; charset="us-ascii"
>
>Hurricane Rita Emergency Notification
>Update, Saturday, September 24, 2005, 2:30 p.m.
> 
> 
>President Gogue and the Emergency Management team are continuing to 
>monitor the aftermath of Hurricane Rita and its effects on the 
>University of Houston and our faculty, students, and staff.
> 
>At this point, the University has sustained little damage.  There 
>have been no flooding or power outages and the streets in and around 
>the University are clear.  However, based on a concern for the safety 
>and well-being of our faculty, students, and staff, many of whom 
>evacuated the area, and at the request and recommendation of the 
>Governor, Mayor, and County Judge that businesses and schools delay 
>reopening, the University is instituting the following plans:
>
>1.    Classes will resume no earlier than Thursday, September 29.  
>
>2.    Essential faculty and staff will have access to the campus and 
>their building prior to the reopening of the University; however, 
>there will be no food services or other non-emergency support 
>services available.  Be sure to bring your faculty/staff ID with you 
>if you return to campus early.
>
>3.    Students in residential housing may not return to their dorms 
>prior to Wednesday, September 28, at 5 p.m.
>
>4.    All staff members who can, particularly residential life staff, 
>should plan to report back to their jobs on Wednesday, September 28, 
>at 12 noon to prepare for the re-start of classes on Thursday.
> 
>All of this is subject to change based on any residual weather impact 
>from Hurricane Rita and from the information updates from the 
>Governor, Mayor, and County Judge.  Please continue to check your 
>e-mail, the UH website <http://www.uh.edu/emergency> and our recorded 
>messages on the switchboard, 713-743-1000, and UH OnCALL, 
>713-743-2255.  
>
>If you evacuated the area and will be traveling back to Houston, 
>President Gogue urges you to drive safely.
>
>
>Regards,
>
>Venkat Subramaniam
>--
>svenkat@cs.uh.edu                  
>http://www.cs.uh.edu/~svenkat      
>713-743-3342

From uhcoscsdp-return-25-vnkt4319=cs.uh.edu@list.prudentlearning.com  Fri Sep 30 08:22:29 2005
Return-Path: <uhcoscsdp-return-25-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 09889F987; Fri, 30 Sep 2005 08:22:29 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 73823F982
	for <vnkt4319@cs.uh.edu>; Fri, 30 Sep 2005 08:22:07 -0500 (CDT)
Received: (qmail 29283 invoked by uid 107); 30 Sep 2005 13:22:09 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 28024 invoked by uid 107); 30 Sep 2005 13:19:34 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200509301319.j8UDJTg15658@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Fri, 30 Sep 2005 08:19:29 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] CC.Net (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

>I am trying to set up Cruise Control on my own machine, so I can learn how
>to set up Continuous Integration for my own development environment. I'm
>having trouble getting it set up to use NAnt. Is there any way I could get
>ahold of the configuration file we use for our class projects (with the
>passwords removed, of course)?
>
>Thanks,
>
>--
>Clayton A. Smith

Clayton,

I am posting an example that runs the TickTackToe sample project on my 
laptop.

You can download the files from
http://www.cs.uh.edu/~svenkat/fall2005SDP/Examples

Click on CruiseControl.NETSampleFilesOnly.zip

Note, I have only posted the files that I have changed or created.
You can look at these files, compare to what you have on your CC.NET,
and figure out what's needed. Of course, if you have questions or
problems, swing by during my office hours and we can talk.

IMPORTANT: You need to closely examine the directory where subversion,
NAnt, and NUnit are installed. For example, in the config files,
you will find that I use c:\programs\Subversion... Makesure you modify
these as per your settings on your machine.

Regards,

Venkat

From uhcoscsdp-return-27-vnkt4319=cs.uh.edu@list.prudentlearning.com  Sun Oct  9 07:07:11 2005
Return-Path: <uhcoscsdp-return-27-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 1AE17F978; Sun,  9 Oct 2005 07:07:11 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 6F28CF983
	for <vnkt4319@cs.uh.edu>; Sun,  9 Oct 2005 07:06:59 -0500 (CDT)
Received: (qmail 15467 invoked by uid 107); 9 Oct 2005 12:07:01 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 15300 invoked by uid 107); 9 Oct 2005 12:06:41 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510091206.j99C6cO10325@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Sun, 9 Oct 2005 07:06:38 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Fwd: Unit Testing and integration of the code (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

>Hi Venakt,
>
>I am currently working on lasso.
>(http://www.omnipilot.com/index.html?section=3DProducts%2fLasso)
>Lasso is same as any other scripting language.
>
>The files i work on are very similar to html files with lots of
>javascript and lassoscript in it and the database used is MySql.
>
>Last week i was woking on one module and it worked fantastic on my
>PC(where I have a test server). But when today I uploaded this module
>to the real server things appeared hopeless.
>
>Is there a way to write some unit tests for such kind of pages ? Any
>tool that would help me to check my lasso pages before I upload them
>on the server.
>
>started implementing the SDP at real work place too :)
>- ----
>Mamta Wadhwani
>Master's Computer Science
>University of Houston

Do you know why things failed on the server when it worked well
on your machine. One reason this typically happens is due to missing
dependent components. Was this the case or was it something else.

Pushing things on to a deployment server can be frustrating. One
way to aleviate this pain is to have a staging server which has exactly
the same settings as the deployment server. You can push things to this
staging server first to make sure things work and this will tell you
if pushing to deployment server will be successful or not.

Venkat

From uhcoscsdp-return-28-vnkt4319=cs.uh.edu@list.prudentlearning.com  Mon Oct 10 17:48:45 2005
Return-Path: <uhcoscsdp-return-28-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 25785F97E; Mon, 10 Oct 2005 17:48:45 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 7322CF978
	for <vnkt4319@cs.uh.edu>; Mon, 10 Oct 2005 17:48:37 -0500 (CDT)
Received: (qmail 31856 invoked by uid 107); 10 Oct 2005 22:48:37 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 25692 invoked by uid 107); 10 Oct 2005 22:32:12 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510102232.j9AMW0j13901@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Mon, 10 Oct 2005 17:32:00 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Backlogs
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Teams,

If you have not check in the backlog into svn, please do so
by tomorrow (Tuesday).

Thanks,

Venkat

From uhcoscsdp-return-29-vnkt4319=cs.uh.edu@list.prudentlearning.com  Mon Oct 10 18:42:17 2005
Return-Path: <uhcoscsdp-return-29-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 8E9FFF982; Mon, 10 Oct 2005 18:42:17 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 29DCCF98F
	for <vnkt4319@cs.uh.edu>; Mon, 10 Oct 2005 18:42:03 -0500 (CDT)
Received: (qmail 22097 invoked by uid 107); 10 Oct 2005 23:42:09 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 21969 invoked by uid 107); 10 Oct 2005 23:41:49 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510102341.j9ANfaF13999@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Mon, 10 Oct 2005 18:41:36 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: Re: [uhcoscsdp] Backlogs (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Both.

Venkat

>Do you want the backlog for this new period, or the old one for the last
>demo?
>
> On 10/10/05, vnkt4319@cs.uh.edu <vnkt4319@cs.uh.edu> wrote:
>>
>> Teams,
>>
>> If you have not check in the backlog into svn, please do so
>> by tomorrow (Tuesday).
>>
>> Thanks,
>>
>> Venkat

From uhcoscsdp-return-30-vnkt4319=cs.uh.edu@list.prudentlearning.com  Mon Oct 10 18:45:27 2005
Return-Path: <uhcoscsdp-return-30-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 57E34F994; Mon, 10 Oct 2005 18:45:27 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 9EF49F97D
	for <vnkt4319@cs.uh.edu>; Mon, 10 Oct 2005 18:45:10 -0500 (CDT)
Received: (qmail 23429 invoked by uid 107); 10 Oct 2005 23:45:08 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 22973 invoked by uid 107); 10 Oct 2005 23:43:43 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510102343.j9ANhVN14020@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Mon, 10 Oct 2005 18:43:31 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Project Iteration demo
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Teams,

For the project iteration demo we encourage multiple students to
lead the presentation each iteration. In addition, as much as possible,
we would like to see each student demo the work they have done.

Thanks

Venkat

From uhcoscsdp-return-31-vnkt4319=cs.uh.edu@list.prudentlearning.com  Mon Oct 10 18:45:35 2005
Return-Path: <uhcoscsdp-return-31-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 5477AF96E; Mon, 10 Oct 2005 18:45:35 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 10362F993
	for <vnkt4319@cs.uh.edu>; Mon, 10 Oct 2005 18:45:19 -0500 (CDT)
Received: (qmail 23533 invoked by uid 107); 10 Oct 2005 23:45:20 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 23309 invoked by uid 107); 10 Oct 2005 23:44:53 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510102344.j9ANigR14028@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Mon, 10 Oct 2005 18:44:42 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Project Status Report
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Team,

Please submit a project status report by email (to both the instructors)
on the day of your demo (before the demo).

The following information must be in the report:

1. Overview
2. Status at the end of current iteration
3. Comments/discussions explanining anything relevant
4. Plans for next iteration

Each report must include the title of the project, name of each
team member, and their email address.

This report should not exceed one page (A4 size) single spaced 11 pts.
Shorter reports are preferred than longer reports.

Thanks,

Venkat

From uhcoscsdp-return-32-vnkt4319=cs.uh.edu@list.prudentlearning.com  Mon Oct 10 18:47:47 2005
Return-Path: <uhcoscsdp-return-32-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id EB448F98A; Mon, 10 Oct 2005 18:47:46 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 5701AF978
	for <vnkt4319@cs.uh.edu>; Mon, 10 Oct 2005 18:47:39 -0500 (CDT)
Received: (qmail 24610 invoked by uid 107); 10 Oct 2005 23:47:47 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 24386 invoked by uid 107); 10 Oct 2005 23:47:09 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510102346.j9ANkvg14054@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Mon, 10 Oct 2005 18:46:57 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] SVN and TortoiseSVN on two machines in the lab
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Folks,

Thanks to Tom, we have SVN and TortoiseSVN installed on two machines
in the lab on the fifth floor PGH: MASM39 and MASM38.

If you have a compelling need for any other software on these two
machines, please let us know.

Thanks,

Venkat

From uhcoscsdp-return-33-vnkt4319=cs.uh.edu@list.prudentlearning.com  Fri Oct 14 06:00:33 2005
Return-Path: <uhcoscsdp-return-33-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 22F42F989; Fri, 14 Oct 2005 06:00:33 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 47177F98A
	for <vnkt4319@cs.uh.edu>; Fri, 14 Oct 2005 06:00:25 -0500 (CDT)
Received: (qmail 2449 invoked by uid 107); 14 Oct 2005 11:00:26 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 31994 invoked by uid 107); 14 Oct 2005 10:54:21 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510141054.j9EAsGS23650@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Fri, 14 Oct 2005 05:54:16 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] VS.NET 2003 problems. (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

>Venkat,
>
> 
>
>I'm using VS.NET 2003 Enterprise Architect. I was coding and coding until I
>fell on this problem (images attached):
>
>1.	I can code in C# class just fine, syntax highlights, undo/redo works
>just fine, and intellisense works.
>2.	When I start using an aspx page with C# code behind, the C# turns
>off every time I complete a keyword, in this case protected.
>
>a.	Opens just fine, syntax highlighting is on
>b.	Hit a keyword, highlighting turns off and intellisense turns off for
>the whole page
>c.	After a bit of tweaking with out the features, undo/redo doesn't
>work
>
>3.	When I return to a C# class, everything works just fine. It seems to
>be a problem when there's an associated aspx file.
>
>I've tried repairing and re-installing with no luck. Have you run into this
>problem or know how I can get this fixed? It's really injuring my
>development time and makes it really frustrating trying to code with out
>intellisense, auto tab, auto completion, etc.
>
>Thanks,
>
>Thomas 

Thomas,

By any chance did you have the code behind *and* the html view
of the aspx page open in studio when you were trying this. 

Studio has a lot of allergies if you have the html view (sometimes
the design view) of the aspx page and the code behind open at the same time.

Regards,

Venkat

From uhcoscsdp-return-34-vnkt4319=cs.uh.edu@list.prudentlearning.com  Sat Oct 15 20:14:34 2005
Return-Path: <uhcoscsdp-return-34-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 21808F990; Sat, 15 Oct 2005 20:14:34 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 050E7F97E
	for <vnkt4319@cs.uh.edu>; Sat, 15 Oct 2005 20:14:15 -0500 (CDT)
Received: (qmail 31955 invoked by uid 107); 16 Oct 2005 01:14:26 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 31535 invoked by uid 107); 16 Oct 2005 01:13:28 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510160113.j9G1DFD28750@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Sat, 15 Oct 2005 20:13:15 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: RE: [uhcoscsdp] VS.NET 2003 problems. (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: RO

Humm.  resx files have to do more with resource management than
intellisense. The information that is in the resx file is useful to
manage resources, but if you are not dealing with resources, then
I don't think resx file contributes much to it, at least in VS.NET 2003.
I just deleted my resx files and intellisense still worked in code behind.
I don't have any thing special in my code either when I tried this.
So, in short, I have no idea if the problem you faced was the effect
of what you are describing.

Venkat

>I have noticed the issue with html view and design view with code behind.
>You have to return to the design view before looking at the code to allow VS
>to do some code generation/updates.
>
>I found the problem I was having. The *.resx files were deleted! You need to
>have these in order to have syntax highlighting and Intellisense in the code
>behind. Now the question remains, if I have not touched the *.resx files
>from the beginning, is it safe (not good practice) to copy and rename *.resx
>files of another *.aspx page? How can I manually create the resource file
>with only *.aspx and the code behind?
>
>Thanks,
>Thomas Nguyen
>contact@thomasnguyen.com
>-----Original Message-----
>From: vnkt4319@cs.uh.edu [mailto:vnkt4319@cs.uh.edu] 
>Sent: Friday, October 14, 2005 5:54 AM
>To: COSC 6397/4397 Mailing list
>Subject: [uhcoscsdp] VS.NET 2003 problems. (fwd)
>
>>Venkat,
>>
>> 
>>
>>I'm using VS.NET 2003 Enterprise Architect. I was coding and coding until I
>>fell on this problem (images attached):
>>
>>1.	I can code in C# class just fine, syntax highlights, undo/redo works
>>just fine, and intellisense works.
>>2.	When I start using an aspx page with C# code behind, the C# turns
>>off every time I complete a keyword, in this case protected.
>>
>>a.	Opens just fine, syntax highlighting is on
>>b.	Hit a keyword, highlighting turns off and intellisense turns off for
>>the whole page
>>c.	After a bit of tweaking with out the features, undo/redo doesn't
>>work
>>
>>3.	When I return to a C# class, everything works just fine. It seems to
>>be a problem when there's an associated aspx file.
>>
>>I've tried repairing and re-installing with no luck. Have you run into this
>>problem or know how I can get this fixed? It's really injuring my
>>development time and makes it really frustrating trying to code with out
>>intellisense, auto tab, auto completion, etc.
>>
>>Thanks,
>>
>>Thomas 
>
>Thomas,
>
>By any chance did you have the code behind *and* the html view
>of the aspx page open in studio when you were trying this. 
>
>Studio has a lot of allergies if you have the html view (sometimes
>the design view) of the aspx page and the code behind open at the same time.
>
>Regards,
>
>Venkat

From uhcoscsdp-return-35-vnkt4319=cs.uh.edu@list.prudentlearning.com  Sat Oct 15 20:14:49 2005
Return-Path: <uhcoscsdp-return-35-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 1D547F98A; Sat, 15 Oct 2005 20:14:49 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 36148F98D
	for <vnkt4319@cs.uh.edu>; Sat, 15 Oct 2005 20:14:27 -0500 (CDT)
Received: (qmail 32083 invoked by uid 107); 16 Oct 2005 01:14:36 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 22385 invoked by uid 107); 14 Oct 2005 21:14:56 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=Cp1nZ6KX7A4uvegpQVLz95Y2FBOlxGfk//HVJTdwRB+IZTR8ZkWGCbPVg30+/5qXCmGtT+QX6dvK1o/aeKzLsqJZ5Y3nsjKmhwgI1EBoygsXEQ1TrCyFFwUeI9Pj/QkbrhvLHEZ28h/3YUFXGRo9NT0O72lMiVDhmRITKmCPbAA=
Message-ID: <e1a288390510141414mdebf282i782514b6c92b4b66@mail.gmail.com>
Date: Fri, 14 Oct 2005 16:14:43 -0500
From: George Toderici <george.toderici@gmail.com>
To: "vnkt4319@cs.uh.edu" <vnkt4319@cs.uh.edu>
Cc: COSC 6397/4397 Mailing list <uhcoscsdp@list.prudentlearning.com>
In-Reply-To: <200510141054.j9EAsGS23650@leibnitz.cs.uh.edu>
References: <200510141054.j9EAsGS23650@leibnitz.cs.uh.edu>
Subject: Re: [uhcoscsdp] VS.NET 2003 problems. (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.5 required=5.0 tests=FORGED_RCVD_HELO,
	TO_ADDRESS_EQ_REAL autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Status: O

We are getting the following "error" with cruise control:

svn: Failed to add file 'C:\Program
Files\CruiseControl.NET\server\SdpTeam2\WorkingDirectory\DataBase\Cover.jpg=
':
object of the same name already exists

The file does not exist (was removed) from SVN. What can I do to fix this?

On 10/14/05, vnkt4319@cs.uh.edu <vnkt4319@cs.uh.edu> wrote:
> >Venkat,
> >
> >
> >
> >I'm using VS.NET 2003 Enterprise Architect. I was coding and coding unti=
l I
> >fell on this problem (images attached):
> >
> >1.     I can code in C# class just fine, syntax highlights, undo/redo wo=
rks
> >just fine, and intellisense works.
> >2.     When I start using an aspx page with C# code behind, the C# turns=

> >off every time I complete a keyword, in this case protected.
> >
> >a.     Opens just fine, syntax highlighting is on
> >b.     Hit a keyword, highlighting turns off and intellisense turns off =
for
> >the whole page
> >c.     After a bit of tweaking with out the features, undo/redo doesn't
> >work
> >
> >3.     When I return to a C# class, everything works just fine. It seems=
 to
> >be a problem when there's an associated aspx file.
> >
> >I've tried repairing and re-installing with no luck. Have you run into t=
his
> >problem or know how I can get this fixed? It's really injuring my
> >development time and makes it really frustrating trying to code with out=

> >intellisense, auto tab, auto completion, etc.
> >
> >Thanks,
> >
> >Thomas
>
> Thomas,
>
> By any chance did you have the code behind *and* the html view
> of the aspx page open in studio when you were trying this.
>
> Studio has a lot of allergies if you have the html view (sometimes
> the design view) of the aspx page and the code behind open at the same ti=
me.
>
> Regards,
>
> Venkat
>

From uhcoscsdp-return-36-vnkt4319=cs.uh.edu@list.prudentlearning.com  Sun Oct 16 07:41:48 2005
Return-Path: <uhcoscsdp-return-36-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id EB6B9F990; Sun, 16 Oct 2005 07:41:47 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 48F04F98E
	for <vnkt4319@cs.uh.edu>; Sun, 16 Oct 2005 07:41:35 -0500 (CDT)
Received: (qmail 7548 invoked by uid 107); 16 Oct 2005 12:41:35 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 7302 invoked by uid 107); 16 Oct 2005 12:40:59 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510161240.j9GCetu29714@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Sun, 16 Oct 2005 07:40:55 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: Re: [uhcoscsdp] VS.NET 2003 problems. (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

In svn I see that the fiel Cover.jpg exists.
I see that the build is successful.
Looks like your team has taken care of this problem.

If this is still a problem, let me know.

Regards,

Venkat

>We are getting the following "error" with cruise control:
>
>svn: Failed to add file 'C:\Program
>Files\CruiseControl.NET\server\SdpTeam2\WorkingDirectory\DataBase\Cover.jpg=
>':
>object of the same name already exists
>
>The file does not exist (was removed) from SVN. What can I do to fix this?

From uhcoscsdp-return-37-vnkt4319=cs.uh.edu@list.prudentlearning.com  Mon Oct 17 05:22:30 2005
Return-Path: <uhcoscsdp-return-37-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 61769F97D; Mon, 17 Oct 2005 05:22:30 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 237ECF996
	for <vnkt4319@cs.uh.edu>; Mon, 17 Oct 2005 05:22:22 -0500 (CDT)
Received: (qmail 12757 invoked by uid 107); 17 Oct 2005 10:22:16 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 12338 invoked by uid 107); 17 Oct 2005 10:21:25 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510171021.j9HALNY01500@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Mon, 17 Oct 2005 05:21:23 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: Re: [uhcoscsdp] VS.NET 2003 problems. (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Not sure how it happened. Glad you found a way to get moving.

Venkat

>I managed to get that message locally. By deleting the file,
>committing, then adding the file again the problem was solved. I think
>it's a bug in TortoiseSVN or subversion itself.
>
>On 10/16/05, vnkt4319@cs.uh.edu <vnkt4319@cs.uh.edu> wrote:
>> In svn I see that the fiel Cover.jpg exists.
>> I see that the build is successful.
>> Looks like your team has taken care of this problem.
>>
>> If this is still a problem, let me know.
>>
>> Regards,
>>
>> Venkat
>>
>> >We are getting the following "error" with cruise control:
>> >
>> >svn: Failed to add file 'C:\Program
>> >Files\CruiseControl.NET\server\SdpTeam2\WorkingDirectory\DataBase\Cover.=
>jpg=3D
>> >':
>> >object of the same name already exists
>> >
>> >The file does not exist (was removed) from SVN. What can I do to fix thi=
>s?

From uhcoscsdp-return-38-vnkt4319=cs.uh.edu@list.prudentlearning.com  Tue Oct 18 05:29:22 2005
Return-Path: <uhcoscsdp-return-38-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 6586AF98D; Tue, 18 Oct 2005 05:29:22 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 780D4F97B
	for <vnkt4319@cs.uh.edu>; Tue, 18 Oct 2005 05:29:11 -0500 (CDT)
Received: (qmail 22801 invoked by uid 107); 18 Oct 2005 10:29:12 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 19443 invoked by uid 107); 18 Oct 2005 10:21:06 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510181021.j9IAL4N04654@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Tue, 18 Oct 2005 05:21:04 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Project Status Report... clarification
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Teams,

I am forwarding the email I sent last week with a few clarifications.

1. Your report is due before the demo - send it at least by Noon on the
day of demo (no later than Noon that is).

2. The report must be 1 page.

3. Email it to both the instructors.

Regards,

Venkat

....Forwarded message....
Team,

Please submit a project status report by email (to both the instructors)
on the day of your demo (before the demo).

The following information must be in the report:

1. Overview
2. Status at the end of current iteration
3. Comments/discussions explanining anything relevant
4. Plans for next iteration

Each report must include the title of the project, name of each
team member, and their email address.

This report should not exceed one page (A4 size) single spaced 11 pts.
Shorter reports are preferred than longer reports.

Thanks,

Venkat

From uhcoscsdp-return-39-vnkt4319=cs.uh.edu@list.prudentlearning.com  Tue Oct 18 16:28:42 2005
Return-Path: <uhcoscsdp-return-39-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id C35BCF97B; Tue, 18 Oct 2005 16:28:42 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 89D42F987
	for <vnkt4319@cs.uh.edu>; Tue, 18 Oct 2005 16:28:19 -0500 (CDT)
Received: (qmail 9850 invoked by uid 107); 18 Oct 2005 21:28:27 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 9580 invoked by uid 107); 18 Oct 2005 21:27:47 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510182127.j9ILRb816940@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Tue, 18 Oct 2005 16:27:37 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Subversion server switched to SSL (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Teams,

You should have received this message directly from Chandler.

I will take care of switching the cruise control script to
use ssl. You take care of modifying your client access.

Regards,

Venkat

---Forwarded Message---

Attention:

At the suggestion of Venkat, (and the fact that I hadn't noticed we weren't 
already running SSL) I've modified the svn.cs.uh.edu server to be accessible 
only through SSL. This means that the URL to reference the server will now be

https://svn.cs.uh.edu/svn/{repositoryname}

Unencrypted access will result in a page with a redirect to the secure version, 
so any automated scripting or svn clients set to the non-ssl version may break.

It should be a simple reconfiguration to point servers at the ssl version.

- -- 
Chandler 

From uhcoscsdp-return-40-vnkt4319=cs.uh.edu@list.prudentlearning.com  Tue Oct 18 17:31:16 2005
Return-Path: <uhcoscsdp-return-40-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 3F28DF987; Tue, 18 Oct 2005 17:31:16 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id F1FD5F98D
	for <vnkt4319@cs.uh.edu>; Tue, 18 Oct 2005 17:31:04 -0500 (CDT)
Received: (qmail 4348 invoked by uid 107); 18 Oct 2005 22:31:13 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 4028 invoked by uid 107); 18 Oct 2005 22:30:40 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510182230.j9IMUSt17080@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Tue, 18 Oct 2005 17:30:27 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Ignore build errors until further notice
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Folks,

Ignore build errors until further notice. I am fixing 
ccnet to use ssl.

Thanks

Venkat

From uhcoscsdp-return-41-vnkt4319=cs.uh.edu@list.prudentlearning.com  Wed Oct 19 05:26:31 2005
Return-Path: <uhcoscsdp-return-41-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 23C4DF988; Wed, 19 Oct 2005 05:26:31 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 3E9E4F987
	for <vnkt4319@cs.uh.edu>; Wed, 19 Oct 2005 05:26:21 -0500 (CDT)
Received: (qmail 16565 invoked by uid 107); 19 Oct 2005 10:26:11 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 10700 invoked by uid 107); 19 Oct 2005 10:13:54 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510191013.j9JADoD19964@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Wed, 19 Oct 2005 05:13:49 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Unit Testing for a function that is used for GUI (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

>Venkat,
>I have written a simple GUI to roll the Dice using GDI+. I want to
>write a test to make sure that the dice GUI performs according to my
>random number generator and shows the correct face of the dice.
>
>how should i perform my test to check this GUI function ?
>
>--
>Sincerely,

Two ways to approach this.

1. Unit testing the UI is very difficult and to some extent in effective.
Push as much logic as possible to the library tier so you can unit test
that. The UI in this case becomes so thin that you can compromise without
unit testing it. For instance, clicking the button to roll the dice
and then displaying the result is what UI does. But the actual selection
of a random number for the dice can be written and tested independent of
the UI.

2. If you still think you have to unit test UI, in the case of .NET you 
may look at tools like NUnitForm. However, this will be my reluctant 
last option generally. If you have benefited 100% from unit testing your
rest of your code, you may move on to this. Even here, recommendation of
keeping the UI think strongly holds true.

Venkat

From uhcoscsdp-return-42-vnkt4319=cs.uh.edu@list.prudentlearning.com  Wed Oct 19 08:08:55 2005
Return-Path: <uhcoscsdp-return-42-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id 45EC0F979; Wed, 19 Oct 2005 08:08:55 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 513C4F97F
	for <vnkt4319@cs.uh.edu>; Wed, 19 Oct 2005 08:08:51 -0500 (CDT)
Received: (qmail 2078 invoked by uid 107); 19 Oct 2005 13:08:40 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 1010 invoked by uid 107); 19 Oct 2005 13:06:11 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510191306.j9JD66020274@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Wed, 19 Oct 2005 08:06:06 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] SVN and TortoiseSVN on two machines in the lab (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: RO

I was informed that students could not find the machines mentioned below.

These two machines sit alone on a table in the far left cornor of room 563.

When you enter the room 563, turn left, turn right, and these two 
machines are in front of you now.

Regards,

Venkat

>Folks,
>
>Thanks to Tom, we have SVN and TortoiseSVN installed on two machines
>in the lab on the fifth floor PGH: MASM39 and MASM38.
>
>If you have a compelling need for any other software on these two
>machines, please let us know.
>
>Thanks,
>
>Venkat

From uhcoscsdp-return-43-vnkt4319=cs.uh.edu@list.prudentlearning.com  Thu Oct 20 01:45:14 2005
Return-Path: <uhcoscsdp-return-43-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id CCF49F98D; Thu, 20 Oct 2005 01:45:14 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 801C8F996
	for <vnkt4319@cs.uh.edu>; Thu, 20 Oct 2005 01:45:01 -0500 (CDT)
Received: (qmail 1582 invoked by uid 107); 20 Oct 2005 06:45:08 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 25537 invoked by uid 107); 20 Oct 2005 02:55:18 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510200255.j9K2t3I22382@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Wed, 19 Oct 2005 21:55:03 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] ccnet up and running again
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Greetings,

ccnet is up and running again - now with ssl. 
You should've start getting your friendly error notification 
messages again :)

Enjoy.

Venkat

From uhcoscsdp-return-44-vnkt4319=cs.uh.edu@list.prudentlearning.com  Fri Oct 21 05:28:26 2005
Return-Path: <uhcoscsdp-return-44-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id EE5ACF97E; Fri, 21 Oct 2005 05:28:25 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 75AB1F97F
	for <vnkt4319@cs.uh.edu>; Fri, 21 Oct 2005 05:28:12 -0500 (CDT)
Received: (qmail 393 invoked by uid 107); 21 Oct 2005 10:28:11 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 32007 invoked by uid 107); 21 Oct 2005 10:25:39 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510211025.j9LAPZY25755@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Fri, 21 Oct 2005 05:25:35 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] .net/svn (fwd)
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Thanks for the information Clay. 
My past experience with source control plugin for vs.net have not
been that good. As the project size grew, it became either slower or
messy. I am glad you have had good experience with this one.

Regards,

Venkat

---
Venkat,

You were asking last night about the plugin I was using to integrate SVN
into VS.NET <http://VS.NET>. I was using one called Ankhsvn. You can
download it at http://ankhsvn.tigris.org/.

So far it has been very faithful. The only feature I miss from Tortoise is
the Show Log, which seems to be absent in Ankh. I have to switch gears and
use Tortoise if I want that feature. However, using Tortoise and Ankh
together is no problem, so it of little importance to me that it is missing=
.
The Repository Explorer in Ankh is very nice, as well.

For Java and PHP development, I have been using the Subclipse plugin for
Eclipse. It works fairly well, also.

One thing I should mention is that Tortoise does not yet seem to work on th=
e
Windows XP x64 platform. The shell integration has apparently changed in th=
e
new versions of Windows and I have not been able to get Tortoise to work.
Therefore, it was by necessity that I started using Ankh on my machine at
work, which is running x64. If you, by chance, know a workaround for this, =
I
would appreciate your input. I need to be able to view my SVN log!

I hope I sent this to the right email.

Thanks,

--
Clayton

From uhcoscsdp-return-45-vnkt4319=cs.uh.edu@list.prudentlearning.com  Sun Oct 23 04:32:27 2005
Return-Path: <uhcoscsdp-return-45-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id F381AF989; Sun, 23 Oct 2005 04:32:26 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id 1D1C4F97F
	for <vnkt4319@cs.uh.edu>; Sun, 23 Oct 2005 04:32:20 -0500 (CDT)
Received: (qmail 26971 invoked by uid 107); 23 Oct 2005 09:32:11 -0000
Mailing-List: contact uhcoscsdp-help@list.prudentlearning.com; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: <mailto:uhcoscsdp@list.prudentlearning.com>
List-Help: <mailto:uhcoscsdp-help@list.prudentlearning.com>
List-Unsubscribe: <mailto:uhcoscsdp-unsubscribe@list.prudentlearning.com>
List-Subscribe: <mailto:uhcoscsdp-subscribe@list.prudentlearning.com>
Delivered-To: mailing list uhcoscsdp@list.prudentlearning.com
Delivered-To: moderator for uhcoscsdp@list.prudentlearning.com
Received: (qmail 26763 invoked by uid 107); 23 Oct 2005 09:31:41 -0000
From: <vnkt4319@cs.uh.edu>
Message-Id: <200510230931.j9N9VdN29981@leibnitz.cs.uh.edu>
To: uhcoscsdp@list.prudentlearning.com (COSC 6397/4397 Mailing list)
Date: Sun, 23 Oct 2005 04:31:39 -0500 (CDT)
X-Mailer: ELM [version 2.5 PL6]
Subject: [uhcoscsdp] Dead code
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on Boole
X-Spam-Status: No, score=0.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NO_REAL_NAME autolearn=no version=3.0.4
X-Spam-Level: 
X-Sanitizer: Anomy with McAfee uvscan
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Status: O

Teams,

Please keep track of the state of your project build.
It will work against your team (as far as grading) if your build 
is broken for too long (like hours) [I see one that is broken for days].

Whenever your build fails or succeeds, your team gets an email. 
In addition your course instructors get that email as well! 

You may want to visit http://sdp.cs.uh.edu/ccnet to make sure
your team's build is successful.

Regards,

Venkat

From uhcoscsdp-return-46-vnkt4319=cs.uh.edu@list.prudentlearning.com  Tue Oct 25 04:53:19 2005
Return-Path: <uhcoscsdp-return-46-vnkt4319=cs.uh.edu@list.prudentlearning.com>
X-Original-To: vnkt4319@cs.uh.edu
Delivered-To: vnkt4319@cs.uh.edu
Received: by boole.cs.uh.edu (Postfix, from userid 158)
	id A2ADEF97B; Tue, 25 Oct 2005 04:53:19 -0500 (CDT)
Received: from mail_103.selectedhosting.com (mx249.mysite4now.com [209.132.240.249])
	by boole.cs.uh.edu (Postfix) with ESMTP id F2BFAF97F
	for <vnkt4319@cs.uh.edu>; Tue, 25 Oct 2005 04:53:07 -0500 (CDT)