Re: Relative classpaths for a manifest

2005-03-06 Thread René Ghosh
Ants' Pathconvert task will enable you to convert one path ointo another, and supports nested mapper tasks that can do search&replace, or even (in version 1.6.2) "flatten" all paths into sole jar filenames for easy J2EE deployement. --- Abbey Sparrow <[EMAIL PROTECTED]> wrote: > I am currently

AW: Unable to instantiate specified logger class

2005-03-06 Thread Jan . Materne
Is that class in the classpath? Maybe you should pack that logger in a jar and put that to ${user.home}/.ant/lib Mmh - starting with -lib should also work. These jars are added very early to Ant´s classpath. Jan > -Ursprüngliche Nachricht- > Von: Fabricio Diogenes [mailto:[EMAIL PROTECTE

Re: Relative classpaths for a manifest

2005-03-06 Thread Abbey Sparrow
I have been looking at pathconvert, on jeffery and martin's suggestion (and am a little amazed I didn't see it earlier), however... it seems I either have to standardize on the platform ant is running on or create some logic to convert the os.name property to the valid target strings for the pa

Re: Relative classpaths for a manifest

2005-03-06 Thread Jeffrey E Care
-- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis Abbey Sparrow <[EMAIL PROTECTED]> wrote on 03/06/2005 03:01:15 AM: > I am currently jumping through a couple of hoops in order to g

Re: Relative classpaths for a manifest

2005-03-06 Thread Martin Cooper
Yes, I think that qualifies as jumping through hoops. ;-) You might want to try for this, which will get you down to just a few lines. One gotcha to keep in mind - you'll want to canonicalise your root path first so that the substring always matches. (Sorry, I don't have an example handy right

JAM 2.1 Ant framework released

2005-03-06 Thread Richard Easterling
JAM 2.1 was released last week under the Apache 2.0 license. JAM combines high level Maven-like descriptive features with a collection of reusable modules allowing you to create robust Java/J2EE, test-driven builds with just a few lines of Ant script. JAM uses a standard set of commands that

Relative classpaths for a manifest

2005-03-06 Thread Abbey Sparrow
I am currently jumping through a couple of hoops in order to get relative classpaths in my manifest: ${toString:project.class.path} ${classpa