This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: JBoss Retro CVS to SVN Migrationadrian.brock Apr 27, 2007 8:46 AM (in response to pgier)Ok. But how does Maven handle compiling on JDK5 and testing on JDK1.4? 
- 
        2. Re: JBoss Retro CVS to SVN Migrationadrian.brock Apr 27, 2007 8:47 AM (in response to pgier)NOTE: This is also required for jbossretrocheck. 
 i.e. you run jbossretro on JDK5 then you check there are no missing features
 for your project by running the retrocheck on JDK1.4
- 
        3. Re: JBoss Retro CVS to SVN Migrationpgier Apr 27, 2007 9:28 AM (in response to pgier)"adrian@jboss.org" wrote: 
 Ok. But how does Maven handle compiling on JDK5 and testing on JDK1.4?
 The maven surefire plugin does have an option to specify a jvm so you can run the main maven process under 1.5 but fork the tests in 1.4.
 It's something I'm still working on, so I don't have a detailed answer for you.
 But the move to SVN won't affect this. We'll still be building with ant for now ;-). For next week I just want to get the source out of the old CVS repo so that directory changes can start being tracked.
 
    