Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Richard Torres   on Jul 14 In Java Category.

  
Question Answered By: Bernard Gutierrez   on Jul 14

u can create  another shell script to handle your main shell script output. This
shell script
will get the input and search for successfull messsage in order to validate your
compilation script. By the result of validation set an environment variable 1 or
0.
and your main script will check this flag and decide for the next action: make
jar or not.
Just pipe your javac command output to the control script. i know that this is
possible
but i havent write once yet.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on traping compilation errors in batch file Or get search suggestion and latest updates.


Tagged: