[uportal-dev] m2e apt plugin

2012-05-21 Thread Eric Dalquist
There is finally a plugin for M2E that handles source generation from annotation processing. I'm going to remove the bit in the uportal-war pom.xml that ignores the maven-processor-plugin. You'll need to install this plugin in eclipse to avoid the resulting errors. https://community.jboss.org/

Re: [uportal-dev] Fragment Editor UI

2012-05-21 Thread Eric Dalquist
It will be retained. Essentially any data stored in the uPortal database is accessible via the data import/export utilities. We won't ever be taking that feature away and this xml import/export feature set will be a continuing point of development and enhancement. -Eric On 05/21/2012 10:38 AM

RE: [uportal-dev] Fragment Editor UI

2012-05-21 Thread Moore, William (Joe)
I agree. Having said that, we need to be sure we don't take away the capability of using a computer understandable language like XML to do the same task because often what you want to do once or twice today you will want to do 100 times programmatically tomorrow. I know I'm preaching to the ch

Re: [uportal-dev] Fragment Editor UI

2012-05-21 Thread Gary Thompson
Fantastic. Generally, I think any time you can do something without having to write XML, it's a win. -Gary On May 18, 2012, at 9:56 AM, Peter Hart wrote: > What if we lived in a day where an administrator could create, edit or remove > fragments in uPortal4 without writing a single line of XM

[uportal-dev] Messages*.properties, MessageFormat and quotes

2012-05-21 Thread Pascal Rigaux
uportal-war/src/main/resources/properties/i18n/Messages*.properties have many single quotes when most keys are used through MessageFormat and need double quotes. Example: use.alternate.appearance=Use 'Alternate' Appearance (Theme Dependent) display "Use Alternate Appearance (Theme Dependent)" M