Skip to content

JADE Java Agent DEvelopment platform 4.6.1, rev6874 (2023/07/11) builded with Apache Maven 3.9.6 (2024-03-12) and Java 17.0.2, Oracle Corporation

License

Notifications You must be signed in to change notification settings

dpsframework/jade-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Agent DEvelopment platform (JADE ©)

Latest version of the JADE Platform, ready to be compiled with Maven 3.9.6 locally and using a Docker container, for versions Java8 and Java17 or higher. JADE is a registered trademark of TILAB.com https://jade.tilab.com/.

JADE version 4.6.1 - revision 6874 ready to deploy in container

Rev.6874 (11 de julio de 2023)

Revision: 6874
Author: Enrico Scagliotti and Giovanni Caire
Date: martes, 11 de julio de 2023 14:59:35
Message: Retectored AgentMobilityService to permit overloading of fetchClassFile method


Modified : /trunk/build.properties
Modified : /trunk/src/jade/core/mobility/AgentMobilityService.java
From : https://jade.tilab.com/svn/jade/trunk
Changelog: https://jade.tilab.com/doc/ChangeLog
Tilab//JADE: https://jade.tilab.com/maven/com/tilab/jade/jade/4.6.0/jade-4.6.0.pom

Local construction process:

Check Maven and Java versions (mvn --version java -version)

  git clone https://github.com/dpsframework/jade-platform.git
   cd jade-platform
  • OpenJDK-17:
   mvn package
  • Java-8:
   mvn -f pom8.xml package 

Verification:

   cd target
   java -jar jade-platform-4.6.1.jar -gui -agents Test24:jade.tools.testagent.TestAgent

Container construction process with Docker images:

On Ubuntu native or with WSL2 Ubuntu console and Docker installed:

Old images: Maven 3.8.3 and Maven 3.3:

   git clone https://github.com/dpsframework/jade-platform.git
   cd jade-platform
  • OpenJDK-17:
   docker run --interactive --tty --rm        \
              --name jadeBuilder17            \
              --volume "$(pwd)":/usr/src/jade \
              --workdir /usr/src/jade         \
                maven:3.8.3-openjdk-17  mvn package
              
  • Java-8:
   docker run --interactive --tty --rm             \
              --name jadeBuilder8                  \
              --volume "$(pwd)":/usr/src/jade      \
              --workdir /usr/src/jade              \
                maven:3.3-jdk-8 mvn -f pom8.xml package 
              

Verification:

  cd target
  java -jar jade-platform-4.6.1.jar -gui -agents Test24:jade.tools.testagent.TestAgent

Docker latest build process without vulnerabilities (reviewd: 2024-03-14):

Docker image: maven:3.9.6-amazoncorretto-17-al2023. Explorer this image here

Test layers' container with: docker run --interactive --tty --entrypoint=/bin/bash ID-IMAGE --login

   git clone https://github.com/dpsframework/jade-platform.git
   cd jade-platform
  • Java JDK-17:
   docker run --interactive --tty --rm        \
              --name jadeamazon17             \
              --volume "$(pwd)":/usr/src/jade \
              --workdir /usr/src/jade         \
                maven:3.9.6-amazoncorretto-17-al2023   \
                mvn package
  • IBM Java 8:
   docker run --interactive --rm              \
              --name jadeibm8                 \
              --volume "$(pwd)":/usr/src/jade \
              --workdir /usr/src/jade         \
                maven:3.9.6-ibmjava-8   \
                mvn --file pom8.xml package
       

Verification:

   cd target
   java -jar jade-platform-4.6.1.jar -gui -agents Test24:jade.tools.testagent.TestAgent

JADE Java DEvelopment Framework v4.6.1 - rev6874 testagent

About

JADE Java Agent DEvelopment platform 4.6.1, rev6874 (2023/07/11) builded with Apache Maven 3.9.6 (2024-03-12) and Java 17.0.2, Oracle Corporation

Topics

Resources

License

Stars

Watchers

Forks

Packages