-
An error has been encountered in accessing this page.
1. Server: qref.sourceforge.net
2. URL path: /usr/share/doc/resolvconf/README.gz
3. Error notes: File does not exist: /home/groups/q/qr/qref/htdocs/usr/share/doc/resolvconf/README.gz
4. Error type: 404
5. Request method: GET
6. Request query string:
7. Time: 2008-04-16 05:13:22 PDT (1208348002)
(visited from section 10.4.4)
An...
2008-04-16 12:17:46 UTC in Debian Reference
-
Why iterate at all? If it cannot create the key store, the chance that it succeeds the next time without intervention is small.
2007-09-07 06:34:25 UTC in Compiere ERP + CRM Business Solution
-
Both the database and the client are in the same box.
And when there's a regular shutdown of that workstation (not a crash), the Compiere application neither commits the current record nor asks me what to do.
Admittedly, this behaviour is normal under Unix but an externally terminated programme usually restores lost data upon request (รก la dead.letter); it is unexpected on the Microsoft...
2007-09-07 06:30:55 UTC in Compiere ERP + CRM Business Solution
-
The current Ant release is 1.7.0. You use release 1.6.5; it has a bug that has been fixed.
All right, if you really want to know, the bug symptom is that org.xml.sax.SAXParseException.systemID is incorrectly encoded. The Ant folks thought the transcription of an URL via UTF-8 to %XX-encoding takes a string and returns a string; this assumption is very incorrect.
It should take a string and...
2007-08-22 19:59:05 UTC in Compiere ERP + CRM Business Solution
-
I have noticed the following way of notifying the user of a command line tool error under Microsoft Windows:
COLOR FC
PAUSE
That is a very good idea; however, if the console window is to be reused, it should rather be
COLOR FC
PAUSE
COLOR
because the error color remains after the user has acknowledged the error, meaning that following errors cannot signal with such alarm colors...
2007-08-22 14:28:49 UTC in Compiere ERP + CRM Business Solution
-
Since this information is somehow hard to find, I specify the rules for DOS command shell (unblackboxed):
The main difference between DOS command shell and Unix command shell is that the DOS command shell does not split parameters or substitute file names for patterns. Every DOS program gets just one parameter: the entire command line but without the application name which is the first word...
2007-08-22 14:22:14 UTC in Compiere ERP + CRM Business Solution
-
The following line in RUN_build.cmd is invalid:
IF NOT %COMPIERE_ENV%==Y GOTO NOBUILD
If COMPIERE_ENV is not set CMD.EXE prints Error: GOTO unexpected
(and of course does not GOTO).
It should be replaced with
IF NOT "%COMPIERE_ENV%"=="Y" GOTO NOBUILD.
2007-08-20 22:20:28 UTC in Compiere ERP + CRM Business Solution
-
I believe the database is still up at that point because desktop applications quit first.
2007-08-18 09:13:05 UTC in Compiere ERP + CRM Business Solution
-
The Help/Comment field of AD_ELEMENTS is a good example. Write something there and start typing spaces. The spaces wrap when you arrive at the right margin.
Try the same thing in WordPad. Trailing spaces go off the right margin.
Upon closer inspection I realized that Notepad does not exhibit the same behaviour so it may be specific to word processing applications. Since Compiere does not...
2007-08-18 09:08:39 UTC in Compiere ERP + CRM Business Solution
-
The Apache Ant User Manual <http://ant.apache.org/manual/index.html> says:
The CLASSPATH environment variable is a source of many Ant support queries. As the round trip time for diagnosis on the Ant user mailing list can be slow, and because filing bug reports complaining about 'ant.bat' not working will be rejected by the developers as WORKSFORME "this is a configuration problem...
2007-08-17 08:07:34 UTC in Compiere ERP + CRM Business Solution