exporting classworlds or testing assembly output

2007-08-31 Thread Josh ChaitinPollak
Hello, I have a unit test which tests a shell script. This shell script calls java code, so it fails under Maven, because the java coded launched by the shell script doesn't have a complete classpath. I can work around this by using useSystemClassloader, but it turns out this was

exporting classworlds or testing assembly output

2007-08-30 Thread Joshua ChaitinPollak
Hello, I have a unit test which tests a shell script. This shell script calls java code, so it fails under Maven, because the java coded launched by the shell script doesn't have a complete classpath. I can work around this by using useSystemClassloader, but it turns out this was

Re: exporting classworlds or testing assembly output

2007-08-30 Thread Graham Leggett
Joshua ChaitinPollak wrote: If not (and this would actually be preferable), is there any way in Maven to run tests on an assembly (or other distributable)? If I could do that, I could write tests and have them test a fully built distributable, which would let the shell scripts assemble the