[kepler-dev] [Bug 4306] - add command line params to the configuration

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed Aug 12 16:22:39 PDT 2009


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


welker4kepler at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from welker4kepler at gmail.com  2009-08-12 16:22 -------
Fixed with an alternative solution.

Now, all the command-line args can be iterated through anywhere from Kepler
with the following:

for( String arg : CommandLineArgs.get() )
    ....


More information about the Kepler-dev mailing list