Re: Tar Task

2009-10-14 Thread Francis GALIEGUE
On Thu, Oct 15, 2009 at 00:48, Rez P wrote: > > Hello Everyone, > > > > How do I get the tar task to overwrite its previously created tar file? > Please see my current target below.  I don't want to delete my dist folder > each time and I don't see any options in the help section to overwrite th

ant in eclipse+got error[/root/workspace/myapp/build.xml:372: java.net.UnknownHostException: root

2009-10-14 Thread srinivas2828
Hi friends i am deploying webapplication into tomcat using ant with eclipse environment..got the script some where and changed necessary modifications to ant script,then targets like clean,all,compile,dist,javadoc are worked fine and when i try to deploy application using deploy taget got the err

Tar Task

2009-10-14 Thread Rez P
Hello Everyone, How do I get the tar task to overwrite its previously created tar file? Please see my current target below. I don't want to delete my dist folder each time and I don't see any options in the help section to overwrite the previous version of ShellScripts.tar.

Re: Error using Ant

2009-10-14 Thread Francis GALIEGUE
On Wed, Oct 14, 2009 at 16:23, Donald McLean wrote: > I'm using 1.7.1 and got this error message: > > Could not load definitions from resource org/apache/tools/ant/antlib.xml. It > could not be found. > > The build that I'm trying to run is failing for no reason that I can find. > The error messag

Error using Ant

2009-10-14 Thread Donald McLean
I'm using 1.7.1 and got this error message: Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found. The build that I'm trying to run is failing for no reason that I can find. The error message appears to be coming from the first "property" statement.

Re: how to write simple build file to deploy servlet into tomcat using eclipse

2009-10-14 Thread srinivas2828
well thanks for your reply.actually what i want to do is,I want to write a ant script for compiling servlet project and creating war file and deploying that war file in tomcat container with the help of eclipse.I have integrated tomcat and ant with eclipse successfully and all the things aregoin

Re: how to write simple build file to deploy servlet into tomcat using eclipse

2009-10-14 Thread ray . harper
Hi, Not sure what you are trying to do exactly, but here is something you may want to look at: http://www.eclipsezone.com/eclipse/forums/t65486.html srinivas2828 10/14/2009 07:47 AM Please respond to "Ant Users List" To user@ant.apache.org cc Subject how to write simple build f

how to write simple build file to deploy servlet into tomcat using eclipse

2009-10-14 Thread srinivas2828
Hi friends I have integrated eclipse with tomcat and what i am doing is i want to write a ant script using eclipse Galelio and which will create war file and deply the web-application into tomcat using tomcat-manager,so the problem is that when i create new project in eclipse it will comeup w

AW: Creating a keygeneration task using ant.

2009-10-14 Thread Knuplesch, Juergen
Hello, Did I get this right? You want to delete the old signinformation in some jars? I do this by simply deleting the META-INF dir files using the jar task: I hope this helps. Juergen -- Jürgen -Ursprüngliche Nachricht- Von: Max Danielsson [mailto:max.daniels...@crlsweden.com] Ges

Creating a keygeneration task using ant.

2009-10-14 Thread Max Danielsson
Hi, I've been spending some time migrating most of a building environment over to ant to provide a simpler and cross-system building solution for a client/server java application and i got kinda stuck at one particular step when it comes to creating SSL keys. I found the wonderful task Genkey

Re: problems importing table...

2009-10-14 Thread EetieD
Oops.. :-P thanks again! EetieD wrote: > > I got some problems importing with an imp statement. I am trying to see a > dump while importing one table, but unfortunately, I got the message: << > Table "ADDRESS" not found in export file >>. The 'blah.dmp' is not > exported by 'user1'. What can