Re: Output Beffuering Question - text-based application execution via ant

2006-11-08 Thread Peter DePasquale
ibution or copying of it or its contents ----- Original Message - From: "Peter DePasquale" <[EMAIL PROTECTED]> To: Sent: Sunday, October 15, 2006 8:59 AM Subject: Output Beffuering Question - text-based application execution via ant > I'm sure this is a common issue,

Re: Build jar files that contain other jar files

2006-10-31 Thread Peter DePasquale
he ANT menu. -cji -Original Message- From: Peter DePasquale [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 5:26 PM To: user@ant.apache.org Subject: Build jar files that contain other jar files Importance: Low Since I can't find this on my own, I thought I'd ask. I ne

Build jar files that contain other jar files

2006-10-31 Thread Peter DePasquale
Since I can't find this on my own, I thought I'd ask. I need to include two 3rd part jar files in my app's jar file. I am 99% sure I can't just add the required supporting jars to my release jar (correct?). Thus, I need to unjar my 3rd party jars, and fold their contents into my release jar. I

Output Beffuering Question - text-based application execution via ant

2006-10-15 Thread Peter DePasquale
I'm sure this is a common issue, but I can't seem to find an answer/explanation for it. I'm teaching my students ANT in their programming course. We use only text-based System.out/Scanner(System.in) I/O in this course. I am finding that in student programs which require user interaction (applic