From: S. <joe...@gm...> - 2005-12-29 22:44:14
|
Stephen Colebourne wrote: > The code in CVS seeemed to be far from usable, so I've dived in and > tried to patch it up. > > I've got the plugin working from within Eclipse fine, however I don't > seem to be able to successfully get the plugin built. > > The first problem is that 50% of the tests fail when running 'maven > clean plugin:install' (they all succeed when run inside Eclipse). Does it run if you don't clean before? > So, has anyone else worked on getting the sf plugin running? Would you > be interested in me fixing it? (scolebourne if you want to grant access). > > More importantly though, how do you go about solving a problem when it > works in Eclipse but doesn't outside? Most of the time you forgot, that Eclipse will automatically copy any resource from the source path into target, while you have to tell Maven explicitly, what files are resources. - Jörg |