You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Martin Aubele (JIRA)" <ji...@apache.org> on 2014/11/05 16:25:33 UTC

[jira] [Updated] (IVYDE-376) support for WTP deployment assemblies

     [ https://issues.apache.org/jira/browse/IVYDE-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Aubele updated IVYDE-376:
--------------------------------
    Attachment: UpdateEclipseDeploymentAssemblies.java

> support for WTP deployment assemblies
> -------------------------------------
>
>                 Key: IVYDE-376
>                 URL: https://issues.apache.org/jira/browse/IVYDE-376
>             Project: IvyDE
>          Issue Type: Improvement
>          Components: workspace resolver
>    Affects Versions: 2.2.0.final
>         Environment: All
>            Reporter: Martin Aubele
>            Priority: Minor
>         Attachments: UpdateEclipseDeploymentAssemblies.java
>
>
> As discussed in several issues the WTP integration cannot handle workspace dependencies (resolve in workspace). The deployment assemblies have to be defined manually.
> Attached you find an ANT tasks that creates the deployment assemblies automatically.
> It uses the information in ../.metadata/.plugins/org.apache.ivyde.eclipse/cpstates and syncs this to .settings/org.eclipse.wst.common.component
> usage:
> 	<taskdef name="updateEclipseDeploymentAssemblies" classname="org.apache.ivy.ant.UpdateEclipseDeploymentAssemblies" classpathref="..." />
> 	
> <target name="update-eclipse">
> 		<updateEclipseDeploymentAssemblies projectFolder="${project.dir}"/>
> 	</target>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)