Re: exec - Cannot run program 'start' CreateProcess error=2

2009-12-15 Thread as rao
Hi To simplifying the problem statement, when I try to run the default target in the following build file: --- --- I am getting same error. cheers a s On Wed, Dec 16, 2009 at 11:51 AM, as rao wrote: > Hi > > During starting of app server

AW: Cruisecontrol Ant deploy application in OC4J 10.1.3

2009-12-15 Thread Jan.Materne
>Hello > >I am trying to deploy the application in OC4J 10.1.3 server >using Ant tasks. >Cruise control calls the Ant deploy target and when it gets executed it >stalls the execution at one point. Please let me know what >could be reason >for this. And this happens once in a while and not frequen

exec - Cannot run program 'start' CreateProcess error=2

2009-12-15 Thread as rao
Hi During starting of app server using ant / build.xml (given by the vendor), I faced the following issue: My env is windows XP, ant 1.7.1 I am running a build.xml (given by the vendor) to start an app server, from DOS prompt. I got the following error: --

Re: API Question - using a build file from within a jar

2009-12-15 Thread Stefan Bodewig
On 2009-12-15, Luke Shannon wrote: > I am looking at using the ANT API for a project I am working on. Is it > possible to set the ant.file User Property to point to a build file within > a Jar? Do you want to import it or use it as your main build file? Ant 1.7.1 will only work on files OOTB fo

RE: How to copy jars of path variable to dir, excluding some jars?

2009-12-15 Thread KARR, DAVID (ATTCINW)
> -Original Message- > From: Matt Benson [mailto:gudnabr...@gmail.com] > Sent: Tuesday, December 15, 2009 12:58 PM > To: Ant Users List > Subject: Re: How to copy jars of path variable to dir, excluding some > jars? > > That should work. Have you verified that build.classpath is not > emp

relocation of transitive dependency

2009-12-15 Thread Philipp Wetzler
Hello, I've started using Ivy recently in order to better integrate one of my Ant based projects with it's Maven dependencies. Now I ran into a problem that I haven't been able to figure out: One of my Maven dependencies depends on jdom (org=jdom, name=jdom, rev=1.1). JDom 1.1 is actually publish

Re: How to copy jars of path variable to dir, excluding some jars?

2009-12-15 Thread Matt Benson
That should work. Have you verified that build.classpath is not empty? You could run Ant in -v verbose or -d debug mode for more information... On Dec 15, 2009, at 2:47 PM, KARR, DAVID (ATTCINW) wrote: I have a path variable that I set in my build script. I'm trying to assemble a deploy

RE: How to copy jars of path variable to dir, excluding some jars?

2009-12-15 Thread Scot P. Floess
Sorry about that... I meant to read the email, nut hit reply and tried to abort but it sent anyway. Stupid Alpine email client ;) On Tue, 15 Dec 2009, KARR, DAVID (ATTCINW) wrote: -Original Message- From: Scot P. Floess [mailto:sflo...@nc.rr.com] Sent: Tuesday, December 15, 2009 1:

RE: How to copy jars of path variable to dir, excluding some jars?

2009-12-15 Thread KARR, DAVID (ATTCINW)
> -Original Message- > From: Scot P. Floess [mailto:sflo...@nc.rr.com] > Sent: Tuesday, December 15, 2009 1:15 PM > To: Ant Users List > Subject: Re: How to copy jars of path variable to dir, excluding some > jars? > > > On Tue, 15 Dec 2009, KARR, DAVID (ATTCINW) wrote: > > > I have a pa

Re: How to copy jars of path variable to dir, excluding some jars?

2009-12-15 Thread Scot P. Floess
On Tue, 15 Dec 2009, KARR, DAVID (ATTCINW) wrote: I have a path variable that I set in my build script. I'm trying to assemble a deployment unit where I have to copy all the jars specified in that path variable into a directory, but excluding certain jars. I'm still trying to figure out how

How to copy jars of path variable to dir, excluding some jars?

2009-12-15 Thread KARR, DAVID (ATTCINW)
I have a path variable that I set in my build script. I'm trying to assemble a deployment unit where I have to copy all the jars specified in that path variable into a directory, but excluding certain jars. I'm still trying to figure out how I copy the jars of a path var, I'm not even getting to

ejbjar target fails in eclipse, but works via command line

2009-12-15 Thread Dan Beaulieu
Below is a description of my problem, and here is a pastebin incase any email clients eat the xml markup. http://pastebin.org/65245 I have an ant target that uses the ejbjar task: When I run the target that uses this task in Eclipse, the parser finds ejb-

API Question - using a build file from within a jar

2009-12-15 Thread Luke Shannon
Hello; I am looking at using the ANT API for a project I am working on. Is it possible to set the ant.file User Property to point to a build file within a Jar? I was playing around a bit with the getResource method to get a reference to the file, but have not had much luck being able to use

Cruisecontrol Ant deploy application in OC4J 10.1.3

2009-12-15 Thread Sri123
Hello I am trying to deploy the application in OC4J 10.1.3 server using Ant tasks. Cruise control calls the Ant deploy target and when it gets executed it stalls the execution at one point. Please let me know what could be reason for this. And this happens once in a while and not frequently. Th