Hi The core ITs running under Windows in Jenkins is now operational.
The configuration is quite appalling in places, because Jenkins resolves environment variables that are paths to Windows paths - not Java paths. So they are only good for use in batch files, but not in system properties for Java programs. I had to hard code the complete file system path in a couple of places to get everything working in the same way as the normal core ITs job. It works now - don't touch it ;-) On 2012-11-12 20:05, Jason van Zyl wrote: > Thanks for looking. I am Windows impaired :-) > > On Nov 12, 2012, at 2:00 PM, Dennis Lundberg <[email protected]> wrote: > >> On 2012-11-11 05:58, Jason van Zyl wrote: >>> I have more cycles now, so I'd like to propose a tentative release schedule >>> for the core and get some changes pushed out. >>> >>> 3.1.0 Release >>> >>> I'd like to finish the following and then do a 3.1.0 release. I don't think >>> these changes should be conflated with the Eclipse Aether addition, or the >>> m-s-u changes. >>> >>> MNG-5373[1] (Document the usage and benefits of JSR330) >>> MNG-5374[2] (Fix transfer listener after the JSR330 merge) >>> MNG-5375[3] (Document use of SLF4J) >>> MNG-5376[4] (Account for changes between the Apple and Oracle JDKs on OSX) >>> >>> I'll work finish the documentation tomorrow, and some mvn launcher work on >>> Monday. I'd like to try and get the ITs back to normal form. The Windows >>> ITs haven't passed for a month? And I'd like to try and restore the ITs on >>> OSX. Any plans there? Would anyone object if I use an OSX box racked at >>> Contegix? >> >> I had a quick look at the Windows ITs and the problem seems to be that >> Maven/Jenkins is unable to delete files. This looks like a Windows path >> length issue, because the path it complain about is 264 chars long. I'm >> gonna do a temporary rename of the Jenkins project in an attempt to fix >> this... >> >> This started in build #159 on October 5th. Unfortunately that build is >> not available any longer. Here's a link to the latest failure: >> https://builds.apache.org/job/core-integration-testing-maven-3-windows/186/ >> >>> So maybe not next week, but the week after I'd like to attempt to make a >>> release with all the JSR330 and SLF4J work wrapped up. Probably let this >>> bake for a couple weeks before attempting the Aether integration. >>> >>> 3.1.1 Release >>> >>> MNG-5354[5] (Use Eclipse Aether 9.0.0.M1) >>> >>> The branch I'm using is here: >>> >>> https://github.com/tesla/maven-3/tree/aether >>> >>> 3.1.2 Release >>> >>> The m-s-u changes? I haven't seen a branch so I'm not sure how it's going >>> to be integrated. In its current form I'm a little concerned that it's not >>> really a drop-in replacement, but I'll follow up with another email as not >>> to conflate the threads. >>> >>> ---- >>> >>> [1]: https://jira.codehaus.org/browse/MNG-5373 >>> [2]: https://jira.codehaus.org/browse/MNG-5374 >>> [3]: https://jira.codehaus.org/browse/MNG-5375 >>> [4]: http://jira.codehaus.org/browse/MNG-5376 >>> [5]: https://jira.codehaus.org/browse/MNG-5354 >>> >>> Thanks, >>> >>> Jason >>> >>> ---------------------------------------------------------- >>> Jason van Zyl >>> Founder & CTO, Sonatype >>> Founder, Apache Maven >>> http://twitter.com/jvanzyl >>> --------------------------------------------------------- >>> >>> Simplex sigillum veri. (Simplicity is the seal of truth.) >>> >>> >>> >>> >>> >>> >> >> >> -- >> Dennis Lundberg >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > Thanks, > > Jason > > ---------------------------------------------------------- > Jason van Zyl > Founder & CTO, Sonatype > Founder, Apache Maven > http://twitter.com/jvanzyl > --------------------------------------------------------- > > happiness is like a butterfly: the more you chase it, the more it will > elude you, but if you turn your attention to other things, it will come > and sit softly on your shoulder ... > > -- Thoreau > > > > > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
