Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-31

Wrong source paths in build.xml

    XMLWordPrintableJSON

Details

    Description

      The paths used in the ant build.xml don't match the actual file structure. In particular, the following changes should be made:

      The following lines should be changed

      • <property name="src.main.dir" value="src/java" />
      • <property name="src.test.dir" value="src/test" />
        into
        + <property name="src.main.dir" value="src/main/java" />
        + <property name="src.test.dir" value="src/test/java" />

      Attachments

        Activity

          People

            dashorst Martijn Dashorst
            obeliks Bernhard Frauendienst
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: