dependency-management
C++ C# Projects dependency management [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-05 22:31 分类:问答Is it possible to exclude classes/packages when depending on a JAR?
I need to depend on a JAR file that contains the entire JUnit 3 package, but I bundle JUnit 4 separately with my project. Hence, my test break because they are executed using the JUnit 3 runner, when[详细]
2023-02-04 01:31 分类:问答Ivy publish to repository doesn't update local cache
Given: Building using Hudson/Ant. Ivy cache timeout is set to 5 min. Ivy repository contains has Project A version 2.2.2 and Project B version 1.1.1.[详细]
2023-02-02 22:31 分类:问答Source code dependency manager for C++
There are already some questions about dependency managers here, but it seems to me that they are mostly about build systems, while I am looking for 开发者_StackOverflowsomething targeted purely at ma[详细]
2023-02-02 16:28 分类:问答How to break a maven build when there is a dependency conflict?
I ran mvn dependency:tree for a project and I saw output like the following: [INFO] my:project:jar:1.0.0-SNAPSHOT[详细]
2023-02-01 08:03 分类:问答Why is Ivy unable to resolve spring-test dependency that is visible in my web browser?
I have an ivy.xml that can successfully resolve all of its dependencies, except the following one. <dependency org=\"org.springframework\" name=\"spring-test\" rev=\"3.0.2.RELEASE\" force=\"true\[详细]
2023-01-31 03:54 分类:问答Can I create a "light" dependency on third party libraries like log4j in my own library?
I am maintaining a library for database access on http://jooq.sourceforge.net, and I would like to use log4j for logging. But logging is really a very optional part of my library. If log4j is not avai[详细]
2023-01-27 09:33 分类:问答C++: Tool to reduce compile-time dependencies automatically
After reading about the pimpl idiom I was horrified开发者_如何学C! Isn\'t there a tool out there that can inspect a .h/.cpp file and deduce what dependencies could be waivered?Sorry, but no there isn[详细]
2023-01-26 17:58 分类:问答Maven : Should I keep or remove declared dependencies that are also transitives dependencies?
Do you think it is a good practice to remove every transitive dependencies that can be found in a maven pom?[详细]
2023-01-26 03:37 分类:问答Which Externals dll's are required by my application?
Is there any way to kno开发者_开发问答w which dlls are required by a net assembly???. The program was built with some external libraries, but idont know what libraries was.If you debug the .NET assemb[详细]
2023-01-25 04:25 分类:问答
加载中,请稍侯......