Project

General

Profile

Feature #4083

4GL-to-Java converter must be available as a standalone program

Added by Alexei Kaigorodov about 7 years ago. Updated over 6 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:

History

#1 Updated by Greg Shah over 6 years ago

  • Start date deleted (05/17/2019)
  • Description updated (diff)
  • Subject changed from ABL-to-Java converter must be available as a standalone program to 4GL-to-Java converter must be available as a standalone program

Usually compilers are standalone programs accepting source file names as arguments. For example, java compiler can be started as

javac Test.java

However, to run 4GL-to-Java converter is represented as an ant build script. To run the converter, the user at least has to copy the build script in his test directory, and even then it would not work, complaining that cfg directory not found. And even developer succeeds to make local installation of the converter, uncontrolled copying of build script creates problem of keeping it up-to-date.

User must be able to run converter from any directory as simple as

4gl2java test1.p test2.p widget.w

#2 Updated by Greg Shah over 6 years ago

  • Status changed from New to Rejected

This is a duplicate of #4493.

Also available in: Atom PDF