You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by "Thomas Vandahl (JIRA)" <ji...@apache.org> on 2009/01/05 20:09:44 UTC

[jira] Resolved: (TRB-37) failed building head (r 481752 / 2.4M2)

     [ https://issues.apache.org/jira/browse/TRB-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Vandahl resolved TRB-37.
-------------------------------

       Resolution: Cannot Reproduce
    Fix Version/s: Core 2.4
         Assignee: Thomas Vandahl  (was: Jürgen Hoffmann)

It works for me right now.

> failed building head (r 481752 / 2.4M2)
> ---------------------------------------
>
>                 Key: TRB-37
>                 URL: https://issues.apache.org/jira/browse/TRB-37
>             Project: Turbine
>          Issue Type: Bug
>            Reporter: Thomas UNG
>            Assignee: Thomas Vandahl
>             Fix For: Core 2.4
>
>
> When building from source, I got the following errors
> not found classes
> 	org.apache.turbine.util.parser.ValueParser.java
> not found methods
> 	org.apache.fulcrum.intake.model.Group.init(java.lang.String,org.apache.fulcrum.parser.ValueParser)
> 	org.apache.fulcrum.parser.ParameterParser.keySet()
> --------------------------------- details ------------------------------------
>     [javac] Compiling 134 source files to D:\projects\turbine\target\classes
> D:\projects\turbine\src\java\org\apache\turbine\services\intake\IntakeTool.java:121: cannot access org.apache.turbine.util.parser.ValueParser
> file org\apache\turbine\util\parser\ValueParser.class not found
>                 List foundGroups = Intake.getGroup(groupNames[i])
>                                                   ^
> D:\projects\turbine\src\java\org\apache\turbine\services\intake\IntakeTool.java:286: cannot find symbol
> symbol  : method init(java.lang.String,org.apache.fulcrum.parser.ValueParser)
> location: class org.apache.fulcrum.intake.model.Group
>                 g.init(key, pp);
>                  ^
> D:\projects\turbine\src\java\org\apache\turbine\util\uri\TurbineURI.java:826: cannot find symbol
> symbol  : method keySet()
> location: interface org.apache.fulcrum.parser.ParameterParser
>         for(Iterator it = pp.keySet().iterator(); it.hasNext();)
>                             ^
> D:\projects\turbine\src\java\org\apache\turbine\util\uri\TemplateURI.java:267: cannot find symbol
> symbol  : method keySet()
> location: interface org.apache.fulcrum.parser.ParameterParser
>         for(Iterator it = pp.keySet().iterator(); it.hasNext();)
>                             ^
> D:\projects\turbine\src\java\org\apache\turbine\modules\ActionEvent.java:223: cannot find symbol
> symbol  : method keySet()
> location: interface org.apache.fulcrum.parser.ParameterParser
>                 for (Iterator it = pp.keySet().iterator(); it.hasNext();)
>                                      ^
> D:\projects\turbine\src\java\org\apache\turbine\modules\ActionEvent.java:287: cannot find symbol
> symbol  : method keySet()
> location: interface org.apache.fulcrum.parser.ParameterParser
>                 for (Iterator it = pp.keySet().iterator(); it.hasNext();)
>                                      ^
> D:\projects\turbine\src\java\org\apache\turbine\util\velocity\VelocityActionEvent.java:164: cannot find symbol
> symbol  : method keySet()
> location: interface org.apache.fulcrum.parser.ParameterParser
>         for (Iterator it = pp.keySet().iterator(); it.hasNext();)
>                              ^
> D:\projects\turbine\src\java\org\apache\turbine\util\velocity\VelocityActionEvent.java:241: cannot find symbol
> symbol  : method keySet()
> location: interface org.apache.fulcrum.parser.ParameterParser
>         for (Iterator it = pp.keySet().iterator(); it.hasNext();)
>                              ^
> D:\projects\turbine\src\java\org\apache\turbine\modules\screens\Error.java:59: cannot find symbol
> symbol  : method keySet()
> location: interface org.apache.fulcrum.parser.ParameterParser
>         for (Iterator it = data.getParameters().keySet().iterator();
>                                              ^

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