Unable to archive properly

2006-01-03 Thread K.Srikumar
hai, Thank u for all the answers to my silly queries, here is a new one, I tried to create a jar file of the java classes in the dest folder, but it is creating a jar file with a info file namely Manifest.mf"" which doesnt have any class files at all, What could be the problem?

how to create jar in desired folder?

2006-01-03 Thread K.Srikumar
Hello everybody, Sorry if i am asking silly questions, since i am only a starter. ... Now i am able to create jar files, but unable to do so in a desired folder. The corresponding code is as follows:

RE: Novice with ANT- Can't delete a dir

2006-01-02 Thread K.Srikumar
sir, thank u for the reply, but i thought one should give ''dos commands'' (in case of windows) to get the desired output, say for creating dir--- mkdir [dir name] deleting dir--- rmdir [dir name] and so on.. waiting for ur reply. bye :)K . S R I K U M A R

Novice with ANT- Can't delete a dir

2006-01-02 Thread K.Srikumar
hai, I just started working with ANT == = The pink text is the problem maker.. The directory creation is working fine, but the second target of deletion isnt wo