Project

General

Profile

Activity

From 09/08/2012 to 10/07/2012

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() ...
Eugenie Lyzenko
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...
Eugenie Lyzenko
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...
Constantin Asofiei
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.
...
Eugenie Lyzenko
09:52 AM Feature #1572 (WIP): using p2j/testcases/simple/* as a guide/template, please create a runtime co...
Costin Savin
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. Constantin Asofiei

10/04/2012

03:24 PM Feature #1508 (Review): finish/write the "Certificates" section of the Directory chapter
finished content
committed into bazaar
Adrian Lungu
01:25 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
... Greg Shah
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...
Eugenie Lyzenko
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... Greg Shah
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...
Constantin Asofiei
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 ... Greg Shah
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...
Eugenie Lyzenko
08:01 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
... Greg Shah

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... Eugenie Lyzenko
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... Greg Shah
04:40 AM Feature #1571 (WIP): create a bash script to automate the process of creating an H2 database for ...
Costin Savin

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...
Greg Shah
12:14 PM Conversion Tools Bug #1574 (Closed): broken report links when they target very long filenames
Greg Shah
10:46 AM Feature #1570 (WIP): create a build.xml ANT script to properly build the chemtutor.jar for the ch...
Costin Savin

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... Eugenie Lyzenko

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 ...
Adrian Lungu
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...
Eugenie Lyzenko
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:... Constantin Asofiei
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:
...
Eugenie Lyzenko
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... Constantin Asofiei
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...
Eugenie Lyzenko
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... Eugenie Lyzenko
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...
Eugenie Lyzenko
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...
Eugenie Lyzenko
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...
Eugenie Lyzenko
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...
Constantin Asofiei
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... Eugenie Lyzenko
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...
Eugenie Lyzenko
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 ... Eugenie Lyzenko
11:48 AM Conversion Tools Feature #1529 (WIP): move customer_specific_conversion.rules into p2j/rules/conversion/ and impro...
Constantin Asofiei

09/27/2012

12:15 PM Feature #1501 (Review): finish/write the "Session Management" section of the Directory chapter
Costin Savin
12:15 PM Feature #1507 (Review): finish/write the "Authentication" section of the Directory chapter
Costin Savin
10:00 AM Feature #1480 (Review): improve/finish the "Client Install" chapter
Ovidiu Maxiniuc
10:00 AM Feature #1495 (Review): write the "Build P2J from Source Code" chapter
Ovidiu Maxiniuc
09:59 AM Feature #1482 (Review): improve/finish the "Running the Client" chapter
Ovidiu Maxiniuc
09:59 AM Feature #1481 (Review): improve/finish the "Client Checklist" chapter
Ovidiu Maxiniuc
09:58 AM Feature #1502 (Review): finish/write the "Administration Console" section of the Directory chapter
Ovidiu Maxiniuc
09:58 AM Feature #1506 (Review): finish/write the "Access Control Lists" section of the Directory chapter
Ovidiu Maxiniuc
09:57 AM Feature #1499 (Review): finish/write the "Logging" section of the Directory chapter
Ovidiu Maxiniuc
09:57 AM Feature #1494 (Review): cleanup/improve the "Software Dependencies" chapter
Ovidiu Maxiniuc
09:56 AM Feature #1479 (Review): improve and finish the "Bootstrap Configuration" chapter
Ovidiu Maxiniuc
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 ... Ovidiu Maxiniuc

09/24/2012

01:03 PM User Interface Feature #1525: submit patches upstream (if the patches are still needed)
Don't submit anything until approved by Greg or Eric. Greg Shah
01:01 PM User Interface Feature #1524: merge existing patches if necessary
Review and merge our patches as needed. If there is a way to implement Jetty in our server without our patches, plea... Greg Shah
12:59 PM User Interface Feature #1523: select appropriate version as the upgrade target
The basic idea here is that there are multiple possible new versions that can be chosen. We generally want a very re... Greg Shah
12:49 PM Feature #1572: using p2j/testcases/simple/* as a guide/template, please create a runtime configur...
The result should use the H2 DB that is created by your script in #1571. For that reason, this task is dependent upo... Greg Shah
12:47 PM Feature #1572 (Closed): using p2j/testcases/simple/* as a guide/template, please create a runtime...
Greg Shah
12:46 PM Feature #1571: create a bash script to automate the process of creating an H2 database for chemtu...
Please reference the documentation for details on how to setup H2 as a database. The idea is that it should be easy ... Greg Shah
12:45 PM Feature #1571 (Closed): create a bash script to automate the process of creating an H2 database f...
Greg Shah
12:43 PM Feature #1570: create a build.xml ANT script to properly build the chemtutor.jar for the chemtuto...
The chemtutor 4GL demo project can be checked out from Bazaar. It resides in /opt/code/p2j_repo/samples/chemtutor/. ... Greg Shah
12:38 PM Feature #1570 (Closed): create a build.xml ANT script to properly build the chemtutor.jar for the...
Greg Shah
02:53 AM Feature #1508 (WIP): finish/write the "Certificates" section of the Directory chapter
Adrian Lungu

09/21/2012

10:02 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
Windows XP is fine.
Yes, p2j/testcases/uast/primes.p from CVS is the correct file.
Greg Shah
09:45 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
The file has been found. Is it correct file? Eugenie Lyzenko
09:36 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
Another question:
Where the primes.p file is located?
EVL: I have found the file under timco/p2j/testcases/uast. Is...
Eugenie Lyzenko
08:00 AM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
The question:
Is it important to have specific Windows version to test the conversion? I can run it in Windows XP,...
Eugenie Lyzenko
08:39 PM Conversion Tools Feature #1565: test the full conversion process on Windows and document all problems that are found
Run the conversion process for primes.p on Windows. Put detailed documentation into this issue's history for all pro... Greg Shah
08:35 PM Conversion Tools Feature #1565 (Closed): test the full conversion process on Windows and document all problems tha...
Greg Shah

09/20/2012

03:13 PM Support #1532: develop chemtutor 4GL sample application
* all sections finished
* committed into bazaar
Adrian Lungu

09/19/2012

12:07 PM Feature #1503 (Review): finish/write the "Server and Context Hooks" section of the Directory chapter
Costin Savin
11:57 AM Feature #1507 (WIP): finish/write the "Authentication" section of the Directory chapter
Costin Savin
08:12 AM Feature #1494: cleanup/improve the "Software Dependencies" chapter
Yes, this is one of the few exceptions to FSF copyrighted software. This documentation from Wikipedia (http://en.wik... Greg Shah
06:21 AM Feature #1494: cleanup/improve the "Software Dependencies" chapter
This really puzzles me.
ncurses is developed under GNU/Linux ([[http://www.gnu.org/software/ncurses/ncurses.html]])
...
Ovidiu Maxiniuc

09/18/2012

10:46 AM Feature #1494: cleanup/improve the "Software Dependencies" chapter
Please note that the license type listed for ncurses is GPL, which is incorrect. This library has a BSD-style licens... Eric Faulhaber
10:37 AM Feature #1506 (WIP): finish/write the "Access Control Lists" section of the Directory chapter
Ovidiu Maxiniuc

09/17/2012

02:47 PM Support #1532: develop chemtutor 4GL sample application
Basic operation(add delete update) added for the table chemical-classification.
The refresh is not quite smooth sinc...
Adrian Lungu
02:15 PM Feature #1503 (WIP): finish/write the "Server and Context Hooks" section of the Directory chapter
Costin Savin

09/15/2012

12:46 PM Support #1532: develop chemtutor 4GL sample application
The application is designed for 110x32 terminal size.
Finished the:
* Welcome Screen
* Data Management section(re...
Adrian Lungu

09/14/2012

01:38 PM Support #1532 (WIP): develop chemtutor 4GL sample application
Greg Shah
12:25 PM Feature #1494: cleanup/improve the "Software Dependencies" chapter
Ovidiu's findings for the JTA license suggested a potential problem redistributing this technology; however, that li... Eric Faulhaber
12:11 PM Feature #1504 (Review): finish/write the "Accounts" section of the Directory chapter
* added a new section at the end : Extensions
* n/a was used to a lot of (string) default values as these are null i...
Adrian Lungu
11:30 AM Feature #1502 (WIP): finish/write the "Administration Console" section of the Directory chapter
Ovidiu Maxiniuc

09/13/2012

12:54 PM Feature #1501 (WIP): finish/write the "Session Management" section of the Directory chapter
Costin Savin
12:29 PM Feature #1505: finish/write the "Resources" section of the Directory chapter
Stanislav is working on on the plugins chapter right now. If you want to wait for his work to be done, that is OK. ... Greg Shah
11:23 AM Feature #1505: finish/write the "Resources" section of the Directory chapter
The section from Developer Guide about plugins seems to be in work.
Should I continue with other issues and defer th...
Costin Savin

09/12/2012

01:30 PM Feature #1500 (Review): finish/write the "Audit" section of the Directory chapter
* added _subjects_ and _resources_ as new options
* finished the content
* committed into bazaar
* the last examp...
Adrian Lungu
11:05 AM Feature #1504 (WIP): finish/write the "Accounts" section of the Directory chapter
Adrian Lungu
09:42 AM Feature #1505 (WIP): finish/write the "Resources" section of the Directory chapter
Costin Savin

09/10/2012

07:32 PM Conversion Tools Feature #1531 (Closed): update the "Techniques for Integrating Java Code into Reconverted 4GL Cod...
Greg Shah
07:28 PM Conversion Tools Feature #1530 (Closed): update the "Other Customization" chapter of the Conversion Handbook to ad...
Greg Shah
07:26 PM Conversion Tools Feature #1529: move customer_specific_conversion.rules into p2j/rules/conversion/ and improve/ref...
This rule set was incorrectly placed in TIMCO's pattern/ directory. It has nothing TIMCO-specific in it. Please mov... Greg Shah
07:18 PM Conversion Tools Feature #1529 (Closed): move customer_specific_conversion.rules into p2j/rules/conversion/ and im...
Greg Shah
04:52 PM Feature #1528: write "Directory Access and Customization" chapter in the P2J Developer Guide
Write the directory_access.odt chapter. I have left GES: notes in there to summarize the ideas that I think are need... Greg Shah
04:49 PM Feature #1528 (WIP): write "Directory Access and Customization" chapter in the P2J Developer Guide
Greg Shah
02:44 PM Feature #1494: cleanup/improve the "Software Dependencies" chapter
In the "Obtaining the 3rd Party Code" section, it states "No license needed" for the Java Servlet API and for the Jav... Eric Faulhaber
12:35 PM User Interface Feature #1526 (Closed): integrate the new version into P2J
Greg Shah
12:34 PM User Interface Feature #1525 (Closed): submit patches upstream (if the patches are still needed)
Greg Shah
12:34 PM User Interface Feature #1524 (Closed): merge existing patches if necessary
Greg Shah
12:34 PM User Interface Feature #1523 (Closed): select appropriate version as the upgrade target
Greg Shah
12:33 PM User Interface Feature #1522 (Closed): Jetty Upgrade
Greg Shah
12:25 PM Conversion Tools Feature #1521 (WIP): implement gap analysis rules or backing database/marker approach
Greg Shah
12:24 PM Conversion Tools Feature #1520 (Closed): design gap analysis approach
Greg Shah
12:20 PM Conversion Tools Feature #1519 (New): report improvements
Greg Shah
12:20 PM Conversion Tools Feature #1518 (New): report fixes
Greg Shah
12:19 PM Conversion Tools Feature #1517 (WIP): move to a completely database-backed approach to displaying the conversion a...
Greg Shah
12:19 PM Conversion Tools Feature #1516 (Closed): eliminate the overhead from copying artifacts (.cache, .lexer...) multipl...
Greg Shah
12:17 PM Conversion Tools Feature #1515 (New): implement gap analysis views in all reports
Greg Shah
12:16 PM Conversion Tools Feature #1514 (Closed): implement fully dynamic reports (backed by the database)
Greg Shah
12:14 PM Conversion Tools Feature #1513 (Closed): store all filter results (matches, dump text...) in database
Greg Shah
12:13 PM Conversion Tools Feature #1512 (Closed): separate match processing into a single pass of all report filters per file
Greg Shah
12:12 PM Conversion Tools Feature #1511 (New): Reporting v3
Greg Shah
11:23 AM Feature #1499 (WIP): finish/write the "Logging" section of the Directory chapter
Ovidiu Maxiniuc
 

Also available in: Atom