-
Notifications
You must be signed in to change notification settings - Fork 12
Add Maven and Gradle builds and refactor project names #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
PhilWakelin
wants to merge
81
commits into
main
Choose a base branch
from
cicsts/v5.5-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
5a7a7c7
Initial Maven build for LINK
PhilWakelin cf860ca
Add IRG JAR to build
PhilWakelin 193001e
Move IRG Jar to Maven local repo
PhilWakelin 904dba6
Maven and Gradle wrappers
PhilWakelin ec92225
Restructure etc
PhilWakelin 958c928
Add blog archive
PhilWakelin 36b0d93
Update build files
PhilWakelin a0c98a9
Update README
PhilWakelin 0f9fc2c
Add Serialize sample
PhilWakelin 03eba93
README updates
PhilWakelin 6b2396f
File deletions
PhilWakelin 6e3bf3d
Update build files
PhilWakelin fb19a80
Maven wrapper
PhilWakelin 1251090
Update README
PhilWakelin acbd6b0
More README updates
PhilWakelin bcd2524
Build file updates
PhilWakelin 7dca53c
Fix JAR in manifest
PhilWakelin 8269079
Move blog
PhilWakelin 8322762
Gradle updates
PhilWakelin 6d06120
README update
PhilWakelin 8b82804
Java prereq in manifest
PhilWakelin 9bdbade
Update .gitignore
PhilWakelin 938839a
Update build.gradle
PhilWakelin 27d6d49
repo uris don't like relative paths (#24)
stewartfrancis a13eae0
build.gradle and wrapper
PhilWakelin 50151b5
Remove archive of eclipse projects
PhilWakelin c2ad672
Add gradle wrapper
PhilWakelin c8e093d
Add eclipse properties
PhilWakelin b5347a6
Update pom
PhilWakelin 0813dda
Update build.gradle
PhilWakelin c831497
Eclipse project updates
PhilWakelin bae4cfb
Eclipse and pom updates
PhilWakelin fe92353
Don't ignore JARs in local repo
PhilWakelin 29f5518
Don't ignore lib JARs
PhilWakelin 89053f6
Update .gitignore
PhilWakelin 73a5226
Update build files
PhilWakelin c02208f
Add additional projects
PhilWakelin 627ca9c
Fix terminal-bundle project name
PhilWakelin c842cc5
Add TSQ record to lib dir
PhilWakelin 58e0910
fix .settings
PhilWakelin 3b08258
Update settings.gradle
PhilWakelin 8aa268e
Update buildship and build properties
PhilWakelin 2126983
Update Terminal manifest
PhilWakelin c715d1c
Update serialize-app classpath
PhilWakelin d3e6596
Add blog
PhilWakelin c416199
Update README
PhilWakelin aabf816
Update README
PhilWakelin d6741b0
Remove Maven and Gradle project natures
PhilWakelin d3e67d7
Update README to remove m2e and buildship
PhilWakelin f42677b
Add VSAM support
PhilWakelin 0e11eca
Add supporting bundle projects
PhilWakelin b643839
Fixup gradle builds
PhilWakelin 0727562
Add missing readmes
PhilWakelin c00755a
Update build.gradle
PhilWakelin d2c5acb
VSAM code
PhilWakelin 4f42054
Add missing DFHCSD files
PhilWakelin d39e329
Fix README
PhilWakelin 21de6c6
Add VSAM record
PhilWakelin 6773036
Fix pom files
PhilWakelin 90f3279
Fix semantic version in OSGI bundles
PhilWakelin 1cd81b8
Add Usage terms
PhilWakelin 9c5ad67
Set Eclipse bundle project encodings
PhilWakelin fb8b6cb
Fix naming
PhilWakelin 7b6f004
Update README
PhilWakelin 1ef89b8
Update .gitignore
PhilWakelin 021baa5
Delete .vscode
PhilWakelin d5ad35b
Add bundle project readmes
PhilWakelin 503d2d4
Remove bundle plugin project Eclipse settings
PhilWakelin 396bc36
Add missing build file
PhilWakelin 77a591e
Fix readmes
PhilWakelin 44b4705
Refactor location of CICS bundle projects
PhilWakelin afe602f
Refactor cicsbundle project names
PhilWakelin 75e2ed2
Update README
PhilWakelin 01ec2d3
Update README
PhilWakelin 7f0b686
Fix gradle build for terminal bundle
PhilWakelin fa12942
Fix CSDUP for ESDS Example 5
PhilWakelin 283cc18
Fix Maven VSAM bundle project name
PhilWakelin 846acee
Revert "Fix Maven VSAM bundle project name"
PhilWakelin 8b0d071
Align BUNDLE resource names in CSD
PhilWakelin de18e89
Correct Maven VSAM bundle project name
PhilWakelin 7d9c086
Update Eclipse Java compliance to 17 for all projects
PhilWakelin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| # Maven ignores | ||
| target/ | ||
| pom.xml.tag | ||
| pom.xml.releaseBackup | ||
| pom.xml.versionsBackup | ||
| pom.xml.next | ||
| release.properties | ||
| dependency-reduced-pom.xml | ||
| buildNumber.properties | ||
| .mvn/timing.properties | ||
| .mvn/wrapper/maven-wrapper.jar | ||
|
|
||
| # Gradle ignores | ||
| .gradle | ||
| **/build/ | ||
| !src/**/build/ | ||
|
|
||
| #Eclipse ignores | ||
| bin/ | ||
|
|
||
| # Ignore Gradle GUI config | ||
| gradle-app.setting | ||
|
|
||
| # Cache of project | ||
| .gradletasknamecache | ||
|
|
||
| # Java ignores | ||
| # Compiled class file | ||
| *.class | ||
|
|
||
| # Log file | ||
| *.log | ||
|
|
||
| # Package Files | ||
| *.jar | ||
| *.war | ||
| *.nar | ||
| *.ear | ||
| *.zip | ||
| *.tar.gz | ||
| *.rar | ||
|
|
||
| # Avoid ignoring Gradle wrapper jar and properties | ||
| !gradle-wrapper.jar | ||
| !gradle-wrapper.properties | ||
|
|
||
| # VSCode ignores | ||
| .vscode/ | ||
| .history/ | ||
| *.vsix |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| wrapperVersion=3.3.4 | ||
| distributionType=only-script | ||
| distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <projectDescription> | ||
| <name>cics-java-jcics-samples</name> | ||
| <comment></comment> | ||
| <projects> | ||
| </projects> | ||
| <filteredResources> | ||
| <filter> | ||
| <id>1772729611934</id> | ||
| <name></name> | ||
| <type>30</type> | ||
| <matcher> | ||
| <id>org.eclipse.core.resources.regexFilterMatcher</id> | ||
| <arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments> | ||
| </matcher> | ||
| </filter> | ||
| </filteredResources> | ||
| </projectDescription> |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| eclipse.preferences.version=1 | ||
| encoding/<project>=UTF-8 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| eclipse.preferences.version=1 | ||
| org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
| org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate | ||
| org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 | ||
| org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | ||
| org.eclipse.jdt.core.compiler.compliance=17 | ||
| org.eclipse.jdt.core.compiler.debug.lineNumber=generate | ||
| org.eclipse.jdt.core.compiler.debug.localVariable=generate | ||
| org.eclipse.jdt.core.compiler.debug.sourceFile=generate | ||
| org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
| org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled | ||
| org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
| org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning | ||
| org.eclipse.jdt.core.compiler.release=disabled | ||
| org.eclipse.jdt.core.compiler.source=17 | ||
This file was deleted.
Oops, something went wrong.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
|
|
||
| description = 'CICS Java JCICS samples' | ||
|
|
||
| //Define variables for sub projects | ||
| ext { | ||
| bom = "com.ibm.cics:com.ibm.cics.ts.bom:5.5-20200519131930-PH25409" | ||
| java_version=JavaVersion.VERSION_17 | ||
| localRepo = file('local-repo') | ||
| } | ||
|
|
||
| allprojects { | ||
| group = 'com.ibm.cicsdev' | ||
| version = '1.0.1' | ||
|
|
||
| repositories { | ||
|
|
||
| mavenCentral() | ||
|
|
||
| // Local Maven repo for IRG generated JARs | ||
| maven { | ||
| url = uri("file:///${localRepo}") | ||
| } | ||
| } | ||
| } | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <classpath> | ||
| <classpathentry kind="src" output="bin/main" path="src/main/java"> | ||
| <attributes> | ||
| <attribute name="gradle_scope" value="main"/> | ||
| <attribute name="gradle_used_by_scope" value="main,test"/> | ||
| </attributes> | ||
| </classpathentry> | ||
| <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"> | ||
| <attributes> | ||
| <attribute name="module" value="true"/> | ||
| </attributes> | ||
| </classpathentry> | ||
| <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> | ||
| <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
| <classpathentry kind="lib" path="lib/cics-java-jcics-edupgm-1.0.jar"/> | ||
| <classpathentry kind="output" path="bin/default"/> | ||
| </classpath> |
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
3 changes: 3 additions & 0 deletions
3
cics-java-jcics-link-app/.settings/org.eclipse.core.resources.prefs
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| eclipse.preferences.version=1 | ||
| encoding//src/main/java=UTF-8 | ||
| encoding/<project>=UTF-8 |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.