EBCDIC to ASCII converter


License

License

GroupId

GroupId

org.codehaus.sonar-plugins
ArtifactId

ArtifactId

ebcdic-ascii-converter
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

EBCDIC to ASCII converter
Project Organization

Project Organization

SonarSource
Source Code Management

Source Code Management

https://github.com/SonarSource/ebcdic-to-ascii-converter

Download ebcdic-ascii-converter

How to add to project

<!-- https://jarcasting.com/artifacts/org.codehaus.sonar-plugins/ebcdic-ascii-converter/ -->
<dependency>
    <groupId>org.codehaus.sonar-plugins</groupId>
    <artifactId>ebcdic-ascii-converter</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.sonar-plugins/ebcdic-ascii-converter/
implementation 'org.codehaus.sonar-plugins:ebcdic-ascii-converter:0.1'
// https://jarcasting.com/artifacts/org.codehaus.sonar-plugins/ebcdic-ascii-converter/
implementation ("org.codehaus.sonar-plugins:ebcdic-ascii-converter:0.1")
'org.codehaus.sonar-plugins:ebcdic-ascii-converter:jar:0.1'
<dependency org="org.codehaus.sonar-plugins" name="ebcdic-ascii-converter" rev="0.1">
  <artifact name="ebcdic-ascii-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.sonar-plugins', module='ebcdic-ascii-converter', version='0.1')
)
libraryDependencies += "org.codehaus.sonar-plugins" % "ebcdic-ascii-converter" % "0.1"
[org.codehaus.sonar-plugins/ebcdic-ascii-converter "0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.easytesting : fest-assert jar 1.4

test (3)

Group / Artifact Type Version
junit : junit jar 4.10
ch.qos.logback : logback-classic jar 0.9.15
commons-io : commons-io jar 2.0.1

Project Modules

There are no modules declared in this project.

This program allows to convert some source files from an EBCDIC format to an ASCII one.

The input of this program is a directory containing the source files to be converted and the output is another directory containing all the converted source files. The input directory can contain a tree of sub-directory and this tree is kept in the output directory.

Installation

1 - The only pre-requisite is to have a JVM (Java Virtual Machine) 6+. 2 - Download the ebcdic-ascii-converter-X.Y.jar archive 3 - Execute the following command to display the usage information : java -jar ebcdic-ascii-converter-X.Y.jar -h 4 - Lauch for instance the following command to convert all source files contained in dir1 and to put the converted files in dir2 : java -jar ebcdic-ascii-converter-X.Y.jar dir1 dir2

Build status

Build Status

License

Copyright 2008-2016 SonarSource.

Licensed under the GNU Lesser General Public License, Version 3.0

org.codehaus.sonar-plugins

SonarSource

Continuous Code Quality

Versions

Version
0.1