RE: Why is javac for unit tests working for me, but not someone else?

2013-02-15 Thread KARR, DAVID
> -Original Message- > From: KARR, DAVID > Sent: Friday, February 15, 2013 3:21 PM > To: Ant Users List > Subject: Why is javac for unit tests working for me, but not someone else? > > I implemented a target in a base build script for compiling and running unit > tests with cobertura. It'

Why is javac for unit tests working for me, but not someone else?

2013-02-15 Thread KARR, DAVID
I implemented a target in a base build script for compiling and running unit tests with cobertura. It's working fine in my environment. Someone I work with is trying to use it in their environment. As expected, it bombs completely in his environment. I'm trying to find some clues that tell m