AW: About running a ANT script on UNIX.

2006-02-12 Thread Jan.Materne
I wonder if you know the build-in (in Tomcat) deploy task? http://tomcat.apache.org/tomcat-5.0-doc/catalina/docs/api/org/apache/catalina/ant/package-summary.html Jan >-Ursprüngliche Nachricht- >Von: bill/wilandra [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 13. Februar 2006 07:33 >An:

AW: parallel task and missing jars

2006-02-12 Thread Jan.Materne
What is a "hidden jar"? And why not using ? "Hiding" a jar could be placing in a restricted directory. But a simple would do that. Only Ant (and the adresse) needs access to that dir. Jan >-Ursprüngliche Nachricht- >Von: Harshal Chavda [mailto:[EMAIL PROTECTED] >Gesendet: Samsta

AW: junit printsummary and showoutput

2006-02-12 Thread Jan.Materne
Does a formatter produce that output? Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im >Auftrag von Paul Barry >Gesendet: Samstag, 11. Februar 2006 03:17 >An: user@ant.apache.org >Betreff: junit printsummary and showoutput > >I have a junit task with p

RE: About running a ANT script on UNIX.

2006-02-12 Thread bill/wilandra
In Ant the properties file is a Java PropertiesResourceBundle class. The concept of a properties file is pretty simple. The properties file contains a set of lines that have the general format of key=value. The key, =, and value must all reside on the same line in the file. The keys must all be uni

About running a ANT script on UNIX.

2006-02-12 Thread Shweta Bodade
I have created a file which deploys a simple web application in tomcat In Windows I want it should be able to deploy application in Unix also For that I need to wrtite a properties file Can anyone send me some kind of sample which will help me understand the concept Its very very imp fo

RE: How to get the value of a system's environment variable

2006-02-12 Thread Issam Aib
Thanks Jeffrey, > -Original Message- > From: Jeffrey E Care [mailto:[EMAIL PROTECTED] > Sent: February 12, 2006 4:57 PM > To: Ant Users List > Subject: Re: How to get the value of a system's environment variable > > Read the manual for the task. > > > I would like to get the value of so

RE: How to get the value of a system's environment variable

2006-02-12 Thread Issam Aib
Well, I found the answer on the web: You can access environment variables within Ant using: This provides all environment variables as Ant properties prefixed by "env.". For example, CLASSPATH would be accessible in Ant as ${env.CLASSPATH}. Help Source: http://www.java-tips.org/content/view/7

Re: How to get the value of a system's environment variable

2006-02-12 Thread Jeffrey E Care
Read the manual for the task. > I would like to get the value of some system environment variables, > such as TOMCAT_HOME, PATH, CVSROOT, etc, as a property inside my ant script.

How to get the value of a system's environment variable

2006-02-12 Thread Issam Aib
Hi folks, I would like to get the value of some system environment variables, such as TOMCAT_HOME, PATH, CVSROOT, etc, as a property inside my ant script. Can anyone help? Thanks, Issam Aib

Re: builds and App. Server

2006-02-12 Thread Jeffrey E Care
What solutions have you tried already? Where are you having problems? You aren't giving us much to go on here. If you are looking for someone to completely design a solution for you (for free no less) then you have come to the wrong place. There are people on this list who make their living sel

Re: Problem making a build.xml using javah

2006-02-12 Thread Xar
Well, i've resolved my problem with the mailing list and fortunatelly I resolved the problem with ant. It was a problem with my gentoo that (and i don't know) have installed some libraries but emerge sais it isn't. I emerged it and the problem is gone. Thank you all!! 2006/2/9, Xar <[EMAIL PROTEC

builds and App. Server

2006-02-12 Thread Harshal Chavda
Hello to all fellow users, My configuration is Windows XP, Pentium 4,jdk 1.3,Ant 1.6.3 I would like to know how to do the following ---multiple builds ---simultaneous builds ---starting an Application server Thanks Harshal