On 2003.03.04 21:30 Scott M Stark wrote: > No, its not there: > testsuite 125>jar -tf ../connector/output/lib/jboss-jca.sar | grep Save > testsuite 126> > > All Jason's changes were on main, not 3.2. Looking further into the issue > I see the tree was built with JDK 1.4.1 and the testsuite was trying to > build > with JDK 1.3.1 and this does not work because the 1.4.1 classes are not > included > in jboss-jca.sar. Maybe another reason to drop 1.3 for the 4.0 release.
Yes, jason's changes were only on head. Are you saying that in the failed test run jboss was built on 1.4.1 but the testsuite was built on 1.3? This definitely won't work with the current connector build. Building both with 1.3 or both with 1.4.1 should work. david > > xxxxxxxxxxxxxxxxxxxxxxxx > Scott Stark > Chief Technology Officer > JBoss Group, LLC > xxxxxxxxxxxxxxxxxxxxxxxx > > ----- Original Message ----- > From: "David Jencks" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, March 04, 2003 6:18 PM > Subject: Re: [JBoss-dev] 3.2 testsuite will not build under 1.3 > > > > This code has been compiling in your test runs under jdk 1.3.1 for both > 3.0 > > and 3.2 for 2 weeks. > > > > Can you check the contents of jboss-jca.sar to see if Savepoint is in > it? > > I believe prior to Jasons build speed up change a couple of days ago > this > > contained Savepoint and the other jdk 1.4 java classes. Perhaps the > change > > in buildfile structure changed which properties are getting set when > and > > caused these files to be left out of the sar. > > > > thanks > > > > david jencks > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The > debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > > disoriented. TotalView can help you find your way. Available on major > UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > > ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
