You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Antonio Petrelli (JIRA)" <de...@velocity.apache.org> on 2009/02/23 14:29:02 UTC

[jira] Created: (VELTOOLS-114) Source code does not compile

Source code does not compile
----------------------------

                 Key: VELTOOLS-114
                 URL: https://issues.apache.org/jira/browse/VELTOOLS-114
             Project: Velocity Tools
          Issue Type: Bug
          Components: Build
    Affects Versions: 2.0
            Reporter: Antonio Petrelli


The source code in the trunk does not compile:
* the dependency on Velocity is wrong, the 1.5 version does not contain the class "AbstractChainableUberspector".
* some tests are put in the wrong directory that do not follow the convention for Java source code about packages.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Resolved: (VELTOOLS-114) Source code does not compile

Posted by "Nathan Bubna (JIRA)" <de...@velocity.apache.org>.
     [ https://issues.apache.org/jira/browse/VELTOOLS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nathan Bubna resolved VELTOOLS-114.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

Done.

> Source code does not compile
> ----------------------------
>
>                 Key: VELTOOLS-114
>                 URL: https://issues.apache.org/jira/browse/VELTOOLS-114
>             Project: Velocity Tools
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.0
>            Reporter: Antonio Petrelli
>             Fix For: 2.0
>
>         Attachments: velocity-tools-patch.diff
>
>
> The source code in the trunk does not compile:
> * the dependency on Velocity is wrong, the 1.5 version does not contain the class "AbstractChainableUberspector".
> * some tests are put in the wrong directory that do not follow the convention for Java source code about packages.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Commented: (VELTOOLS-114) Source code does not compile

Posted by "Nathan Bubna (JIRA)" <de...@velocity.apache.org>.
    [ https://issues.apache.org/jira/browse/VELTOOLS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706548#action_12706548 ] 

Nathan Bubna commented on VELTOOLS-114:
---------------------------------------

Which directory should the tests be in?  Your patch only has the removals, not the additions.

> Source code does not compile
> ----------------------------
>
>                 Key: VELTOOLS-114
>                 URL: https://issues.apache.org/jira/browse/VELTOOLS-114
>             Project: Velocity Tools
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.0
>            Reporter: Antonio Petrelli
>         Attachments: velocity-tools-patch.diff
>
>
> The source code in the trunk does not compile:
> * the dependency on Velocity is wrong, the 1.5 version does not contain the class "AbstractChainableUberspector".
> * some tests are put in the wrong directory that do not follow the convention for Java source code about packages.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Commented: (VELTOOLS-114) Source code does not compile

Posted by "Antonio Petrelli (JIRA)" <de...@velocity.apache.org>.
    [ https://issues.apache.org/jira/browse/VELTOOLS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706605#action_12706605 ] 

Antonio Petrelli commented on VELTOOLS-114:
-------------------------------------------

Whoops, sorry it seems that SVN diff made a bit of a mess.
Anyway, simply copy the files from:
src/test/java/org/apache/velocity/tools/
to:
src/test/java/org/apache/velocity/tools/generic/
since the package for these tests is:
org.apache.velocity.tools.generic

> Source code does not compile
> ----------------------------
>
>                 Key: VELTOOLS-114
>                 URL: https://issues.apache.org/jira/browse/VELTOOLS-114
>             Project: Velocity Tools
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.0
>            Reporter: Antonio Petrelli
>         Attachments: velocity-tools-patch.diff
>
>
> The source code in the trunk does not compile:
> * the dependency on Velocity is wrong, the 1.5 version does not contain the class "AbstractChainableUberspector".
> * some tests are put in the wrong directory that do not follow the convention for Java source code about packages.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Updated: (VELTOOLS-114) Source code does not compile

Posted by "Antonio Petrelli (JIRA)" <de...@velocity.apache.org>.
     [ https://issues.apache.org/jira/browse/VELTOOLS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli updated VELTOOLS-114:
--------------------------------------

    Attachment: velocity-tools-patch.diff

Attached patch to fix the problems.

> Source code does not compile
> ----------------------------
>
>                 Key: VELTOOLS-114
>                 URL: https://issues.apache.org/jira/browse/VELTOOLS-114
>             Project: Velocity Tools
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.0
>            Reporter: Antonio Petrelli
>         Attachments: velocity-tools-patch.diff
>
>
> The source code in the trunk does not compile:
> * the dependency on Velocity is wrong, the 1.5 version does not contain the class "AbstractChainableUberspector".
> * some tests are put in the wrong directory that do not follow the convention for Java source code about packages.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org