Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » errorcodes for RCP apps?
errorcodes for RCP apps? [message #466239] Mon, 16 April 2007 23:10 Go to next message
Tom Roche is currently offline Tom RocheFriend
Messages: 160
Registered: July 2009
Senior Member
I'm running an RCP app from ant on linux. When I run the app from the
commandline, it seems to run OK, but from ant I'm getting

> BUILD FAILED
> /foo/bar/build.xml:140: exec returned: 13

and I have no idea what errorcode=13 means. Is there a list of
commandline error codes somewhere that I can consult?

Apologies if this is a FAQ, but I spent quite a while Googling to no
avail. Also please lemme know if there is a more appropriate forum for
this post.
Re: errorcodes for RCP apps? [message #466266 is a reply to message #466239] Tue, 17 April 2007 11:51 Go to previous messageGo to next message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
A problem with your ant file, most likely.

Alex.
Re: errorcodes for RCP apps? [message #466320 is a reply to message #466266] Tue, 17 April 2007 16:38 Go to previous messageGo to next message
Tom Roche is currently offline Tom RocheFriend
Messages: 160
Registered: July 2009
Senior Member
Tom Roche Mon, 16 Apr 2007 19:10:19 -0400
>> I'm running an RCP app from ant on linux. When I run the app from
>> the commandline, it seems to run OK, but from ant I'm getting

>> > BUILD FAILED
>> > /foo/bar/build.xml:140: exec returned: 13

>> and I have no idea what errorcode=13 means. Is there a list of
>> commandline error codes somewhere that I can consult?

Alex Blewitt Tue, 17 Apr 2007 11:51:39 +0000 (UTC)
> A problem with your ant file, most likely.

Alas no: from bash commandline,

/path/to/rcp/app args ; echo -e "\"$?\""

gets

"13"
Re: errorcodes for RCP apps? [message #466330 is a reply to message #466320] Tue, 17 April 2007 21:29 Go to previous message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
Does (cd /path/to/rcp; app) work instead?

Alex.
Previous Topic:Exported RCP app doesn't run
Next Topic:Taskbar icon size
Goto Forum:
  


Current Time: Thu Apr 25 20:36:46 GMT 2024

Powered by FUDForum. Page generated in 0.02998 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top