[
https://issues.apache.org/jira/browse/DERBY-3986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914108#action_12914108
]
Myrna van Lunteren commented on DERBY-3986:
-------------------------------------------
Just to add my experience after these changes...
I found that ant clobber did not fully clean up the files left over.
Perhaps I should have done ant clobber *before* svn update (...)
Without doing a manual clean up of the tree (based on svn stat), I got errors
about duplicate classes (in the parser area) which makes sense.
Oddly enough, svn stat also showed up a number of files in the bin directory,
like NetworkServerControl.
I assume I should have cleaned those up a long time ago?
After cleaning up, in one of my environments, where I didn't set sane/insane at
all, I then saw some errors indicating missing files, but running ant with
-Dsane=false cleared that up, and all looks ok now for me.
> Stop dropping build artifacts in the subversion-controlled source tree
> ----------------------------------------------------------------------
>
> Key: DERBY-3986
> URL: https://issues.apache.org/jira/browse/DERBY-3986
> Project: Derby
> Issue Type: Improvement
> Components: Build tools
> Affects Versions: 10.5.1.1
> Reporter: Rick Hillegas
> Attachments: chmod.diff, derby-3986-01-aa-checkCompilerLevel.diff,
> derby-3986-02-af-sanity-bin-toursdb-storeless-release.diff,
> derby-3986-02-ag-sanity-bin-toursdb-storeless-release.diff,
> derby-3986-02-ah-sanity-bin-toursdb-storeless-release.diff, mk-sanity-dir.diff
>
>
> The Derby build drops various artifacts in the source tree. Build artifacts
> should not muddy subversion controlled directories but should, instead, go
> into temporary directories created by the the build.
> The following is a (perhaps partial) list of artifacts currently dropped into
> subversion-controlled space:
> Sanity directives
> Generated grammars
> The English error messages
> Data type class sizes
> Toursdb
> Temporary class for verifying compiler level
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.