Re: Are multiple targets run in order, or in parallel?

2011-08-08 Thread kasim ahmed
yes. On Mon, Aug 8, 2011 at 5:59 PM, Echlin, Robert wrote: > Hi > If I run > "ant target1 target2 target3" > Will target1 be guaranteed to be complete before target2 is run? > The docs don't say. > > Thanks, > Rob > > -- > Rob Echlin, Documentation Systems Architect, Wind River > direct: +1.613

passing paramter to eclipse arguments

2011-06-30 Thread kasim ahmed
I am trying to run test cases with some system aruguments given below. Arguments is not considering for build.xml through eclipse. Steps followed are given below. 1) by command prompt ant5 junit -DappRoot=ECM -DappName=ESW -Dapp.module=FNT -Dapp.env=LOC -DcloneNumber=1 2) by Eclipse: Eclipse->

Re: Junit report for multiple projects

2011-06-20 Thread kasim ahmed
ke the "mainbuild" > target depend on all of them. > > > > The above line replaces the first 4 nonblank lines (shown below) from your > example. > > > > > > > > > > Rob > > > > -Original Message- > > From: k

Junit report for multiple projects

2011-06-19 Thread kasim ahmed
i have ant target which invokes concurrently other 3 projects ant build target for junit. this build target executes all three projects even though any one of the sub project build fails. Problem here is, if any one of sub project build fails error message should display and junit report should gen

Re: ANT 1.8.2 + JUnit error

2011-06-15 Thread kasim ahmed
in your ant-home library include ant-junit.jar( if not avaialble) and run again. 2011/6/15 Csatári János > Hi there! > > I have ANT 1.8.2 and also JUnit installed. However, when I would like to > use the junit task in the build.xml, I get the following error: > > build.xml:188: The for must in

ant:Log4j:java.lang.NoClassDefFoundError

2011-06-14 Thread kasim ahmed
I am getting following error when i run junit target from ant script. java.lang.NoClassDefFoundError at org.apache.log4j.Logger.getLogger(Logger.java:118) at com.bgc.ordering.wizard.back.services.onthology.service.mock.OptionsRepository.(OptionsRepository.java:25) at com.bgc.orderi

Re: ant target for junit

2011-06-09 Thread kasim ahmed
What i have observed is, when i make wrote: > Hi, > > I am getting following error: > > Configuration problem: Failed to import bean definitions from URL location > [classpath:/esw-web-ctx.xml] Offending resource: class path resource > [applicationContext.xml]; nested exception is > org.springfram

ant target for junit

2011-06-09 Thread kasim ahmed
Hi, I am getting following error: Configuration problem: Failed to import bean definitions from URL location [classpath:/esw-web-ctx.xml] Offending resource: class path resource [applicationContext.xml]; nested exception is org.springframework.beans.factory.parsing.BeanDefinitionParsingException:

common lib in tomcat

2009-12-09 Thread kasim ahmed
Hi, I am using Ant target to run the Tomcat, I have db2.jar files, when I keep in common/lib folder it is working fine, but if i keep in different shared location and specify the path for jar, it is not taking those classes, but i have some other jar file in shared location which is taking these d

tomcat server start-up with ant target

2009-12-09 Thread kasim ahmed
Hi, I have target which start-up Tomcat server, I have some external jar(which I shouldnot keep in common/lib) which need to lookup while server startup. I have added property also fileset for jar lookup, but it is not referring the jar where I have specified the location. my target is: >

tomcat server start-up with ant target

2009-12-09 Thread kasim ahmed
rOKLQ3u6NfM+ > > zUmbVy2mtbAX+PFhsnWBwRS8+2ExqCg8q0JH/4y9Beb9NqP44jBZSIib9O8tNRbURmz7 > AXPUS/VDE36F2bncWpqQApGorBNWEfWH4oK2M= > MIME-Version: 1.0 > Received: by 10.231.83.75 with SMTP id e11mr1690965ibl.11.1260350338952; > Wed, >09 Dec 2009 01:18:58 -0800 (PST) &