-
Oh sorry I have missed your answer.
Ok then. I am unable to backup to my FAT32 external hdd then because my backup exceed the limit.
Thanks.
2009-10-26 09:41:49 UTC in 7-Zip
-
Any1?.
2009-10-26 09:40:59 UTC in 7-Zip
-
Hello,
sorry for the stupid question, but I am unable to find information how to create an index. I would like to create a table with primary key, a table with foreign key and an one-to-many relation.
Thanks for some example.
2009-08-07 14:11:54 UTC in Jackcess
-
When I am editing MM and some other (Word) document and I am switching (CTRL+TAB) between windows, when I return to the MM and use cursor keys to find the node (looks the keys are working = focus is in the canvas) and I press enter nothing happens. I have to edit current node with F2 and then enter works.
Using FreeMind 0.8.1 and Java 6 JRE (latest version b13)
ps - "MM" = mindmap :-)
2009-07-09 09:16:02 UTC in FreeMind
-
Hello, I have created my very own backup script:
@echo off
set D=e:\backup
set PASS=MojeTajneH3sl0
set ZDIR="c:\Program Files\7-Zip"
start "Backup" /D%ZDIR% /B /BELOWNORMAL 7zG u -uq3 -v1g -mx3 -ms=off -mmt=3 -p%PASS% -w%D% -scsWIN -xr0@%D%\exclude.txt %D%\lzap_backup.7z @%D%\include.txt
Please note it uses -v1g because of FAT32 4G limit.
When I run it for the...
2009-02-09 11:59:52 UTC in 7-Zip
-
Ok, I have published the fixed version on my blog:
http://lukas.zapletalovi.com/blog:emma_code_coverage_tool_fixed_version
I hope it is ok. Thanks for Emma!
2008-10-14 08:41:12 UTC in EMMA code coverage
-
Hi there,
when could we expect new release?
Thanks.
2008-10-14 08:12:18 UTC in EMMA code coverage
-
Hello,
I am sending a patch that add a simple ability to use external XSLT
transformers. For example Xalan-C uses less memory than the Java
implementation and on bigger projects is mutch faster. The patch is here:
http://static.zapletalovi.com/temp/dita-xslt-liaisons-patch.zip
The zip file contains patch for current CVS version that slightly
modify most of Ant scripts (changes
2007-08-02 11:14:32 UTC in DITA Open Toolkit
-
I tested the forking and it didnt help. It seems the memory leaks are not the reason of the high memory requirements. But I have found a different solution! Please read
http://tech.groups.yahoo.com/group/dita-users/message/6741.
2007-07-25 08:10:47 UTC in DITA Open Toolkit
-
Hello, I am trying your scripts under JProfiler. Do you think its some Dita issue that can be fixed? IMHO the memory requirements are a bit high, we are in trouble processing much smaller XML files (less than 500 MB) -- the memory used by Dita goes over 2 GB.
2007-07-19 15:03:22 UTC in DITA Open Toolkit