Issue Details (XML | Word | Printable)

Key: WICKET-31
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Martijn Dashorst
Reporter: Bernhard Frauendienst
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Wicket

Wrong source paths in build.xml

Created: 04/Nov/06 12:30 AM   Updated: 04/Nov/06 12:47 PM
Return to search
Component/s: wicket
Affects Version/s: 1.2.3
Fix Version/s: 1.2.4, 1.3.0-beta1, 2.0 branch (discontinued)

Time Tracking:
Not Specified

Resolution Date: 04/Nov/06 12:47 PM


 Description  « Hide
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" />




 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.