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

Key: IDEABKL-1347
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Zhuravlev
Reporter: Maxim Shafirov
Votes: 1
Watchers: 2
Available Workflow Actions

Mark as Stalled
Operations

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

XDoclet ant task's subtasks are not recognized.

Created: 07 Feb 05 19:43   Updated: 29 Mar 07 18:10
Component/s: Ant Integration
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Depend
This issue depends on:
IDEADEV-12711 Ant integration: support task definit... Normal Open
 
Duplicate
 
This issue is duplicated by:
IDEA-10586 ant xdoclet tasks highlighting Resolved


 Description  « Hide
http://www.intellij.net/tracker/idea/viewSCR?publicId=26253
I have a build.xml such as:

<taskdef name="ejbdoclet" classname="xdoclet.modules.ejb.EjbDocletTask" classpathref="xdoclet.libs" />

<target name="foo">
<ejbdoclet destdir="${gen.dir}" verbose="${verbose.value}" ejbspec="2.0">
<fileset dir="${src.dir}" includes="${ejb.files}"/>
<deploymentdescriptor destdir="${gen.dd.dir}/${gen.ejb.key}" mergeDir="${merge.dd.dir}/${gen.ejb.key}"/>
<remoteinterface pattern="{0}${suffix.remote}"/>
ge.dd.dir}/${gen.ejb.key}"/>
</ejbdoclet>
</target>

ejbdoclet is fine (I have added all the XDoclet libs to the Ant Build properties), however, all the subtasks except fileset are red.



 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 18 Dec 06 18:11
IDEADEV-12711 contains common requirement necessary to fix this issue.