[kepler-dev] [Bug 5440] special checkout behavior for hardcoded ptolemy module names

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Jul 24 17:08:12 PDT 2012


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5440

--- Comment #1 from jianwu <jianwu at sdsc.edu> 2012-07-24 17:08:12 PDT ---
Hi Derik,

   I changed the code locally from
"if (module.getName().equals(Module.PTOLEMY) ||
module.getName().equals(Module.PTOLEMY_8_0) ||
module.getName().equals(Module.PTOLEMY_KEPLER_2_3))"
to be "if (module.getName().startsWith(Module.PTOLEMY))". 

   With the changes, I think we do not need to change the code for each Kepler
release. I think it is only used for module downloading when using the command
like "ant change-to -Dsuite=kepler-2.3". My tests for it works.

   Do you know whether it is used somewhere else?

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Kepler-dev mailing list