-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from rmraya/ts
Updated for release 5.0
- Loading branch information
Showing
434 changed files
with
210,284 additions
and
30,513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
.DS_Store | ||
.vscode | ||
jars/fluenta.jar | ||
jars/swt.jar | ||
docs/en/out | ||
docs/es/out | ||
out | ||
bin | ||
conf | ||
include | ||
legal | ||
lib | ||
release | ||
docs/out | ||
dist | ||
.vscode/launch.json | ||
.vscode/settings.json | ||
.scannerwork | ||
js | ||
node_modules | ||
package-lock.json | ||
docs/en/out | ||
docs/es/out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,11 @@ You can subscribe to [Maxprograms Support](https://groups.io/g/maxprograms/) at | |
|
||
### Subscriptions | ||
|
||
Ready to use installers and technical support for Fluenta are available as yearly subscriptions at [Maxprograms Online Store](https://www.maxprograms.com/store/buy.html). | ||
Subscriptions are available for technical support, bug fixes, and feature requests. By subscribing to a support plan, you contribute to the continuous improvement of Fluenta. Your subscription fees pay for code development costs and ensure the quality and reliability of the software. | ||
|
||
The version of Fluenta included in the official installers from [Fluenta's Home Page](https://www.maxprograms.com/products/fluenta.html) can be used at no cost for 30 days requesting a free Evaluation Key. | ||
Subscription Keys are available at [Maxprograms Online Store](https://www.maxprograms.com/store/buy.html). Subscription Keys cannot be shared or transferred to different machines. | ||
|
||
The version of Fluenta included in the official installers from [Fluenta's Downloads Page](https://www.maxprograms.com/products/fluentadownload.html) can be used at no cost for 30 days requesting a free Evaluation Key. | ||
|
||
Subscription version includes unlimited email support at [[email protected]](mailto:[email protected]). | ||
|
||
|
@@ -34,20 +36,39 @@ Differences | From Source Code | Subscription Based | |
Ready To Use Installers| No | Yes | ||
Notarized macOS launcher| No | Yes | ||
Signed launcher and installer for Windows | No | Yes | ||
Restricted Features | None | None | ||
Headless mode batch scripts for running from CLI (Command Line Interface) | No | Yes | ||
Technical Support | Peer support at [Groups.io](https://groups.io/g/maxprograms/)| - Direct email at [[email protected]](mailto:[email protected]) <br> - Peer support at [Groups.io](https://groups.io/g/maxprograms/) | ||
|
||
## Installers | ||
|
||
Ready to use installers are available at [https://www.maxprograms.com/products/fluenta.html](https://www.maxprograms.com/products/fluenta.html). | ||
Ready to use installers are available at [https://www.maxprograms.com/products/fluentadownload.html](https://www.maxprograms.com/products/fluentadownload.html). | ||
|
||
## Building Yourself | ||
|
||
You need JAVA 17 and [Apache Ant 1.10.12](https://ant.apache.org) or newer | ||
You need these tools to build Fluenta: | ||
|
||
- Java 21 LTS, get it from [https://adoptium.net/](https://adoptium.net/) | ||
- Apache Ant 1.10.14, get it from [https://ant.apache.org](https://ant.apache.org) | ||
- NodeJS 22.12.0 LTS, get it it from [https://nodejs.org/](https://nodejs.org/) | ||
|
||
### Building Fluenta | ||
|
||
- Checkout this repository | ||
- Point your JAVA_HOME variable to JDK 17 | ||
- Copy the appropriate version of `swt.jar` from `SWT` folder to `jars` folder | ||
- Run `ant` to compile the source code | ||
- Point your `JAVA_HOME` variable to JDK 21 | ||
- Run `ant` to compile the Java code | ||
- Install the NodeJS dependencies with `npm install` | ||
|
||
```shell | ||
git clone https://github.com/rmraya/Fluenta.git | ||
cd Fluenta | ||
ant | ||
npm install | ||
``` | ||
|
||
### Running Fluenta | ||
|
||
After building the code, you can launch fluenta with the following command: | ||
|
||
Use `fluenta.bat`, `fluenta_mac.sh` or `fluenta_linux.sh` to run Fluenta. | ||
```shell | ||
npm start | ||
``` |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
The DocBook Schema Version 5.2 | ||
Committee Specification 01 | ||
19 July 2023 | ||
Copyright (c) OASIS Open 2023. All Rights Reserved. | ||
Source: https://docs.oasis-open.org/docbook/docbook/v5.2/cs01/ | ||
Link to latest version of specification: https://docs.oasis-open.org/docbook/docbook/v5.2/docbook-v5.2.html | ||
--> | ||
<rules xmlns="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0" | ||
startMode="assembly"> | ||
|
||
<mode name="assembly"> | ||
<namespace ns="http://docbook.org/ns/docbook"> | ||
<validate schema="rng/assembly.rng" useMode="attach"/> | ||
<validate schema="sch/assembly.sch" useMode="attach"/> | ||
</namespace> | ||
</mode> | ||
|
||
<mode name="attach"> | ||
<anyNamespace> | ||
<attach/> | ||
</anyNamespace> | ||
</mode> | ||
|
||
</rules> |
Oops, something went wrong.