Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

feature(daemon): implement the PowerAPI daemon #70

Merged
merged 4 commits into from
Jul 30, 2015
Merged

Conversation

huertas
Copy link
Contributor

@huertas huertas commented Jul 7, 2015

No description provided.

"commons-daemon" % "commons-daemon" % "1.0.15"
)

lazy val downloadBluecoveApp = taskKey[File]("download-bluecove-app")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be more sure to change the name of task (downloadBluecoveApp and associated name)

@mcolmant
Copy link
Contributor

mcolmant commented Jul 8, 2015

Before merging, can you squash the commits together

@mcolmant
Copy link
Contributor

mcolmant commented Jul 8, 2015

Another alternative: http://www.scala-sbt.org/sbt-native-packager/archetypes/java_server/index.html.

We can create a java server application with sbt-native-packager and package it as a .deb file to make the installation easier. The only problem that I'm seeing right now is the absence of stop function, but the java process is killed so it should be not a problem.

Otherwise, if the current solution is kept, can you write a short use case for reusability :)

@rouvoy
Copy link
Contributor

rouvoy commented Jul 24, 2015

What is the status of this PR?

chore(build): change name of a task

Change name of the Bluecove downloading task to avoid conflict with other project that using the same task name.
@huertas huertas merged commit e2aca31 into develop Jul 30, 2015
@huertas huertas deleted the feature/daemon branch July 30, 2015 13:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants