I have two source folders in my project. On folder contains files
that are generated by the build, and a second folder contains our
hand-coded sources. If cases where package and class names are the
same, we only want to include the sources from the hand-coded src
tree, so we need to delete corr
Thanks, David and Matt,
Matt, yes, was what I was looking for - for some reason I thought
you coudl not use them outside of s, and, thus, could not use to define
global variables. But since it is working great - that's all I needed.
David, thanks for extensive suggested options - they all look