[Lift] Re: The plugin 'org.apache.maven.plugins:maven-scala-plugin' does not exist

2009-10-30 Thread Timothy Perrett
Indrajit, I found out what the problem is. I always run: mvn clean install scala:doc this fails with the new setup, where as: mvn clean install works no problem. Can you please configure the pom.xml so that its possible to run documentation from the root... its a pain in the ass to have

[Lift] Re: The plugin 'org.apache.maven.plugins:maven-scala-plugin' does not exist

2009-10-30 Thread Indrajit Raychaudhuri
Tim, Got it! I'll try to fix this and post it in few hours. Committers, is it possible to make an exception to the cut off date for the M7 for this one? Cheers, Indrajit On 30/10/09 4:16 PM, Timothy Perrett wrote: Indrajit, I found out what the problem is. I always run: mvn clean

[Lift] Re: The plugin 'org.apache.maven.plugins:maven-scala-plugin' does not exist

2009-10-30 Thread David Pollak
On Fri, Oct 30, 2009 at 7:44 AM, Indrajit Raychaudhuri indraj...@gmail.comwrote: Tim, Got it! I'll try to fix this and post it in few hours. Committers, is it possible to make an exception to the cut off date for the M7 for this one? We're in code slush which means that code can be

[Lift] Re: The plugin 'org.apache.maven.plugins:maven-scala-plugin' does not exist

2009-10-30 Thread Indrajit Raychaudhuri
Found it! Looks like build plugin settings aren't picked up from reporting plugin settings unless that appears in buildplugin//build. This hurts :( Workaround coming up. Not a good one but should work. I'll investigate a cleaner fix/workaround at a later point. Cheers, Indrajit On 30/10/09

[Lift] Re: The plugin 'org.apache.maven.plugins:maven-scala-plugin' does not exist

2009-10-26 Thread Timothy Perrett
Hey Indrajit, No that branch does not work either - im trying to build from the very root of lift - this should work!! I have the maven plugin in my local repo and build lots of other scala projects fine; this has only been an issue since your restructure. Any ideas what could be going

[Lift] Re: The plugin 'org.apache.maven.plugins:maven-scala-plugin' does not exist

2009-10-26 Thread Indrajit Raychaudhuri
Tim, That's confusing to me too. I was trying to see if it has something related to the problem that affects Netbeans. Looks like it's not. Can you please send me the output of mvn goal with -X switch? Cheers, Indrajit On 26/10/09 2:23 PM, Timothy Perrett wrote: Hey Indrajit, No that

[Lift] Re: The plugin 'org.apache.maven.plugins:maven-scala-plugin' does not exist

2009-10-25 Thread YING-KWANG TU
hi Tim, May I ask which version of lift is in question? master? 1.1-M6? Thank you. yk On Mon, Oct 26, 2009 at 3:12 AM, Timothy Perrett timo...@getintheloop.euwrote: Guys, Im getting the below when building a fresh pull of lift - It doesnt even appear to be looking at scala-tools,

[Lift] Re: The plugin 'org.apache.maven.plugins:maven-scala-plugin' does not exist

2009-10-25 Thread Indrajit Raychaudhuri
Tim, That's odd indeed. Hopefully your local repository is not broken. Can you please attempt it on the branch irc_wip_restruct_stage and see if it happens there too? If it still persists for you I'll take a look later in the day. Cheers, Indrajit On 26/10/09 12:42 AM, Timothy Perrett