This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 134197 - make groovy-build.xml more ant-like for the ide
Summary: make groovy-build.xml more ant-like for the ide
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-29 21:19 UTC by Lukas Jungmann
Modified: 2009-02-19 20:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-04-29 21:19:29 UTC
just add ie:

<project name="groovy-impl" default="default" basedir="..">
    
    <target name="default">
        <echo message="Default target is not set."/>
    </target>
    ...

to the template and IDE will recognize the xml as an ant script instead of pure XML...