/ Published in: XML
need to have ant-contrib-1.0b3.jar in libs\ant-contrib\ under the project selected and build.xml in project root
Expand |
Embed | Plain Text
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType"> <listAttribute key="org.eclipse.debug.ui.favoriteGroups"> <listEntry value="org.eclipse.ui.externaltools.launchGroup"/> </listAttribute> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${env_var:SystemRoot}\system32\cmd.exe"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="/c "ant -lib libs\ant-contrib\ant-contrib-1.0b3.jar -listener net.sf.antcontrib.perf.AntPerformanceListener""/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/> </launchConfiguration>
You need to login to post a comment.
