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() ... - 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 ...
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.
- 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...
- 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...
- 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...
- 12:47 PM Feature #1572 (Closed): using p2j/testcases/simple/* as a guide/template, please create a runtime...
- 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 ...
- 12:45 PM Feature #1571 (Closed): create a bash script to automate the process of creating an H2 database f...
- 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/. ...
- 12:38 PM Feature #1570 (Closed): create a build.xml ANT script to properly build the chemtutor.jar for the...
- 02:53 AM Feature #1508 (WIP): finish/write the "Certificates" section of the Directory chapter
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. - 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?
- 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... - 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,... - 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...
- 08:35 PM Conversion Tools Feature #1565 (Closed): test the full conversion process on Windows and document all problems tha...
09/20/2012
- 03:13 PM Support #1532: develop chemtutor 4GL sample application
- * all sections finished
* committed into bazaar
09/19/2012
- 12:07 PM Feature #1503 (Review): finish/write the "Server and Context Hooks" section of the Directory chapter
- 11:57 AM Feature #1507 (WIP): finish/write the "Authentication" section of the Directory chapter
- 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...
- 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]])
...
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...
- 10:37 AM Feature #1506 (WIP): finish/write the "Access Control Lists" section of the Directory chapter
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... - 02:15 PM Feature #1503 (WIP): finish/write the "Server and Context Hooks" section of the Directory chapter
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...
09/14/2012
- 01:38 PM Support #1532 (WIP): develop chemtutor 4GL sample application
- 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...
- 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... - 11:30 AM Feature #1502 (WIP): finish/write the "Administration Console" section of the Directory chapter
09/13/2012
- 12:54 PM Feature #1501 (WIP): finish/write the "Session Management" section of the Directory chapter
- 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. ...
- 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...
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... - 11:05 AM Feature #1504 (WIP): finish/write the "Accounts" section of the Directory chapter
- 09:42 AM Feature #1505 (WIP): finish/write the "Resources" section of the Directory chapter
09/10/2012
- 07:32 PM Conversion Tools Feature #1531 (Closed): update the "Techniques for Integrating Java Code into Reconverted 4GL Cod...
- 07:28 PM Conversion Tools Feature #1530 (Closed): update the "Other Customization" chapter of the Conversion Handbook to ad...
- 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...
- 07:18 PM Conversion Tools Feature #1529 (Closed): move customer_specific_conversion.rules into p2j/rules/conversion/ and im...
- 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...
- 04:49 PM Feature #1528 (WIP): write "Directory Access and Customization" chapter in the P2J Developer Guide
- 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...
- 12:35 PM User Interface Feature #1526 (Closed): integrate the new version into P2J
- 12:34 PM User Interface Feature #1525 (Closed): submit patches upstream (if the patches are still needed)
- 12:34 PM User Interface Feature #1524 (Closed): merge existing patches if necessary
- 12:34 PM User Interface Feature #1523 (Closed): select appropriate version as the upgrade target
- 12:33 PM User Interface Feature #1522 (Closed): Jetty Upgrade
- 12:25 PM Conversion Tools Feature #1521 (WIP): implement gap analysis rules or backing database/marker approach
- 12:24 PM Conversion Tools Feature #1520 (Closed): design gap analysis approach
- 12:20 PM Conversion Tools Feature #1519 (New): report improvements
- 12:20 PM Conversion Tools Feature #1518 (New): report fixes
- 12:19 PM Conversion Tools Feature #1517 (WIP): move to a completely database-backed approach to displaying the conversion a...
- 12:19 PM Conversion Tools Feature #1516 (Closed): eliminate the overhead from copying artifacts (.cache, .lexer...) multipl...
- 12:17 PM Conversion Tools Feature #1515 (New): implement gap analysis views in all reports
- 12:16 PM Conversion Tools Feature #1514 (Closed): implement fully dynamic reports (backed by the database)
- 12:14 PM Conversion Tools Feature #1513 (Closed): store all filter results (matches, dump text...) in database
- 12:13 PM Conversion Tools Feature #1512 (Closed): separate match processing into a single pass of all report filters per file
- 12:12 PM Conversion Tools Feature #1511 (New): Reporting v3
- 11:23 AM Feature #1499 (WIP): finish/write the "Logging" section of the Directory chapter
Also available in: Atom