RE: [m2] Using array types in mojo configuration

2006-01-10 Thread John Wells
st Subject: Re: [m2] Using array types in mojo configuration since you have OsgiManifest and Paths are at the same level it should be like this . your down bean's attribute here one two -D On 1/10/06, John Wells <[EMAIL PROTECTED]> wrote: > >

Re: [m2] Using array types in mojo configuration

2006-01-10 Thread dan tran
since you have OsgiManifest and Paths are at the same level it should be like this . your down bean's attribute here one two -D On 1/10/06, John Wells <[EMAIL PROTECTED]> wrote: > > Lets say I have a mojo with something like this: > > /** > * @parameter > */ >

[m2] Using array types in mojo configuration

2006-01-10 Thread John Wells
Lets say I have a mojo with something like this: /** * @parameter */ private OsgiManifest osgiManifest; Furthermore, lets say in osgiManifest I have the following: /** * @parameter */ private String path[]; public void setPath(String[] paths) { this.path = path; } public String[] getPath()