Re: [Keelgroup] Default example project...

2005-03-29 Thread Aleksandar Vidakovic
Merci, Pierre! Ca y est... ;-) Aleks On Mon, 2005-03-28 at 16:26 +0200, Raoul Pierre wrote: > Aleks, > > Delete all the "*.cache" files in your "maven.plugin.unpacked.dir" > directory (*) and try again. > > Pierre > > PS : by default |it's ${maven.home.local}/cache| directory with >|

Re: [Keelgroup] Default example project...

2005-03-28 Thread Raoul Pierre
Hello, Sasvata (Shash) Chatterjee a écrit : As Pierre suggests, the only way is to clean up the cache. I have just been removing the entire cache directory. Sometimes, windows holds a lock on the dir/files and you will not be able to delete. Yes: when you open directly a file with some editor,

Re: [Keelgroup] Default example project...

2005-03-28 Thread Sasvata (Shash) Chatterjee
Aleks. As Pierre suggests, the only way is to clean up the cache. I have just been removing the entire cache directory. Sometimes, windows holds a lock on the dir/files and you will not be able to delete. In that case, I kill explorer from the task manager, and restart explorer from my (alre

Re: [Keelgroup] Default example project...

2005-03-28 Thread Raoul Pierre
Aleks, Delete all the "*.cache" files in your "maven.plugin.unpacked.dir" directory (*) and try again. Pierre PS : by default |it's ${maven.home.local}/cache| directory with |"maven.home.local" defined in your ${home}/build.properties| Aleksandar Vidakovic a écrit : Shash, sorry to bother

Re: [Keelgroup] Default example project...

2005-03-28 Thread Aleksandar Vidakovic
Shash, sorry to bother you again, but now I'm having a problem executing goals from the maven keel plugin. The plugin's goals don't seem to be available directly. I'm getting errors like this one: bash-2.05b$ maven -b keel:uberjar BUILD FAILED Goal "keel:uberjar" does not exist in this project. T

Re: [Keelgroup] Default example project...

2005-03-28 Thread Aleksandar Vidakovic
Shash, I didn't do a jar:install on tool-maven and I didn't see that I hadn't enough memory for keel:maven and that this goal failed on my project... Thanks a lot... it's working now... vry cool! Cheers, Aleks On Sun, 2005-03-27 at 16:00 -0600, Shash Chatterjee wrote: > Aleks, > >

Re: [Keelgroup] Default example project...

2005-03-27 Thread Shash Chatterjee
Aleks, I think you have some parts of the plugin (from CVS) and not others...there have been really massive changes in all the modules over the past two weeks. First of all, if you want your tests to be included (an earlier post of yours), each module's build.properties should contain: maven.

[Keelgroup] Default example project...

2005-03-27 Thread Aleksandar Vidakovic
Salut all, is the default project working for anybody... I think there are some dependencies missing (solved this). My biggest problem is that my keel server does not start... and I think it's because the whole configuration stuff (WEB-INF/keel/server/conf) is missing. I think the war file is almo