Ticket #29 (assigned Task: null)

Opened 6 years ago

Last modified 6 years ago

setup.py should fail with a nice error message if two ArcGIS tools have the same name

Reported by: jjr8 Owned by: jjr8
Priority: Low Milestone: Unscheduled
Component: Build System Version:
Keywords: Cc:

Description

Currently, when a class's method is flagged as being exposed as an ArcGIS tool, CreateArcGISToolbox.exe creates a tool entry in the toolbox with the name ClassName.MethodName. It is unlikely, but possible, that two classes with the same name might each expose a method with the same name. I'm not sure what will happen in this case; probably CreateArcGISToolbox.exe will overwrite the first tool in the toolbox with the second one. In any case, setup.py should detect this situation and report a nice error message, asking the developer to rename one of the tools.

Change History

Changed 6 years ago by jjr8

  • status changed from new to assigned

Changed 6 years ago by jjr8

  • version set to MGET 0.2
  • milestone changed from MGET 0.1 to MGET 0.3

Changed 6 years ago by jjr8

  • version 0.2 deleted
  • milestone changed from 0.3 to Unscheduled
Note: See TracTickets for help on using tickets.