[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-2810) Seam-gen generated project doesn't work with .groovy files

Emmanuel Bernard (JIRA) jira-events at lists.jboss.org
Tue Apr 1 17:03:42 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBSEAM-2810?page=comments#action_12406348 ] 
            
Emmanuel Bernard commented on JBSEAM-2810:
------------------------------------------

At least ant 1.7.0
On a seam-gen project type war

The culprit seems to be seam-gen/build-scripts/build-war.xml

init task

<available property="groovy.present" value="true" file="">
          <filepath>
            <fileset dir="${src.action.dir}">
              <include name="**/*.groovy"/>
            </fileset>
          </filepath>
        </available>

always return false now



> Seam-gen generated project doesn't work with .groovy files
> ----------------------------------------------------------
>
>                 Key: JBSEAM-2810
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2810
>             Project: JBoss Seam
>          Issue Type: Bug
>    Affects Versions: 2.0.2.CR1
>            Reporter: Pete Muir
>             Fix For: 2.0.2.GA
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list