Tagged Questions

2
votes
3answers
474 views

Running Nightly Builds as XP Scheduled Task - Classpath Issue

I'm running JUnit nightly builds on my computer as a scheduled task in Windows XP. My application uses Jaxb, therefore some of the tests need to reference xsd schemas using the system classpath. ...