English 中文(简体)
Eclipse=> Ant plugin?
原标题:Eclipse ==> Ant plugin?

Can anybody please tell me how i can add the ant plugin to eclipse? Thanks

最佳回答

短片中包含安插。 如果你去温得的菜单,ant子应该成为可以公开发表的看法之一。

问题回答

自动取款权核心是每一件Eclipse装置的一部分,但并非是作为联合开发公司一揽子计划的一部分的ID。 然而,我们可以通过指挥线,直接使用Eclipse s P2主管,安装Ante UI(view + Editor)部分:

    $ cd <your eclipse install folder>
    $ ./eclipse -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/releases/kepler -installIU org.eclipse.ant.ui
    Installing org.eclipse.ant.ui 3.5.400.v20130514-1341.
    Operation completed in 19162 ms.

注:确保你调整指挥中的保存论点,使之与你释放Eclipse相吻合。 以上将安装从Kepler释放的版本,即便是用Luna或火星运行。 如果你意外地安装了错误版本,首先通过替换——installIU 。 否则,新版本的安装将失败。

“Ant

1. 第一批开放式通行证......后续步骤......

  1. Go to Help --> Install New Software...
  2. You find Field ... Work With ... Paste Below Link and Press Enter... http://www.apache.org/dist/ant/ivyde/updatesite
  3. Now You Got: 1. Papa Ivy Library and 2. 阿帕奇·埃切斯·埃克·普列斯·普卢本......选择所有选择。

  4. 次点击Agree和Finish

Enjoy Antache Plugin...

遵循以下步骤:

  1. download latest binaries file of ant form http://ant.apache.org
  2. Unzip and place your workstation
  3. Create a new environment variable called ANT_HOME = E:apache-ant-1.8.2
  4. Add E:apache-ant-1.8.2in in PATH in environment variable
  5. check on cmd ant -version




相关问题
In Eclipse, why doesn t "Show In" appear for non-Java files?

If I have a *java file open, I can right click on the source, scroll down to "Show In (Alt-Shift-W)", and select Navigator. If I have an *xml, *jsp, or pretty much anything besides a Java source ...

Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with ...

Adding jar from Eclipse plugin runtime tab

I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the Add... button, I can see only sub-directories of the plugin project. So if I want to add same .jar file to ...

How to copy multiple projects into single folder in eclipse

I have two projects, Project1 and Project2. Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below. Eclipse Workspace -> Project -> ...

Java: Finding out what is using all the memory

I have a java application that runs out of memory, but I have no idea which code is allocating the memory. Is there an application with which I can check this? I use Eclipse.

热门标签