Solved

IFS Cloud 23R1 thirdparty JAR files

  • 27 July 2023
  • 3 replies
  • 122 views

Badge +2

HI

I have the issue to use our third party JAR file. This jar file is is used/imported in java implementation of projection action. During development in IFS Developer Studio is everthink fine and it should be doplyed to DEV server in buildplace and it is functional.

But, when we want to create a topic environment for this customization, the automation build proces is not able to include out third party jar file, and building of .java file for the projection is failed because it is not able to include thirdparty jar file.

The thirdparty jar file  is placed in these structure in git topic branch:

fndbas\source\fndbas\server\lib

and

fndbas\source\fndbas\framework\thirdparty

Is there any suggestion what we should do for right including the thirparty jar file to building proces in buildplace?

Our version of IFS CLOUD is 23.1.2

Thanks

BR

icon

Best answer by kosaladesilva 27 July 2023, 09:39

View original

3 replies

Userlevel 5
Badge +13

@CdcJanjaS 

pls refer to this: 

 

@kosaladesilva , @chanaka-shanil  Any input from you? 

Userlevel 2
Badge +4

@CdcJanjaS

It looks like the problem is in where you have included the thirdparty jar. Instead of placeing it in the fndbas\source\fndbas\framework\thirdparty directory, can you try moving it to source\fndbas\projection\lib\{thirdpartyJar.jar} ?

Kosala De Silva

Badge +2

@CdcJanjaS

It looks like the problem is in where you have included the thirdparty jar. Instead of placeing it in the fndbas\source\fndbas\framework\thirdparty directory, can you try moving it to source\fndbas\projection\lib\{thirdpartyJar.jar} ?

Kosala De Silva

Thanks @kosaladesilva 

It works

BR

Jan Špůr

Reply