RE: sshexec (running remote commands with sudo) forced psuedo-tty allocation

2008-07-24 Thread mindspin311
meh.. I give up. ssh'in into root by adding build's pub key to root's authorized_keys' file. Systems might have some problems with it, but it works for now. -- View this message in context: http://www.nabble.com/sshexec-%28running-remote-commands-with-sudo%29-forced-psuedo-tty-allocation-t

taskdef parsed before properties expansion if use property files?

2008-07-24 Thread Brent
I need to use JAXB to autogenerate java source files from an xml schema. The canonical way to do this in ant, judging from a recent websearch, is the following fragment that you need to put in your build file:

RE: Still not able to unsubscribe

2008-07-24 Thread Matt Benson
Per Justin Erenkrantz on #asfinfra you are now unsubscribed from both lists. Now subscribe with your new email. ;) -Matt --- "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> wrote: > I looked through my sent messages and the > discrepancy you point out is simply a typo in this > email thread

RE: Still not able to unsubscribe

2008-07-24 Thread Anderson, Rob (Global Trade)
I looked through my sent messages and the discrepancy you point out is simply a typo in this email thread. I did indeed send the emails to the correct address. -Rob A -Original Message- From: Nicolas Lalevée [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 9:38 AM To: Ant Users L

RE: Still not able to unsubscribe

2008-07-24 Thread Matt Benson
FWIW, Rob, I've been trying to catch somebody from ASF infra on IRC to help with this, but have been unsuccessful as yet. Sorry you're having so much trouble. -Matt --- "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> wrote: > Still no response? I am have tried and tried again > with no succe

Re: Still not able to unsubscribe

2008-07-24 Thread Nicolas Lalevée
Hi, Look at the mail address you tried, they are wrong. You used unsibscribe@ instead of unsubscribe@ Use the ones pointed there: http://ant.apache.org/mail.html Nicolas Le jeudi 24 juillet 2008, Anderson, Rob (Global Trade) a écrit : > Still no response? I am have tried and tried again with n

RE: Still not able to unsubscribe

2008-07-24 Thread Anderson, Rob (Global Trade)
Still no response? I am have tried and tried again with no success. Can the list admin please help? -Rob A From: Anderson, Rob (Global Trade) Sent: Wednesday, July 23, 2008 10:06 AM To: 'Ant Users List'; 'Ant Developers List' Subject: Still not able to

Re: Confirmation popup

2008-07-24 Thread Chad McHenry
This sounds more like a CGI / html question than an ant question. It sounds as though you simply want a javascript confirm dialog on the page where the users invokes the ant script. How does that happen now, by clicking a link in their browser? If so have your CGI generate something like this fo

RE: Way to unset perticular prefix properties

2008-07-24 Thread Raja Nagendra Kumar
Thank You Rebhan, I shall start using antlope. I could find another workaround.. may be of help.. User the globar mapper with property set to change the names to some temp names By this dGen prefix properties would be avaiable again. Regards, N

AW: Confirmation popup

2008-07-24 Thread Ehlers, Kolja
exactly I just call system "ant -f yourbuild.xml" and parse the output to a html file. I would love to use AntForms but thats the reason I think it wont work. I am not sure how the window is produced, but since there is no X installed on this server both antforms and the beanshell code is not worki

RE: Way to unset perticular prefix properties

2008-07-24 Thread Rebhan, Gilbert
-Original Message- From: Raja Nagendra Kumar [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 2:48 PM To: user@ant.apache.org Subject: Way to unset perticular prefix properties /* Hi, Would like to find a way to unset all the properties which have a certain prefix. Using property

RE: Confirmation popup

2008-07-24 Thread Rebhan, Gilbert
-Original Message- From: Ehlers, Kolja [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 2:30 PM To: Ant Users List Subject: AW: Confirmation popup /* Thanks Gilbert for your responds, thought I am wondering if this will work. Like I said the ant scripts output is redicted to a ht

Way to unset perticular prefix properties

2008-07-24 Thread Raja Nagendra Kumar
Hi, Would like to find a way to unset all the properties which have a certain prefix. Using propertyset I could collect all such properties. However not sure how to unset each of them.. is there a way to iterate the property set.. so that i could antcontrib var unset approach. Regards, Raja Nage

AW: Confirmation popup

2008-07-24 Thread Ehlers, Kolja
Thanks Gilbert for your responds, thought I am wondering if this will work. Like I said the ant scripts output is redicted to a html web page. On this server there is not X Window installed at all. I guess this will not work then right? Any chance I can call a javascript confirm from ant? Thanks

Re: Enforce order in copying so that my overiding works correctly

2008-07-24 Thread Lars Ræder Clausen
On Thu, Jul 24, 2008 at 11:30 AM, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 24, 2008 11:21 AM > To: Ant Users List > Subject: RE: Enforce order in copying so that my overiding works > correc

RE: Confirmation popup

2008-07-24 Thread Rebhan, Gilbert
-Original Message- From: Ehlers, Kolja [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 1:35 PM To: user@ant.apache.org Subject: Confirmation popup /* Hi all, we have an ant script enbedded in a perl cgi script. What I was wondering if there is a possibility to open a javascrip

Confirmation popup

2008-07-24 Thread Ehlers, Kolja
Hi all, we have an ant script enbedded in a perl cgi script. What I was wondering if there is a possibility to open a javascript dialog box in ant. If the user confirms with true the ant script will be executed for false the execution stops. Thanks alot Kolja Geschäftsführung: Dr. Michael Fisch

Cannot get dependencies for org.springframework

2008-07-24 Thread Thorsten Scherler
Hi all, I am running out of ideas how to fix the problems I have when using ivy to resolve different spring modules. ivy.xml: resolver: http://people.apache.org/repo/m2-incubating-repository/"/> Error: [ivy:retrieve] :: [ivy

RE: Enforce order in copying so that my overiding works correctly

2008-07-24 Thread Rebhan, Gilbert
-Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 11:21 AM To: Ant Users List Subject: RE: Enforce order in copying so that my overiding works correctly /* [ ... ] see = http://ant.apache.org/manual/CoreTypes/resources.html#collection *

RE: Enforce order in copying so that my overiding works correctly

2008-07-24 Thread Rebhan, Gilbert
-Original Message- From: Lars Ræder Clausen [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 9:36 AM To: Ant Users List Subject: Re: Enforce order in copying so that my overiding works correctly [ ... ] /* Speaking of FileSet, is it just me who's having trouble doing a set unio

.properties inheritance

2008-07-24 Thread Raja Nagendra Kumar
Does properties files (either xml or .properties) files support some sort of inheritance. e.g if a.properties and b.properties exist, while loading b.properties, I would like to say in defination of b.properties to load a.properties too either before loading b or after loading b or while loading f

Re: Enforce order in copying so that my overiding works correctly

2008-07-24 Thread Raja Nagendra Kumar
Hi, Thank you for pointing to filelist. However filelist does not support selectors such as include and exclude. Are there ony future plans of supporting these patterns in filelist or else fileset to be orderset. Any ant developers pl. see if this could be a possible feature in future versions.

Re: Enforce order in copying so that my overiding works correctly

2008-07-24 Thread Lars Ræder Clausen
On Wed, Jul 23, 2008 at 7:43 PM, Raja Nagendra Kumar <[EMAIL PROTECTED]> wrote: > > Hi I am looking for files to copied to same directory from different > locations as specified by fileset and its includes as below. > > includeEmptyDirs="false" flatten="true"> > >