• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

edvin/fxldemo-gradle: FXLauncher demo for Gradle

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

edvin/fxldemo-gradle

开源软件地址(OpenSource Url):

https://github.com/edvin/fxldemo-gradle

开源编程语言(OpenSource Language):

Java 98.2%

开源软件介绍(OpenSource Introduction):

Gradle QuickStart Demo Application for FXLauncher

This example showcases how to configure FXLauncher in your Gradle based application to provide automatic updates optionally in combination with native installers.

Please see build.gradle for more information.

Note: Even though FXLauncher has a Gradle plugin, there is nothing Gradle specific about it, and these operations should be easy to perform in any build system. There is also a Maven version of this project.

Operations

The Gradle plugin supports the following tasks:

  • copyAppDependencies: Assembles the application into build/fxlauncher
  • generateApplicationManifest: Generates app.xml into build/fxlauncher
  • embedApplicationManifest: Copies app.xml into fxlauncher.jar
  • deployApp: Transfers application to deployTarget via scp
  • generateNativeInstaller: Generates native installer

Normally you would only perform deployApp to update your application, as all the previous tasks are dependencies on this one. To test your app locally in build/fxlauncher you only need to run the embedApplicationManifest task.

Configuration

See build.gradle for configuration options.

Prebuilt installers

See http://fxldemo.tornado.no for a prebuilt version of this application, including native installers for Windows, MacOSX and Linux.

Deploy to Amazon S3

The built in deployApp task will only deploy using scp. If you want to deploy to Amazon S3, you can include this task in your build. Make sure you run the embedApplicationManifest first.

task deployS3(type: Exec) {
    // You need to have installed AWS command line interface: https://aws.amazon.com/cli/
    commandLine 'aws', 'configure', 'set', 'aws_access_key_id', 'your_access_key_id'
    commandLine 'aws', 'configure', 'set', 'aws_secret_access_key', 'your_secret_access_key'
    commandLine 'aws', 's3', 'cp', 'build/fxlauncher', 's3://<your bucket>', '--acl', 'public-read', '--recursive', '--region', 'us-west-1'
}



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap