Rick Hillegas <[EMAIL PROTECTED]> writes: > Dang. I just synced with the mainline and now when I build under 1.4, > the build complains that it can't find javax.transaction.xa: > > [javac] > C:\cygwin\home\rh161140\derby\mainline\trunk\java\engine\org\apache\derby\iapi\store\access\xa\XAResourceMan > ager.java:27: package javax.transaction.xa does not exist > [javac] import javax.transaction.xa.Xid; > [javac] ^ > > Is anyone else seeing these problems?
Yup. I'm afraid that Andrew's attempt at fixing my metadata.java with 1.3 DerbyNetClient problem is to blame. Sorry, don't mean to pick on you Andrew, but [EMAIL PROTECTED]/lderby/derby-1094$ svn log -r 395601:HEAD ------------------------------------------------------------------------ r395643 | fuzzylogic | 2006-04-20 19:07:39 +0200 (Thu, 20 Apr 2006) | 4 lines DERBY-1078: Move more files to 1.3 source/target tags. Add xml-api jars to compile XML classes with 1.3. Break shared hierarchy up into 1.3 and 1.4 parts. JDK 1.3 now passes basic tests when compiled with 1.5. ------------------------------------------------------------------------ and I know that it works in revision 395601. -- dt
