Re: ant home path

2008-07-03 Thread sandyg
HI, Supareno Tnx for the response.But the problem is same.Actually me war is in dist folder which is in root folder and build is also at the root folder. d:/root/dist/abc.war d:/root/build.xml I had tried all the occurances but its unable to find the path. Its says /dist/abc.war not found(IOEcept

Re: ant home path

2008-07-03 Thread supareno
have you try with the ${warname} for the war param... you don't have to write 'file:.\' this example works well hope this help supareno sandyg a écrit : Hi, please can u help me. I am using ant install to install my project in to server with following code. w

RE: Multiple

2008-07-03 Thread Raymond Berg (ALLETE)
I very much appreciate the responses on this. I think this is probably the best solution for the issue. Somehow I missed the ability to use a replacefilterfile in the documentation. As for the dynamic replace count, that's just my condensed and confusticated way of saying that there may be any nu

RE: Multiple

2008-07-03 Thread Raymond Berg (ALLETE)
Sorry for the delayed response! Thanks for the suggestion, but I'm not totally comfortable creating another language dependency for the task. That's not to say that this isn't the faster, if not altogether better, solution for this issue. You are right, though, the solution is to evaluate files a

A compile problem for servicegen task

2008-07-03 Thread Hope BT
Hello Everybody, When i'm compiling my build.xml file an error is raised. My project is using weblogic 10 jar libraries and webservices.jar contains servicegen task. Do you have any idea? Thanks in advance. [*servicegen*] *weblogic.xml.schema.binding.BindingException*: No default constructor w

Re: how to force recompile everything using javac task

2008-07-03 Thread Geoffrey Mitchell
Andy Stevens wrote: 2008/7/2 <[EMAIL PROTECTED]>: Hi Raymond, Thanks for your reply. Actually I have two task in my build.xml. First task would compile everything from src dir "Adir" and jar it. Second task will compile a few java file from "Bdir" which could override some of first ones

ant home path

2008-07-03 Thread sandyg
Hi, please can u help me. I am using ant install to install my project in to server with following code. here it is unable to find the file in my project that is at (.) and throws IOException. But if i give full path its running fine. Now i need help