EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
  • 1.  Java generation

    Posted Tue March 10, 2015 03:37 AM

    I'm trying RBD9.1.

    I created a new project (File -> New -> Project -> EGLProject -> Web Project) Tomcat server and Create build descriptor is clicked.

    Java is not generated. In Java Resources\src no Java packages are generated.

    Why ?

    The old projects generate properly.

    paoloc

     

    paoloc


  • 2.  Re: Java generation

    Posted Tue March 10, 2015 03:44 AM

    I saw more detail.

    The packages are generated under EGLGen/Javasource and not under EGLGen/JavaSource/src.

    Why?

    paoloc

    paoloc


  • 3.  Re: Java generation

    Posted Tue March 10, 2015 05:32 AM

    Paoloc,

    That is the default generated place. You can change it by specifying another genDirectory in the build descriptor. http://www-01.ibm.com/support/knowledgecenter/SSMQ79_9.1.1/com.ibm.egl.gg.doc/topics/gegl_core_gendirectory.html

    -Jiyong

    HuangJiYong


  • 4.  Re: Java generation

    Posted Tue March 10, 2015 08:38 AM

    Paoloc,

    At some point, we changed the location of the generated Java from JavaSource/src to EGLGen/JavaSource. 

    This was done so that we could "delete" the packages and Java Source under EGLGen and not affect any non-EGL generated Java Classes.   It all still works as all the project properties know how to deal with it.

    You would still put the native classes under src.

    While Ji Yong is correct that you can change it, I would suggest leaving the locations as they are created in the new projects as your projects are setup for the Classpath to reflect these locations.

    take care.

    Mark

    markevans