Issue Details (XML | Word | Printable)

Key: JANINO-68
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Arno Unkrig
Reporter: John V Sichi
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Janino

SimpleCompiler.main run with -help isn't very helpful

Created: 11/Oct/06 11:30 PM   Updated: 06/Nov/06 04:14 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment: 2.5.0


 Description  « Hide
But "-help me" works

if (args.length < 2) { System.err.println("Source file and/or class name missing; try \"-help\"."); System.exit(1); }

if (args[0].equals("-help")) {



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Arno Unkrig added a comment - 20/Oct/06 01:39 AM
How brilliant of me... will be fixed in the next release (no rush).

Arno Unkrig added a comment - 06/Nov/06 04:14 PM
Fixed in 2.5.1, published NOW.