cds-astro / cds-healpix-java

The CDS HEALPix library in Java
BSD 3-Clause "New" or "Revised" License
9 stars 9 forks source link

Problem with the CLI #4

Closed mreineck closed 5 years ago

mreineck commented 5 years ago

I don't manage to get the CLI to work. Whichever action I specify, I get an "unknown action" error.

I think this can be fixed by replacing all "==" operators between strings in HealpixCLI.java by .equals(). However I'm sure I'm not the first one to notice this ... so am I missing something obvious?

fxpineau commented 5 years ago

I confirm. I think I originally used a switch/case on strings and replaced the switch too quickly by if/else to be compatible with Java 6. The problem will be solve in the next commit.