Re: [JBoss-dev] Build testsuite

2002-10-05 Thread Scott M Stark

Its fixed now.


Scott Stark
Chief Technology Officer
JBoss Group, LLC


- Original Message - 
From: Juha-P Lindfors [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, October 05, 2002 8:24 AM
Subject: [JBoss-dev] Build testsuite


 
 does the testsuite work yet or is this still work in progress?
 
 I can't get it to run from either /build or /testsuite
 
 $ ./build.bat run-basic-testsuite
 Calling ..\tools\bin\ant.bat -logger org.apache.tools.ant.NoBannerLogger
 run-basic-testsu
 ite
 Buildfile: build.xml
 
 _buildmagic:init:
 Trying to override old definition of task property
 
 configure-project:
  [echo] groups:  default
  [echo] modules:
 jmx,common,system,j2ee,naming,management,transaction,server,blocks,co
 nsole,security,messaging,connector,varia,cluster,jetty,jboss.net,iiop
 
 run-basic-testsuite:
 [execmodules] Missing build file; skipping module: testsuite
 
 BUILD SUCCESSFUL
 Total time: 2 seconds
 Press any key to continue . . .
 
 
 $ ./build.bat tests-unit
 Calling ..\tools\bin\ant.bat -logger org.apache.tools.ant.NoBannerLogger
 tests-unit
 Buildfile: build.xml
 
 _buildmagic:init:
 Trying to override old definition of task property
  [copy] Copying 1 file to
 D:\test\jboss-all\testsuite\output\gen\classes\org\jboss\tes
 t\cts\interfaces
 
 
 [ BIG SNIP ]
 
 UnitTestCase.java:285: warning: setPriority(org.apache.log4j.Priority) in
 org.apache.log4j
 .Category has been deprecated
 [javac]   root.setPriority(XLevel.TRACE);
 [javac]   ^
 [javac]
 D:\test\jboss-all\testsuite\src\main\org\jboss\test\security\test\SRPUnitTestC
 ase.java:112: cannot resolve symbol
 [javac] symbol  : method getResourceURL  (java.lang.String)
 [javac] location: class org.jboss.test.JBossTestSetup
 [javac] String authConfPath =
 super.getResourceURL(security-srp/auth.conf
 );
 [javac]^
 [javac]
 D:\test\jboss-all\testsuite\src\main\org\jboss\test\security\test\XMLLoginModu
 lesUnitTestCase.java:41: warning: setPriority(org.apache.log4j.Priority)
 in org.apache.log
 4j.Category has been deprecated
 [javac]   root.setPriority(XLevel.TRACE);
 [javac]   ^
 [javac] 1 error
 [javac] 43 warnings
 
 BUILD FAILED
 file:d:/test/jboss-all/testsuite/../tools/etc/buildfragments/targets.ent:45:
 Compile faile
 d; see the compiler error output for details.
 
 Total time: 58 seconds
 Press any key to continue . . .



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Build testsuite

2002-10-05 Thread Juha-P Lindfors


cool, thanks

On Sat, 5 Oct 2002, Scott M Stark wrote:

 Its fixed now.

 
 Scott Stark
 Chief Technology Officer
 JBoss Group, LLC
 

 - Original Message -
 From: Juha-P Lindfors [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, October 05, 2002 8:24 AM
 Subject: [JBoss-dev] Build testsuite


 
  does the testsuite work yet or is this still work in progress?
 
  I can't get it to run from either /build or /testsuite
 
  $ ./build.bat run-basic-testsuite
  Calling ..\tools\bin\ant.bat -logger org.apache.tools.ant.NoBannerLogger
  run-basic-testsu
  ite
  Buildfile: build.xml
 
  _buildmagic:init:
  Trying to override old definition of task property
 
  configure-project:
   [echo] groups:  default
   [echo] modules:
  jmx,common,system,j2ee,naming,management,transaction,server,blocks,co
  nsole,security,messaging,connector,varia,cluster,jetty,jboss.net,iiop
 
  run-basic-testsuite:
  [execmodules] Missing build file; skipping module: testsuite
 
  BUILD SUCCESSFUL
  Total time: 2 seconds
  Press any key to continue . . .
 
 
  $ ./build.bat tests-unit
  Calling ..\tools\bin\ant.bat -logger org.apache.tools.ant.NoBannerLogger
  tests-unit
  Buildfile: build.xml
 
  _buildmagic:init:
  Trying to override old definition of task property
   [copy] Copying 1 file to
  D:\test\jboss-all\testsuite\output\gen\classes\org\jboss\tes
  t\cts\interfaces
 
 
  [ BIG SNIP ]
 
  UnitTestCase.java:285: warning: setPriority(org.apache.log4j.Priority) in
  org.apache.log4j
  .Category has been deprecated
  [javac]   root.setPriority(XLevel.TRACE);
  [javac]   ^
  [javac]
  D:\test\jboss-all\testsuite\src\main\org\jboss\test\security\test\SRPUnitTestC
  ase.java:112: cannot resolve symbol
  [javac] symbol  : method getResourceURL  (java.lang.String)
  [javac] location: class org.jboss.test.JBossTestSetup
  [javac] String authConfPath =
  super.getResourceURL(security-srp/auth.conf
  );
  [javac]^
  [javac]
  D:\test\jboss-all\testsuite\src\main\org\jboss\test\security\test\XMLLoginModu
  lesUnitTestCase.java:41: warning: setPriority(org.apache.log4j.Priority)
  in org.apache.log
  4j.Category has been deprecated
  [javac]   root.setPriority(XLevel.TRACE);
  [javac]   ^
  [javac] 1 error
  [javac] 43 warnings
 
  BUILD FAILED
  file:d:/test/jboss-all/testsuite/../tools/etc/buildfragments/targets.ent:45:
  Compile faile
  d; see the compiler error output for details.
 
  Total time: 58 seconds
  Press any key to continue . . .



 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development


--
Juha Lindfors
Author of JMX: Managing J2EE with Java Management Extensions





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Build testsuite

2002-10-05 Thread Juha-P Lindfors


although I'm not having much success running 'tests-unit' on HEAD... I
seem to get a few infinite loops from log4j that eventually die to stack
overflows and a test success rate of only about 44%

anyone else having better luck with it?


 On Sat, 5 Oct 2002,
Juha-P Lindfors wrote:


 cool, thanks

 On Sat, 5 Oct 2002, Scott M Stark wrote:

  Its fixed now.
 
  
  Scott Stark
  Chief Technology Officer
  JBoss Group, LLC
  
 
  - Original Message -
  From: Juha-P Lindfors [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Saturday, October 05, 2002 8:24 AM
  Subject: [JBoss-dev] Build testsuite
 
 
  
   does the testsuite work yet or is this still work in progress?
  
   I can't get it to run from either /build or /testsuite
  
   $ ./build.bat run-basic-testsuite
   Calling ..\tools\bin\ant.bat -logger org.apache.tools.ant.NoBannerLogger
   run-basic-testsu
   ite
   Buildfile: build.xml
  
   _buildmagic:init:
   Trying to override old definition of task property
  
   configure-project:
[echo] groups:  default
[echo] modules:
   jmx,common,system,j2ee,naming,management,transaction,server,blocks,co
   nsole,security,messaging,connector,varia,cluster,jetty,jboss.net,iiop
  
   run-basic-testsuite:
   [execmodules] Missing build file; skipping module: testsuite
  
   BUILD SUCCESSFUL
   Total time: 2 seconds
   Press any key to continue . . .
  
  
   $ ./build.bat tests-unit
   Calling ..\tools\bin\ant.bat -logger org.apache.tools.ant.NoBannerLogger
   tests-unit
   Buildfile: build.xml
  
   _buildmagic:init:
   Trying to override old definition of task property
[copy] Copying 1 file to
   D:\test\jboss-all\testsuite\output\gen\classes\org\jboss\tes
   t\cts\interfaces
  
  
   [ BIG SNIP ]
  
   UnitTestCase.java:285: warning: setPriority(org.apache.log4j.Priority) in
   org.apache.log4j
   .Category has been deprecated
   [javac]   root.setPriority(XLevel.TRACE);
   [javac]   ^
   [javac]
   D:\test\jboss-all\testsuite\src\main\org\jboss\test\security\test\SRPUnitTestC
   ase.java:112: cannot resolve symbol
   [javac] symbol  : method getResourceURL  (java.lang.String)
   [javac] location: class org.jboss.test.JBossTestSetup
   [javac] String authConfPath =
   super.getResourceURL(security-srp/auth.conf
   );
   [javac]^
   [javac]
   D:\test\jboss-all\testsuite\src\main\org\jboss\test\security\test\XMLLoginModu
   lesUnitTestCase.java:41: warning: setPriority(org.apache.log4j.Priority)
   in org.apache.log
   4j.Category has been deprecated
   [javac]   root.setPriority(XLevel.TRACE);
   [javac]   ^
   [javac] 1 error
   [javac] 43 warnings
  
   BUILD FAILED
   file:d:/test/jboss-all/testsuite/../tools/etc/buildfragments/targets.ent:45:
   Compile faile
   d; see the compiler error output for details.
  
   Total time: 58 seconds
   Press any key to continue . . .
 
 
 
  ---
  This sf.net email is sponsored by:ThinkGeek
  Welcome to geek heaven.
  http://thinkgeek.com/sf
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
 

 --
 Juha Lindfors
 Author of JMX: Managing J2EE with Java Management Extensions





 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development


--
Juha Lindfors
Author of JMX: Managing J2EE with Java Management Extensions





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Build testsuite

2002-10-05 Thread Scott M Stark
] at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source)
[junit] at 
org.jboss.ant.taskdefs.XMLJUnitResultFormatter.getDocumentBuilder(XMLJUnitResultFormatter.java:90)
[junit] at 
org.jboss.ant.taskdefs.XMLJUnitResultFormatter.startTestSuite(XMLJUnitResultFormatter.java:151)
[junit] at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.fireStartTestSuite(JUnitTestRunner.java:433)
[junit] at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:279)
[junit] at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:524)
[junit] VM Thread prio=5 tid=0xa38e0 nid=0x4cda0 runnable 
[junit] VM Periodic Task Thread prio=10 tid=0xa61f0 nid=0x5a500 waiting on 
monitor 

There is no output/log directory
starksm@ironmaiden[testsuite] 516ls output/
cache/   etc/ lib/ resources/
classes/ gen/ reports/ stylesheets/

We need to get the build changes stablized and the testsuite running again.


Scott Stark
Chief Technology Officer
JBoss Group, LLC


- Original Message - 
From: Juha-P Lindfors [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, October 05, 2002 11:23 AM
Subject: Re: [JBoss-dev] Build testsuite


 
 although I'm not having much success running 'tests-unit' on HEAD... I
 seem to get a few infinite loops from log4j that eventually die to stack
 overflows and a test success rate of only about 44%
 
 anyone else having better luck with it?
 
 



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Build testsuite

2002-10-05 Thread Jason Dillon
] at java.util.Properties.getProperty(Properties.java:473)
 [junit] at java.lang.System.getProperty(System.java:557)
 [junit] at javax.xml.parsers.FactoryFinder.find(Unknown Source)
 [junit] at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown 
Source)
 [junit] at 
org.jboss.ant.taskdefs.XMLJUnitResultFormatter.getDocumentBuilder(XMLJUnitResultFormatter.java:90)
 [junit] at 
org.jboss.ant.taskdefs.XMLJUnitResultFormatter.startTestSuite(XMLJUnitResultFormatter.java:151)
 [junit] at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.fireStartTestSuite(JUnitTestRunner.java:433)
 [junit] at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:279)
 [junit] at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:524)
 [junit] VM Thread prio=5 tid=0xa38e0 nid=0x4cda0 runnable 
 [junit] VM Periodic Task Thread prio=10 tid=0xa61f0 nid=0x5a500 waiting on 
monitor 
 
 There is no output/log directory
 starksm@ironmaiden[testsuite] 516ls output/
 cache/   etc/ lib/ resources/
 classes/ gen/ reports/ stylesheets/
 
 We need to get the build changes stablized and the testsuite running again.
 
 
 Scott Stark
 Chief Technology Officer
 JBoss Group, LLC
 
 
 - Original Message - 
 From: Juha-P Lindfors [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, October 05, 2002 11:23 AM
 Subject: Re: [JBoss-dev] Build testsuite
 
 
  
  although I'm not having much success running 'tests-unit' on HEAD... I
  seem to get a few infinite loops from log4j that eventually die to stack
  overflows and a test success rate of only about 44%
  
  anyone else having better luck with it?
  
  
 
 
 
 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development