{"id":20239358,"url":"https://github.com/edvin/fxldemo","last_synced_at":"2025-10-14T17:29:33.901Z","repository":{"id":55491170,"uuid":"50876828","full_name":"edvin/fxldemo","owner":"edvin","description":"FXLauncher demo application","archived":false,"fork":false,"pushed_at":"2018-07-17T19:35:29.000Z","size":25,"stargazers_count":43,"open_issues_count":5,"forks_count":17,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-25T02:54:14.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edvin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-01T22:41:07.000Z","updated_at":"2025-05-28T20:03:07.000Z","dependencies_parsed_at":"2022-08-15T01:40:20.249Z","dependency_job_id":null,"html_url":"https://github.com/edvin/fxldemo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edvin/fxldemo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Ffxldemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Ffxldemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Ffxldemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Ffxldemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edvin","download_url":"https://codeload.github.com/edvin/fxldemo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edvin%2Ffxldemo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020076,"owners_count":26086806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T08:38:35.669Z","updated_at":"2025-10-14T17:29:33.874Z","avatar_url":"https://github.com/edvin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maven QuickStart Demo Application for FXLauncher\n\nThis example showcases how to configure [FXLauncher](https://github.com/edvin/fxlauncher) in your\nMaven application to provide automatic updates optionally in combination with native installers.\n\nPlease see [pom.xml](/pom.xml) for complete documentation.\n\n**Note**: There is nothing Maven spesific about FXLauncher, and these operations should be easy to perform in any build system.\n\tThere is also a [Gradle version](https://github.com/edvin/fxldemo-gradle) of this project. \n\n## Operations\n\nThe following operations are supported by the example:\n\n1. Compile project jar to app.dir\n2. Copy dependencies to app.dir\n3. Generate app.xml manifest\n4. Create native installer\n5. Upload artifacts to auto update repository\n\n### Configuration\n\nCopy the deployment descriptor and customize the following properties:\n\n```xml\n\u003cproperties\u003e\n\t\u003c!-- Application Name --\u003e\n\t\u003capp.filename\u003e${project.name}\u003c/app.filename\u003e\n\n\t\u003c!-- The JavaFX Application class name --\u003e\n\t\u003capp.mainClass\u003eno.tornado.FxlDemo\u003c/app.mainClass\u003e\n\n\t\u003c!-- The app and launcher will be assembled in this folder --\u003e\n\t\u003capp.dir\u003e${project.build.directory}/app\u003c/app.dir\u003e\n\n\t\u003c!-- Native installers will be build in this folder --\u003e\n\t\u003capp.installerdir\u003e${project.build.directory}/installer\u003c/app.installerdir\u003e\n\n\t\u003c!-- Base URL where you will host the application artifacts --\u003e\n\t\u003capp.url\u003ehttp://fxsamples.tornado.no/demo/\u003c/app.url\u003e\n\n\t\u003c!-- Optional scp target for application artifacts hosted at the above url --\u003e\n\t\u003capp.deploy.target\u003ew48839@fxldemo.tornado.no:fxldemo\u003c/app.deploy.target\u003e\n\u003c/properties\u003e\n```\n\n### Maven targets\n \n#### Generate the application\n\n\tmvn clean package\n\t\n#### Deploy the application artifacts to your webserver\n\t\n\tmvn exec:exec@deploy-app\n\t\n#### Build a native installer\n\t\n\tmvn install\n\n### Prebuilt installers\n\nSee http://fxldemo.tornado.no for a prebuilt version of this application, including native installers\nfor Windows, MacOSX and Linux.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedvin%2Ffxldemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedvin%2Ffxldemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedvin%2Ffxldemo/lists"}