History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-10313
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Zhuravlev
Reporter: Michal Szklanowski
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Allow customs tasks through the resource attribute of taskdef

Created: 16 May 05 23:52   Updated: 06 Nov 08 23:31
Component/s: Ant Integration
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEA-4710 Ant editor ignores taskdef tags Closed
Relates
 
This issue is related to:
IDEADEV-12037 Support of typedefs/tasksdefs with co... Normal Closed

Build: 3,326
Severity: High


 Description  « Hide
<taskdef resource="org/apache/commons/attributes/anttasks.properties">
<classpath refid="attribute-compiler-classpath"/>
</taskdef>

<!-- Compile to a temp directory: Commons Attributes will place Java Source here. -->
<attribute-compiler destdir="${commons.attributes.tempdir.src}">
<!--
Only the PathMap attribute in the org.springframework.web.servlet.handler.metadata
package currently needs to be shipped with an attribute, to support indexing.
-->
<fileset dir="${src.dir}" includes="*/metadata/.java"/>
</attribute-compiler>

The following code has red <attribute-compiler> usages even, if the task is properly configured using
<taskdef> and its resource attribute which points to the property file with multiple task definitions.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.