maven-archetype-plugin 2.0-alpha-2 failed

2008-03-11 Thread thebugslayer
\ -DarchetypeArtifactId=lift-archetype-basic \ -DarchetypeVersion=0.6 \ -DremoteRepositories=http://scala-tools.org/repo-releases \ -DgroupId=com.liftone -DartifactId=liftone -- theBUGslayer

Re: running hibernate3 plugin with jpaconfiguration

2007-09-24 Thread thebugslayer
rs of more searching. Just an idea/feedback :) -Z On 9/24/07, thebugslayer <[EMAIL PROTECTED]> wrote: > Hum I can't think of anything on top of my head at the moment > either Wayne. Perhaps one way would help if we simply add > hibernate-annotations as depended by hibernate-en

Re: running hibernate3 plugin with jpaconfiguration

2007-09-24 Thread thebugslayer
ugin should behave? I'd > have trouble describing it, much less implementing it. Its one of > those "do what I mean, not what I said" kind of things that computers > aren't very good at. > > Wayne > > On 9/24/07, thebugslayer <[EMAIL PROTECTED]> wrote: &

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-24 Thread thebugslayer
gt; > Does this seem like the same problem as you are having: > http://jira.codehaus.org/browse/MECLIPSE-79#action_99459 > > Jim > > > On 9/18/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > > > > Google for "maven exclusion". > > > >

Re: running hibernate3 plugin with jpaconfiguration

2007-09-24 Thread thebugslayer
e <[EMAIL PROTECTED]> wrote: > > It works in AppFuse - maybe it'd help to look at our configuration. > > Archetype creation commands @ > http://appfuse.org/display/APF/AppFuse+QuickStart > > Change from Hibernate to JPA: > http://appfuse.org/display/APF/Using+JPA#UsingJP

Re: Required goal not found: eclipse:m2eclipse

2007-09-23 Thread thebugslayer
wrote: > probably just run > mvn eclipse:eclipse ;$-) > > enjoy > > On 9/21/07, thebugslayer <[EMAIL PROTECTED]> wrote: > > > > Does any knows what's the requirement to run: > > $ mvn ec

running hibernate3 plugin with jpaconfiguration

2007-09-23 Thread thebugslayer
Hi, Can someone please help me see why I do not see my database table created after I ran $ mvn hibernate3:hbm2ddl? I don't have any errors, just database wasn't updated. This is my partial pom.xml org.codehaus.mojo hibernate3-maven-plugin

Required goal not found: eclipse:m2eclipse

2007-09-20 Thread thebugslayer
Does any knows what's the requirement to run: $ mvn eclipse:m2eclipse ??? -- /bugslayer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-18 Thread thebugslayer
Max, How would I exclude the javax.servlet:jsp-api one? I tried provided scope, but it's still not working. -Z On 9/15/07, Max Bowsher <[EMAIL PROTECTED]> wrote: > thebugslayer wrote: > > Hi, > > I understand this problem is more of Eclipse related, but it also >

Re: Eclipse and Maven "best practice"

2007-09-14 Thread thebugslayer
$ mvn eclipse:m2clipse seems to works really well for me in Eclipse3.3. It creates a M2Libraries that automatically loads the jars into eclipse classpath. The only trouble I have is if I want my project to have WTP nature enable... I've used $ mvn eclipse:m2clipse -Dwtpversion=1.5 but then I have

Re: tie dependency to one repository

2007-09-14 Thread thebugslayer
I have recently just setup a internal m2 repository using Artifactory(http://www.jfrog.org/sites/artifactory/latest/). It's a simple war deployment and it even comes with jetty as package download... works out of box! After setup, you have two options to redirect all traffic from it. 1. in your

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-14 Thread thebugslayer
2.1. > > Hth, > > Nick Stolwijk > > thebugslayer wrote: > > Hi, > > I understand this problem is more of Eclipse related, but it also > > involves Maven setup, so I thought maybe one of users here would have > > come across the same problem and give me some help. &

problem setting up servlet and jsp api dependencies as provided scope

2007-09-14 Thread thebugslayer
Hi, I understand this problem is more of Eclipse related, but it also involves Maven setup, so I thought maybe one of users here would have come across the same problem and give me some help. I have a webapp project setup in Eclipse Europa with Tomcat6.0, and I am using m2eclipse plugin. In my par

Re: Executing a CMD progam from within a Mojo?

2007-09-14 Thread thebugslayer
I have just used maven exec plugin a log lately, here is a sample of command I used to run my app: mvn -q exec:java -DappHome=. -Dexec.mainClass=cnx.aspect.client.cli.RunBean -Dexec.args="conf/beans.xml main" One thing I notice is that if you specified a mainClass that doesn't exists, you get NPE

Re: Maven eclipse plugin with "This project needs to migrate WTP metadata" error

2007-08-23 Thread thebugslayer
R7 is a very old release. > You can try with the wtpversion=1.5 to see if eclipse succeed to > upgrade the settings. > > cheers > > Arnaud > > On 23/08/07, thebugslayer <[EMAIL PROTECTED]> wrote: > > Hi maven folks, > > > > I tried following to create

Maven eclipse plugin with "This project needs to migrate WTP metadata" error

2007-08-23 Thread thebugslayer
Hi maven folks, I tried following to create a webapp project to be used in eclipse, but got an error that hope someone can help me resolve. The following commands ran successfully on a terminal: $ mvn archetype:create -DarchetypeArtifactId=maven-archetype-webapp -DgroupId=mywebapp -DartifactId=my