RE: passing custom parameters to a custom compiler-plugin

2007-01-15 Thread Martin Moser
archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Martin Moser - To unsubscribe, e-mai

RE: passing custom parameters to a custom compiler-plugin

2007-01-12 Thread Martin Moser
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Martin Moser - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: passing custom parameters to a custom compiler-plugin

2007-01-11 Thread Martin Moser
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Martin Moser - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Compiling with javamake

2007-01-11 Thread Martin Moser
> > > Now maven still tries to pass parameters like -target to the > compiler-call, > but -target isn't supported and causes javamake to interrupt with an > error. > > > How is this configured correctly? Do I hav

Compiling with javamake

2007-01-09 Thread Martin Moser
maven still tries to pass parameters like -target to the compiler-call, but -target isn't supported and causes javamake to interrupt with an error. How is this configured correctly? Do I have to use another plugin there? Thanks in advance! Regards, Martin -- Martin

Re: problem compiling a sub-project of a project

2007-01-03 Thread Martin Moser
timodule project where sub-projects doesn't reference base-project as parents. 2007/1/3, Martin Moser <[EMAIL PROTECTED]>: Hi all, I have troubles compiling my sub-projects. I have following project-structure: -base-project --sub-project 1

problem compiling a sub-project of a project

2007-01-03 Thread Martin Moser
Hi all, I have troubles compiling my sub-projects. I have following project-structure: -base-project --sub-project 1 --- subsub-project 1 of sub-project 1 --- subsub-project 2 of sub-project 1 -- sub-project 2 --- subsubproject 1 o