I am having trouble setting up a project in Mercurial with subrepos. Goal: I want to set up the structure like so:
I have a series of eclipse projects that use a bunch of third party jars. So many are included of different versions.
I\'m having this problem for a while now. I tried so many things that failed that I had to switch to netbeans in order to be able to develop. But netbeans lacks some important features, so I really ne
This question is in the context of service versionning.How do you track the services and their v开发者_开发技巧ersions that a consumer is calling?What tools are there to help?
When I started with git, one of the most prominent benefits my colleagues told me, was that git didn\'t need to be present on a server opposed to svn.
I need to use XML to JSON lib in my war. I followed a tutorial explaining that dependencies are required in the project.
I am working on a big project with a lot of JARs and for sure no documentation exists!! :( To ensure that there is no memory leakage in the application, I\'ve used JBoss Tattletale to check for circu
I am in the process of converting a legacy Ant project into a Maven project. Part of the project is a very large (~1.6GB) set of data files in a compressed binary format which are accessed in a random
I copy the machine code of a function on Windows. For example: void func() { printf(\"hello\"); } In the above case, I would copy func()\'s hex code segment data and printf()\'s hex code data plus
We are writing a JMS library in Eclipse to be used in our applications. Preferably, we want this to work with many JMS providers.