failed building head (r 481752 / 2.4M2)
---------------------------------------

                 Key: TRB-37
                 URL: http://issues.apache.org/jira/browse/TRB-37
             Project: Turbine
          Issue Type: Bug
            Reporter: Thomas UNG


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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to