Skip to content

Commit

Permalink
Update to build files and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
C4J committed Jul 4, 2024
1 parent 9a638d6 commit c7d8e57
Show file tree
Hide file tree
Showing 189 changed files with 63 additions and 9,143 deletions.
148 changes: 60 additions & 88 deletions b6Middleware/b6Middleware_pom.xml
Original file line number Diff line number Diff line change
@@ -1,180 +1,152 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-test</artifactId>
<groupId>com.commander4j.middleware</groupId>
<artifactId>middleware-test</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<properties>
<revision>7.0.0</revision>
</properties>

<!-- <repositories>
<!-- <repositories>
<repository>
<id>com.install4j</id>
<name>com.install4j</name>
<url>https://maven.ej-technologies.com/repository/</url>
</repository>
</repositories> -->

<dependencies>

<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.0</version>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.2</version>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.2</version>
</dependency>

<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging -->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.2</version>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.2</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-text -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.12.0</version>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.12.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.23.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.23.1</version>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.23.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.eclipse.angus/angus-mail -->
<dependency>
<groupId>org.eclipse.angus</groupId>
<artifactId>angus-mail</artifactId>
<version>2.0.3</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.eclipse.angus/angus-activation -->
<dependency>
<groupId>org.eclipse.angus</groupId>
<artifactId>angus-activation</artifactId>
<version>2.0.2</version>
<groupId>org.eclipse.angus</groupId>
<artifactId>angus-activation</artifactId>
<version>2.0.2</version>
</dependency>

<!-- https://mvnrepository.com/artifact/jakarta.activation/jakarta.activation-api -->
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>2.1.3</version>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>2.1.3</version>
</dependency>

<!-- https://mvnrepository.com/artifact/jakarta.mail/jakarta.mail-api -->
<dependency>
<groupId>jakarta.mail</groupId>
<artifactId>jakarta.mail-api</artifactId>
<version>2.1.3</version>
<groupId>jakarta.mail</groupId>
<artifactId>jakarta.mail-api</artifactId>
<version>2.1.3</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.eclipse.paho/org.eclipse.paho.client.mqttv3 -->
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.2.5</version>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.2.5</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.2.5</version>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.2.5</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.2.5</version>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.2.5</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-excelant -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-excelant</artifactId>
<version>5.2.5</version>
<groupId>org.apache.poi</groupId>
<artifactId>poi-excelant</artifactId>
<version>5.2.5</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-scratchpad -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>5.2.5</version>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>5.2.5</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.opencsv/opencsv -->
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.9</version>
</dependency>

<!-- https://mvnrepository.com/artifact/net.sf.saxon/Saxon-HE -->
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>12.4</version>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>12.4</version>
</dependency>

<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>12.4</version>
<classifier>xqj</classifier>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>12.4</version>
<classifier>xqj</classifier>
</dependency>

<!-- https://mvnrepository.com/artifact/jline/jline -->
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>2.14.6</version>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>2.14.6</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox -->
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.31</version>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.31</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.pdfbox/fontbox -->
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>fontbox</artifactId>
<version>2.0.31</version>
<groupId>org.apache.pdfbox</groupId>
<artifactId>fontbox</artifactId>
<version>2.0.31</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.install4j/install4j-runtime -->
<!-- <dependency>
<!-- <dependency>
<groupId>com.install4j</groupId>
<artifactId>install4j-runtime</artifactId>
<version>10.0.8</version>
<scope>provided</scope>
</dependency> -->

</dependencies>


</project>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added b6Middleware/bin/com/commander4j/email/Email.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added b6Middleware/bin/com/commander4j/mw/StartGUI$2.class
Binary file not shown.
Binary file not shown.
Binary file added b6Middleware/bin/com/commander4j/mw/StartGUI$4.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added b6Middleware/bin/com/commander4j/sys/Common.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added b6Middleware/bin/com/commander4j/util/JWait.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
134 changes: 3 additions & 131 deletions b6Middleware/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,132 +11,9 @@
<property name="source" value="17"/>
<path id="b6Middleware.classpath">
<pathelement location="bin"/>
<pathelement location="lib/angus-activation-2.0.2.jar"/>
<pathelement location="lib/angus-mail-2.0.3.jar"/>
<pathelement location="lib/ant-1.10.14.jar"/>
<pathelement location="lib/ant-launcher-1.10.14.jar"/>
<pathelement location="lib/commons-beanutils-1.9.4.jar"/>
<pathelement location="lib/commons-codec-1.17.0.jar"/>
<pathelement location="lib/commons-collections-3.2.2.jar"/>
<pathelement location="lib/commons-collections4-4.4.jar"/>
<pathelement location="lib/commons-compress-1.26.2.jar"/>
<pathelement location="lib/commons-io-2.16.1.jar"/>
<pathelement location="lib/commons-lang3-3.14.0.jar"/>
<pathelement location="lib/commons-logging-1.3.2.jar"/>
<pathelement location="lib/commons-math3-3.6.1.jar"/>
<pathelement location="lib/commons-text-1.12.0.jar"/>
<pathelement location="lib/curvesapi-1.08.jar"/>
<pathelement location="lib/fontbox-2.0.31.jar"/>
<pathelement location="lib/httpclient5-5.1.3.jar"/>
<pathelement location="lib/httpcore5-5.1.3.jar"/>
<pathelement location="lib/httpcore5-h2-5.1.3.jar"/>

<pathelement location="lib/jakarta.activation-api-2.1.3.jar"/>
<pathelement location="lib/jakarta.mail-api-2.1.3.jar"/>
<pathelement location="lib/jline-2.14.6.jar"/>
<pathelement location="lib/log4j-api-2.23.1.jar"/>
<pathelement location="lib/log4j-core-2.23.1.jar"/>
<pathelement location="lib/opencsv-5.9.jar"/>
<pathelement location="lib/org.eclipse.paho.client.mqttv3-1.2.5.jar"/>
<pathelement location="lib/pdfbox-2.0.31.jar"/>
<pathelement location="lib/poi-5.2.5.jar"/>
<pathelement location="lib/poi-excelant-5.2.5.jar"/>
<pathelement location="lib/poi-ooxml-5.2.5.jar"/>
<pathelement location="lib/poi-ooxml-lite-5.2.5.jar"/>
<pathelement location="lib/poi-scratchpad-5.2.5.jar"/>
<pathelement location="lib/Saxon-HE-12.4.jar"/>
<pathelement location="lib/Saxon-HE-12.4-xqj.jar"/>
<pathelement location="lib/slf4j-api-1.7.25.jar"/>
<pathelement location="lib/SparseBitSet-1.3.jar"/>
<pathelement location="lib/xmlbeans-5.2.0.jar"/>
<pathelement location="lib/xmlresolver-5.2.2.jar"/>
<pathelement location="lib/xmlresolver-5.2.2-data.jar"/>
</path>
<path id="run.StartMain.classpath">
<path refid="b6Middleware_DEV.classpath"/>
<pathelement location="lib/angus-activation-2.0.2.jar"/>
<pathelement location="lib/angus-mail-2.0.3.jar"/>
<pathelement location="lib/ant-1.10.14.jar"/>
<pathelement location="lib/ant-launcher-1.10.14.jar"/>
<pathelement location="lib/commons-beanutils-1.9.4.jar"/>
<pathelement location="lib/commons-codec-1.17.0.jar"/>
<pathelement location="lib/commons-collections-3.2.2.jar"/>
<pathelement location="lib/commons-collections4-4.4.jar"/>
<pathelement location="lib/commons-compress-1.26.2.jar"/>
<pathelement location="lib/commons-io-2.16.1.jar"/>
<pathelement location="lib/commons-lang3-3.14.0.jar"/>
<pathelement location="lib/commons-logging-1.3.2.jar"/>
<pathelement location="lib/commons-math3-3.6.1.jar"/>
<pathelement location="lib/commons-text-1.12.0.jar"/>
<pathelement location="lib/curvesapi-1.08.jar"/>
<pathelement location="lib/fontbox-2.0.31.jar"/>
<pathelement location="lib/httpclient5-5.1.3.jar"/>
<pathelement location="lib/httpcore5-5.1.3.jar"/>
<pathelement location="lib/httpcore5-h2-5.1.3.jar"/>

<pathelement location="lib/jakarta.activation-api-2.1.3.jar"/>
<pathelement location="lib/jakarta.mail-api-2.1.3.jar"/>
<pathelement location="lib/jline-2.14.6.jar"/>
<pathelement location="lib/log4j-api-2.23.1.jar"/>
<pathelement location="lib/log4j-core-2.23.1.jar"/>
<pathelement location="lib/opencsv-5.9.jar"/>
<pathelement location="lib/org.eclipse.paho.client.mqttv3-1.2.5.jar"/>
<pathelement location="lib/pdfbox-2.0.31.jar"/>
<pathelement location="lib/poi-5.2.5.jar"/>
<pathelement location="lib/poi-excelant-5.2.5.jar"/>
<pathelement location="lib/poi-ooxml-5.2.5.jar"/>
<pathelement location="lib/poi-ooxml-lite-5.2.5.jar"/>
<pathelement location="lib/poi-scratchpad-5.2.5.jar"/>
<pathelement location="lib/Saxon-HE-12.4.jar"/>
<pathelement location="lib/Saxon-HE-12.4-xqj.jar"/>
<pathelement location="lib/slf4j-api-1.7.25.jar"/>
<pathelement location="lib/SparseBitSet-1.3.jar"/>
<pathelement location="lib/xmlbeans-5.2.0.jar"/>
<pathelement location="lib/xmlresolver-5.2.2.jar"/>
<pathelement location="lib/xmlresolver-5.2.2-data.jar"/>
</path>
<path id="run.StartGUI.classpath">
<path refid="b6Middleware_DEV.classpath"/>
<pathelement location="lib/angus-activation-2.0.2.jar"/>
<pathelement location="lib/angus-mail-2.0.3.jar"/>
<pathelement location="lib/ant-1.10.14.jar"/>
<pathelement location="lib/ant-launcher-1.10.14.jar"/>
<pathelement location="lib/commons-beanutils-1.9.4.jar"/>
<pathelement location="lib/commons-codec-1.17.0.jar"/>
<pathelement location="lib/commons-collections-3.2.2.jar"/>
<pathelement location="lib/commons-collections4-4.4.jar"/>
<pathelement location="lib/commons-compress-1.26.2.jar"/>
<pathelement location="lib/commons-io-2.16.1.jar"/>
<pathelement location="lib/commons-lang3-3.14.0.jar"/>
<pathelement location="lib/commons-logging-1.3.2.jar"/>
<pathelement location="lib/commons-math3-3.6.1.jar"/>
<pathelement location="lib/commons-text-1.12.0.jar"/>
<pathelement location="lib/curvesapi-1.08.jar"/>
<pathelement location="lib/fontbox-2.0.31.jar"/>
<pathelement location="lib/httpclient5-5.1.3.jar"/>
<pathelement location="lib/httpcore5-5.1.3.jar"/>
<pathelement location="lib/httpcore5-h2-5.1.3.jar"/>

<pathelement location="lib/jakarta.activation-api-2.1.3.jar"/>
<pathelement location="lib/jakarta.mail-api-2.1.3.jar"/>
<pathelement location="lib/jline-2.14.6.jar"/>
<pathelement location="lib/log4j-api-2.23.1.jar"/>
<pathelement location="lib/log4j-core-2.23.1.jar"/>
<pathelement location="lib/opencsv-5.9.jar"/>
<pathelement location="lib/org.eclipse.paho.client.mqttv3-1.2.5.jar"/>
<pathelement location="lib/pdfbox-2.0.31.jar"/>
<pathelement location="lib/poi-5.2.5.jar"/>
<pathelement location="lib/poi-excelant-5.2.5.jar"/>
<pathelement location="lib/poi-ooxml-5.2.5.jar"/>
<pathelement location="lib/poi-ooxml-lite-5.2.5.jar"/>
<pathelement location="lib/poi-scratchpad-5.2.5.jar"/>
<pathelement location="lib/Saxon-HE-12.4.jar"/>
<pathelement location="lib/Saxon-HE-12.4-xqj.jar"/>
<pathelement location="lib/slf4j-api-1.7.25.jar"/>
<pathelement location="lib/SparseBitSet-1.3.jar"/>
<pathelement location="lib/xmlbeans-5.2.0.jar"/>
<pathelement location="lib/xmlresolver-5.2.2.jar"/>
<pathelement location="lib/xmlresolver-5.2.2-data.jar"/>
<fileset dir="lib">
<include name="**/*.jar"/>
</fileset>
</path>
<target name="init">
<mkdir dir="bin"/>
Expand All @@ -160,9 +37,4 @@
</javac>
</target>
<target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects"/>
<target name="StartMain">
<java classname="com.commander4j.mw.StartMain" failonerror="true" fork="yes">
<classpath refid="run.StartMain.classpath"/>
</java>
</target>
</project>
Binary file modified b6Middleware/c4jMiddleware.jar
Binary file not shown.
Loading

0 comments on commit c7d8e57

Please sign in to comment.