dependencies
Can I nest subrepos in Mercurial?
I am having trouble setting up a project in Mercurial with subrepos. Goal: I want to set up the structure like so:[详细]
2023-04-04 04:30 分类:问答Eclipse plugin for jar dependency detection and possible safe removal
I have a series of eclipse projects that use a bunch of third party jars. So many are included of different versions.[详细]
2023-04-04 02:45 分类:问答Eclipse stopped deploying any of the project's [maven] dependencies to tomcat
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[详细]
2023-04-03 17:41 分类:问答How do you track web service consumer dependencies in a SOA?
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?[详细]
2023-04-03 07:24 分类:问答Does git need to be present on a server to use it?
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.[详细]
2023-04-03 01:53 分类:问答Ant / Eclipse complains about artifact:dependencies
I need to use XML to JSON lib in my war. I followed a tutorial explaining that dependencies are required in the project.[详细]
2023-04-03 01:21 分类:问答How to solve circular dependencies between JARs?
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[详细]
2023-04-02 23:16 分类:问答packaging large frequently changing data files with maven project
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[详细]
2023-04-02 08:17 分类:问答Copy machine code from windows executable and run on linux
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[详细]
2023-04-02 01:26 分类:问答Build Dependencies In Eclipse Java Library Project For Multiple Providers
We are writing a JMS library in Eclipse to be used in our applications. Preferably, we want this to work with many JMS providers.[详细]
2023-04-01 20:21 分类:问答