DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33433>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33433





------- Additional Comments From [EMAIL PROTECTED]  2005-02-08 10:55 -------
This doesnt surprise me; <signjar> gets Project to create an instance of exec()
and then casts it to the Exec task.

I think this shows why renaming existing tasks is a bad idea; you are breaking
the binary contract between task name and java interface that has historically
existed.

If we did something to fix signjar, every other task that uses exec will
probably break. Same if you made a change to java. 

As an aside, signjar has another problem, which is that by execing the signing
it puts your keystore password on the command line. Fix that and your symptom of
a bigger problem goes away, to come back the next time you run an exec'ing task.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to