|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
lift jpa mavenThis is what I am trying to do: mvn -e archetype:create -U -DarchetypeGroupId=net.liftweb - DarchetypeArtifactId=lift-archetype-jpa-basic -DarchetypeVersion=1.1- scala2.7.7.RC2-SNAPSHOT -DremoteRepositories=http://scala-tools.org/ repo-snapshots -DgroupId=hr.ivan.lift -DartifactId=lift-jpa-basic Ant this is what I'am getting: [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error creating from archetype Embedded error: The META-INF/maven/archetype.xml descriptor cannot be found. Any ideas what could be the problem. I have tried with other versions and even some from repo-releases but can't get jpa-basic working. Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: lift jpa mavenHmmm...
I am seeing the same thing. It appears that there's no archetype.xml file as part of the archetype JARs. Please file a ticket here: http://github.com/dpp/liftweb/issues We will add testing of the archetypes as part of the build process. On Thu, Nov 5, 2009 at 4:29 AM, ivan <ivan.senji@...> wrote:
-- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: lift jpa mavenThe archetypes needs some spit and polish. I'll take them up next week. Cheers, Indrajit On 06/11/09 2:54 AM, David Pollak wrote: > Hmmm... > > I am seeing the same thing. It appears that there's no archetype.xml > file as part of the archetype JARs. > > Please file a ticket here: http://github.com/dpp/liftweb/issues > > We will add testing of the archetypes as part of the build process. > > On Thu, Nov 5, 2009 at 4:29 AM, ivan <ivan.senji@... > <mailto:ivan.senji@...>> wrote: > > > This is what I am trying to do: > > mvn -e archetype:create -U -DarchetypeGroupId=net.liftweb - > DarchetypeArtifactId=lift-archetype-jpa-basic -DarchetypeVersion=1.1- > scala2.7.7.RC2-SNAPSHOT -DremoteRepositories=http://scala-tools.org/ > repo-snapshots <http://scala-tools.org/%0Arepo-snapshots> > -DgroupId=hr.ivan.lift -DartifactId=lift-jpa-basic > > > Ant this is what I'am getting: > > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error creating from archetype > > Embedded error: The META-INF/maven/archetype.xml descriptor cannot be > found. > > Any ideas what could be the problem. I have tried with other versions > and even some from repo-releases but can't get jpa-basic working. > > Thanks! > > > > > > -- > Lift, the simply functional web framework http://liftweb.net > Beginning Scala http://www.apress.com/book/view/1430219890 > Follow me: http://twitter.com/dpp > Surf the harmonics > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: lift jpa mavenOn 6 stu, 06:50, Indrajit Raychaudhuri <indraj...@...> wrote: > The archetypes needs some spit and polish. > I'll take them up next week. Thanks! Can't wait. I need those archetypes to get started (again) with lift with jpa. > > Cheers, Indrajit > > On 06/11/09 2:54 AM, David Pollak wrote: > > > Hmmm... > > > I am seeing the same thing. It appears that there's no archetype.xml > > file as part of the archetype JARs. > > > Please file a ticket here:http://github.com/dpp/liftweb/issues > > > We will add testing of the archetypes as part of the build process. > > > On Thu, Nov 5, 2009 at 4:29 AM, ivan <ivan.se...@... > > <mailto:ivan.se...@...>> wrote: > > > This is what I am trying to do: > > > mvn -e archetype:create -U -DarchetypeGroupId=net.liftweb - > > DarchetypeArtifactId=lift-archetype-jpa-basic -DarchetypeVersion=1.1- > > scala2.7.7.RC2-SNAPSHOT -DremoteRepositories=http://scala-tools.org/ > > repo-snapshots <http://scala-tools.org/%0Arepo-snapshots> > > -DgroupId=hr.ivan.lift -DartifactId=lift-jpa-basic > > > Ant this is what I'am getting: > > > [ERROR] BUILD ERROR > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Error creating from archetype > > > Embedded error: The META-INF/maven/archetype.xml descriptor cannot be > > found. > > > Any ideas what could be the problem. I have tried with other versions > > and even some from repo-releases but can't get jpa-basic working. > > > Thanks! > > > -- > > Lift, the simply functional web frameworkhttp://liftweb.net > > Beginning Scalahttp://www.apress.com/book/view/1430219890 > > Follow me:http://twitter.com/dpp > > Surf the harmonics --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: lift jpa mavenOn 6 stu, 06:50, Indrajit Raychaudhuri <indraj...@...> wrote: > The archetypes needs some spit and polish. > I'll take them up next week. > Sorry for bothering but is there any news on when archetypes could be fixed? I would realy like to start (again) with lift + jpa. > Cheers, Indrajit > > On 06/11/09 2:54 AM, David Pollak wrote: > > > Hmmm... > > > I am seeing the same thing. It appears that there's no archetype.xml > > file as part of the archetype JARs. > > > Please file a ticket here:http://github.com/dpp/liftweb/issues > > > We will add testing of the archetypes as part of the build process. > > > On Thu, Nov 5, 2009 at 4:29 AM, ivan <ivan.se...@... > > <mailto:ivan.se...@...>> wrote: > > > This is what I am trying to do: > > > mvn -e archetype:create -U -DarchetypeGroupId=net.liftweb - > > DarchetypeArtifactId=lift-archetype-jpa-basic -DarchetypeVersion=1.1- > > scala2.7.7.RC2-SNAPSHOT -DremoteRepositories=http://scala-tools.org/ > > repo-snapshots <http://scala-tools.org/%0Arepo-snapshots> > > -DgroupId=hr.ivan.lift -DartifactId=lift-jpa-basic > > > Ant this is what I'am getting: > > > [ERROR] BUILD ERROR > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Error creating from archetype > > > Embedded error: The META-INF/maven/archetype.xml descriptor cannot be > > found. > > > Any ideas what could be the problem. I have tried with other versions > > and even some from repo-releases but can't get jpa-basic working. > > > Thanks! > > > -- > > Lift, the simply functional web frameworkhttp://liftweb.net > > Beginning Scalahttp://www.apress.com/book/view/1430219890 > > Follow me:http://twitter.com/dpp > > Surf the harmonics --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
| Free embeddable forum powered by Nabble | Forum Help |