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

--- Comment #1 from jianwu <[email protected]> 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.
_______________________________________________
Kepler-dev mailing list
[email protected]
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev

Reply via email to