Closed
Conversation
Because I was told there's still people running DOS ...
We are probably going to use the application plugin. To avoid confusion with the task names, we temporarily renamed our 'runtime' task to 'installApp' so that the change later is going to be transparent.
* Moved away and improved with a copySpec noisy jPOS application creation to its own jpos-app.gradle * Changed version number of the template to 1.0.0 which is reasonable for a new application (we'll add another identifier for the template version) * Install doesn't go to 'runtime' anymore, it goes to 'build/installs' (warning, beware of 'gradle clean')
We can now call 'gradle -Ptarget=xxx' to pick replacement tokens from a file called 'xxx.properties' in the top level directory. Defaults to 'devel.properties'
We can now add 'jarname=xxx.jar' in devel.properties (or any target) in order to override the produced jarname. If 'jarname' property is not present, we use the default $projectName-$version.jar name.
Hope we can come up with a cleaner solution than this ugly patch.
This is only usable in a jPOS-EE application, but doesn't hurt to keep it handy here.
- do not filter gifs, pngs, jpgs and pdfs - installResources now have to be called manually, usually once.
So we can use it outside the copySpec
The ../.. worked on multi-module setups
Adds run task
Update Gradle to 6.1.1
Update gradle to 6.2.2 and validate gradle wrapper
Update gradle wrapper to version 6.5
The new distnc generates the project distro with no configuration directories (cfg/deploy)
Add -XX:+IgnoreUnrecognizedVMOptions to bin/q2.
use latest & greates 2.1.8-SNAPSHOT
closes jpos#23
Upgrade to version 2.1.8-SNAPSHOT
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Same as #305 for
nextbranch