[JBoss-dev] CVS update: jbosstest/src/build/stylesheets summary1.xsl summary2.xsl

2001-07-30 Thread Jason Dillon

  User: user57  
  Date: 01/07/30 23:13:36

  Removed: src/build/stylesheets Tag: jboss_buildmagic summary1.xsl
summary2.xsl
  Log:
   o using execmodules and configmodules tasks to control execution of
 testsuite subproject build files.  They still need there namesspace
 updated though.
   o moved the stylesheets from build/stylesheets to etc/stylesheets

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: jbosstest/src/build/stylesheets summary1.xsl summary2.xsl

2001-07-24 Thread Chris Kimpton

  User: kimptoc 
  Date: 01/07/24 01:49:44

  Modified:src/build/stylesheets summary1.xsl summary2.xsl
  Log:
  added some environment info to the test report
  
  Revision  ChangesPath
  1.6   +9 -0  jbosstest/src/build/stylesheets/summary1.xsl
  
  Index: summary1.xsl
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/stylesheets/summary1.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- summary1.xsl  2001/07/07 15:53:05 1.5
  +++ summary1.xsl  2001/07/24 08:49:44 1.6
  @@ -30,6 +30,11 @@
   
   
   [time of test: xsl:value-of select=$thedate/ GMT]
  +[java.version: xsl:value-of select=$java_version/]
  +[java.vendor: xsl:value-of select=$java_vendor/]
  +[os.name: xsl:value-of select=$os_name/]
  +[os.arch: xsl:value-of select=$os_arch/]
  +[os.version: xsl:value-of select=$os_version/]
   
   See http://lubega.com for full details
   
  @@ -41,6 +46,7 @@
   
   
   
  +xsl:if test='@failures!=0 or @errors!=0'
   
   DETAILS OF ERRORS
   
  @@ -56,6 +62,9 @@
   -
   
   /xsl:for-each
  +
  +/xsl:if
  +
   
   /xsl:template
   
  
  
  
  1.5   +6 -0  jbosstest/src/build/stylesheets/summary2.xsl
  
  Index: summary2.xsl
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/stylesheets/summary2.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- summary2.xsl  2001/07/12 12:39:38 1.4
  +++ summary2.xsl  2001/07/24 08:49:44 1.5
  @@ -101,6 +101,12 @@
   
   /table
   
  +[java.version: xsl:value-of select=$java_version/]
  +[java.vendor: xsl:value-of select=$java_vendor/]
  +[os.name: xsl:value-of select=$os_name/]
  +[os.arch: xsl:value-of select=$os_arch/]
  +[os.version: xsl:value-of select=$os_version/]
  +
   
   /td/trtr valign='top'td
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: jbosstest/src/build/stylesheets summary1.xsl

2001-07-08 Thread Scott M Stark

  User: starksm 
  Date: 01/07/08 18:06:01

  Modified:src/build/stylesheets Tag: Branch_2_4 summary1.xsl
  Log:
  Merge latest changes from main to the 2.4 branch
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.4.2.1   +1 -1  jbosstest/src/build/stylesheets/summary1.xsl
  
  Index: summary1.xsl
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/stylesheets/summary1.xsl,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- summary1.xsl  2001/06/15 08:35:16 1.4
  +++ summary1.xsl  2001/07/09 01:06:01 1.4.2.1
  @@ -29,7 +29,7 @@
   
   
   
  -[time of test: xsl:value-of select=$thedate/]
  +[time of test: xsl:value-of select=$thedate/ GMT]
   
   See http://lubega.com for full details
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: jbosstest/src/build/stylesheets summary1.xsl

2001-07-07 Thread Chris Kimpton

  User: kimptoc 
  Date: 01/07/07 08:53:05

  Modified:src/build/stylesheets summary1.xsl
  Log:
  added clarification
  
  Revision  ChangesPath
  1.5   +1 -1  jbosstest/src/build/stylesheets/summary1.xsl
  
  Index: summary1.xsl
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/stylesheets/summary1.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- summary1.xsl  2001/06/15 08:35:16 1.4
  +++ summary1.xsl  2001/07/07 15:53:05 1.5
  @@ -29,7 +29,7 @@
   
   
   
  -[time of test: xsl:value-of select=$thedate/]
  +[time of test: xsl:value-of select=$thedate/ GMT]
   
   See http://lubega.com for full details
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: jbosstest/src/build/stylesheets summary1.xsl

2001-06-15 Thread kimptoc

  User: kimptoc 
  Date: 01/06/15 01:35:16

  Modified:src/build/stylesheets summary1.xsl
  Log:
  add disclaimer to daily test results mail
  
  Revision  ChangesPath
  1.4   +6 -0  jbosstest/src/build/stylesheets/summary1.xsl
  
  Index: summary1.xsl
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/stylesheets/summary1.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- summary1.xsl  2001/05/27 09:41:37 1.3
  +++ summary1.xsl  2001/06/15 08:35:16 1.4
  @@ -33,6 +33,12 @@
   
   See http://lubega.com for full details
   
  +NOTE: If there are any errors shown above - this mail is only highlighting 
  +them - it is NOT indicating that they are being looked at by anyone.
  +
  +It is assumed that whoever makes change(s) to jboss that 
  +break the test will be fixing the test or jboss, as appropriate!
  +
   
   
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: jbosstest/src/build/stylesheets summary1.xsl

2001-05-27 Thread kimptoc

  User: kimptoc 
  Date: 01/05/27 02:41:37

  Modified:src/build/stylesheets summary1.xsl
  Log:
  add url link for further info on results
  
  Revision  ChangesPath
  1.3   +2 -0  jbosstest/src/build/stylesheets/summary1.xsl
  
  Index: summary1.xsl
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/stylesheets/summary1.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- summary1.xsl  2001/05/26 10:41:37 1.2
  +++ summary1.xsl  2001/05/27 09:41:37 1.3
  @@ -31,6 +31,8 @@
   
   [time of test: xsl:value-of select=$thedate/]
   
  +See http://lubega.com for full details
  +
   
   
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: jbosstest/src/build/stylesheets summary1.xsl summary2.xsl

2001-05-26 Thread kimptoc

  User: kimptoc 
  Date: 01/05/26 03:41:37

  Modified:src/build/stylesheets summary1.xsl summary2.xsl
  Log:
  added time of test run to reports - helps to see file is current
  
  Revision  ChangesPath
  1.2   +7 -0  jbosstest/src/build/stylesheets/summary1.xsl
  
  Index: summary1.xsl
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/stylesheets/summary1.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- summary1.xsl  2001/05/26 08:09:52 1.1
  +++ summary1.xsl  2001/05/26 10:41:37 1.2
  @@ -2,6 +2,8 @@
   
   xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
   
  +xsl:param name=thedateundefined/xsl:param
  +
   xsl:output method='text'/ 
   
   xsl:template match='/'
  @@ -26,6 +28,11 @@
   Failures:  xsl:value-of select=$numberOfFailures/
   
   
  +
  +[time of test: xsl:value-of select=$thedate/]
  +
  +
  +
   
   DETAILS OF ERRORS
   
  
  
  
  1.2   +6 -0  jbosstest/src/build/stylesheets/summary2.xsl
  
  Index: summary2.xsl
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/stylesheets/summary2.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- summary2.xsl  2001/05/26 08:09:52 1.1
  +++ summary2.xsl  2001/05/26 10:41:37 1.2
  @@ -1,7 +1,10 @@
   xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform; version=1.0
   
  +xsl:param name=thedateundefined/xsl:param
  +
   xsl:output method='html' indent='yes' doctype-public='-//W3C//DTD HTML 3.2 
FINAL//EN'/
   
  +
   xsl:template match=/
   
   xsl:variable name=numberOfTests select=sum(//@tests)/
  @@ -30,6 +33,8 @@
   iThe tests are run around 2:30am GMT each day on a 
href=http://lubega.com;lubega.com/a - so expect the files to be 
   empty/half complete around that time/i
   
  +p/
  +Date of last run: xsl:value-of select=$thedate/
   ul
lia href='#tests'Test Results/a/li
lia href='#javadocs'Javadocs of the JBoss modules/a/li
  @@ -75,6 +80,7 @@
/tr
   
xsl:for-each select=//testsuite
  +  xsl:sort select=@name/
 tr
  tdaxsl:attribute name='href'TEST-xsl:value-of 
select='@name'/.xml/xsl:attribute
xsl:value-of select='@name'/
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development