Page 1 of 1

config.xml linux

PostPosted: Sat Oct 20, 2007 12:21 pm
by geos_one
at the moment pdfsam expects that the config.xml is at the
same location as the pdfsam.jar is located.

this is ok for windows but on linux normally the user dont have write
access on the install location of the jar's

the config.xml by the jar can hold some save defaults
but on linux/unix pdfsam should also create the $HOME/.pdfsam/config.xml
and all modifications should be made in this file

Mario

PostPosted: Sat Oct 20, 2007 1:52 pm
by Andrea
You're right, i'll keep it in mind for the next release.

config.xml

PostPosted: Sat Oct 20, 2007 2:16 pm
by geos_one
this problem can also appear on windows where the networkadmin is blocking software install (and so also write acces to windows system and programm dir is blocked).

by the way i have created an build package handling every thing in one build.xml

http://ftp.mars.arge.at/pub/pdfsam-1.3. ... ld-src.zip
its linux only

also pdfsam cant be build with itext-2.0.6
ENCRYPTION_RC4_* changed to STANDARD_ENCRYPTION_*

Mario

PostPosted: Tue Oct 23, 2007 5:57 pm
by Andrea
Thank you for the help, i'll add some logic to manage the $HOME/.pdfsam/config.xml to the next release that will be completely new.. i'm rewriting pdfsam entirely. Your build.xml will very usefull too, thanks again.