Re: c / c++ compilation with ant

2004-11-23 Thread Stefan Bodewig
On Tue, 23 Nov 2004, Jeff Davidson <[EMAIL PROTECTED]> wrote: > I'm not at work, so I don't have a concrete example in front of me > but, basically, you just want to look at the docs for the > task, and call your command line compiler. probably is more appropriate. For more complex situations

Re: AW: Trouble deleting hidden files using ftp task

2004-11-23 Thread Jonas Kongslund
Hi Jan Thank you for the suggestion but unfortunately it does not solve the problem. Any other suggestions? Jonas On Onsdag 24 november 2004 08:25, [EMAIL PROTECTED] wrote: > The dot is a special case. Try that > > > > > > Usually the dot is used for separating the filename

AW: Trouble deleting hidden files using ftp task

2004-11-23 Thread Jan . Materne
The dot is a special case. Try that Usually the dot is used for separating the filename from its suffix. So the * does not catch that. See also http://wiki.apache.org/ant/AntOddities "2. 's strange behaviour" Jan > -Ursprüngliche Nachricht- > Von: Jonas Kongslund [m

Trouble deleting hidden files using ftp task

2004-11-23 Thread Jonas Kongslund
Hi Has anyone been able to delete hidden files (files starting with a dot), using the ftp task? The following example removes everything in the www folder except the hidden files. This is unfortunate since I also would like to remove all .htaccess files. I'm using Ant

RE: c / c++ compilation with ant

2004-11-23 Thread Jeff Davidson
I'm not at work, so I don't have a concrete example in front of me but, basically, you just want to look at the docs for the task, and call your command line compiler. Myself, I'm not even compiling any Java classes with Ant; I'm compiling Delphi and Visual C++ projects by executing dcc32.exe and

c / c++ compilation with ant

2004-11-23 Thread Srivani Ausula
Hi all I am new to ant I need to compile C / C++ applications using ant. I found only ccTask description. But with no examples. Can any one please help me ? At least provide me links (or urls ) which could help me Thanks in advance Regards A Srivani

Re: problem in ant init

2004-11-23 Thread sankar
Can u tell me what is saying log file.Or Do it with ant -debug option. With Regards, A Sankar software Engineer Cybage Software Pvt. Ltd. (a SEI CMM Level 3 Company) Mari Soft, Kalyani Nagar Pune -411006 Phone: +91-20-4041700 Ext. 810 Email:[EMAIL PROTECTED] - Original Message - From: "M

RE: problem in ant init

2004-11-23 Thread Erskine, Chris
Missed it before but it looks like you are missing the log4j jar file. Chris Erskine EDS Consulting Services F5-EDS-001 2424 Garden of the Gods Rd Colorado Springs, CO 80919 Phone: 719-535-6064 > -Original Message- > From: Nagendra Singh [mailto:[EMAIL PROTECTED] > Sent: Monday, Nov

Re: problem in ant init

2004-11-23 Thread Matt Benson
Looks like you're missing some jar, perhaps torque-related. From whom/where did you get this buildfile? -Matt --- Nagendra Singh <[EMAIL PROTECTED]> wrote: > Hi all, > Ianm using ant 1.6.1, jdk1.5 and tdk2.3, mysql > 4.0.20. > I configure everything , but ant init fails.Plz help > me. > > >

problem in ant init

2004-11-23 Thread Nagendra Singh
Hi all, Ianm using ant 1.6.1, jdk1.5 and tdk2.3, mysql 4.0.20. I configure everything , but ant init fails.Plz help me. ant init Buildfile: build.xml check-webinf-exists: setup-webinf: init: setup: init-tasks: create-database: create-db-check: create-db: [torque-data-model] Usin

problem in ant init

2004-11-23 Thread Nagendra Singh
Hi all, Ianm using ant 1.6.1, jdk1.5 and tdk2.3, mysql 4.0.20. I configure everything , but ant init fails.Plz help me. ant init Buildfile: build.xml check-webinf-exists: setup-webinf: init: setup: init-tasks: create-database: create-db-check: create-db: [torque-data-model] Usin

Re: Ant 1.6.2 loads very slow

2004-11-23 Thread Tony Thompson
I am running Ant embedded and I have lots of typedefs (~675) in my script. My build listener was displaying debug messages which was causing the slow down. I am guessing something changed in AntTypeDefinition.getTypeClass() between 1.5 and 1.6. When my script executes, I get a whole batch of tho

RE: issue getting file using scp call within ant

2004-11-23 Thread Anderson, Rob (Global Trade)
So you get BUILD SUCCESSFULL, but no file locally, right? You might try to run ant with -debug or -v option to get more output. The output below does not indicate anything wrong. -Rob Anderson > -Original Message- > From: Dan Symula [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 23

RE: issue getting file using scp call within ant

2004-11-23 Thread Dan Symula
[scp] Connecting to xxx [scp] Receiving file: /web/logs/ihs/dan.test [scp] done Script works fine for the other machines.. this one is an example of one that does not work. "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> 11/23/2004 11:45 AM Please respond to "Ant User

RE: issue getting file using scp call within ant

2004-11-23 Thread Anderson, Rob (Global Trade)
Send your build file and output from your build to the list. -Rob Anderson > -Original Message- > From: Dan Symula [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 23, 2004 8:22 AM > To: Ant Users List > Subject: Re: issue getting file using scp call within ant > > > Ive done a searc

Re: Copy

2004-11-23 Thread Jacob Kjome
Try... Jake Quoting [EMAIL PROTECTED]: > > Hi, > I want copy all files and directories in my folder, but i dont want copy > the following directory: WEB-INF. > I try this, but copy all diretory in ${eprev.dir}. > > > > > >

Copy

2004-11-23 Thread lorilio
Hi, I want copy all files and directories in my folder, but i dont want copy the following directory: WEB-INF. I try this, but copy all diretory in ${eprev.dir}. What i do for dont

Re: Ant 1.6.2 loads very slow

2004-11-23 Thread Tony Thompson
Actually, I want to retract my previous message. Even when I don't have debug on, if all of the extra "ant-*.jar" files are not in my classpath, everything still runs slow. Any idea what I can do? I don't need all of those extra JAR files and I don't want to distribute them either. Tony >>> To

Re: Spam

2004-11-23 Thread Alexey N. Solofnenko
Nothing special here - there are several web caches for mailing lists that do not hide email addresses (or maybe spammer crawlers are now smart enough to decipher them). It is an usual problem with lists that require you to use a real email address. - Alexey. Jeff Davidson wrote: Just a quick n

Re: halt on javadoc warnings?

2004-11-23 Thread Guru Balse
One possible solution is to * use to load the javadoc output as a property (filtering for warnings, if possible), * use to look for egregious warnings, * if appropriate Of course, if you would like the build to fail while javadoc is running this won't help ... Roberto Juarez wrote: > > Hi

RE: newbie not removing my empty directory?

2004-11-23 Thread Jacob Kjome
Are you just trying to do this?... In that case above, the ${targetdir} and all its contents will be removed if the items in the "excludes" attribute don't exist. If they do exist, then the ${targetdir} will stay along with those excludes. Jake Quoting Vadim Kazakov <[EMAIL PROTECTED]>:

Spam

2004-11-23 Thread Jeff Davidson
Just a quick note for Ant-users and CC-users subscribers: I use this address solely for these two lists and have started receiving spam at this address (jdavidson at redhawkgaming dot com). I'm sure it has nothing to do with anyone on this list, but it needs to be raised that, unfortunately, one

RE: SourceSafe

2004-11-23 Thread Jeff Davidson
What is your "Program Files" directory called? Is it "Arquivos de programas" or "Program Files "? (which shouldn't have a space after it) ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: November 23, 2004 09:49 To: Ant Users List Subject: RE: SourceSafe B

Re: issue getting file using scp call within ant

2004-11-23 Thread Dan Symula
Ive done a search for the file using find command and it does not show up. This is UNIX by the way. So no I have not made a mistake in the code and lost the file. Ive also hardcoded variables and tried the script in this way. The file still does not show up. If I am missing jars, it would see

RE: SourceSafe

2004-11-23 Thread Vadim Kazakov
Well you would obviously need to use the directory where VSS resides. So I'm assuming -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: November 23, 2004 10:49 AM To: Ant Users List Subject: RE: SourceSafe But still there is a error. my tasks is now: and erro

RE: newbie not removing my empty directory?

2004-11-23 Thread Vadim Kazakov
If you want to suggest it go here: http://issues.apache.org/bugzilla/enter_bug.cgi?product=Ant ant is open source so if you wanted to even implement this go ahead. -Original Message- From: Eric Lubin [mailto:[EMAIL PROTECTED] Sent: November 23, 2004 9:27 AM To: Ant Users List Subject: RE:

RE: SourceSafe

2004-11-23 Thread lorilio
But still there is a error. my tasks is now: and error: Buildfile: D:\eclipse\workspace\Leandro\src\build.xml get: [vsscheckout] BUILD FAILED: file:D:/eclipse/workspace/Leandro/src/build.xml:49: java.io.IOException: CreateProcess: "C:\Program Files \Microsoft Visual Studio\Common\VSS\Win32\ss

RE: SourceSafe

2004-11-23 Thread Conelly, Luis (GE Energy, Non GE, GENE)
There's nop need to use quotes on ssdir parameter, even if the directory name has inbetween spaces. Also, you can use slashes instead of backslashes or escape backslashes; i.e. ssdir="C:/Program Files /Microsoft Visual Studio/Common/VSS/Win32" or ssdir="C:\\Program Files\\Microsoft Visual Studi

SourceSafe

2004-11-23 Thread lorilio
Hi, i'm using sourcesafe 6.0 and i have problem. My task is: This return the message error: Buildfile: D:\eclipse\workspace\Leandro\src\build.xml get: [vsscheckout] BUILD FAILED: file:D:/eclipse/workspace/Leandro/src/build.xml:54: java.io.IOException: CreateProcess: "C:\"Arquivos de programa

Re: jspc of tomcat in ant

2004-11-23 Thread Kris Read
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html On Tue, 23 Nov 2004 12:42:36 +0100 (MET), Hans Kaiser <[EMAIL PROTECTED]> wrote: > Hello list, > > how have I to integrate the jsp compiler of tomcat or websphere into my > build.xml? > Maybe someone has experiences with: > - Webs

RE: newbie not removing my empty directory?

2004-11-23 Thread Eric Lubin
Are you a developer? Perhaps it can be suggested as a new improvement... Thanks for all the help, Eric --- Vadim Kazakov <[EMAIL PROTECTED]> wrote: > I don't think so. Not completely positive though, can't seem to find any > selectors that you can use. > > -Original Message- > From: E

halt on javadoc warnings?

2004-11-23 Thread Roberto Juarez
Hi folks, I would like to know if it is possible to stop a build process when produces warnings. Using the failonerror attribute of the task is trivial, but it only works for errors not warnings. I would like to have the same for warnings as for errors. Thanks a lot. Roberto -

RE: newbie not removing my empty directory?

2004-11-23 Thread Vadim Kazakov
I don't think so. Not completely positive though, can't seem to find any selectors that you can use. -Original Message- From: Eric Lubin [mailto:[EMAIL PROTECTED] Sent: November 22, 2004 11:50 AM To: Ant Users List Subject: RE: newbie not removing my empty directory? Is there a way to s

Re: issue getting file using scp call within ant

2004-11-23 Thread Rhino
- Original Message - From: "Dan Symula" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 23, 2004 10:33 AM Subject: issue getting file using scp call within ant > Ive built a fairly simple ant script to go to several different machines > and get some files. The scrip

issue getting file using scp call within ant

2004-11-23 Thread Dan Symula
Ive built a fairly simple ant script to go to several different machines and get some files. The script runs correctly, and gives no error messages. However, for two of the machines it goes to, the files are not received, the other two it does receive files. The output says the file is being r

RE: Fileset within a jar file

2004-11-23 Thread Erskine, Chris
Thanks. Chris Erskine EDS Consulting Services F5-EDS-001 2424 Garden of the Gods Rd Colorado Springs, CO 80919 Phone: 719-535-6064 > -Original Message- > From: Peter Reilly [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 23, 2004 7:51 AM > To: Ant Users List > Subject: Re: Filese

Re: Fileset within a jar file

2004-11-23 Thread Peter Reilly
You are actually using *two* filesets, the implicit fileset associated with the jar task (triggered by the "basedir" attribute), and the explicit one associated with the nested element. Use: or

jspc of tomcat in ant

2004-11-23 Thread Hans Kaiser
Hello list, how have I to integrate the jsp compiler of tomcat or websphere into my build.xml? Maybe someone has experiences with: - Websphere 4 - Websphere 5 - Tomcat 3.3 - Tomcat 4.x - Tomcat 5.x Just for now it would be most important to use Tomcat 3.3 or Websphere 4. Any suggestions? best r

problem in ant init

2004-11-23 Thread Nagendra Singh
Hi all, Ianm using ant 1.6.1, jdk1.5 and tdk2.3, mysql 4.0.20. I configure everything , but ant init fails.Plz help me. ant init Buildfile: build.xml check-webinf-exists: setup-webinf: init: setup: init-tasks: create-database: create-db-check: create-db: [torque-data-model] Usin