Adding Jar and zip files to SourceTree Repositories

When we use JAR files such as DocX4J for exporting from XPages we need to store these within the git repositories so that the developer can add them to their /jvm/lib folder when building the XPage application. If the correct jars are not present the build fails. The...

A nice bonus when using Source Control and Java

Being from a LotusScript background i really like being able to see all of the code from my script library in one long searchable block. I get very frustrated with Java script libraries when I know a keyword I have searched for is in there somewhere but I am forced to...