You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/07/08 19:40:49 UTC

[jira] Created: (TAP5-1204) tapestry-core JAR includes some compiled Groovy test scripts

tapestry-core JAR includes some compiled Groovy test scripts
------------------------------------------------------------

                 Key: TAP5-1204
                 URL: https://issues.apache.org/jira/browse/TAP5-1204
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.2.0
            Reporter: Howard M. Lewis Ship
            Priority: Minor




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TAP5-1204) tapestry-core JAR includes some compiled Groovy test scripts

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928406#action_12928406 ] 

Hudson commented on TAP5-1204:
------------------------------

Integrated in tapestry-5.2-freestyle #225 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/225/])
    

> tapestry-core JAR includes some compiled Groovy test scripts
> ------------------------------------------------------------
>
>                 Key: TAP5-1204
>                 URL: https://issues.apache.org/jira/browse/TAP5-1204
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.2.3
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TAP5-1204) tapestry-core JAR includes some compiled Groovy test scripts

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886394#action_12886394 ] 

Howard M. Lewis Ship commented on TAP5-1204:
--------------------------------------------

Also this is not needed:

    <dependency>
      <groupId>org.codehaus.groovy.maven.runtime</groupId>
      <artifactId>gmaven-runtime-1.6</artifactId>
      <version>1.0-rc-5</version>
      <scope>test</scope>
    </dependency>

... apparently I was thrashing when I first put the Groovy support in place.

> tapestry-core JAR includes some compiled Groovy test scripts
> ------------------------------------------------------------
>
>                 Key: TAP5-1204
>                 URL: https://issues.apache.org/jira/browse/TAP5-1204
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TAP5-1204) tapestry-core JAR includes some compiled Groovy test scripts

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886388#action_12886388 ] 

Howard M. Lewis Ship commented on TAP5-1204:
--------------------------------------------

I believe this block of pom.xml is unnecessary:

  <resources>
      <resource>
        <!-- GMaven isn't smart enough to add this automatically. -->
        <directory>src/test/groovy</directory>
      </resource>
      <resource>
        <!--
          Once you mention one resource directory, you have to be explicit about all of them,
          apparently.
        -->
        <directory>src/main/resources</directory>
      </resource>
    </resources>


> tapestry-core JAR includes some compiled Groovy test scripts
> ------------------------------------------------------------
>
>                 Key: TAP5-1204
>                 URL: https://issues.apache.org/jira/browse/TAP5-1204
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TAP5-1204) tapestry-core JAR includes some compiled Groovy test scripts

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1204:
------------------------------------------

    Assignee: Howard M. Lewis Ship

> tapestry-core JAR includes some compiled Groovy test scripts
> ------------------------------------------------------------
>
>                 Key: TAP5-1204
>                 URL: https://issues.apache.org/jira/browse/TAP5-1204
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TAP5-1204) tapestry-core JAR includes some compiled Groovy test scripts

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1204.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2.3

> tapestry-core JAR includes some compiled Groovy test scripts
> ------------------------------------------------------------
>
>                 Key: TAP5-1204
>                 URL: https://issues.apache.org/jira/browse/TAP5-1204
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.2.3
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TAP5-1204) tapestry-core JAR includes some compiled Groovy test scripts

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886388#action_12886388 ] 

Howard M. Lewis Ship commented on TAP5-1204:
--------------------------------------------

I believe this block of pom.xml is unnecessary:

  <resources>
      <resource>
        <!-- GMaven isn't smart enough to add this automatically. -->
        <directory>src/test/groovy</directory>
      </resource>
      <resource>
        <!--
          Once you mention one resource directory, you have to be explicit about all of them,
          apparently.
        -->
        <directory>src/main/resources</directory>
      </resource>
    </resources>


> tapestry-core JAR includes some compiled Groovy test scripts
> ------------------------------------------------------------
>
>                 Key: TAP5-1204
>                 URL: https://issues.apache.org/jira/browse/TAP5-1204
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TAP5-1204) tapestry-core JAR includes some compiled Groovy test scripts

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1204.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2.3

> tapestry-core JAR includes some compiled Groovy test scripts
> ------------------------------------------------------------
>
>                 Key: TAP5-1204
>                 URL: https://issues.apache.org/jira/browse/TAP5-1204
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.2.3
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TAP5-1204) tapestry-core JAR includes some compiled Groovy test scripts

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1204:
------------------------------------------

    Assignee: Howard M. Lewis Ship

> tapestry-core JAR includes some compiled Groovy test scripts
> ------------------------------------------------------------
>
>                 Key: TAP5-1204
>                 URL: https://issues.apache.org/jira/browse/TAP5-1204
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TAP5-1204) tapestry-core JAR includes some compiled Groovy test scripts

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928406#action_12928406 ] 

Hudson commented on TAP5-1204:
------------------------------

Integrated in tapestry-5.2-freestyle #225 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/225/])
    

> tapestry-core JAR includes some compiled Groovy test scripts
> ------------------------------------------------------------
>
>                 Key: TAP5-1204
>                 URL: https://issues.apache.org/jira/browse/TAP5-1204
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.2.3
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TAP5-1204) tapestry-core JAR includes some compiled Groovy test scripts

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886394#action_12886394 ] 

Howard M. Lewis Ship commented on TAP5-1204:
--------------------------------------------

Also this is not needed:

    <dependency>
      <groupId>org.codehaus.groovy.maven.runtime</groupId>
      <artifactId>gmaven-runtime-1.6</artifactId>
      <version>1.0-rc-5</version>
      <scope>test</scope>
    </dependency>

... apparently I was thrashing when I first put the Groovy support in place.

> tapestry-core JAR includes some compiled Groovy test scripts
> ------------------------------------------------------------
>
>                 Key: TAP5-1204
>                 URL: https://issues.apache.org/jira/browse/TAP5-1204
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.