No roadblocks.
--
You received this message because you are subscribed to the Google Groups "tbs-group" group.
To post to this group, send email to tbs-...@googlegroups.com.
To unsubscribe from this group, send email to tbs-group+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tbs-group?hl=en.
To: tbs-...@googlegroups.com
From: Glenn Thelen <glenn_...@yahoo.com>
Sent by: tbs-...@googlegroups.com
Date: 02/05/2010 11:33PM
Subject: Re: [tbs-group] The Scrum (2/5)
No roadblocks.
----- Original Message ----
From: Jon Kiparsky <jon.ki...@gmail.com>
To: tbs-...@googlegroups.com
The second line splits $str and puts the result into the default @_
array, which explains $_[2] - this is the third piece of "At revision
n.", which is "n."
We then get rid of the period and increment n - that's the current
revision number. I'm assuming that a commit of the current build
follows this script.
Then we open up the source document (TBS.pl) and go through it line by
line - while (<SCRIPT>) - writing it to the TBSTestSurvey.pl, pausing
only to replace the string REVNO with the contents of the variable we
came up with earlier.
Nothing is being passed to the build.xml script, this is simply a
trigger to execute an action.
Alles klar?
Your errors might be due to running under windows - perhaps the system
call doesn't work on your doohickey. I'll see if I can find out how to
modify the script to work on Bill machines. Will post a fix or another
way to do it.
junit is at http://sourceforge.net/projects/junit/files/
The faq will help: http://junit.sourceforge.net/doc/faq/faq.htm
Probably Eclipse will set it up for you, it seems to have wizards for
most of this stuff.
I haven't built the tests into the build file yet, so we're not doing
proper unit testing. This should make life a little easier; once you
have the junit jar in your classpath, you're set. You don't have to
worry about seeing failing tests.
To: tbs-...@googlegroups.com
From: Jon Kiparsky <jon.ki...@gmail.com>
Sent by: tbs-...@googlegroups.com
Date: 02/07/2010 12:06PM
Subject: Re: [tbs-group] JUnit & Perl
To: tbs-...@googlegroups.com
From: Jon Kiparsky <jon.ki...@gmail.com>
Sent by: tbs-...@googlegroups.com
Date: 02/07/2010 12:06PM
Subject: Re: [tbs-group] JUnit & Perl
| From: | Glenn Thelen <glenn_...@yahoo.com> |
| To: | tbs-...@googlegroups.com |
| Date: | 02/07/2010 08:02 PM |
| Subject: |
| Re: [tbs-group] JUnit & Perl |
| Sent by: | tbs-...@googlegroups.com |
To: tbs-...@googlegroups.com
From: Glenn Thelen <glenn_...@yahoo.com>
Sent by: tbs-...@googlegroups.com
Date: 02/07/2010 08:02PM
Subject: Re: [tbs-group] JUnit & Perl