On Wed, Mar 25, 2009 at 9:18 AM, Ilya Sergey <[email protected]> wrote:
> Hello, all. > > I happy to announce, that last version of Scala plugin IntelliJ IDEA ( > http://plugins.intellij.net/plugin/?id=1347) provides possibility to run > and debug easily lift applications. > To import an existing lift application into IDEA just choose "Import > project from existing model" when creating new project and point to the > appropriate pom.xml file. All libraries will be configurated automatically. > > To create run configuration, first, make sure, that $M2_HOME variable is > set up properly in your system. After that, switch to IDEA and right-click > on the same pom.xml file in the project view. Choose "create > 'my_app[jetty:run]' " and run configuration will be created. Using it you > may run and debug your application. > In some case there migh be an error with message like 'No valid Maven > installation found'. Then just put correct path to maven installation > directory (for example /usr/share/maven2) to Maven Home Directory textfield > in General tab of created run configuration. > Ilya, This is great news! Thanks for all your hard work! David > > With best regards, > Ilya Sergey > > > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Git some: http://github.com/dpp --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
