Re: testing-harness and alias

2009-01-21 Thread Reik Schatz
etErrorfile. >>>> However, Maven would be using the alias for setting the field. How can >>>> I >>>> get >>>> my test to recognize that there is an alias 'errorfile'? >>> >>> >>>

Re: testing-harness and alias

2009-01-21 Thread Brian E. Fox
Interesting. I think it's safe to say this is rarely used and you might be seeing a bug. Just rename your private variables and see if it works. On 1/21/09 10:19 AM, "Reik Schatz" wrote: > > I have it from here: > http://maven.apache.org/developers/mojo-api-specification.html > Search for "ali

Re: testing-harness and alias

2009-01-21 Thread Reik Schatz
>> However, Maven would be using the alias for setting the field. How can I >> get >> my test to recognize that there is an alias 'errorfile'? > > > - > To unsubscribe,

Re: testing-harness and alias

2009-01-21 Thread Brian E. Fox
Where did you see the alias notation? This isn't something I've seen before. On 1/21/09 8:27 AM, "Reik Schatz" wrote: > > Hi, > > I am working on a maven 2 plugin. My AbstractMojo has something like this: > > > /** > * @parameter alias="errorfile" > */ > private String m_e

testing-harness and alias

2009-01-21 Thread Reik Schatz
etErrorfile. However, Maven would be using the alias for setting the field. How can I get my test to recognize that there is an alias 'errorfile'? -- View this message in context: http://www.nabble.com/testing-harness-and-alias-tp21583127p21583127.html Sent from the Maven Developers mail

testing-harness and alias

2009-01-21 Thread Reik Schatz
Hi, I am working on a maven 2 plugin. My AbstractMojo has something like this: -- View this message in context: http://www.nabble.com/testing-harness-and-alias-tp21582969p21582969.html Sent from the Maven Developers mailing list archive at Nabble.com.