No, it is fine for them to be there.  All files generated as part of the
test running/build process have been added to the clean target.

-----Original Message-----
From: James Song 
Sent: Friday, October 08, 2004 3:49 PM
To: Beehive Developers
Subject: RE: Changes to the controls/test/ Webapp building

Tch also generates some files into controls/test, any thoughts on
redirecting them to other dir?

-James

-----Original Message-----
From: Kyle Marvin 
Sent: Friday, October 08, 2004 10:20 AM
To: Beehive Developers
Subject: RE: Changes to the controls/test/ Webapp building

Thanks for cleaning this up, Zach.

Never ever, never ever, never ever write build artifacts into SVN
managed source trees!

A quick sniff test is to do an 'ant clean', following by a 'svn status'
inside the module you are working on before doing a commit.  You should
only see 'A/D/M', *no* '?'s.  If you see a '?', you are creating some
new build artifact that isn't being cleaned or have forgotten to add
something to SVN that should be there.

Did I mention you should never write build artifacts into SVN managed
source trees?  :)

-- Kyle

> -----Original Message-----
> From: Zachary Smith 
> Sent: Friday, October 08, 2004 12:07 PM
> To: [email protected]
> Subject: Changes to the controls/test/ Webapp building
> 
> 
> All,
> 
> Last week I contributed some code that fixed a lot of 
> problems with the
> webapp building for controls tests.  It was just pointed out 
> to me that
> many of you may still have some artifacts from the previous 
> system still
> around.  I recommend that you manually delete
> $BEEHIVE_HOME/controls/test/webapps and resync it.  Even if you aren't
> seeing problems *now* you may later because of stale files not cleaned
> from that directory.
> 
> Thanks!
> 
> #!/zach
> 
> 

Reply via email to