Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Not A Bug
-
Affects Version/s: 1.5.6
-
Fix Version/s: 2.0.1Release
-
Component/s: Build and distribution
-
Labels:None
-
Environment:Eclipse Europa 3.3.2 with the ant it ships (1.7) & Groovy 1.5.6 with latest development version of greclipse, 1.5.5
-
Number of attachments :
Description
Doing an Ant build for java/groovy, I create a classpath ref:
<path id="classpath">
<fileset dir="$
" includes="*/.jar"/>
</path>
Adding a task for groovyc:
<taskdef name="groovyc" classpathref="classpath"
classname="org.codehaus.groovy.ant.Groovyc"/>
Eclipse does not like this, and shows as an error as it can't seem to parse lib.dir.
However it builds fine.
Sorry, should be marked as minor