Re: Any tool for ant build.xml file documentation

2008-04-27 Thread Charbel BITAR
Hi, Give Ant Pretty Build a try... http://antprettybuild.sourceforge.net HTH -- Charbel On Wed, Apr 23, 2008 at 12:57 AM, I am Who i am <[EMAIL PROTECTED]> wrote: > Hi All, > > I have a very big build.xml, and i want to create a doucmentation for it, > is > there any tool for it, > > I found

Ant Pretty Build 3.2.0 released!

2008-04-01 Thread Charbel BITAR
Hi All, I'm pleased to announce the release of Ant Pretty Build 3.2.0! This is a major improvement in the 3.x series, that includes new features, bug fixes and enhancements. Ant Pretty Build is a tool to easily show and run Ant buildfiles in a browser window (Internet Explorer, Mozilla Firefox, .

Re: how to define task sshexec

2008-02-12 Thread Charbel BITAR
Hi, You don't have to redefine the sshexec task. You only need to add ant-jsch.jar and jsch-0.1.37.jar in your Ant classpath (-lib ...) as Steve said. Cheers -- Charbel On Feb 12, 2008 10:57 AM, Steve Loughran <[EMAIL PROTECTED]> wrote: > serdsch wrote: > > Hi Peter, > > > >> No quite non-exis

Re: Maillogger Mail missing

2008-02-12 Thread Charbel BITAR
Hi, Use ant -diagnostics and ant -debug to check what the problem is... -- Charbel On Feb 12, 2008 8:24 AM, Knuplesch, Juergen <[EMAIL PROTECTED]> wrote: > Hello, > > In our network I use a lot of Ant-Files. I use the Maillogger and the > mail-Task. On one machine the mail task is working fin

Re: Whichresource is URL-encoding spaces

2008-02-12 Thread Charbel BITAR
Hi, Is that what are you trying to do ? HTH -- Charbel On Feb 12, 2008 4:27 AM, Mike <[EMAIL PROTECTED]> wrote: > Hi, I'm relatively new with Ant but have been picking up on it. I trying > to > figure out why this Ant script doesn't complete successfully: > > """ > > >

Re: condition question

2008-02-06 Thread Charbel BITAR
Double check the name of the property in your code : ... retest *${retest}* -- Charbel On Feb 6, 2008 7:59 PM, Z W <[EMAIL PROTECTED]> wrote: > Hi > > Why is this condition failing/false when "confused" is 1 ? I just don't > see > it. > > confused ${confused} > > > > > > > > retest ${r

Re: Check process on remote host - Can Ant do that ?

2008-02-05 Thread Charbel BITAR
As you said use the task. Here's an example : ... ... ...Use a condition to check that ${sshexec.outputproperty} !equals the empty string... ... HTH -- Charbel On Feb 5, 2008 11:24 PM, Z W <[EMAIL PROTECTED]> wrote: > Hi > > I have an ant script that needs to check the status of a

Re: Managing folders

2008-02-03 Thread Charbel BITAR
Hi Ramu, Check http://ant.apache.org/manual/CoreTypes/selectors.html#dateselect HTH -- Charbel On Feb 3, 2008 4:52 PM, Ramu Sethu <[EMAIL PROTECTED]> wrote: > Hi All > > I actually wanted to manage a set of folders. We create junit reports > daily > with the folder name Report. I want ant to

Ant Pretty Build 2.1.0 Released

2005-02-16 Thread Charbel BITAR
URL: http://antprettybuild.free.fr/";>Ant Pretty Build Homepage Contact: http://antprettybuild.free.fr/";>Charbel BITAR (Project's Contact Page) License: Apache License Than

Fix!

2003-08-14 Thread Charbel BITAR
All, I've already fixed the problem of the path!!! Now the shell changes first to the build directory, and runs after that. No need to specify a drive or anything to well run... For xml snippets include, as David was saying no need to the 'file:' in a DOCTYPE instruction. (See the W3C XML documen

Ant Pretty Build...

2003-08-01 Thread Charbel BITAR
Hello, For all Windows users take a look at this cool utility for Ant. Ant Pretty Build is a tool to show and run ant buildfiles directly from within a browser window. It consists of a single XSL file that will generate, on the fly, from buildfile, a pretty interface showing project name, descr