You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/05/22 18:46:29 UTC

DO NOT REPLY [Bug 20137] - Invalid creator ID on build of ant

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20137

Invalid creator ID on build of ant





------- Additional Comments From stevel@apache.org  2003-05-22 16:46 -------
Since I dont know what a creatorID is, I am wondering if it is a problem in the
executable you are running, not ant. If ant doesnt continue after this message,
the exe could be calling System.exit(). In which case, the problem lies outside
the ant engine itself, I am afraid.

To be sure, set fork=true failonerror=true in <java> and see what happens.