RE: Jar task updated a jar without known reason

2005-09-07 Thread Barak Yaish
never)? Thanks, Barak. -Original Message- From: Andrew Goktepe [mailto:[EMAIL PROTECTED] Sent: ?? 01 ?? 2005 16:57? To: Ant Users List Subject: Re: Jar task updated a jar without known reason The jar task will do as its told without checking to see if there is already an up-to-date file, ju

Re: Jar task updated a jar without known reason

2005-09-01 Thread Andrew Goktepe
-- > From: Andrew Goktepe [mailto:[EMAIL PROTECTED] > Sent: ?? 01 ?????? 2005 16:46? > To: Ant Users List > Subject: Re: Jar task updated a jar without known reason > > You can use the task to compare timestamps between a set of > files > and a target file. In your case, the se

RE: Jar task updated a jar without known reason

2005-09-01 Thread Barak Yaish
?? 01 ?? 2005 16:46? To: Ant Users List Subject: Re: Jar task updated a jar without known reason You can use the task to compare timestamps between a set of files and a target file. In your case, the set of files are your class files, and the target file is your jar file. (your current conten

Re: Jar task updated a jar without known reason

2005-09-01 Thread Andrew Goktepe
You can use the task to compare timestamps between a set of files and a target file. In your case, the set of files are your class files, and the target file is your jar file. (your current contents of compile_cli here) Also, are you sure you want update="true" on the jar task? T

Jar task updated a jar without known reason

2005-09-01 Thread Barak Yaish
Hello, In my build file, javac and jar task are called in order to create a jar for my project. First time these tasks were called, the source files got compiled and a jar was created just fine. Without changing anything in the source files, I ran again the tasks. Nothing happened in javac tas