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