You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Bernhard Frauendienst (JIRA)" <ji...@apache.org> on 2006/11/04 01:31:16 UTC

[jira] Created: (WICKET-31) Wrong source paths in build.xml

Wrong source paths in build.xml
-------------------------------

                 Key: WICKET-31
                 URL: http://issues.apache.org/jira/browse/WICKET-31
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.2.3
            Reporter: Bernhard Frauendienst
            Priority: Minor


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" />




-- 
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

        

[jira] Resolved: (WICKET-31) Wrong source paths in build.xml

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WICKET-31?page=all ]

Martijn Dashorst resolved WICKET-31.
------------------------------------

    Fix Version/s: 1.2.4
                   1.3
                   2.0
       Resolution: Fixed

Fixed the left overs from Igor.

> Wrong source paths in build.xml
> -------------------------------
>
>                 Key: WICKET-31
>                 URL: http://issues.apache.org/jira/browse/WICKET-31
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.2.3
>            Reporter: Bernhard Frauendienst
>         Assigned To: Martijn Dashorst
>            Priority: Minor
>             Fix For: 1.2.4, 1.3, 2.0
>
>
> 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" />

-- 
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

        

[jira] Assigned: (WICKET-31) Wrong source paths in build.xml

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/WICKET-31?page=all ]

Igor Vaynberg reassigned WICKET-31:
-----------------------------------

    Assignee: Martijn Dashorst

> Wrong source paths in build.xml
> -------------------------------
>
>                 Key: WICKET-31
>                 URL: http://issues.apache.org/jira/browse/WICKET-31
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.2.3
>            Reporter: Bernhard Frauendienst
>         Assigned To: Martijn Dashorst
>            Priority: Minor
>
> 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" />

-- 
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