Question : ANT: update JAR file

I have jar file called "webtop.jar" at the following location

C:/cvs_repo/Documentum/webtop/src/WEB-INF/lib/webtop.jar

In this jar there is a properties file

com\documentum\web\formext\session\AuthenticationSchemes.properties

I need to write a ANT target which would pick up a properties file from another location and update this properties file (within the jar)

So I did the following


        
               includesfile="C:/cvs_repo/Documentum/webtop/build/AuthenticationSchemes-websso.properties"
                           basedir="C:/cvs_repo/Documentum/webtop/src/WEB-INF/lib"
                            update="true"  />


Although this is not giving any error but it does not update the properties file in the JAR.
Can someone please let me know howt o achieve this?

thank you

Answer : ANT: update JAR file

Give the following a try instead of jar
1:
2:
3:
4:
5:
6:
	
	    
		
	    
	
Random Solutions  
 
programming4us programming4us