-
Notifications
You must be signed in to change notification settings - Fork 38
Add declarative widgets jar to release #468
Conversation
748d075
to
34eae79
Compare
import scala.util.Properties | ||
|
||
organization := "org.jupyter" | ||
|
||
name := "declarativewidgets" | ||
|
||
version := "0.1-SNAPSHOT" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are going to need a way to set this version based on the version in https://github.com/jupyter-incubator/declarativewidgets/blob/master/nb-extension/python/urth/widgets/ext/_version.py.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lbustelo updated the PR. publish jar depends on export release. It uses a file as the intermediary between the two targets. I was having an issue exporting as it was operating in a different shell. Maybe we should treat the version setting differently to avoid this commit.
(c) Copyright IBM Corp. 2016
27e762a
to
58d606c
Compare
-v `pwd`/etc/read_release_version.py:/src/read_release_version.py \ | ||
$(REPO) bash -c 'python /src/read_release_version.py' > `pwd`/dist/RELEASE_VERSION | ||
|
||
publish-scala-jar: export-release-version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is missing a dependency... for it to be a standalone, shouldn't it depend on the recipe that builds scala
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added dependency with the latest commit
(c) Copyright IBM Corp. 2016
58d606c
to
913b13d
Compare
Fixes #455:
encrypted_9067f25a9380_key
,encrypted_9067f25a9380_iv
used in the travisbefore_install
target to decrypt the encrypted secret file hosted in githubPGP_PASSPHRASE
passphrase for the secret once it is decryptedREPO_USERNAME
,REPO_PASSWORD
nexus username/passwordversion :=
variable in kernel-scala/build.sbt%AddDeps org.jupyter declarativewidgets_2.10 0.6.1_dev --transitive --trace --verbose
make all
withmake publish-scala-jar
in travis.