RE: Writing ANT file using Starteam.

2007-10-17 Thread Burgess, Benjamin
Out of the box, Ant is a command line utility and therefore does not support dropdowns. You may be interested in a third party addition to Ant such as the AntForms project which adds GUIs (see: http://antforms.sourceforge.net/). Also, you will likely have to write a custom task to retrieve the li

RE: Writing ANT file using Starteam.

2007-10-17 Thread Yona Eilat
I try to be more clearly with small an example: I have 3 view in Starteam: View1, View2 , View3. Each view has labels, f.e: View1: Label1, Label2, Label3 View2: Label10, Label20 View3: Label11, Label12, Label13,Label4. Once the build.xml will run in order to build any vie

RE: Writing ANT file using Starteam.

2007-10-17 Thread Burgess, Benjamin
Please clarify a litte of what you are trying to accomplish. Are you thinking of a web page that has the drop downs with a submit button that when clicked calls ant on the server to check the files out? Or are you talking about an Ant script that is run on th euser's machine and presents a gui wi

Fwd: Ant - invoke a servlet?

2007-10-17 Thread Rob Wilson
Hi All, I plan to have a servlet that is invoked via JSP to upload some files to a dynamic website, I would like to enable my Ant build to make use of this servlet too. Is this possible? Could someone please shed some light on how this can be achieved? Perhaps I can't do it as a servlet and need

RE: symlink - which ant jar do I need?

2007-10-17 Thread Wayne Cruz
Thank you. Can you explain what you mean by having the "In" executable on the path? Thanks, Wayne At 08:02 AM 10/17/2007, you wrote: Hello Wayne, I don't think you need a jar, i think you need the "ln" executable on the path. /t ps: you're running this on Unix or Linux, right? >-Orig

RE: symlink - which ant jar do I need?

2007-10-17 Thread RADEMAKERS Tanguy
Hello Wayne, I don't think you need a jar, i think you need the "ln" executable on the path. /t ps: you're running this on Unix or Linux, right? >-Original Message- >From: Wayne Cruz [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 17, 2007 1:38 AM >To: Ant Users List >Subject: RE:

Writing ANT file using Starteam.

2007-10-17 Thread Yona Eilat
Hi, I'm writing build.xml file that checkout files from Starteam. I would like enabling option to get STView and STLabel online from the user, mean: * Present (online) to the user all entire views in the ST (By drop list or something like that). * Get input to ${ST_VIEW} v

Re: Re-parenting classpath

2007-10-17 Thread jiniusatwork-antuser
It's not obvious to me how manifestclasspath helps, here, but as for the use case ... I'd like to transform a "local" Junit test command (under Netbeans) so that I can run a test, without Netbeans, on another machine. Specifically, I'd like to effectively execute the following command, generate

Re: Re-parenting classpath

2007-10-17 Thread Dominique Devienne
On 10/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hopefully, someone can point me in the right direction. What I'd like to do > is re-parent the elements of a classpath entry in an Ant build script (from > netbeans). For example, given classpath property like: > > Setting project proper

Re: AW: keytool with ant

2007-10-17 Thread supareno
Thanks guys (Juergen and Jan) Better is to use the genkey task of ANT. i didn't see it :-( I prefer argument instead of argline, but then you have to set every single word. Instead of write yeah now it works. peace supareno --

Re: Build on remote machine.

2007-10-17 Thread Steve Loughran
david wrote: If you want an ant only solution you will have to build locally and deploy remotely: I am currently building locally and deploying remotely using and doing post deployment using . You will have to look up both ant optional tasks for their argument lists. Minimally you will need

Re: Map a drive ("The ' characters around the executable and arguments are not part of the command.")

2007-10-17 Thread Martin Gainty
I am not aware of any net use commands without the share You need to specify the SHARENAME net use N: \\COMPUTER\SHARE http://technet.microsoft.com/en-us/library/bb727037.aspx Regards Martin-- - Original Message - From: "Yona Eilat" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Wednesday

Re: Build on remote machine.

2007-10-17 Thread david
If you want an ant only solution you will have to build locally and deploy remotely: I am currently building locally and deploying remotely using and doing post deployment using . You will have to look up both ant optional tasks for their argument lists. Minimally you will need to set the tas

Re: Build on remote machine.

2007-10-17 Thread Kevin Jackson
> Set up one of the continuation tools to do the build on the remote box > > Free >-cruisecontrol >-hudson >-luntbuild >-gump >-continuum >-anthill or cruisecontrol.rb[1] if you're willing to install another runtime on the build machine - ThoughtWorks have switched to using

Re: Build on remote machine.

2007-10-17 Thread Bob Aiello
Has anybody seen a comparison of Hudson to CruiseControl? -Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 07:07 AM Eastern Standard Time To: Ant Users List Subject:Re: Build on remote machine. Hudson as a slave mechanism t

Re: Build on remote machine.

2007-10-17 Thread Steve Loughran
Yona Eilat wrote: Hi, I would like to write ant file that will run Build on NT remote machine. I have doubts regarding the way to implement it. I would like enabling the option to run it from any local PC (of my team members) or to run it from the remote machine in itself. The build sh

Re: Build on remote machine.

2007-10-17 Thread Peter Reilly
Hudson as a slave mechanism to run jobs on remote machines. It also has a pretty awesome vmserver plugin to place these remote jobs on vm servers. Peter On 10/17/07, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: > > > > > -Original Message- > From: Yona Eilat [mailto:[EMAIL PROTECTED] > Sen

RE: Build on remote machine.

2007-10-17 Thread Rebhan, Gilbert
-Original Message- From: Yona Eilat [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 11:38 AM To: user@ant.apache.org Subject: Build on remote machine. /* I would like to write ant file that will run Build on NT remote machine. I have doubts regarding the way to implemen

AW: Build on remote machine.

2007-10-17 Thread Jan.Materne
I would use CruiseControl ... Jan >-Ursprüngliche Nachricht- >Von: Yona Eilat [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 17. Oktober 2007 11:38 >An: user@ant.apache.org >Betreff: Build on remote machine. > > > >Hi, > > > >I would like to write ant file that will run Build on NT >

WG: Map a drive ("The ' characters around the executable and arguments are not part of the command.")

2007-10-17 Thread Jan.Materne
Please stay on the list so that other people could answer and benefit from given answers. \\cm-web01 is only the computer name. You need a given share like \\cm-web01\c$ . Otherwise you cant connect to it. Try that from the command line ... \\cm-web01 wont work. That's nothing from Ant, its the

AW: Map a drive ("The ' characters around the executable and arguments are not part of the command.")

2007-10-17 Thread Stojanov Alexej
Try to use exec task attribute failonerror="true". For more information see the manuals( http://ant.apache.org/manual/index.html ). Manual for exec task: http://ant.apache.org/manual/CoreTasks/exec.html Please use only the Ant Users List for your messages. Thanks, Alexey -Ursprüngliche N

ant jmeter task (xsl transformation of results)

2007-10-17 Thread Krzysztof Kucybala
Hi, Has anyone tried this jmeter task? I put it in my build process today morning. The tests are run, and some valid xml output is produced. But when I run xslt on the output files, they all look like the file I attached. Does anyone know why? I used the stylesheet provided on http://www.pro

Build on remote machine.

2007-10-17 Thread Yona Eilat
Hi, I would like to write ant file that will run Build on NT remote machine. I have doubts regarding the way to implement it. I would like enabling the option to run it from any local PC (of my team members) or to run it from the remote machine in itself. The build should to execute comma

AW: Map a drive ("The ' characters around the executable and arguments are not part of the command.")

2007-10-17 Thread Stojanov Alexej
My bad : "-->" is nasty comment string!!! Use better: Alexey -Ursprüngliche Nachricht- Von: Stojanov Alexej Gesendet: Mittwoch, 17. Oktober 2007 09:46 An: 'Ant Users List' Betreff: AW: Map a drive ("The ' characters around the executable and arguments are not part of t

AW: Map a drive ("The ' characters around the executable and arguments are not part of the command.")

2007-10-17 Thread Jan.Materne
>I wrote the following simple code to map a NT drive to some path: > > > > > > > >And once I execute it, I get the following errors: > > "The ' characters around the executable and arguments are not part of the command." Whe

AW: Map a drive ("The ' characters around the executable and arguments are not part of the command.")

2007-10-17 Thread Stojanov Alexej
Hi Yona, for Windows try with that: Alexey -Ursprüngliche Nachricht- Von: Yona Eilat [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 17. Oktober 2007 09:23 An: Ant Users List Betreff: Map a drive ("The ' characters around the executable and arguments are not part o

RE: Unless using more than one property

2007-10-17 Thread Rebhan, Gilbert
-Original Message- From: Knuplesch, Jürgen [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 9:00 AM To: user@ant.apache.org Subject: Unless using more than one property /* Is it possible to use two or more propertys with the unless attribut? The following doesnt seem to wo

Re: Unless using more than one property

2007-10-17 Thread Peter Reilly
On 10/17/07, Knuplesch, Jürgen <[EMAIL PROTECTED]> wrote: > Hello > > Is it possible to use two or more propertys with the unless attribut? > No. You need to combine them using the condition taskdef. Peter > The following doesnt seem to work: > > > It looks li

AW: keytool with ant

2007-10-17 Thread Knuplesch , Jürgen
Better is to use the genkey task of ANT. I prefer argument instead of argline, but then you have to set every single word. Instead of write -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbHTel. +49 711 806098-275 Sophienstraße 40

Map a drive ("The ' characters around the executable and arguments are not part of the command.")

2007-10-17 Thread Yona Eilat
Hi All, I wrote the following simple code to map a NT drive to some path: And once I execute it, I get the following errors: "The ' characters around the executable and arguments are not part of the command."

Unless using more than one property

2007-10-17 Thread Knuplesch , Jürgen
Hello Is it possible to use two or more propertys with the unless attribut? The following doesnt seem to work: It looks like that the >,< is interpreted as part of the property. I cant find the answer to this question in the Ant-Doku. Greetings -- Jürgen Knupleschwww.i