Maven ${<property name>} handling
Maven filters ${<property name>} automatically from the pom. By specifying an extra $, like $${<property name>}, the replacement will not happen.
Read More →Our Latest News
Maven filters ${<property name>} automatically from the pom. By specifying an extra $, like $${<property name>}, the replacement will not happen.
Read More →What is the UUID? The UUID library, present in all Linux systems, is used to generate unique identifiers for objects that may be accessible beyond the local system. The UUIDs generated by this library can be reasonably expected to be …
Read More →It is very simple to merge serveral PDF documents together into one PDF document. Just make sure that the gs package is installed on your system. user@box:~$ gs -dNOPAUSE -sDEVICE=pdfwrite \ > -sOUTPUTFILE=result.pdf \ > -dBATCH one.pdf two.pdf three.pdf This …
Read More →Ubuntu and Debian packages are all bundled in something what is called a repository. Some people, like me, create their own: Note: My repository links with the Jaunty distribution (that is Ubuntu 9.04). Your can connect yours to any other, …
Read More →To develop Django applications, I use Eclipse with the Pydev plugin with some other extras. Here is a small how-to on my setup: Download and install these different components: Django I'm using Django 1.0.2 final but I guess that Django's …
Read More →