Message2434

Author greifa
Recipients
Date 2005-03-15.16:53:47
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Revision 1.2 of the JythoncAntTask.java has two bugs:
the following lines have a blank character at the end of 
the string which breakes the getopt module.
javaTask.createArg().setValue( "--addpackages " );
javaTask.createArg().setValue( "--workdir " );

removing the blanks at the end solves the problem.

cheers,
Alex.
History
Date User Action Args
2008-02-20 17:18:28adminlinkissue1163875 messages
2008-02-20 17:18:28admincreate