Re: Ant devs need help from users with "exotic" OSes

2010-06-09 Thread Gilles Scokart
Nothing special on HPUX >java -jar ant-env.jar Detected OS_NAME: hp-ux Detected OS_ARCH: ia64w Detected OS_VERSION: b.11.31 Detected Java Version: 1.5.0.12-_21_mar_2008 Detected Java Vendor: Hewlett-Packard Co. Detected Java VM Version: 1.5.0.12 jinteg:03.21.08-19:43 IA64W Detected Java VM Name: J

Re: subant task scans .svn folders

2010-06-09 Thread bool
Stefan Bodewig wrote: > > On 2010-06-09, bool wrote: > >> Michael Ludwig-6 wrote: > >>> Maybe worth trying with 1.8.1. > >> Just tried this, but found that .svn folders are being scanned and >> opened. > > In general, this shouldn't happen. DirectoryScanner is supposed to see > that .svn/

Re: Ant devs need help from users with "exotic" OSes

2010-06-09 Thread Stefan Bodewig
On 2010-06-09, glenn opdycke-hansen wrote: > Were there instructions for running the test? No, it is supposed to be just the -jar. You can throw in an additional -v after the jar name to see all environment variables but that shouldn't be needed. > I ran it on windows and got no output. No out

Re: I must be blind

2010-06-09 Thread mjash
try looking under Resource Collections: http://ant.apache.org/manual/Types/resources.html#collection Robert Menteer wrote: > > I'm looking over the documentation that comes with Apache Ant version > 1.8.0 and can't find where classpath, path and pathelement are documented. > I've found a page

RE: Problems with ANTLR

2010-06-09 Thread NancyL
1) I downloaded the antlr3-task.zip today from the antlr home page. 2) In the zip is a jar called antlr3_task.jar 3) I copied antlr3_task.jar to my eclipse ant plugin lib directory, C:\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib 4) I put this in my build.xml:

Re: Ant devs need help from users with "exotic" OSes

2010-06-09 Thread glenn opdycke-hansen
Were there instructions for running the test? I ran it on windows and got no output. --glenn On Wed, Jun 9, 2010 at 07:43, Stefan Bodewig wrote: > Hi all, > > we are considering to change the code that reads environment variables > inside of Ant from the current "fork a platform specific execu

Re: Psexec and ant

2010-06-09 Thread Michael Ludwig
Daniel Blaukopf schrieb am 09.06.2010 um 18:56 (+0300): > Since psexec.exe expects to be run from a command shell, you might get > better results running "cmd /c psexec.exe \\172..." from Ant. But it's not always required to include cmd.exe. This works fine: \,,,/ (o o) --

Re: Issue with Ivy custome resolver

2010-06-09 Thread Shaikh Almas
Hi Archie, For issue #6, I just need some of the variables that either i defined in ivy.properties in ivysettings.xml or build.properties in ant. Thanks, Almas On Wed, Jun 9, 2010 at 3:09 AM, Archie Cobbs wrote: > On Tue, Jun 8, 2010 at 11:34 AM, Shaikh Almas wrote: > > > *Issue #4* > > > > I

Re: Issue with Ivy custome resolver

2010-06-09 Thread Shaikh Almas
Here are the answers Maarten: Issue #1: Can you please help me to understand how should i set reset system property using Ivy (i.e. how can i set proxy when i want to go to external repo and how can i reset proxy when i need to access internal repo)? Issue #2: I tried using following in ivysettin

Re: Psexec and ant

2010-06-09 Thread Daniel Blaukopf
Hi Limor, Since psexec.exe expects to be run from a command shell, you might get better results running "cmd /c psexec.exe \\172..." from Ant. For more information you will have to send details of what you expected to see and what you did see when running Ant. Daniel On Wed, 2010-06-09 at 08:04

Re: Psexec and ant

2010-06-09 Thread Limor
Michael Ludwig-6 wrote: > > [Psexec and ant] > Limor schrieb am 09.06.2010 um 02:07 (-0700): >> >> Hello >> I'm trying to use Psexec by using ant with no success... >> >> ant task: >> >> >> >> >> >> >> >>

Re: subant task scans .svn folders

2010-06-09 Thread Stefan Bodewig
On 2010-06-09, bool wrote: > Michael Ludwig-6 wrote: >> Maybe worth trying with 1.8.1. > Just tried this, but found that .svn folders are being scanned and opened. In general, this shouldn't happen. DirectoryScanner is supposed to see that .svn/ dirs can never hold any included files - I'd exp

Re: subant task scans .svn folders

2010-06-09 Thread bool
Michael Ludwig-6 wrote: > > bool schrieb am 09.06.2010 um 04:37 (-0700): >> I am using the following build.xml using subant task. After executing >> ant find_java on console, I see that when I do "truss -p > java process>" I see .svn folders being scanned and opened by ant. Is >> this expected?

Re: subant task scans .svn folders

2010-06-09 Thread Michael Ludwig
bool schrieb am 09.06.2010 um 04:37 (-0700): > I am using the following build.xml using subant task. After executing > ant find_java on console, I see that when I do "truss -p java process>" I see .svn folders being scanned and opened by ant. Is > this expected? Don't know. I wouldn't expect that

Ant devs need help from users with "exotic" OSes

2010-06-09 Thread Stefan Bodewig
Hi all, we are considering to change the code that reads environment variables inside of Ant from the current "fork a platform specific executable" approach System.getenv() when running on Java5+. This change may result in different results and so we need your help in order to determine what kind

subant task scans .svn folders

2010-06-09 Thread bool
I am using the following build.xml using subant task. After executing ant find_java on console, I see that when I do "truss -p " I see .svn folders being scanned and opened by ant. Is this expected? How can I prevent .svn folders from getting scanned and opened. I am using ant1.7.1 ===

Re: Psexec and ant

2010-06-09 Thread Michael Ludwig
[Psexec and ant] Limor schrieb am 09.06.2010 um 02:07 (-0700): > > Hello > I'm trying to use Psexec by using ant with no success... > > ant task: > > > > > > > > > >

Psexec and ant

2010-06-09 Thread Limor
Hello I'm trying to use Psexec by using ant with no success... ant task: output is: PsExec v1.98 - Execute processes remotely Copyright (C) 2001-2010 Ma

Re: Scp Task problem

2010-06-09 Thread Michael Ludwig
Andrzejewski Adam schrieb am 08.06.2010 um 08:50 (+0200): > BUILD FAILED > /hudson/hudson1.313/jobs/Hudson_config_backup/workspace/build.xml:6: > com.jcraft.jsch.JSchException: Auth cancel > file="${zip-src-file}" todir="${zip-src-scp-dest}" trust="true" > verbose="true"/> > The scp key auth is