Hi Justin,
Justin Erenkrantz wrote:
>On Sun, May 30, 2004 at 05:14:34PM +0200, Patrick Mayweg wrote:
>
>
>>Hi,
>>In the building system there is the class "DependencyNode" in the file
>>build/generator/gen_base.py. This class defines the methods __hash__ and
>>__cmp__,which uses the member "filename" for hashing and comparision.
>>The derived class "TargetJava" set "filename" to '' so all objects
>>of the derived classes "TargetJavaClasses" and "TargetJavaHeaders"
>>are for hashing and comparision the same objects. This is wrong. The
>>patch uses the member "name" if the member "filename" contains an empty
>>string for hashing and comparision.
>>
>>
>
>At one point, filename needed to be blank to avoid generating some false make
>file rules that weren't required for Java files. I think I eventually fixed
>the 'root' cause later on - so it may be possible to just set filename to name
>and see if it builds. -- justin
>
>
Setting the filename to the name was my first try. But that does
generate more problems. The windows project file generation uses the
filename too. That's why I ended up with that patch.
Patrick
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 31 07:31:35 2004