Code Monkey home page Code Monkey logo

Comments (8)

muuki88 avatar muuki88 commented on July 20, 2024

Wow. Incredible :)

from play2-native-packager-plugin.

kryptt avatar kryptt commented on July 20, 2024

Thanks for spotting that, It's really hard to automatically test this.. :/
I published 0.4-SNAPSHOT but will probably release it as 0.3.1 if it works out for you....

from play2-native-packager-plugin.

muuki88 avatar muuki88 commented on July 20, 2024

Works fine. However I found another one. The controlfile seems to ignore my settings.

Build.scala

  val main = play.Project(appName, appVersion, appDependencies)
  .settings(
      resolvers += "Morphia Releases" at "http://morphia.googlecode.com/svn/mavenrepo/",

      // All templates import this by default
      templatesImport += "model._",
      templatesImport += "org.bson.types.ObjectId"
  )
  // Debian Packaging
  .settings(natPackSettings ++ Seq(
          maintainer := "Nepomuk Seiler <[email protected]>",
          packageSummary := "Nightshroud Server",
          packageDescription := "This is the nightshroud server",
          userName := "www-data",
          groupName := "www-data"
  ):_*)

And the resulting control file

Package: nightshroud
Version: 1.0-SNAPSHOT
Section: java
Priority: optional
Architecture: all
Installed-Size: 38662
Depends: java2-runtime, daemon
Recommends: git
Maintainer: 
Description: nightShroud
 nightShroud

from play2-native-packager-plugin.

kryptt avatar kryptt commented on July 20, 2024

Let me know if this helps now...

from play2-native-packager-plugin.

muuki88 avatar muuki88 commented on July 20, 2024

The commit c4f4498 fixed the Maintainer problem, the Description however is still replaced with default values and not with the packageDescription content

from play2-native-packager-plugin.

muuki88 avatar muuki88 commented on July 20, 2024

Perfekt. Will you release the new version? Or is it already?

from play2-native-packager-plugin.

kryptt avatar kryptt commented on July 20, 2024

Hey, forgot to reply to this: It's already up. :)

from play2-native-packager-plugin.

muuki88 avatar muuki88 commented on July 20, 2024

Perfect, already saw it. Thanks for the fast fixes :)

from play2-native-packager-plugin.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.