Re: Compilation errors when adding PostgresqlPlugin to maven-woapplication-project

2011-12-01 Thread Paul Dunkler
Hi Henrique,Are you adding the PostgresqlPlugin dependency after the ERExtensions dependency in the pom.xml? Wonder solution to enhance the NSArray class requires the ERExtension framework to be loaded before the JavaFoundation framework, which is transitively added by the PostgresqlPlugin.Exactly

Re: Compilation errors when adding PostgresqlPlugin to maven-woapplication-project

2011-12-01 Thread Henrique Prange
Hi Paul, Are you adding the PostgresqlPlugin dependency after the ERExtensions dependency in the pom.xml? Wonder solution to enhance the NSArray class requires the ERExtension framework to be loaded before the JavaFoundation framework, which is transitively added by the PostgresqlPlugin. Cheer

Re: Compilation errors when adding PostgresqlPlugin to maven-woapplication-project

2011-12-01 Thread Ramsey Gurley
On Dec 1, 2011, at 9:44 AM, Paul Dunkler wrote: >> NSArray doesn't have a var args constructor >> >> http://developer.apple.com/legacy/mac/library/documentation/InternetWeb/Reference/WO542Reference/com/webobjects/foundation/NSArray.html >> >> Only wonder's version of NSArray has that. > > Okay

Re: Compilation errors when adding PostgresqlPlugin to maven-woapplication-project

2011-12-01 Thread Paul Dunkler
NSArray doesn't have a var args constructorhttp://developer.apple.com/legacy/mac/library/documentation/InternetWeb/Reference/WO542Reference/com/webobjects/foundation/NSArray.htmlOnly wonder's version of NSArray has that.Okay, but that isn't an explanation for the broken compile, is it?I mean it wor

Re: Compilation errors when adding PostgresqlPlugin to maven-woapplication-project

2011-12-01 Thread Ramsey Gurley
NSArray doesn't have a var args constructor http://developer.apple.com/legacy/mac/library/documentation/InternetWeb/Reference/WO542Reference/com/webobjects/foundation/NSArray.html Only wonder's version of NSArray has that. Ramsey On Dec 1, 2011, at 7:25 AM, Paul Dunkler wrote: > Hi Guys, > >

Compilation errors when adding PostgresqlPlugin to maven-woapplication-project

2011-12-01 Thread Paul Dunkler
Hi Guys, i´m currently trying to convert our deployment scenario to maven. Therefore i am currently creating the pom-hierarchy plus the pom's for the different projects which build our products. Well i've put the PostgresqlPlugin in one of these builds and it is broken now. It is throwing cree