ivyde

ivyDE Eclipse插件使用 tomcat部署工程

亡梦爱人 提交于 2020-04-10 11:31:56
1、配置 ant 和 ivy $ brew ant $ brew ivy 然后把 /usr/local/Cellar/ivy/2.3.0/libexec/ivy-2.3.0.jar 复制放到 /usr/local/Cellar/ant/1.9.3/libexec/lib 路径下 2、测试 $ svn checkout https://svn.apache.org/repos/asf/ant/ivy/core/trunk/src/example/hello-ivy $ cd hello-ivy $ ant 一切正常 3、安装ivyDE 打开Eclipse Marketplace 搜索ivyDE,然后点击安装,和其他插件安装没有区别这里就不多说了。 在工程根目录中新建ivy.xml,添加所需要的依赖 <ivy-module version="2.0"> <info organisation="org.apache" module="JFinal_CW" /> <dependencies> <dependency org="com.jfinal" name="jfinal" rev="1.6" conf="*->*,!sources,!javadoc" > <exclude module="sizeof-agent" /> <exclude module="ojdbc6" /> <

Ivy dependency management for legacy repository

最后都变了- 提交于 2020-01-11 06:11:03
问题 We have a repository which doesn't have ivy.xml and other metadata files. Since, its published by another team which doesn't use ivy/maven but will continue to deliver code frequently. The jars needed for dependency are stored in flat structure inside a single directory with no revision data. The organization / module /revision structure is absent. Does ivy allow such dependency resolutions in the core product or will I have to write a custom resolver? Thanks 回答1: The standard resolvers

Ivy dependency management for legacy repository

北慕城南 提交于 2020-01-11 06:09:08
问题 We have a repository which doesn't have ivy.xml and other metadata files. Since, its published by another team which doesn't use ivy/maven but will continue to deliver code frequently. The jars needed for dependency are stored in flat structure inside a single directory with no revision data. The organization / module /revision structure is absent. Does ivy allow such dependency resolutions in the core product or will I have to write a custom resolver? Thanks 回答1: The standard resolvers

Ivy dependency management for legacy repository

这一生的挚爱 提交于 2020-01-11 06:09:07
问题 We have a repository which doesn't have ivy.xml and other metadata files. Since, its published by another team which doesn't use ivy/maven but will continue to deliver code frequently. The jars needed for dependency are stored in flat structure inside a single directory with no revision data. The organization / module /revision structure is absent. Does ivy allow such dependency resolutions in the core product or will I have to write a custom resolver? Thanks 回答1: The standard resolvers

Ivy resolve failing for some users

ぃ、小莉子 提交于 2019-12-24 12:57:19
问题 Certain developers on my project are unable to successfully execute an ivy resolve. We use an ivy ssh resolver to a remote server/file system. Impacted developers are typically resolving all but 1 or 2 dependencies successfully. The dependencies that fail to be resolved are the larger jars (example: nasa worldwind). Again, most users are able to resolve all dependencies with no problem. The eclipse project, ivy.xml and ivysettings.xml all come from the software repo and are identical between

Why doesn't Google Eclipse Plugin GWT compiler recognise Ivy dependency classpathentry?

二次信任 提交于 2019-12-13 01:29:41
问题 At present, I have an ANT build which takes care of integrating Ivy dependency for both Javac and GWT compile very well. What puzzles me is, why doesn't the GPE GWT compiler recognise the eclipse classpathentry in the .classpath file? <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=z.gwt.zebra&ivyXmlPath=ivy.xml&confs=*&ivySettingsPath=%24%7Bworkspace_loc%3Az.gwt.zebra%2Fivysettings.xml%7D&loadSettingsOnDemand=false&propertyFiles=%24%7Bworkspace

Exclude Ivy Dependencies in WAR File

断了今生、忘了曾经 提交于 2019-12-13 01:27:01
问题 I use Eclipse and the Ivy plugin IvyDE. I currently create a WAR file by using Eclipse's export to WAR functionality. I don't use an ANT build file - I let Eclipse handle that. When I export to war, all the dependencies in the ivy.xml file get copied to the war file's bin directory. I want to exclude one (or more) of them. How do I do that? What't the simplest way to accomplish this? If possible, I would like to avoid creating my own ANT build files and continue to use Eclipse's export tool

How IvyDE can coexist with command-line Ant and Ivy?

徘徊边缘 提交于 2019-12-11 13:17:39
问题 I have problems running Ivy->Resolve from Eclipse IDE with IvyDE installed. Meanwhile, ant target <target name="retrieve" unless="library.installed" description="Retrieves the libraries if needed"> <!-- Ivy configuration - http://ant.apache.org/ivy/history/trunk/ant.html --> <ivy:settings file="ivysettings.xml"/> <condition property="ivy.conf.name" value="java6"> <not> <isset property="ivy.conf.name"/> </not> </condition> <echo message="Ivy conf name: ${ivy.conf.name}"/> <ivy:resolve file=

Add Ivy managed dependencies to Android build path

只愿长相守 提交于 2019-12-11 03:08:22
问题 Using Eclipse and Ivy, I'm successfully able to download and manage dependencies. These dependencies are added to Eclipse's build path using IvyDE's container. However, Android does not find the dependencies. As a workaround, I have to add each Ivy-managed dependency to the build path manually. Is there a cleaner approach? Can IvyDE be configured with Android in mind? 回答1: Updating to the latest version of ADT (r16 at the time of writing) has solved the issue. 回答2: Not an Android developer,

Getting a NoClassDefFoundError after installing Vaadin

南笙酒味 提交于 2019-12-10 08:58:22
问题 I want to do a project using Vaadin and am facing some issues. Here's what I did. I downloaded Eclipse and installed the Vaadin for Eclipse plugin. Then, I created a new Vaadin 7 project. It downloaded some Ivy dependencies but then, when I pressed Run, I get this error: java.lang.NoClassDefFoundError:com/vaadin/server/VaadinServlet. I searched a bit on the Internet but to no avail. One thing is that in the web-app's WEB-INF/lib folder, there are no jars. I have attached a screenshot of the