On 2/9/06, Helck, Christopher <[EMAIL PROTECTED]> wrote: > I'm experiencing a weird problem when compiling my source code. I'm not > sure if the problem is with the compiler or maven. In the past (maven1) > the -X switch would print the actual command used to invoke the > compiler. I could cut and paste it into test script and debug from > there. > > Is there a way to do this in maven2?
If -X isn't doing it, I would guess not. Sounds like a good enhancement request though, particularly if it worked that way in m1. > Is there a way to pass jvm specific arguments to the compiler? I just > want to pass '-version' and make sure I'm running the right version. I don't see -version listed as an option for javac. http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/javac.html Can you give an example of the command line you're trying to construct? -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
