Issue Details (XML | Word | Printable)

Key: LIBOMV-334
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Jim Radford
Reporter: James Neal
Votes: 0
Watchers: 0
Operations

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

nant clean clobbers bin directory

Created: 29/Jul/08 03:32 PM   Updated: 30/Jul/08 07:26 PM
Component/s: Project Files
Affects Version/s: 0.5.0
Fix Version/s: 0.6.0

Environment: All
Steps to Reproduce: $ nant -buildfile:OpenMetaverse.build clean


 Description  « Hide
The nant build that prebuild generates has an overly aggressive clean target that deletes the entire bin directory.

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Jim Radford added a comment - 30/Jul/08 07:26 PM
I've fixed this temporarily with a hack, I've hard coded the files to be excluded in the clean target directly in the Prebuild binary, this is temporary until prebuild supports proper exclusion.