External Tools and Tasks listing

2007-08-08 Thread Leigh, Daniel G
An entry for the IDE Integration tools category: Name: CA Plex CA Plex is an architected RAD tool that combines the techniques of model-driven development, code generation and patterns to create business applications for multiple platforms, including Java, .NET and IBM System i. In its 6.0 rele

Re: Installing Ant is non-standard and stupid

2007-08-08 Thread Scot P. Floess
Building Ant isn't too tough... Try building Firefox or any of the JDKs...that's a pain Anderson, Rob (Global Trade) wrote: -Original Message- From: evilfred [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 1:56 PM To: user@ant.apache.org Subject: Installing Ant is non-stand

RE: Installing Ant is non-standard and stupid

2007-08-08 Thread Anderson, Rob (Global Trade)
> -Original Message- > From: evilfred [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 24, 2007 1:56 PM > To: user@ant.apache.org > Subject: Installing Ant is non-standard and stupid > > This is a rant. > > Why does Ant (at least the source distro) not install like > *every other sane

Re: Copying a subdirectory hierarchy containing variable intermediate subdirectory names

2007-08-08 Thread Laszlo Szabo
Thanks Steve - it worked! (There was just a small typo with the & but after removing it I got exactly what I required. Thanks again. On 08/08/2007, Laszlo Szabo <[EMAIL PROTECTED]> wrote: > > I'm trying to copy a subdirectory and its contents when it is separated > from the root directory by a cou

Re: Copying a subdirectory hierarchy containing variable intermediate subdirectory names

2007-08-08 Thread Steve Loughran
Laszlo Szabo wrote: I'm trying to copy a subdirectory and its contents when it is separated from the root directory by a couple of directories that are machine generated and therefore have variable names. For example in the following directory structure: C:\BUILDS\Proj1_Code\devbuild\385633b5\f0

Copying a subdirectory hierarchy containing variable intermediate subdirectory names

2007-08-08 Thread Laszlo Szabo
I'm trying to copy a subdirectory and its contents when it is separated from the root directory by a couple of directories that are machine generated and therefore have variable names. For example in the following directory structure: C:\BUILDS\Proj1_Code\devbuild\385633b5\f0e5959c\ejbModule The

AW: Call a target with parameter?

2007-08-08 Thread Jan.Materne
$ ant -Dclass=MyClass $ ant -Dclass=YourClass $ ant -Dclass=HisClass or or ... Jan >-Ursprüngliche Nachricht- >Von: hezjing [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 8. August 2007 12:08

Call a target with parameter?

2007-08-08 Thread hezjing
Hi! My build.xml contains few targets to run different main classes, Can I simplify this by defining one target with and the common classpath and system properties configuration, and then call this target with different class names? -- Hez

Re: regarding path id

2007-08-08 Thread Peter Reilly
On 8/8/07, Anil Kumar pippalapalli <[EMAIL PROTECTED]> wrote: > hi mani, > > you can do this, > This will not work. The ** and * are for patterns - line includes="" and the element. The location attribute is a file name/path and not a pattern. Peter > this will take care of all jars in that fol

Re: regarding path id

2007-08-08 Thread Anil Kumar pippalapalli
hi mani, you can do this, this will take care of all jars in that folder and subfolders anil. On 8/8/07, Manivannan Palanichamy <[EMAIL PROTECTED]> wrote: > > Hi, > Actually, I add the jar files in classpath using the following way. > > > > > > > It looks bit tediou