[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/delugetools
Deluge.java, 1.11, 1.12
Jonathan Hui
jwhui at users.sourceforge.net
Tue Jun 14 13:53:38 PDT 2005
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Drip Drip.h, 1.3,
1.4 Drip.nc, 1.2, 1.3 DripC.nc, 1.4, 1.5 DripM.nc, 1.5,
1.6 DripSend.h, 1.1, 1.2 DripSendC.nc, 1.1, 1.2 DripSendM.nc,
1.1, 1.2 DripState.nc, 1.2, 1.3 DripStateC.nc, 1.2,
1.3 DripStateM.nc, 1.4, 1.5 DripStateMgr.nc, 1.2,
1.3 README.txt, 1.6, 1.7 WakeupComm.h, 1.2, 1.3 WakeupCommC.nc,
1.2, 1.3 WakeupCommM.nc, 1.2, 1.3
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/delugetools
Pinger.java, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/beta/Deluge/delugetools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7046
Modified Files:
Deluge.java
Log Message:
Give a different exit code if an exception is thrown.
Index: Deluge.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/delugetools/Deluge.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Deluge.java 9 Jun 2005 22:12:25 -0000 1.11
--- Deluge.java 14 Jun 2005 20:53:36 -0000 1.12
***************
*** 301,305 ****
} else {
System.err.println( "Error: "+e.getMessage() );
! System.exit(0);
}
}
--- 301,305 ----
} else {
System.err.println( "Error: "+e.getMessage() );
! System.exit(1);
}
}
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Drip Drip.h, 1.3,
1.4 Drip.nc, 1.2, 1.3 DripC.nc, 1.4, 1.5 DripM.nc, 1.5,
1.6 DripSend.h, 1.1, 1.2 DripSendC.nc, 1.1, 1.2 DripSendM.nc,
1.1, 1.2 DripState.nc, 1.2, 1.3 DripStateC.nc, 1.2,
1.3 DripStateM.nc, 1.4, 1.5 DripStateMgr.nc, 1.2,
1.3 README.txt, 1.6, 1.7 WakeupComm.h, 1.2, 1.3 WakeupCommC.nc,
1.2, 1.3 WakeupCommM.nc, 1.2, 1.3
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/delugetools
Pinger.java, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list