Hi Joseph,
    This is really a question for the ant-user group, but ant should not 
recompile all files everytime.  This usually happens when your source 
directory structure does not match your package name structure.  For 
example if in your source directory you have:

  com/mycompany/test/mytest.java

and your packagename is actually:

  com.mycompany.newtest

ant will recompile everytime.

Bill

Nusairat, Joseph F. wrote:

> Hey if i have one file to update is there an easier way to compile it 
> and re jar it???
> 
> I am using ant ... and if i have one i can only seem to recompile them 
> alll which takes some time.
> 
> Joseph Faisal Nusairat, Sr. Project Manager
> WorldCom
> tel: 614-723-4232
> pager: 888-452-0399
> textmsg: [EMAIL PROTECTED]


Reply via email to