Re: Maven with subdirectories within the src/main/components/ path

2016-10-10 Thread Hugi Thordarson
>> You can add each subfolder in your “components”-folder as a resource folder. >> It’s a pretty horrifying workaround, though and I think we should change the >> wolifecycle-plugin and align the behaviour with ant's (i.e. subfolders in >> the components directory should always be flattened by d

Re: Maven with subdirectories within the src/main/components/ path

2016-10-10 Thread Paul Hoadley
On 11 Oct 2016, at 2:15 AM, Hugi Thordarson wrote: > You can add each subfolder in your “components”-folder as a resource folder. > It’s a pretty horrifying workaround, though and I think we should change the > wolifecycle-plugin and align the behaviour with ant's (i.e. subfolders in the > com

Re: Different behavior from ERMD2WEditToOneTypeAhead

2016-10-10 Thread T Worman
> On Oct 10, 2016, at 12:20 PM, Fabian Peters wrote: > > Hi Tim, > >> One other comment. The only downside to this is that it restricts the search >> string the user can type to a specific attribute instead of the broader >> concatenated representation which provided a “fuzzier” search. And

Re: WORedirect with a known MIME type?

2016-10-10 Thread Samuel Pelletier
Hi OC, The mime type of the final file is sent by the final web server. The redirect simply tell the browser to get the content elsewhere and does not define it's type. In Apache, the mime type sent is defined in a mime.types file in the conf directory. The matching is based on the file extens

Re: Different behavior from ERMD2WEditToOneTypeAhead

2016-10-10 Thread Fabian Peters
Hi Tim, > One other comment. The only downside to this is that it restricts the search > string the user can type to a specific attribute instead of the broader > concatenated representation which provided a “fuzzier” search. And obviously, > requires communication with the user about what they

Re: Maven with subdirectories within the src/main/components/ path

2016-10-10 Thread Mark Wardle
Thanks Hugi , that's great - as I have only a handful of directories so certainly a reasonable workaround. I'm definitely going to try this soon! Mark -- Dr. Mark Wardle Consultant Neurologist, Cardiff, UK (Sent from my mobile) > On 10 Oct 2016, at 16:45, Hugi Thordarson wrote: > > You can

Re: Maven with subdirectories within the src/main/components/ path

2016-10-10 Thread Hugi Thordarson
You can add each subfolder in your “components”-folder as a resource folder. It’s a pretty horrifying workaround, though and I think we should change the wolifecycle-plugin and align the behaviour with ant's (i.e. subfolders in the components directory should always be flattened by default). Bu

Re: Maven with subdirectories within the src/main/components/ path

2016-10-10 Thread Paul Hoadley
On 9 Oct 2016, at 8:14 PM, Paul Hoadley wrote: > On 6 Sep 2016, at 10:00 PM, Mark Wardle wrote: > >> I am getting the following error: >> >> No template found >> for component >> >> for components held within subdirectories of src/main/components/ There >> isn’t a problem for .wo directo