Version read and replace

2009-07-10 Thread jhoomsharabi
I have pom.xml, below is snippet of my pom.xml file: pom.xml --- http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> ? 4.0.0 ? com.xkri.kill.tokens ? tok

Re: ant unable to find build.xml in another directory?

2009-07-10 Thread Dominique Devienne
On Fri, Jul 10, 2009 at 1:51 PM, starkc wrote: > I agree that it seems to be going into the wrong directory...but where could > it be going? Do you have a non-standard ant.bat somewhere in your path? Or from a different install? Have you tried calling the same DOS command at the DOS prompt to se

Re: ant unable to find build.xml in another directory?

2009-07-10 Thread starkc
ddevienne wrote: > > On Fri, Jul 10, 2009 at 1:28 PM, starkc wrote: >> Using "-f [path-to-buildfile]" worked, but it seems like there should be >> a >> way for me to do this without resorting to absolute paths.  Shouldn't >> this >> be somewhat portable? > > You could try adding -verbose or -d

Re: ant unable to find build.xml in another directory?

2009-07-10 Thread Dominique Devienne
On Fri, Jul 10, 2009 at 1:28 PM, starkc wrote: > Using "-f [path-to-buildfile]" worked, but it seems like there should be a > way for me to do this without resorting to absolute paths.  Shouldn't this > be somewhat portable? You could try adding -verbose or -debug to the sub-Ant process. Maybe the

Re: ant unable to find build.xml in another directory?

2009-07-10 Thread starkc
ddevienne wrote: > > On Fri, Jul 10, 2009 at 10:31 AM, starkc wrote: >> Here is the resulting log when running that new command with the -verbose >> flag.  I dont believe I missed anything... >> >> maint: >>     [exec] Current OS is Windows XP >>     [exec] Executing 'cmd' with arguments: >>  

Re: ant unable to find build.xml in another directory?

2009-07-10 Thread Dominique Devienne
On Fri, Jul 10, 2009 at 10:31 AM, starkc wrote: > Here is the resulting log when running that new command with the -verbose > flag.  I dont believe I missed anything... > > maint: >     [exec] Current OS is Windows XP >     [exec] Executing 'cmd' with arguments: >     [exec] '/c' >     [exec] 'ant.

UNC pathing issue in ant 1.7.1

2009-07-10 Thread Michael Finney
Hi, We are experiencing an issue with pathing in ant 1.7.1. Our build.xml file has an import which uses UNC in its path. Example: “

Re: ant unable to find build.xml in another directory?

2009-07-10 Thread starkc
Stefan Bodewig wrote: > > On 2009-07-10, starkc wrote: > >> As part of compiling my projects in windows, I am required to execute a >> second ant task, defined in my build.xml as follows: > >> >> >> >> >> > > See the "Windows Users" section at the top of > http://ant.apache.org

Re: ant unable to find build.xml in another directory?

2009-07-10 Thread Stefan Bodewig
On 2009-07-10, starkc wrote: > As part of compiling my projects in windows, I am required to execute a > second ant task, defined in my build.xml as follows: > > > > > See the "Windows Users" section at the top of http://ant.apache.org/manual/CoreTasks/exec.html Stefan

Re: ant unable to find build.xml in another directory?

2009-07-10 Thread Dominique Devienne
On Fri, Jul 10, 2009 at 9:35 AM, starkc wrote: > As part of compiling my projects in windows, I am required to execute a > second ant task, defined in my build.xml as follows: > > >         >   >   > Why exec rather than ? > compile correctly.  I have tried running ant with the -verbose and -de

ant unable to find build.xml in another directory?

2009-07-10 Thread starkc
As part of compiling my projects in windows, I am required to execute a second ant task, defined in my build.xml as follows: However, every time I try to run this, I get the following error: maint: [exec] Buildfile: build.xml does not exist! [exec] Build failed Howev

Re: image draw

2009-07-10 Thread Horvath Adam
> we could provide greater assistance if you could specify > source image format > target image format I only do 'jpg to jpg' conversions. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail:

Multi-module dependency configuration

2009-07-10 Thread Gareth Western
Hi, I'm having trouble configuring a multi-module project. It's a straightforward scenario, but I can't seem to get the syntax quite right. Here's the situation: Module A is a webapp, producing a .war artifact, and has a dependency on module B, which produces a jar. Both modules have a dependency

RE: image draw

2009-07-10 Thread Martin Gainty
here are a plethora of graphic formats available each one with their own distinctive capabilities broken out to 2 distinct groups Raster and Vector http://en.wikipedia.org/wiki/Image_file_formats generally 1 raster format can convert to another raster format 1 vector format can convert to anothe

image draw

2009-07-10 Thread Horvath Adam
Hi! -- I try to do image conversion. It works: It's great. In manual I found: Draw Adds a Draw ImageOperation to chain. DrawOperation DataType objects can be nested inside the Draw object. xloc X-Position where to draw nested image elements.

Re: test if exists

2009-07-10 Thread Henk van Voorthuijsen
On Thu, 2009-07-09 at 10:13 +0200, Horvath Adam wrote: > > > > Give more command line arg > > > > > > > > An even simpler way would be: See the documentation: http://ant.apache.org/manual/CoreTasks/fail.html Henk --