Activity
From 09/26/2012 to 10/25/2012
10/25/2012
- 03:52 PM Base Language Support #1700: test the startup, basic processing and shutdown of the P2J server and P2J client o...
- The first issue/difference has been found running swing client in Windows. Look at the screenshots attached. If we us...
- 01:33 PM Base Language Feature #1611: implement QUOTER utility
- Thanks for clearing things up.
- 11:37 AM Base Language Feature #1611: implement QUOTER utility
- The general idea is OK. Yes, we need to detect when any child process invocation is using QUOTER and then change the...
- 12:41 PM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- > I observed that when testing for changed, OE in fact re-read the record (don't know yet if entire record or only af...
- 03:46 AM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- To emulate the OpenEdge behavior in P2J runtime I run a few tests. The test cases are a little tricky as they imply h...
- 12:04 PM Database Feature #1593: add conversion and runtime support for TO-ROWID() built-in function
- Ovidiu Maxiniuc wrote:
> Should we use 0, -1 or other negative number as a special case of P2J code?
-1. - 05:10 AM Database Feature #1593: add conversion and runtime support for TO-ROWID() built-in function
- @ErrorManager.recordOrThrowError()@ methods require a number or a @NumberedException@. I understand that this is in f...
- 11:21 AM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- > I understand that we can't promote staging until the frame_generator.xml problem is fixed. But it seems like we ca...
- 10:53 AM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- I understand that we can't promote staging until the frame_generator.xml problem is fixed. But it seems like we can ...
- 10:51 AM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- In regard to the StatsWorker version in ecf_upd20111207b.zip, I think the differences with the version in ges_upd2011...
- 03:43 AM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- Added merged update, with all fixes.
- 05:35 AM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- Added
OUTPUT TO VALUE("Z:\vadimtest").
to output test results to file.
Tested on the customer's 4GL environmen...
10/24/2012
- 02:52 PM Database Feature #1593: add conversion and runtime support for TO-ROWID() built-in function
- Ovidiu Maxiniuc wrote:
> You are right, the cutting is caused by default print format, in fact I could not find a li... - 03:19 AM Database Feature #1593: add conversion and runtime support for TO-ROWID() built-in function
- You are right, the cutting is caused by default print format, in fact I could not find a limit for the size of this t...
- 02:01 PM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- Regression testing has passed. Can't move this to CVS until the #1445 frame_generator.xml problem is solved (I'll att...
- 11:38 AM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- Greg Shah wrote:
> Eric: is the version I am posting here the final/best one?
My changes in the StatsWorker version ... - 10:38 AM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- I was reviewing the files that I posted and I think I was missing a major change made by Eric to StatsWorker.java in ...
- 12:05 PM Base Language Feature #1611: implement QUOTER utility
- The only solution I came up with yet to get the quoter utility call the method from Quoter class is by checking the f...
- 11:16 AM Base Language Support #1700 (WIP): test the startup, basic processing and shutdown of the P2J server and P2J cl...
- Use the p2j/testcases/simple/ environment to test the server and client on Windows. For now, DON'T test any of the P...
- 11:10 AM Base Language Support #1700 (Closed): test the startup, basic processing and shutdown of the P2J server and P2J...
- 11:11 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Updates to make Windows conversion have been uploaded.
10/23/2012
- 07:19 PM Conversion Tools Feature #1699: remove duplicate validation expressions from business logic
- Currently, a separate, inner class is emitted for each validation expression in an external procedure, regardless of ...
- 07:17 PM Conversion Tools Feature #1699 (New): remove duplicate validation expressions from business logic
- 07:17 PM Conversion Tools Feature #1698 (New): remove duplicate frame.openScope() calls from business logic
- 07:13 PM Conversion Tools Feature #1697: eliminate duplication of frame definitions
- Detect frames that are functionally identical and reuse the same definition in all business logic rather than creatin...
- 07:07 PM Conversion Tools Feature #1697 (New): eliminate duplication of frame definitions
- 07:04 PM Conversion Tools Feature #1696: create a variable to replace multiple uses of a string literal
- If the same string literal is used in multiple places (in the same scope), implement a String variable and then refer...
- 07:04 PM Conversion Tools Feature #1696 (New): create a variable to replace multiple uses of a string literal
- 07:01 PM Conversion Tools Feature #1695: evaluate certain constant expressions at conversion time
- Examples:
* array dereferencing: constant array indices can be decremented by 1 instead of written as an expression... - 06:58 PM Conversion Tools Feature #1695 (New): evaluate certain constant expressions at conversion time
- 06:57 PM Conversion Tools Feature #1694: rewrite variable comparisons with the unknown value constant
- Convert @x <> ?@ to @!x.isUnknown()@ and convert @x = ?@ to @x.isUnknown()@.
- 06:56 PM Conversion Tools Feature #1694 (New): rewrite variable comparisons with the unknown value constant
- 06:55 PM Conversion Tools Feature #1693: rewrite numeric increment/decrement expressions
- Emit @i.increment()@ for an expression like @i = i + 1@. Emit @i.decrement()@ for an expression like @i = i - 1@.
- 06:54 PM Conversion Tools Feature #1693 (New): rewrite numeric increment/decrement expressions
- 06:52 PM Conversion Tools Feature #1692 (New): optimize/rewrite common expression idioms
- 06:48 PM Conversion Tools Feature #1691: remove unnecessary handle vars and replace with object of the appropriate type
- Detect cases where:
* handle is not shared; AND
* is not passed as a parameter; AND
* is only assigned a single ... - 06:47 PM Conversion Tools Feature #1691 (New): remove unnecessary handle vars and replace with object of the appropriate type
- 01:57 PM Database Feature #1580 (WIP): upgrade Hibernate to latest level
- 01:43 PM Database Feature #1593: add conversion and runtime support for TO-ROWID() built-in function
- Ovidiu Maxiniuc wrote:
> Bullet 4 is datailed in my next note (4).
> @0x1000000@ is invalid just because the number o... - 10:34 AM Database Feature #1593: add conversion and runtime support for TO-ROWID() built-in function
- Bullet 4 is datailed in my next note (4).
@0x1000000@ is invalid just because the number of digits is odd. However, ... - 10:07 AM Database Feature #1593: add conversion and runtime support for TO-ROWID() built-in function
- Ovidiu Maxiniuc wrote:
> After some investigation on the OpenEdge installation on windev01 I observed that string re... - 08:20 AM Database Feature #1593 (WIP): add conversion and runtime support for TO-ROWID() built-in function
- In addition to previous constraints:
* strings representation must have even length. @0x012@, @0xabcde@ are invalid.
... - 05:29 AM Database Feature #1593: add conversion and runtime support for TO-ROWID() built-in function
- After some investigation on the OpenEdge installation on windev01 I observed that string representation of @ROWID@s:
... - 12:11 PM Runtime Infrastructure Bug #30: detect denial of service attempt and try to reduce the impact
- I have finally taken the time to review this. Sorry about that. Better late than never, I guess.
Answers to your... - 11:42 AM Runtime Infrastructure Bug #30: detect denial of service attempt and try to reduce the impact
- -------- Original Message --------
Subject: Re: Oasis blocking other secure clients? [was: P2J Connection Problem]
... - 11:40 AM Runtime Infrastructure Bug #30: detect denial of service attempt and try to reduce the impact
- -------- Original Message --------
Subject: Re: Oasis blocking other secure clients? [was: P2J Connection Problem]
... - 11:40 AM Runtime Infrastructure Bug #30: detect denial of service attempt and try to reduce the impact
-------- Original Message --------
Subject: Re: Oasis blocking other secure clients? [was: P2J Connection Problem...- 11:39 AM Runtime Infrastructure Bug #30: detect denial of service attempt and try to reduce the impact
- -------- Original Message --------
Subject: Re: Oasis blocking other secure clients? [was: P2J Connection Problem]
... - 11:39 AM Runtime Infrastructure Bug #30: detect denial of service attempt and try to reduce the impact
- -------- Original Message --------
Subject: Re: Oasis blocking other secure clients? [was: P2J Connection Problem]
... - 11:37 AM Runtime Infrastructure Bug #30: detect denial of service attempt and try to reduce the impact
- -------- Original Message --------
Subject: Re: Oasis blocking other secure clients? [was: P2J Connection Problem]
... - 11:36 AM Runtime Infrastructure Bug #30: detect denial of service attempt and try to reduce the impact
- -------- Original Message --------
Subject: Re: Oasis blocking other secure clients? [was: P2J Connection Problem]
... - 11:34 AM Runtime Infrastructure Bug #30: detect denial of service attempt and try to reduce the impact
- -------- Original Message --------
Subject: Re: Oasis blocking other secure clients? [was: P2J Connection Problem]
... - 11:33 AM Runtime Infrastructure Bug #30: detect denial of service attempt and try to reduce the impact
- -------- Original Message --------
Subject: Re: Oasis blocking other secure clients? [was: P2J Connection Problem]
... - 11:33 AM Runtime Infrastructure Bug #30: detect denial of service attempt and try to reduce the impact
- -------- Original Message --------
Subject: Re: Oasis blocking other secure clients? [was: P2J Connection Problem]
... - 11:32 AM Runtime Infrastructure Bug #30: detect denial of service attempt and try to reduce the impact
- -------- Original Message --------
Subject: Re: Oasis blocking other secure clients? [was: P2J Connection Problem]
... - 11:30 AM Runtime Infrastructure Bug #30: detect denial of service attempt and try to reduce the impact
- -------- Original Message --------
Subject: Re: Oasis blocking other secure clients? [was: P2J Connection Problem]
... - 11:46 AM Feature #1453 (Review): finish the runtime_hooks chapter of the P2J developer guide
- 10:37 AM Database Feature #1594 (WIP): add conversion and runtime support for CURRENT-CHANGED() built-in function
10/22/2012
- 03:12 PM Conversion Tools Feature #1688: move LEAVE/NEXT rewriting from annotations into fixups
- This will allow simplification of the code handling this as well as improvements in unreachable processing (which hap...
- 03:11 PM Conversion Tools Feature #1688 (New): move LEAVE/NEXT rewriting from annotations into fixups
- 03:10 PM Conversion Tools Feature #1687: remove frames which are completely scoped to dead code
- A frame which is completely scoped to dead code can be safely removed along with the dead code (requires taking into ...
- 03:09 PM Conversion Tools Feature #1687 (New): remove frames which are completely scoped to dead code
- 03:08 PM Conversion Tools Feature #1686: ensure frame definitions properly account for formatting information in otherwise ...
- Dead code can have an effect on frame formatting (e.g., format string processing and width calcs for @ base fields) b...
- 03:07 PM Conversion Tools Feature #1686 (New): ensure frame definitions properly account for formatting information in othe...
- 02:47 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- > Don't make any changes to the line termination processing. I'll create a separate task for that and we will work it...
- 02:43 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Don't make any changes to the line termination processing. I'll create a separate task for that and we will work it ...
- 10:52 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- > Please prepare the full set of changes needed to get the results you have so far. Make sure that the final result i...
- 10:51 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- > I still need the answer to this question. What line termination characters are placed in the output files today?
... - 09:27 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Making the Windows file system case-sensitive is not an option.
It is clear that we have to rework our name conver... - 09:23 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- ...
- 08:47 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Further investigation shows the following:
1. We can set the NTFS in Windows XP 64-bit to be case sensitive. And i... - 02:38 PM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- Please do add a new Bug issue along with a full testcase, screen shots and any other recreate/description of the prob...
- 10:35 AM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- Greg,
There is a remainder brws runtime issue which I think should be documented and solved later on. Currently, ... - 08:54 AM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- Finished cleaning up all files from the update, I'm reconverting using current staging and I'm going to do regression...
- 02:30 PM Conversion Tools Feature #1685: log all dead/unreachable code decisions
- The log should record whether the result is missing because it was determined to be unreachable (and why).
- 02:29 PM Conversion Tools Feature #1685 (New): log all dead/unreachable code decisions
- 02:28 PM Conversion Tools Feature #1684: variable definitions made in unreachable code actually still exist and can be used...
- This is tougher in cases where there is a message statement or format_phrase var definition because there are other s...
- 02:27 PM Conversion Tools Feature #1684 (New): variable definitions made in unreachable code actually still exist and can b...
- 02:25 PM Conversion Tools Feature #1683: rewrite unreachable processing to run in a loop (and/or using ascent rules) to det...
- The issue is that if all contents of a particular IF block turn out to be unreachable BUT the IF *is* reachable, then...
- 02:21 PM Conversion Tools Feature #1683 (New): rewrite unreachable processing to run in a loop (and/or using ascent rules) ...
- 02:06 PM Conversion Tools Feature #1682: IF/ELSE unreachable processing needs to promote THEN/ELSE child nodes into enclosi...
- This can be single statements (e.g. even "blocks" like REPEAT) or complex groups (any case of a simple DO block). In...
- 02:05 PM Conversion Tools Feature #1682 (New): IF/ELSE unreachable processing needs to promote THEN/ELSE child nodes into e...
- 02:01 PM Conversion Tools Feature #1681: convert "for each foo: i = i + 1. end." to something like RecordBuffer.count(fooDMO)
- Some other forms would be possible too, taking a where clause to allow a count of all records matching given criteria...
- 01:57 PM Conversion Tools Feature #1681 (New): convert "for each foo: i = i + 1. end." to something like RecordBuffer.count...
- 01:56 PM Conversion Tools Feature #1680: convert "for each foo: delete foo. end." into a simpler form
- The idiom of looping through a table and deleting all records in that table is fairly common for older, temp-table co...
- 01:28 PM Conversion Tools Feature #1680 (New): convert "for each foo: delete foo. end." into a simpler form
- 01:38 PM Base Language Feature #1611 (WIP): implement QUOTER utility
- 01:37 PM Base Language Feature #1591: implement QUOTER built-in function
- Added proposed update for quoter builtin function
- 01:25 PM Conversion Tools Feature #1679 (New): remove concatenation of empty strings
- 01:24 PM Conversion Tools Feature #1678: rollup/simplify/remove dead code usually caused by preprocessor substitutions
- Often 4GL preprocessing directives/substitutions will expand to bloated code which converts to something more complic...
- 01:12 PM Conversion Tools Feature #1678 (New): rollup/simplify/remove dead code usually caused by preprocessor substitutions
- 12:18 PM Conversion Tools Feature #1677: deeper analysis of IF/CASE and other condition expressions
- For example, a logical variable that is initialized or assigned false and then is never otherwise changed (or passed ...
- 12:17 PM Conversion Tools Feature #1677 (New): deeper analysis of IF/CASE and other condition expressions
- 12:11 PM Conversion Tools Feature #1676 (New): remove conditional expressions that always evaluate true or false
- 12:11 PM Conversion Tools Feature #1675 (New): remove unreferenced streams, frames, buffers, temp-tables
- 09:46 AM Conversion Tools Feature #1531 (Review): update the "Techniques for Integrating Java Code into Reconverted 4GL Cod...
- 09:45 AM Conversion Tools Feature #1530 (Review): update the "Other Customization" chapter of the Conversion Handbook to ad...
- 09:45 AM Conversion Tools Feature #1529 (Review): move customer_specific_conversion.rules into p2j/rules/conversion/ and im...
- 01:15 AM Conversion Tools Feature #1674: remove unreferenced, non-shared variables
- Check for any node that has a refid to the var def, but there are cases that are not real source code references so t...
- 01:13 AM Conversion Tools Feature #1674 (New): remove unreferenced, non-shared variables
- 01:00 AM Database Feature #1669: add support for additional database methods
- Need customer report results to make a list of needed methods.
- 12:59 AM Database Feature #1669 (Closed): add support for additional database methods
- 12:59 AM Database Feature #1668: add support for additional (non-dynamic) database attributes
- Need customer report results to make a list of needed attributes.
- 12:58 AM Database Feature #1668 (Closed): add support for additional (non-dynamic) database attributes
- 12:55 AM Database Feature #1667: improve support for "FOR EACH FIRST" and similar cases
- Currently, instances of looping queries like FOR EACH...FIRST... are converted to CompoundQuery. This works logicall...
- 12:50 AM Database Feature #1667 (New): improve support for "FOR EACH FIRST" and similar cases
- 12:49 AM Database Feature #1666: add support for mixed-direction indexes
- First version of P2J was built on an older version of PostgreSQL, which did not support indexes with multiple columns...
- 12:43 AM Database Feature #1666 (Closed): add support for mixed-direction indexes
- 12:42 AM Database Feature #1665: automate import process
- Today the data import process is well documented, but it contains many manual steps and is thus error prone. This pr...
- 12:38 AM Database Feature #1665 (Closed): automate import process
- 12:37 AM Database Feature #1664: data import improvements
- * performance improvement: re-architect threading to distribute work in a more granular way (preserve prioritization...
- 12:33 AM Database Feature #1664 (New): data import improvements
- 12:31 AM Database Feature #1663 (Closed): test/debug case-sensitive field support
- 12:30 AM Database Feature #1662: runtime support for table parameters
- Needs research: is it just a handle or is there some special DB processing needed at the transition point?
- 12:30 AM Database Feature #1662 (Closed): runtime support for table parameters
- 12:26 AM Database Feature #1661: support case-sensitive fields in indexes
- This will require changes to:
* the DDL index generation code (don't emit UPPER function in CREATE INDEX statement);
... - 12:21 AM Database Feature #1661 (Closed): support case-sensitive fields in indexes
- 12:20 AM Database Feature #1660: add conversion and runtime support for OF keyword use in a CAN-FIND
- Actually not sure if this currently is supported or not (most likely not). Need some test cases to determine the lim...
- 12:16 AM Database Feature #1660 (Closed): add conversion and runtime support for OF keyword use in a CAN-FIND
- 12:14 AM Database Feature #1659: add support for field exclusion/inclusion lists in queries
- This feature supports a performance optimization in which -- for read-only usage of a table -- the query's results on...
- 12:09 AM Database Feature #1659 (New): add support for field exclusion/inclusion lists in queries
- 12:08 AM Database Feature #1658: improve database trigger support
- * runtime support for TRIGGER PROCEDURE (DELETE, WRITE, CREATE), DISABLE TRIGGERS, ON FIND OF table;
* need report c... - 12:06 AM Database Feature #1658 (Closed): improve database trigger support
10/21/2012
- 06:13 PM Database Feature #1657: add Oracle support
- This task will require:
* using Oracle's Java support to run our Java UDFs inside the server process;
* creating ... - 06:11 PM Database Feature #1657: add Oracle support
- This task is on hold until a customer requires it.
- 06:11 PM Database Feature #1657 (Hold): add Oracle support
- 06:09 PM Database Feature #1656: add Microsoft SQL Server support
- We need to be able to run Java UDFs inside the database server process. This task will require:
* building an infra... - 05:51 PM Database Feature #1656 (Closed): add Microsoft SQL Server support
- 05:49 PM Database Feature #1655: add conversion and runtime support for certain dynamic database attributes and met...
- Need to run customer reports to generate exact list of methods and attributes required.
- 05:44 PM Database Feature #1655 (Closed): add conversion and runtime support for certain dynamic database attribute...
- 05:42 PM Database Feature #1654: add conversion and runtime support for dynamic buffer creation and cleanup
- This feature will require dynamic (runtime) conversion of the CREATE BUFFER statement.
- 05:42 PM Database Feature #1654 (Closed): add conversion and runtime support for dynamic buffer creation and cleanup
- 05:41 PM Database Feature #1653: add conversion and runtime support for dynamically prepared queries
- This feature will require dynamic (runtime) conversion of the CREATE QUERY statement.
- 05:26 PM Database Feature #1653 (Closed): add conversion and runtime support for dynamically prepared queries
- 05:40 PM Database Feature #1652: add conversion and runtime support for dynamically prepared temp-tables
- This feature will require (at minimum) dynamically:
* converting the statement at runtime into some representation o... - 05:23 PM Database Feature #1652 (Closed): add conversion and runtime support for dynamically prepared temp-tables
- 05:24 PM Database Feature #1651: add support for dynamic database features
- Requires binary TRPL as a pre-requisite, since conversion will have to occur at runtime, on the fly.
- 05:22 PM Database Feature #1651 (Closed): add support for dynamic database features
- 01:11 PM Base Language Feature #1650 (Closed): process launching support for Windows (JNI library changes and any associ...
- 01:10 PM Base Language Feature #1649: implement Windows environment/registry access
- Priority features: GET-KEY-VALUE, PUT-KEY-VALUE, USE, LOAD, UNLOAD
The COLOR and FONT options to PUT-KEY-VALUE do no... - 01:09 PM Base Language Feature #1649 (Closed): implement Windows environment/registry access
- 01:09 PM Base Language Feature #1648 (Closed): review all filesystem support (runtime) on Windows and fix/resolve any is...
- 01:07 PM Base Language Feature #1647 (Closed): implement an option for SETUSERID and USERID to be backed by a replacemen...
- 01:06 PM Base Language Feature #1646 (Closed): implement BASE64-ENCODE/BASE64-DECODE built-in functions
- 01:03 PM Base Language Feature #27 (WIP): implement a compatible ENCODE built-in function
- 01:00 PM Base Language Feature #1645: implement web services support
- Priority work: implement all usage of the server object handle in regards to connecting to a web service.
Most of th... - 12:29 PM Base Language Feature #1645 (Closed): implement web services support
- 12:01 PM Base Language Feature #1644: implement SOAP support
- Priority features:
Statements:
CREATE-SOAP-HEADER
CREATE-SOAP-HEADER-ENTRYREF
ATTRIBUTES:
SOAP-FAULT-STRING
ERRO... - 12:00 PM Base Language Feature #1644 (Closed): implement SOAP support
- 11:59 AM Base Language Feature #1643 (Closed): implement any missing DELETE OBJECT usage
- 11:51 AM Base Language Feature #1641: implement SAX XML support
- Priority features:
CREATE-SAX-READER; CREATE-SAX-WRITER; METHODS: get-value-by-index(), start-element(), end-eleme... - 11:51 AM Base Language Feature #1641 (Closed): implement SAX XML support
- 11:48 AM Base Language Feature #1640: implement DOM XML support
- Priority features:
CREATE-X-NODEREF; CREATE-X-DOCUMENT; ATTRIBUTES: NAME, ATTRIBUTE-NAMES, OWNER-DOCUMENT, NUM-CHI... - 11:47 AM Base Language Feature #1640 (Closed): implement DOM XML support
- 11:46 AM Base Language Feature #1639: implement socket support
- Highest priority features:
CREATE SOCKET
socket object methods:
CONNECT()
CONNECTED()
DISCONNECT()
READ()
SET-READ-... - 11:46 AM Base Language Feature #1639 (Closed): implement socket support
- 11:42 AM Base Language Feature #1638: implement Java access to converted appserver code (must be a simple replacement fo...
- One approach: based on a list of interfaces (hints), create a set of Java interfaces that can be used via our net pro...
- 11:41 AM Base Language Feature #1638 (Closed): implement Java access to converted appserver code (must be a simple repla...
- 11:24 AM Base Language Feature #1636 (Closed): implement peristent trigger support
- 11:22 AM Base Language Feature #1635: implement MEMPTR/RAW support
- The following have highest priority:
Built-in Functions: get-long(), get-pointer-value()
Statements: put-long, put-s... - 11:21 AM Base Language Feature #1635 (Closed): implement MEMPTR/RAW support
- 11:14 AM Base Language Feature #1634: implement full native library (.so or DLL) support
- Provide a replacement for the Progress 4GL native API registration (PROCEDURE EXTERNAL) and calling mechanism. Utili...
- 11:07 AM Base Language Feature #1634 (Closed): implement full native library (.so or DLL) support
- 10:38 AM Base Language Feature #1632 (Closed): implement _MSG() undocumented built-in function
- 10:37 AM Base Language Feature #1631 (Closed): implement support for LANDSCAPE/PORTRAIT in I/O statements
- 10:36 AM Base Language Feature #1630 (Closed): implement support for UNBUFFERED in I/O statements
- 10:15 AM Base Language Feature #1628 (Closed): fix any incompatibilities or missing features of NO-ECHO support
- 10:14 AM Base Language Feature #1627 (Closed): support for empty EXPORT statements
- 09:55 AM Base Language Feature #1626 (Closed): implement OS-DIR support as an INPUT stream
- 09:54 AM Base Language Feature #1625 (WIP): implement OUTPUT TO PRINTER on Windows
- 09:53 AM Base Language Feature #1624 (Closed): add support for PUT CONTROL
- 09:52 AM Base Language Feature #1623 (Closed): refine I/O support to resolve incompatibilities or missing features
- 09:46 AM Base Language Feature #1622 (Closed): refine HANDLE support to resolve incompatibilities
- 09:36 AM Conversion Tools Feature #1519: report improvements
- Refine reports that are too broad today. For example, reports such as "potential sockets usage" include language sta...
- 09:34 AM Conversion Tools Feature #1519: report improvements
- Add specific reports for:
* dynamic/unspecified EXTENT usage
* EXTENT parameter usage
* detect when the same HANDLE... - 09:28 AM Base Language Feature #1621 (Closed): implement dynamic/unspecified EXTENT support
- 09:27 AM Base Language Feature #1620 (Closed): implement EXTENT parameter support
10/20/2012
- 10:01 AM Base Language Feature #1615: implement RCODE-INFO system handle
- This system handle is *almost* too implementation specific to support. But if the usage is important, the features c...
- 09:56 AM Base Language Feature #1615 (Rejected): implement RCODE-INFO system handle
- 09:37 AM Base Language Feature #1613: finish FILE-INFO system handle support
- Implement the following:
FILE-INFO:FILE-TYPE (SMLP are not supported in P2J right now, there are limitations in Ja... - 09:34 AM Base Language Feature #1613 (Closed): finish FILE-INFO system handle support
- 09:34 AM Base Language Feature #1612 (Closed): finish SESSION system handle support
- 09:32 AM Base Language Feature #1611: implement QUOTER utility
- The QUOTER utility in the 4GL is a separate executable that is part of the Progress runtime software BUT it is called...
- 09:26 AM Base Language Feature #1611 (Closed): implement QUOTER utility
10/19/2012
- 01:06 PM Base Language Feature #1591: implement QUOTER built-in function
- Yes, please implement the QUOTER() built-in function NOT the QUOTER utility.
- 11:21 AM Base Language Feature #1591: implement QUOTER built-in function
- *Quoter function*
Converts the specified data type to CHARACTER and encloses the results in quotes
when necessary.
Th... - 10:48 AM Base Language Feature #1608: implement full appserver support (from 4GL clients only)
- Implement the following:
- appserver dispatcher/thread pool
- handle context issues
- startup/shutdown procedures (... - 10:43 AM Base Language Feature #1608 (Closed): implement full appserver support (from 4GL clients only)
- 10:10 AM Base Language Feature #1607: implement full named events support
- The following support is needed: PUBLISH, SUBSCRIBE, UNSUBSCRIBE, parameter passing processing, chaining, super-proce...
- 10:06 AM Base Language Feature #1607 (Closed): implement full named events support
- 10:05 AM Base Language Feature #1606: implement persistent procedures/super procedures
- The following support is needed: RUN PERSISTENT, DELETE PROCEDURE/OBJECT, RUN IN, FUNCTION IN, DYNAMIC FUNCTION/DYNAM...
- 10:03 AM Base Language Feature #1606 (Closed): implement persistent procedures/super procedures
- 09:58 AM Conversion Tools Feature #1604 (New): enhance name conversion to support malformed frame names and labels
- 09:58 AM Conversion Tools Feature #1603 (New): enhance name conversion to support internal procedure names that contain a '...
- 09:51 AM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- Running the tests in 4GL showed the following:
# entire DISPLAY columns... clause is optional. If it is missing, "s... - 08:42 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Another viewpoint to the naming issue. Theoretically the NTFS is case-sensitive. In XP we can turn this feature on ac...
- 08:18 AM Database Feature #1602 (Closed): support BigDecimal in PLJAVA indexOf() implementation
- 08:17 AM Database Feature #1601 (Closed): implement NUMERIC type in relational database schemas
- 08:15 AM Base Language Feature #1600 (Closed): provide a conversion option to emit decimal literals using a string liter...
- 08:13 AM Base Language Feature #1599 (Closed): shift EXP implementation (MathOps.pow()) to BigDecimal
- 08:11 AM Base Language Feature #1598 (Closed): shift LOG implementation (MathOps.log()) to BigDecimal
- 08:11 AM Base Language Feature #1597 (Closed): shift SQRT implementation (MathOps.sqrt()) to BigDecimal
- 08:07 AM Base Language Feature #1596 (Closed): complete big decimal implementation
10/18/2012
- 05:11 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The conversion has been completed in Windows. But the compilation can not be performed due to the following name gene...
- 12:10 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Greg, some considerations about names
> ... But good Java names CANNOT contain hyphens. But we get away with camel... - 10:30 AM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- Regarding your questions in update 5 above:
> 1. By "conversion for the pilot project broke with the update" you m... - 04:32 AM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- I've found the problem, it was caused by the uast/progress.g changes related to "optional column_spec clause" for a d...
10/17/2012
- 12:51 PM Base Language Feature #1591: implement QUOTER built-in function
- *QUOTER utility specifications:*
The QUOTER utility formats character data in a file to the standard format so it can... - 11:00 AM Base Language Feature #1591 (WIP): implement QUOTER built-in function
- 11:35 AM Base Language Feature #1590: implement PROPATH assignment
- Attached proposed update for the issue
- 08:42 AM Base Language Feature #1590: implement PROPATH assignment
- ...
- 08:17 AM Base Language Feature #1590: implement PROPATH assignment
- Obtained the following rules settings that will convert the code according to the spec:...
- 09:53 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The root cause for src\syman\train2\rst01.p issue has been found. Take a look at pattern/customer_specific_annotation...
- 09:52 AM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- Constantin Asofiei wrote:
> Greg/Eric,
>
> A few questions and findings:
> 1. By "conversion for the pilot proje... - 09:38 AM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- Greg/Eric,
A few questions and findings:
1. By "conversion for the pilot project broke with the update" you mean ... - 04:55 AM Conversion Tools Feature #1579 (WIP): review and merge 12/2011 conversion fixes into main P2J code base, regressio...
- 01:03 AM Database Feature #1595: add conversion and runtime support for DBPARAM() built-in function
- Conversion support will be added in builtin_functions.rules. Should map to a new static method in @ConnectionManager...
- 12:54 AM Database Feature #1595 (Closed): add conversion and runtime support for DBPARAM() built-in function
- 12:53 AM Database Feature #1594: add conversion and runtime support for CURRENT-CHANGED() built-in function
- Will require conversion support in builtin_functions.rules and runtime support in RecordBuffer. Possibly will requir...
- 12:47 AM Database Feature #1594 (Closed): add conversion and runtime support for CURRENT-CHANGED() built-in function
- 12:45 AM Database Feature #1593: add conversion and runtime support for TO-ROWID() built-in function
- Both @TO-ROWID(rowid-string)@ and the inverse/complementary use of @STRING(ROWID(record))@ must be supported.
The ... - 12:01 AM Database Feature #1593 (Closed): add conversion and runtime support for TO-ROWID() built-in function
- 12:00 AM Database Feature #1592 (Closed): implement additional database built-in functions
10/16/2012
- 07:07 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- > I understand. I can see that some people would want the converted code to have the proper Windows line termination ...
- 05:31 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- ...
- 05:31 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- ...
- 05:28 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- ...
- 05:27 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- In regard to the case insensitive filename problem in Windows:...
- 05:14 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- In regards to the exception, this 4GL code:
h = query q:handle.
brws:query in frame fRoster = h.
/*h... - 12:17 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The news/more findings from Windows conversion process.
I have searched the results for syman/train2/rst01.p conve... - 05:01 PM Conversion Tools Feature #1520 (Closed): design gap analysis approach
- 05:01 PM Conversion Tools Feature #1520: design gap analysis approach
- 1. Should this be inclusive or exclusive?
- inclusive means that we define exactly what is supported and by defaul... - 02:40 PM Conversion Tools Feature #1520 (WIP): design gap analysis approach
- 02:38 PM Base Language Feature #1590: implement PROPATH assignment
- Yes, you're right. The assignment version of this must be put in convert/assignments.rules. Search on prog.kw_fr_va...
- 01:29 PM Base Language Feature #1590: implement PROPATH assignment
- > <rule>oldtype == prog.kw_propath
> <action>methodTxt = "EnvironmentOps.getSearchPath"</action>
> <rule>parent.typ... - 04:49 AM Base Language Feature #1590 (WIP): implement PROPATH assignment
- 02:30 PM Feature #1570 (Closed): create a build.xml ANT script to properly build the chemtutor.jar for the...
- 01:17 PM Feature #1570: create a build.xml ANT script to properly build the chemtutor.jar for the chemtuto...
- Removed this task and used the p2j.jar that includes testcases directory instead
- 08:57 AM Feature #1570: create a build.xml ANT script to properly build the chemtutor.jar for the chemtuto...
- Can p2j-deploy-exclude-testcases be removed from build.xml now? I assume so, since that was the idea of putting chem...
- 10:27 AM Conversion Tools Feature #1530: update the "Other Customization" chapter of the Conversion Handbook to add a refer...
- The changed other_customization.odt file is in bazaar.
- 10:25 AM Conversion Tools Feature #1529: move customer_specific_conversion.rules into p2j/rules/conversion/ and improve/ref...
- Sent final updates for review (for both P2J and TIMCO projects). The other_customization.odt and managing_changes.od...
- 10:22 AM Conversion Tools Feature #1531: update the "Techniques for Integrating Java Code into Reconverted 4GL Code" chapte...
- The changes are in bazaar.
- 10:20 AM Feature #1528 (WIP): write "Directory Access and Customization" chapter in the P2J Developer Guide
- An initial version of the directory_access.odt file was added to the repository.
- 09:05 AM Feature #1572 (Closed): using p2j/testcases/simple/* as a guide/template, please create a runtime...
- 09:03 AM Feature #1572 (New): using p2j/testcases/simple/* as a guide/template, please create a runtime co...
- 08:59 AM Feature #1572 (Review): using p2j/testcases/simple/* as a guide/template, please create a runtime...
- 09:04 AM Feature #1571 (Closed): create a bash script to automate the process of creating an H2 database f...
- 08:58 AM Feature #1578: add a readme.html to the chemtutor project
- Please remove references to p2j-deploy-exclude-testcases if it is no longer needed.
10/15/2012
- 12:31 PM Conversion Tools Feature #1531 (WIP): update the "Techniques for Integrating Java Code into Reconverted 4GL Code" ...
- 12:30 PM Conversion Tools Feature #1530 (WIP): update the "Other Customization" chapter of the Conversion Handbook to add a...
- 09:21 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The following line of code causes the exception generated, file train2/rst01.p.cache Line 1409:9
...
brws:quer... - 08:49 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The new set of issues is related to the file separator difference between Linux(/) and Windows(\) inside the conversi...
10/12/2012
- 05:15 PM Base Language Feature #1591: implement QUOTER built-in function
- Look at the QUOTER built-in function in the Progress 4GL Language Reference (it is in v10.x or later). Your task is ...
- 05:08 PM Base Language Feature #1591 (Closed): implement QUOTER built-in function
- 05:13 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- OK. The Windows conversion is in progress.
For now the known issues are:
1. The maximum heap size I can request o... - 04:25 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- I agree, the truncation problem does appear to happen on staging too, so that is just a bug that already exists.
G... - 03:32 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The news.
I have converted another MAJIC build. The source is from staging + "New" rule set and helper update. The... - 07:00 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Guys,
The problem with
> compile_jasper:
> [jrc] Compiling 1 report design files.
> File : /home/eugenie/timco_... - 05:32 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Another very interesting finding. Take a look at staging build on lightning. The files
src/syman/adp/adpchkls.p.lexe... - 04:58 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Constantin, Greg,
Strange thing I have got while converting staging sources:
Conversion has been finished but the... - 05:03 PM Base Language Feature #1590: implement PROPATH assignment
- Progress has a PROPATH "function" (which looks like a well known or global variable) which reports on the current set...
- 04:34 PM Base Language Feature #1590 (Closed): implement PROPATH assignment
- 04:29 PM Conversion Tools Bug #1589: during parsing the .lexer file is sometimes arbitrarily truncated
- This behavior can be seen by:
1. Make an exact copy of a conversion project (duplicate the entire directory tree).... - 04:26 PM Conversion Tools Bug #1589 (New): during parsing the .lexer file is sometimes arbitrarily truncated
- 11:14 AM Feature #1570: create a build.xml ANT script to properly build the chemtutor.jar for the chemtuto...
- Costin,
Look in the p2j.cfg.xml file - the pkgroot parameter sets the root package of the converted files. - 11:07 AM Feature #1570: create a build.xml ANT script to properly build the chemtutor.jar for the chemtuto...
- Is there an option when calling ConversionDriver to change the output package from the default testcases?Looked for i...
- 11:48 PM Database Feature #1588: add conversion and runtime support for embedded SQL
- The following use cases need to be supported:
* @SELECT COUNT(*) INTO var FROM table WHERE ...@
* @SELECT SUM(field... - 11:46 PM Database Feature #1588 (Closed): add conversion and runtime support for embedded SQL
- 11:40 PM Database Feature #1587: implement full support for word indexes
- A "true" implementation of word indexes will be necessary if (when) the quick and dirty implementation using LIKE is ...
- 11:35 PM Database Feature #1587 (Closed): implement full support for word indexes
- 11:33 PM Database Feature #1586 (Closed): add quick and dirty support for word indexes using LIKE operator
- 11:32 PM Database Feature #1585 (Closed): add conversion and runtime support for word indexes
- 11:31 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Requires schema conversion support, code conversion support, and runtime implementations of data types, operators, an...
- 11:25 PM Base Language Feature #1584 (Closed): add conversion and runtime support for INT64 and DATETIME data types
- 11:19 PM Database Feature #1583 (Closed): add conversion and runtime support for the INSERT language statement
- 11:14 PM Database Feature #1582: add conversion and runtime support for sequences
- The following schema properties (with the noted settings) must be supported by schema conversion:
* initial value of... - 11:00 PM Database Feature #1582 (Closed): add conversion and runtime support for sequences
10/11/2012
- 07:15 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- OK.
- 05:48 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Those versions of the code (from 2009 and 2010) are much too old to be useful. Please rebuild your local environment ...
- 04:58 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Another question. Trying to run conversion in Windows I have the following message:
D:\timco_win>CMD.EXE /C ""C:\Prog... - 04:52 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- > Where did you get these?
In my current timco/src subdirectory:
eugenie@cyborg64:~/timco/src> ls -l *.zip
-rw-r... - 04:48 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- ...
- 04:30 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The previous message is updated with customer_libs directrory instruction. And I have checked all created log files a...
- 04:21 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- > Do you have 2 completely independent project installations? With 2 completely separate P2J installations?
Yes, the... - 02:34 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- I didn't mean that the command line environment itself was a problem (although it is possible). I meant that in gene...
- 11:15 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- > The .lexer file is truncated at [01386:003] and there is nothing after that?
Yes, this file finished at [01386:0... - 10:59 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- OK, these are some strange results....
- 09:10 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- One more note.
> Since the comparisons are just about the differences in src/aero/timco/majic/
These directorie... - 09:02 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- > Please show examples of both.
Here is the src/syman/adp/adpout0.p.lexer
The Old MAJIC conversion with "classi... - 12:27 PM Database Feature #1581: add conversion and runtime support for certain metadata constructs
- Metadata tables and fields are used in Progress 4GL like regular table and field references, however, they do not map...
- 12:16 PM Database Feature #1581 (Closed): add conversion and runtime support for certain metadata constructs
- 11:14 AM Database Feature #1580: upgrade Hibernate to latest level
- P2J currently is at a woefully old level of Hibernate (3.0.5), which is holding back customer development. We need t...
- 10:54 AM Database Feature #1580 (Closed): upgrade Hibernate to latest level
- 11:08 PM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- The following is the text of an email I sent to Greg regarding one of the fixes, which had to do with schema parsing ...
- 11:06 PM Conversion Tools Feature #1579: review and merge 12/2011 conversion fixes into main P2J code base, regression test...
- In December 2011, Greg and I made a number of fixes to P2J to enable early work on a large customer project (updates ...
- 10:33 PM Conversion Tools Feature #1579 (Closed): review and merge 12/2011 conversion fixes into main P2J code base, regres...
10/10/2012
- 07:39 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- ...
- 07:06 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- OK.
BTW, I have faced the strange issue. I did run two conversions in Linux. The both was OK. Then I have compared... - 06:49 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Since the comparisons are just about the differences in src/aero/timco/majic/, the amount of code is actually not so ...
- 06:27 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Greg,
OK. I'm running the conversions. The difference reports will be here. But what is the place to upload result... - 05:16 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Please report on the status of the 2 testing activities:
1. Old P2J majic conversion on Linux vs new P2J majic con... - 06:44 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Understood. Then you need to put the cfg files for MAJIC in a separate update.
- 05:21 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Constantin,
This was not mistake. I have added the config files for TIMCO conversion under Linux/Windows. This is ... - 03:36 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Eugenie,
Please remove the cfg/ folder from the root of your update. Except this, the update looks OK. - 10:55 AM Feature #1572: using p2j/testcases/simple/* as a guide/template, please create a runtime configur...
- Please update the documentation to fix the problem.
- 10:30 AM Feature #1572: using p2j/testcases/simple/* as a guide/template, please create a runtime configur...
- The syntax of the command line from Certificate Authority which is supposed to load the /security/certificates/cas/<a...
10/09/2012
- 02:09 PM Feature #1572: using p2j/testcases/simple/* as a guide/template, please create a runtime configur...
- ...
- 10:12 AM Feature #1572: using p2j/testcases/simple/* as a guide/template, please create a runtime configur...
- I see a problem with chemtutor/deploy-chemtutor/server/stdsrvkey.store.
Please look inside that file. You will fi... - 09:12 AM Feature #1572: using p2j/testcases/simple/* as a guide/template, please create a runtime configur...
- Cleaned up the unnecessary jar files and log files.
Client and server scripts + directory configuration under /deplo... - 07:02 AM Feature #1572: using p2j/testcases/simple/* as a guide/template, please create a runtime configur...
- You can use the ./p2j/ path. Don't encode the top-level chemtutor directory in anything....
- 03:02 AM Feature #1572: using p2j/testcases/simple/* as a guide/template, please create a runtime configur...
- For p2j location a link is created to the p2j location and added inside the chemtutor project as p2j and can be acces...
- 11:45 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Eugenie,
For 2 - as you change a file, if the current year is different than the one in the copyright area, you ne... - 10:06 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Constantin,
1. OK.
2. I do not understand. Why this special update need this modification? Do we need every file ... - 05:57 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Eugenie,
Please address the following:
1. the p2j.cfg.xml you sent is for Windows OS. Please leave the p2j.cfg.xml ... - 10:31 AM Feature #1570: create a build.xml ANT script to properly build the chemtutor.jar for the chemtuto...
- This is a very good start.
Some things to add/change:
1. Please rename the "ctconvert" target to just "convert"... - 09:22 AM Feature #1570: create a build.xml ANT script to properly build the chemtutor.jar for the chemtuto...
- Important build script tasks:
*convert* - this will convert the chemtutor progress source code to java
*create.db* ... - 07:03 AM Feature #1578: add a readme.html to the chemtutor project
- Create a readme.txt file in the chemtutor/ directory to explain:
1. How to setup the project (e.g. things like how... - 07:03 AM Feature #1578 (Closed): add a readme.html to the chemtutor project
10/08/2012
- 05:41 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- OK.
The files to be changed to run conversion on Windows.
Rules:
p2j/rules/annotations/annotations.xml
p2j/rule... - 04:04 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Don't apply the changes to staging or CVS yet. Please do the following:
1. Send the changes to Constantin (and co... - 03:49 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The changes are tested and prepared. Do we need them to be applied to the current P2J build? Note we still need to ma...
- 09:20 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Please do use the quoteReplacement() for all of the 2nd parameter cases. That is exactly what that code is meant to ...
- 02:40 PM Feature #1572: using p2j/testcases/simple/* as a guide/template, please create a runtime configur...
- I haven't taken a close look yet, but I do see some things that need to be cleaned up:
1. Please remove log files ...
10/05/2012
- 04:42 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Greg, Constantin,
I've performed a bit more testing and found we can use both fixupRegex() and quoteReplacement() ... - 10:21 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Constantin,
Yes, the call
replaceAll("\.", quoteReplacement(fileSep))
does work. So I applied fixupRegex() and q... - 06:26 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Eugenie, please try the following call in the conversion rules:
replaceAll("\.", quoteReplacement(fileSep))
I sus... - 09:42 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Preliminary results:
1. Substitution replaceAll(fileSep, ".") with replaceAll(fixupRegex(fileSep), ".") works fine.
... - 09:52 AM Feature #1572 (WIP): using p2j/testcases/simple/* as a guide/template, please create a runtime co...
- 05:56 AM Feature #1472 (Review): expand the Developer Guide section on "Guidelines for Writing Conversion ...
- The updated hand_written_java.odt file is in bazaar.
10/04/2012
- 03:24 PM Feature #1508 (Review): finish/write the "Certificates" section of the Directory chapter
- finished content
committed into bazaar - 01:25 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- ...
- 01:10 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Constantin,
There are no such elements in our rule files as second parameter for replaceAll(): "\\" as the file se... - 12:48 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Please prepare the minimum set of changes needed to resolve all the known problems. Add a helper as needed to Common...
- 12:45 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Greg,
I've done a little more testing in why it abends in the first place and it looks like calls like this:
<pre... - 12:01 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- After thinking more about this, I realize that my idea about adding a getFileSepRegex() is not a full solution. The ...
- 11:45 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- I think this would be a more appropriate solution.
OK. I'll look into this.
> > Is it mandatory to use replaceA... - 08:01 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- ...
10/03/2012
- 07:32 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Further investigations and testing shows the only real issue we have converting on Windows is the replaceAll call wit...
- 03:39 PM Feature #1570: create a build.xml ANT script to properly build the chemtutor.jar for the chemtuto...
- For the chemtutor application, there is no need for the separate jar for the UI stuff. Please modify the build.xml t...
- 04:40 AM Feature #1571 (WIP): create a bash script to automate the process of creating an H2 database for ...
10/01/2012
- 12:16 PM Conversion Tools Bug #1574: broken report links when they target very long filenames
- From ECF:
I've noticed that some detail reports with really long names create links with longer names than the act... - 12:14 PM Conversion Tools Bug #1574 (Closed): broken report links when they target very long filenames
- 10:46 AM Feature #1570 (WIP): create a build.xml ANT script to properly build the chemtutor.jar for the ch...
09/30/2012
- 03:01 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Now we have the promes.p converted. The main issue is the Windows file separator char: "\" and some calls that uses t...
09/28/2012
- 04:40 PM Support #1532: develop chemtutor 4GL sample application
- Change requests from Greg on 09/20/2012 including resolution. Moved here from email.
I made some other changes to ... - 04:35 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Eugenie, a question. Are you sure that the following:
<annotation datatype="java.lang.String" key="path" value="co... - 02:55 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- Eugenie, a question. Are you sure that the following:...
- 02:37 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- There is still issue with p2o generation I guess. Consider the following:
In Linux we have the following line:
... - 02:18 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- I think real problem here is how windows JRE handles regexps... especially cases when special regexp characters need...
- 01:41 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The backslash issue is the real problem. Now we have stopped in the other place on the generating DDL stage:
28.09.2... - 12:12 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The main difference at conversion stage is the primes.p.ast files. For example the following lines are missed in Win3...
- 11:58 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The resulting files primes.p.schema have difference:
The Windows version does not have the entries like this:
<an... - 11:55 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The resulting files:
primes.p.cache, primes.p.dict, primes.p.lexer, primes.p.parser
are the same for both Linux... - 11:50 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The schema conversion has the difference:
Win32 version does not have any peerid entries like below:
<annotation da... - 11:46 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- For some reason, on a Windows machine, any escaped value in a regexp needs two backslashes, as in:
package.replaceAl... - 11:43 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The conversion from *.df to *.dict is performing without the problems. The results are the same for Linux and Win32 e...
- 10:54 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The conversion log file:
------------------------------------------------------------------------------
P2J Convers... - 10:43 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
- The java P2J classes are compiled without problems with ANT 170 and Java 160_u35. To be able to start the conversion ...
- 11:48 AM Conversion Tools Feature #1529 (WIP): move customer_specific_conversion.rules into p2j/rules/conversion/ and impro...
09/27/2012
- 12:15 PM Feature #1501 (Review): finish/write the "Session Management" section of the Directory chapter
- 12:15 PM Feature #1507 (Review): finish/write the "Authentication" section of the Directory chapter
- 10:00 AM Feature #1480 (Review): improve/finish the "Client Install" chapter
- 10:00 AM Feature #1495 (Review): write the "Build P2J from Source Code" chapter
- 09:59 AM Feature #1482 (Review): improve/finish the "Running the Client" chapter
- 09:59 AM Feature #1481 (Review): improve/finish the "Client Checklist" chapter
- 09:58 AM Feature #1502 (Review): finish/write the "Administration Console" section of the Directory chapter
- 09:58 AM Feature #1506 (Review): finish/write the "Access Control Lists" section of the Directory chapter
- 09:57 AM Feature #1499 (Review): finish/write the "Logging" section of the Directory chapter
- 09:57 AM Feature #1494 (Review): cleanup/improve the "Software Dependencies" chapter
- 09:56 AM Feature #1479 (Review): improve and finish the "Bootstrap Configuration" chapter
- 07:28 AM Feature #1505: finish/write the "Resources" section of the Directory chapter
- The directory ACL config is also related to this chapter, I already wrote some content there but only from the point ...
Also available in: Atom