Re: Questions about convention-plugin

2009-02-24 Thread Musachy Barroso
struts.convention.action.packages is a list of full qualified package names like "com.mywebapp.actions", while "struts.convention.package.locators" is just the last part, like "actions". musachy On Tue, Feb 24, 2009 at 1:24 AM, Matt Jiang wrote: > Hi > > I have test annotation to define Action a

Questions about convention-plugin

2009-02-23 Thread Matt Jiang
Hi I have test annotation to define Action and its proceeding Results definition. It works fine, but I got confused about the two properties definition as shown below: *You can also tell the plugin to use different strings to locate root packages using the property struts.convention.package.locat