Re: [SPAM] Java 5 fails to run jar files created with Ant 1.9.0

2013-03-28 Thread Jarek Czekalski
Marc, could you take 2 jars, one generated with 1.8.4 and one generated with 1.9 and expand them to neighbouring directories? Then do diff -r with them. Possibly expanding with jar command coming from java 5. I expect either a difference in contents or difference in filenames. Maybe there are

Re: [SPAM] Problems with exec task on Windows machine

2012-04-11 Thread Harold Putman
How does "run" get into the target list here? [exec] 'C:\Users\dmivanov\Projects\tmp\build.xml' [exec] 'clean run' According to the sample build.xml you provided only clean should be there: Somehow the order of the targets is getting inverted to

Re: [SPAM] Problems with exec task on Windows machine

2012-04-10 Thread ivadim
Thank you for answers. I know about task but I can't use it because I use it more complex than in example. I made some tests and found two things: 1. in ant >= 1.8.1 and 1.7.x this work fine. I think it is bug in 1.8.0 only 2. this bug not reproduced in cygwin builds I attached my log of "ant r

Re: [SPAM] Problems with exec task on Windows machine

2012-04-10 Thread Harold Putman
Try invoking with -d and ant will show you exactly the command line it is running. This may reveal your issue. In this particular case you might want to consider using the task instead of exec. > > > > > > > > > > > Harold On Tue, Apr 10, 2012 at 2:54 AM,

Re: [SPAM] Problems with exec task on Windows machine

2012-04-09 Thread Jarek Czekalski
On 1.8.2 and same windows it runs fine. W dniu 2012-04-09 16:54, ivadim pisze: Hello. I have some problems with exec task. I have build.xml: When I run "

Re: AW: ****SPAM**** for task inside path task

2009-07-09 Thread kleinfisch
ANT this way: > > > > > > > > > > > > > > > > > > > > > -- > Jürgen Knuplesch > -Ursprüngliche Nachricht- > Von: kleinfisch [mailto:kleinfi...@gmx.net] > Gesendet: Donnersta

AW: ****SPAM**** for task inside path task

2009-07-09 Thread Knuplesch, Juergen
Hello, Maybe ANT this way: -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: kleinfisch [mailto:kleinfi...@gmx.net] Gesendet: Donnerstag, 9. Juli 2009 09:44 An: user@ant.apache.org Betreff: SPAM

AW: ****SPAM**** cannot find symbol

2009-06-15 Thread Knuplesch, Juergen
use Ant4Eclipse to get the classpath that Eclipse is using. Greetings Juergen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: Hungry Snail [mailto:centuri...@hotmail.com] Gesendet: Montag, 15. Juni 2009 13:45 An: user@ant.apache.org Betreff: SPAM cannot find symbol Hi

AW: ****SPAM**** Class-Path error in Ant Script

2009-03-30 Thread Knuplesch, Juergen
You need log4j.jar in the compile-classpath -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: NR031 [mailto:nataraja...@cognizant.com] Gesendet: Montag, 30. März 2009 12:02 An: user@ant.apache.org Betreff: SPAM Class-Path error in Ant Script Hi, I

Re: AW: ****SPAM**** Re: AW: ****SPAM**** Re: AW: ****SPAM**** Adding specific jar to classpath

2009-03-24 Thread eyalg1972
on: eyalg1972 [mailto:eyal_go...@bmc.com] > Gesendet: Dienstag, 24. März 2009 08:43 > An: user@ant.apache.org > Betreff: SPAM Re: AW: SPAM Re: AW: SPAM Adding > specific jar to classpath > > > Hi, > > The problem is that I want to add to the

AW: ****SPAM**** Re: AW: ****SPAM**** Re: AW: ****SPAM**** Adding specific jar to classpath

2009-03-24 Thread Knuplesch, Juergen
This is possible of course! Just this way e.g.: mailto:eyal_go...@bmc.com] Gesendet: Dienstag, 24. März 2009 08:43 An: user@ant.apache.org Betreff: SPAM Re: AW: SPAM Re: AW: SPAM Adding specific jar to

Re: AW: ****SPAM**** Re: AW: ****SPAM**** Adding specific jar to classpath

2009-03-24 Thread eyalg1972
Ant doku about javac to learn how to do it: > http://ant.apache.org/manual/ > > > Greetings > > > -- > Jürgen Knuplesch > > -Ursprüngliche Nachricht- > Von: eyalg1972 [mailto:eyal_go...@bmc.com] > Gesendet: Dienstag, 24. März 2009 08

AW: ****SPAM**** Re: AW: ****SPAM**** Adding specific jar to classpath

2009-03-24 Thread Knuplesch, Juergen
- Von: eyalg1972 [mailto:eyal_go...@bmc.com] Gesendet: Dienstag, 24. März 2009 08:26 An: user@ant.apache.org Betreff: SPAM Re: AW: SPAM Adding specific jar to classpath Hi, I would like to add it to the javac classpath... But - without touching the ant directories, just using the

Re: AW: ****SPAM**** Adding specific jar to classpath

2009-03-24 Thread eyalg1972
g, 23. März 2009 23:14 > An: user@ant.apache.org > Betreff: SPAM Adding specific jar to classpath > > > Hi, > > Does anyone knows how to add a specific jar to the classpath? > > I know that there is a property- additional.classpath, but I don't know > how

AW: ****SPAM**** Adding specific jar to classpath

2009-03-23 Thread Knuplesch, Juergen
[mailto:eyal_go...@bmc.com] Gesendet: Montag, 23. März 2009 23:14 An: user@ant.apache.org Betreff: SPAM Adding specific jar to classpath Hi, Does anyone knows how to add a specific jar to the classpath? I know that there is a property- additional.classpath, but I don't know how to u

AW: ****SPAM**** How include arbitrary jars on javac classpath?

2009-01-19 Thread Knuplesch, Juergen
811944121 -Ursprüngliche Nachricht- Von: shwick [mailto:uhimat...@hotmail.com] Gesendet: Dienstag, 20. Januar 2009 01:35 An: user@ant.apache.org Betreff: SPAM How include arbitrary jars on javac classpath? Is it possible to reference paths in a file? I have a file that contains a

AW: ****SPAM**** Re: Generating Hyperlink with Ant

2008-12-08 Thread Knuplesch, Juergen
: SPAM Re: Generating Hyperlink with Ant Yes i know this but i want to provide a hyperlink inside the console to such a file. ? David Weintraub wrote: > > Have you seen the task? This specifically creates a > webpage based upon the JUnit test outputs. Then, all you need to do is

AW: ****SPAM**** how to use ?

2008-11-26 Thread Knuplesch, Juergen
: SPAM how to use ? Hello, I want to copy a set of files to a directory which is dynamically generated. I know only a part of name of that directory, it looks like this "tmp*abc": tmp24235abc tmp76957abc tmp556abc tmp6344abc I need to copy files to a directory which has lates

AW: ****SPAM**** Build in multiple java versions using Ant

2008-10-20 Thread Knuplesch, Juergen
Fax. +49 711 806098-299 Geschäftsführer: Uwe Seltmann HRB Stuttgart 17655 USt-IdNr.: DE 811944121 -Ursprüngliche Nachricht- Von: scuzzie [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 21. Oktober 2008 00:26 An: user@ant.apache.org Betreff: SPAM Build in multiple java

Re: Job Spam

2008-01-31 Thread David Brown
Hello Alec, the SAS online Careers at SAS is maddening. This is a far as I can get with no visible explanation as how to resolve what the electronic application wants in terms of info from me. The second time around yielded no better results: Maybe this is their way of excluding the out-of-st

Re: Job Spam

2008-01-31 Thread David Brown
Hello Alec, I am using you as the referral required by the SAS careers page. Please advise, David. Alec Fernandez wrote .. > Hey folks, > > I'm hoping this doesn't violate protocol and I'm a bit queasy about it > (apologies > in advance) but I'm desperate so here goes: > > I'm a employee/devel

Job Spam

2008-01-31 Thread Alec Fernandez
Hey folks, I'm hoping this doesn't violate protocol and I'm a bit queasy about it (apologies in advance) but I'm desperate so here goes: I'm a employee/developer at (www sas com) and we are looking to hire a full-time ant developer in Raleigh, NC. Good company with good benefits IMHO. Anyone i

Re: Spam from the list

2007-06-22 Thread Steve Loughran
Douglas McCarroll wrote: List-Admin, FYI: I keep a separate address for each list that I belong to, and got the spam below at the address I use for this list. It's possible that spammers are harvesting addresses from emails passing over the internet, and there is thus nothing that you c

Re: *****spam***** copy directory problem help please

2006-11-21 Thread Geoffrey Mitchell
The dir element specifies the base directory for the copy. If you want the package directories to be included, you need the base dirctory to be your source directory. Narahari 'n' Savitha wrote: Friends, I have this situation src |_com\test\narahari| |___Dao

Re: *****spam***** Conditional execution of tasks

2006-08-31 Thread Geoffrey Mitchell
Have one target build a fileset of the modified files and give it a refid, and also use pathconvert to assign a property containing the contents of the fileset with setonempty="false". Then run your copy target conditionally on the property. Hi, A use a copy task t

Re: *****spam***** Ant Task for FOP

2006-08-26 Thread Geoffrey Mitchell
Use Xslt task to apply an XSL transform to generate your FO? [EMAIL PROTECTED] wrote: Hi, I have a question concerning an Ant Task for FOP. I want to transform documents from xml to pdf. I found an fop ant task in http://xmlgraphics.apache.org/fop/0.92/anttask.html but there is just the transfo

Re: *****spam***** RE: properties handling problem

2006-07-31 Thread Geoffrey Mitchell
Ant _does_ expand macro parameters the way you want, however (this discrepancy is unintuitive and baffling to me, but that's another story). So, you could make the part that checks availability a macrodef, passing in ${hostname} and ${num} as arguments. You will then be able to reference [EMA

RE: [SPAM] - Re: Maven vs. Ant? - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-12 Thread Jeff A. Drost
nt versus Maven isn't like comparing VI versus Emacs... -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 8:09 AM To: Ant Users List Subject: [SPAM] - Re: Maven vs. Ant? - Email has different SMTP TO: and MIME TO: fields in the email addre

RE: [SPAM] - Question about the Depends property - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-05-26 Thread Jeff A. Drost
Try the task -Original Message- From: 1800 tbsfunny [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 3:55 PM To: user@ant.apache.org Subject: [SPAM] - Question about the Depends property - Email has different SMTP TO: and MIME TO: fields in the email addresses In a given target I

Re: [SPAM-H] - AW: Setting cactus.properties file in the client classpath - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-05-18 Thread Devaraj, Geethakrishnan
tht was right ..i had included the cactus.properties file instead of the folder which contains the cactus.properties. thanks jan - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, May 18, 2006 11:18 AM Subject: [SPAM-H] - AW: Setting cactus.properties file in the

Re: [SPAM-H] - Re: deploy by ant - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-05-11 Thread Devaraj, Geethakrishnan
dd an scp task to transfer the files. - Original Message - From: "Joe Schmetzer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "'Ant Users List'" Sent: Thursday, May 11, 2006 12:57 PM Subject: [SPAM-H] - Re: deploy by ant - Email has diff

Re: [SPAM-H] - Condition for two Parallel task - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-05-10 Thread Devaraj, Geethakrishnan
oops sorry..please change the second condition arg1 to 'ready' Geethakrishnan - Original Message - From: "Devaraj, Geethakrishnan" <[EMAIL PROTECTED]> To: "Ant Users List" Cc: <[EMAIL PROTECTED]> Sent: Wednesday, May 10, 2006 4:58 PM

Re: [SPAM-H] - Condition for two Parallel task - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-05-10 Thread Devaraj, Geethakrishnan
Hi pritesh, try this i have not tried this ..but i believe it should work.. Regards, Geethakrishnan - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, May 10, 2006 3:35 PM Subject: [SPAM-H] - Condition for two Parallel task - Email has dif

Re: [SPAM-H] - Re: Fw: Ant mail problem SMTPSendFailedException Client was not authenticated - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-05-09 Thread Devaraj, Geethakrishnan
with our outlook working perfectly.Yes my username and password is correct. Geethakrishnan - Original Message - From: "Scot P. Floess" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Tuesday, May 09, 2006 6:34 PM Subject: [SPAM-H] - Re: Fw: Ant mail probl

Re: *****spam***** Adding files to CVS with Ant

2006-02-07 Thread Giovanni Mesturini
I found the problem. The problem is that I was attemping to upload a file in a tagged branch, checked out like a readonly release. My fault, I'm sorry. If you checkout a readonly release from CVS you must have an alternative branch to commit in. Now I have succesfully solved this problem, but othe

Re: *****spam***** Adding files to CVS with Ant

2006-02-07 Thread Geoffrey Mitchell
I had problems with this too. I think what is happening is that it is trying to add your files in a directory called cvs-local/test-module, which doesn't exist in cvs, so it is failing, which is good, because this isn't what you want anyway. If you were going to do this from the command line,

subant (was Re: [SPAM] - Re: Problem: Ant's SQL ...)

2006-01-03 Thread Stefan Bodewig
Hi Shreedhar please start a new thread with a fresh subject when you post an unrelated question. On Tue, 3 Jan 2006, shreedhar natarajan <[EMAIL PROTECTED]> wrote: > Is there a way to execute all sub-builds with a single subant call. Sure. > For eg. > > > > > > The above call buil

RE: [SPAM] - Re: Problem: Ant's SQL task does not support copy via indirection - Bayesian Filter detected spam

2006-01-03 Thread shreedhar natarajan
: Kev Jackson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 11:23 AM To: Ant Developers List Cc: user@ant.apache.org Subject: [SPAM] - Re: Problem: Ant's SQL task does not support copy via indirection - Bayesian Filter detected spam On 3 Jan 2006, at 12:19, VGupta wrote: > If

Re: *****spam***** RE: Question on how to to debug mapper issues

2005-11-22 Thread Geoffrey Mitchell
Sure enough, you were correct. It seems that the "to" attribute does not handle literal relative paths very well. If I store the relative path as the location attribute of a property, no problem doing anything at all. What's up with this? Does anybody else find that buggy, or is it just me?

Re: *****spam***** Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-04 Thread Geoffrey Mitchell
XDoclet 1.2.x doesnt work on java1.5??? I had no idea - I had to stick with java1.4 on my last project. Ignorance is bliss, as they say... You got me scurrying to Google, though, and there would now appear to be an XJavaDoc snapshot release which lets you use XDoclet 1.2.x with Java 1.5.,

Re: *****spam***** Re: Need to expand *.txt in java task

2005-10-28 Thread Geoffrey Mitchell
The following works under ant 1.6.5: I inadvertantly omitted the ... in my initial example. It should be mentioned that if you have spaces in the paths to your working directory, will not work as expected, as it will break arguments on

RE: [Maybe Spam] Condition operation based on existance of a file ?

2005-09-09 Thread Bhadra, Jatin
Try this. -Original Message- From: Darryl L. Miles [mailto:[EMAIL PROTECTED] Sent: 09 September 2005 10:23 To: user@ant.apache.org Subject: [Maybe Spam] Condition operation based on existance of a file ? How can I instruct ANT to

RE: [[**SPAM**]] - RE: Performance difference between 1.6.1 and 1.6.4 (in eclipse) - Bayesian Filter detected spam

2005-06-22 Thread Pollähne . Ullrich
gt; To: 'Ant Users List' > Subject: [[**SPAM**]] - RE: Performance difference between 1.6.1 and > 1.6.4 (in eclipse) - Bayesian Filter detected spam > > > > From: Pollähne. Ullrich [mailto:[EMAIL PROTECTED] > > no one experienced any performance degradations? > &g

RE : [SPAM] - Re: launch an Ant build file in a class - Sender blacklisted

2005-05-02 Thread Marc Beudin
Envoyé : lundi 2 mai 2005 17:00 À : Ant Users List Objet : [SPAM] - Re: launch an Ant build file in a class - Sender blacklisted Have you looked at the CruiseControl open source project http://cruisecontrol.sourceforge.net/ Marc Beudin <[EMAIL PROTECTED]> wrote: Hi, I'm currently doing

Re: AW: [Maybe spam] Re: using file names

2005-04-13 Thread Ivan Ivanov
Hello, I am not sure if this will do your job, but here is a working snippet. basename is [EMAIL PROTECTED] Here we bump in the following issue: ant properties are immutable so if we use basename in the following way the first iteration of will set a property named

AW: [Maybe spam] Re: using file names

2005-04-13 Thread Huditsch Roman
\test.xml". I also tried but with no success either Thanks for the help! wbr, Roman > -Ursprüngliche Nachricht- > Von: Ivan Ivanov [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 13. April 2005 11:12 > An: Ant Users List > Betreff: [M

RE: [Cruisecontrol-user] Spam

2004-11-24 Thread Nick Neuberger
If you put your name in an e-mail list, as this, you are bound to immediately start getting spam Dont second guess a programmer that writes the code for spam e-mail gathering... Ie: I would highly suggest not putting a human readable version of your e-mail address in the content of your

Re: Spam

2004-11-23 Thread Alexey N. Solofnenko
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 or bo

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