Uploaded image for project: 'Turbine'
  1. Turbine
  2. TRB-37

failed building head (r 481752 / 2.4M2)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • None
    • Core 4.0-M1
    • None
    • None

    Description

      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();
      ^

      Attachments

        Activity

          People

            tv Thomas Vandahl
            tung Thomas UNG
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: