Re: Please need help in ANT.

2022-07-11 Thread Stefan Bodewig
Hi Deepack On 2022-07-10, Deepak Lalchandani wrote: > Screenshot is attached to this email which depicts the folder structure. > RecentError.txt has part of build.xml file and project_build.properties > file. The mailing list is set up to strip all attachments, so nobody has seen your screensho

Please need help in ANT.

2022-07-10 Thread Deepak Lalchandani
Hi ant admin's, I need help in my Ant project I have the following attached files for ant. Screenshot is attached to this email which depicts the folder structure. RecentError.txt has part of build.xml file and project_build.properties file. Build is successful but WAR file i

RE: Need help with ANT javac classpath

2014-09-16 Thread Martin Gainty
> From: webservices_developm...@csx.com > To: user@ant.apache.org > Subject: RE: Need help with ANT javac classpath > Date: Tue, 16 Sep 2014 14:19:47 + > > �I think I may not have articulated my problem correctly MG>for 6 weeks this summer I was answering all que

RE: Need help with ANT javac classpath

2014-09-16 Thread WebServices Development
other jars used by the application. -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Monday, September 15, 2014 5:39 PM To: Ant Users List Subject: RE: Need help with ANT javac classpath > From: webservices_developm...@csx.com > To: user@ant.apache.org >

RE: Need help with ANT javac classpath

2014-09-15 Thread Martin Gainty
> From: webservices_developm...@csx.com > To: user@ant.apache.org > Subject: RE: Need help with ANT javac classpath > Date: Mon, 15 Sep 2014 16:06:55 + > > Thanks. > > This is a common build script that we have, so I didn't add fork for the > javac task -

RE: Need help with ANT javac classpath

2014-09-15 Thread WebServices Development
AM To: Ant Users List Subject: Re: Need help with ANT javac classpath On Mon, Sep 15, 2014 at 5:15 PM, WebServices Development < webservices_developm...@csx.com> wrote: > P.S - I tried adding includejavaruntime="false" and > includeantruntime="false" a

Re: Need help with ANT javac classpath

2014-09-15 Thread Dominique Devienne
On Mon, Sep 15, 2014 at 5:15 PM, WebServices Development < webservices_developm...@csx.com> wrote: > P.S - I tried adding includejavaruntime="false" and > includeantruntime="false" attributes - both together as well as > individually - to the javac task - but I still get the error. The error >

Need help with ANT javac classpath

2014-09-15 Thread WebServices Development
I have an old application which is using JAXB version 1.0. When I pull in the projects in Eclipse, it compiles fine because it references the jaxb jars from my web-inf/lib. When I am defining an ANT javac task for it, I get compilation errors because the jaxb classes from rt.jar take prefere

RE: need help debugging why a simple app install fails

2012-08-09 Thread Martin Gainty
er aucune responsabilité pour le contenu fourni. > Date: Thu, 9 Aug 2012 06:55:42 -0600 > Subject: need help debugging why a simple app install fails > From: mykos...@gmail.com > To: us...@tomcat.apache.org > > > > > Hi, > > I am using tomcat6 in ubuntu Ubunt

Re: Need help to get condition working

2011-09-21 Thread Danny T.
i don't need to set the variable, i did a small snippet to explain: http://pastebin.com/fpjWbAxx but i already got it... i need to use instead of property="${build.os}" /> now it works as i want :-) but thanks anyway best regards Am 21.09.2011 22:33, schrieb Alexandre Priou: hi you use th

Re: Need help to get condition working

2011-09-21 Thread Alexandre Priou
hi you use the command line for set your variable... humm check, for your condition and to use that : somewhere, you need to set a new variable before to use ... check that -- Alexandre Priou Analyste Concepteur Web On Wed, Sep 21, 201

Re: Need help to get condition working

2011-09-21 Thread Danny T.
Hi and thanks for your fast response. I don't have a build.properties file. It always sets ${lib.dir} to /opt/java_libs/gtk64 (which is in ${libs.dir.gtk} it never uses the win one even though i added a -Dbuild.os=win flag on the ant command. Am 21.09.2011 20:41, schrieb Alexandre Priou: hi

Re: Need help to get condition working

2011-09-21 Thread Alexandre Priou
hi what you have in your build.properties ??? put in your build.properties, that : lib.dir= /path/lib.dir best regard alex On Wed, Sep 21, 2011 at 8:26 PM, Danny T. wrote: > Hello everyone, > > i need some help to manage my condition. > I already projected my intention in php, just for cla

Need help to get condition working

2011-09-21 Thread Danny T.
Hello everyone, i need some help to manage my condition. I already projected my intention in php, just for clarification: http://pastebin.com/dThG8w1r I would like to set ${lib.dir} ${lib.dir.gtk} and ${lib.dir.win} are already set above the condition. Is there something i missed or didn'T unde

Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread Stefan Bodewig
On 2010-06-10, Susanne Wunsch wrote: > Also nothing special with FreeBSD: Thanks Susanne, this is good news Stefan - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.

Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread Stefan Bodewig
On 2010-06-10, glenn opdycke-hansen wrote: > I did not execute the .jar. Instead I noticed the bin folder and ran the > .bat file. I see. > When the .jar was run the following output was seen: > Detected OS_NAME: windows xp > Detected OS_ARCH: x86 > Detected OS_VERSION: 5.1 > Detected Java Ver

Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread Susanne Wunsch
Stefan Bodewig writes: Also nothing special with FreeBSD: Detected OS_NAME: freebsd Detected OS_ARCH: i386 Detected OS_VERSION: 8.0-stable Detected Java Version: 1.6.0_07 Detected Java Vendor: The FreeBSD Foundation Detected Java VM Version: 10.0-b23 Detected Java VM Name: Diablo Java HotSpot(TM

Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread glenn opdycke-hansen
I did not execute the .jar. Instead I noticed the bin folder and ran the .bat file. That is why I asked for instructions to run the test. Danke. (And now i see that you did provide that information. I did not read it carefully enough.) When the .jar was run the following output was seen: Detec

Re: Ant devs need help from users with "exotic" OSes

2010-06-09 Thread Gilles Scokart
Nothing special on HPUX >java -jar ant-env.jar Detected OS_NAME: hp-ux Detected OS_ARCH: ia64w Detected OS_VERSION: b.11.31 Detected Java Version: 1.5.0.12-_21_mar_2008 Detected Java Vendor: Hewlett-Packard Co. Detected Java VM Version: 1.5.0.12 jinteg:03.21.08-19:43 IA64W Detected Java VM Name: J

Re: Ant devs need help from users with "exotic" OSes

2010-06-09 Thread Stefan Bodewig
On 2010-06-09, glenn opdycke-hansen wrote: > Were there instructions for running the test? No, it is supposed to be just the -jar. You can throw in an additional -v after the jar name to see all environment variables but that shouldn't be needed. > I ran it on windows and got no output. No out

Re: Ant devs need help from users with "exotic" OSes

2010-06-09 Thread glenn opdycke-hansen
Were there instructions for running the test? I ran it on windows and got no output. --glenn On Wed, Jun 9, 2010 at 07:43, Stefan Bodewig wrote: > Hi all, > > we are considering to change the code that reads environment variables > inside of Ant from the current "fork a platform specific execu

Ant devs need help from users with "exotic" OSes

2010-06-09 Thread Stefan Bodewig
Hi all, we are considering to change the code that reads environment variables inside of Ant from the current "fork a platform specific executable" approach System.getenv() when running on Java5+. This change may result in different results and so we need your help in order to determine what kind

Re: Need help with jdk1.6.0_11 build

2010-04-02 Thread Shilpa Kulkarni
Thank you reno & Greg for your help! Have a good weekend. Shilpa On Fri, Apr 2, 2010 at 3:31 AM, reno wrote: > Greg, > > it's better to set the bootclasspath for different jdks (cross-compilation) > than changing $JAVA_HOME > > http://java.sun.com/javase/6/docs/technotes/tools/windows/javac.ht

Re: Need help with jdk1.6.0_11 build

2010-04-02 Thread reno
Greg, it's better to set the bootclasspath for different jdks (cross-compilation) than changing $JAVA_HOME http://java.sun.com/javase/6/docs/technotes/tools/windows/javac.html#crosscomp-example :-) S. JDK 1.6.0u11can be found here: http://java.sun.com/products/archive/j2se/6u11/index.html It

Re: Need help with jdk1.6.0_11 build

2010-04-02 Thread Greg Roodt
JDK 1.6.0u11can be found here: http://java.sun.com/products/archive/j2se/6u11/index.html It is possible to run Ant with a particular version of Java (using JAVA_HOME or other) and then use "fork" in javac to specify an alternative version of the Java compiler for the build. The documentation of t

Re: Need help with jdk1.6.0_11 build

2010-04-01 Thread reno
Shilpa, http://java.sun.com/products/archive/ hope this help Corrected subject for the post below. On Thu, Apr 1, 2010 at 5:13 PM, Shilpa Kulkarni wrote: Hi Everyone, Just joined the ant mailing list. I am working on getting a build system set up. It needs to produce jdk 1.6.11 binarie

Need help with jdk1.6.0_11 build

2010-04-01 Thread Shilpa Kulkarni
Corrected subject for the post below. On Thu, Apr 1, 2010 at 5:13 PM, Shilpa Kulkarni wrote: > > Hi Everyone, > > Just joined the ant mailing list. I am working on getting a build system > set up. It needs to produce jdk 1.6.11 binaries. I see following options: > > Option 1: Install jdk 1.6.0_

Re: Need help viewing output from failed ant/junit tests

2010-03-05 Thread Bill Moran
In response to Greg Roodt : > Ah, good suggestion Stefan. That makes sense. > > I personally have had no issues capturing STDOUT, but I use the xml > formatter to generate JUnit reports on Hudson. Also, this looks like a > particularly nasty little problem if the test times out or runs out of sta

Re: Need help viewing output from failed ant/junit tests

2010-03-05 Thread Greg Roodt
Ah, good suggestion Stefan. That makes sense. I personally have had no issues capturing STDOUT, but I use the xml formatter to generate JUnit reports on Hudson. Also, this looks like a particularly nasty little problem if the test times out or runs out of stack in a different environment. Cheers

Re: Need help viewing output from failed ant/junit tests

2010-03-05 Thread Stefan Bodewig
On 2010-03-05, Bill Moran wrote: > > timeout="1" maxmemory="512m" haltonfailure="no" > tempdir="/tmp" failureProperty="test.failure"> > Unfortunately, this doesn't give me any output anywhere. withOutAndErr should give you the output in most cases. Since yo

Re: Need help viewing output from failed ant/junit tests

2010-03-05 Thread Bill Moran
In response to Greg Roodt : > Ant normally captures stdout. Have you tried the xml formatter? Not yet. If you have reason to believe that it will more accurately report the output, my answer is that the other formatter should be reported as broken. But I'll give it a go and see if I have more s

Re: Need help viewing output from failed ant/junit tests

2010-03-05 Thread Greg Roodt
Ant normally captures stdout. Have you tried the xml formatter? It looks like your test is failing because its timing out, does it pass if you remove the timeout? Also, is there a reason you are using sysout rather than a logging framework like log4J? Cheers Greg On Fri, Mar 5, 2010 at 2:35 P

Need help viewing output from failed ant/junit tests

2010-03-05 Thread Bill Moran
Hello all. I'm fairly new to ant, we've been working with it a few weeks for our Java excursions and most things are rolling along pretty well. We've also been building a lot of tests using JUnit, and we're trying to get them configured in ant so we can automatically run them nightly on a dedica

Re: Some thing seriously missing.. need help

2010-01-01 Thread Raja Nagendra Kumar
-missing..-need-help-tp26977285p26990923.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: Some thing seriously missing.. need help

2009-12-31 Thread supareno
Raja, i tested it with a 1.7.0 ant version with this test file and everything is working i didn't try with a previous ant version. Could you try this and tell us if it is working? Regards, supareno Hi, We have a small macro

Some thing seriously missing.. need help

2009-12-31 Thread Raja Nagendra Kumar
great help to us in the year 2009. Regards, Raja Nagendra Kumar, C.T.O www.tejsoft.com -- View this message in context: http://old.nabble.com/Some-thing-seriously-missing..-need-help-tp26977285p26977285.html Sent from the Ant - Users mailing list archive at Nabble.com

Re: Need help!! Ant find duplicate files

2009-11-11 Thread Scot P. Floess
For scripting I like beanshell myself :) On Wed, 11 Nov 2009, cvsusr wrote: Is there any Ant experts who can provide a solutions for this scenario... ?? Thanks in advance.. cvsusr wrote: Hi In my ant build, I need to find duplicate files under set of dirs and if found, copy it t

Re: Need help!! Ant find duplicate files

2009-11-11 Thread Adam Leggett (UPCO)
Ok, if your preference is javascript you could try the optional scriptdef task instead: http://ant.apache.org/manual/OptionalTasks/scriptdef.html The above page provides an example of how to iterate through filesets which should give you a good start. Thanks Adam On Wed, 2009-11-11 at 02:28 -0

Re: Need help!! Ant find duplicate files

2009-11-11 Thread cvsusr
I really need to learn scripting and do it.. Can I used java script?? I will give a try.. Is it so that i need to write java script and call it using groovy task?? Adam Leggett (UPCO) wrote: > > If you are comfortable with scripting using syntax akin to Java, i'd > suggest you use the groovy

Re: Need help!! Ant find duplicate files

2009-11-11 Thread Greg Roodt
Adam's suggestion of a script is probably going to be the simplest solution. Another option may be to take a look at the Checksum task and generate MD5 hashes for the files, then compare the MD5 hash values for each file, if the values are equal, then you know you have a duplicate. You could then

Re: Need help!! Ant find duplicate files

2009-11-11 Thread Adam Leggett (UPCO)
If you are comfortable with scripting using syntax akin to Java, i'd suggest you use the groovy ant task to do something like this http://groovy.codehaus.org/The+groovy+Ant+Task Thanks Adam On Wed, 2009-11-11 at 02:13 -0800, cvsusr wrote: > Is there any Ant experts who can provide a solutions

Need help!! Ant find duplicate files

2009-11-11 Thread cvsusr
Is there any Ant experts who can provide a solutions for this scenario... ?? Thanks in advance.. cvsusr wrote: > > Hi > > In my ant build, > > I need to find duplicate files under set of dirs and if found, copy it to > the temp directory. > > say in my current dir i have chk/src/a.txt an

Re: Need Help urgent

2009-09-25 Thread shwitzu
>> >> >> ... >> >> >> >> >> >> >> >>> toDir="${jboss.deploy}" /> >> >> >> > > -- View this message

Re: Need Help urgent

2009-09-25 Thread glenn opdycke-hansen
Perhaps you can find the answer by running ant in verbose mode (-v) and write the messages to a file with --glenn On Fri, Sep 25, 2009 at 16:47, shwitzu wrote: > > Hi I am having trouble with the Ant build file which I am using in my > program. I am not able to copy the JAR files which are be

Re: Need Help urgent

2009-09-25 Thread Francis GALIEGUE
On Sat, Sep 26, 2009 at 00:45, shwitzu wrote: > > @ Frank > Thanks for responding > > Even though i remove the properties from the target I am still getting the > same error. > > My problem is with the following part of the code > > >                 toDir="${jboss.deploy}" /> >         > > > fro

Re: Need Help urgent

2009-09-25 Thread shwitzu
location="${jboss.home}/client/ejb3-persistence.jar" /> >location="${out.dir}/sensor-clt.jar" /> > > > > > > > http://www.nabble.com/file/p

Re: Need Help urgent

2009-09-25 Thread Francis GALIEGUE
On Fri, Sep 25, 2009 at 23:47, shwitzu wrote: > > Hi I am having trouble with the Ant build file which I am using in my > program. I am not able to copy the JAR files which are being generated in > the workspace to the deploy folder of jboss. Please let me know what changes > should I do. Here is

Need Help urgent

2009-09-25 Thread shwitzu
/stateful-build.xml stateful-build.xml -- View this message in context: http://www.nabble.com/Need-Help-urgent-tp25619778p25619778.html Sent from the Ant - Users mailing list archive at Nabble.com

AW: Need help on ant cvs task

2009-06-29 Thread Jan.Materne
9 22:13 >An: user-h...@ant.apache.org; user@ant.apache.org >Betreff: Need help on ant cvs task > >Hai, > > Currently I am trying to checkout the CVS repository from ant task in >SOLARIS. > I got this exception [cvs] Caught exception: cvs: not found.Is it >required cvs client

Need help on ant cvs task

2009-06-29 Thread Ananthan Shanmugam
Hai, Currently I am trying to checkout the CVS repository from ant task in SOLARIS. I got this exception [cvs] Caught exception: cvs: not found.Is it required cvs client setup in solaris? or any additional setup is required to execute cvs ant task from SOLARIS? Please help on this issue.

RE: Need help on tag

2009-05-19 Thread Martin Gainty
eulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Subject: Need help on tag > Date: Tue, 19 May 2009 20

Need help on tag

2009-05-19 Thread Kalyani.Bhagwat
Hello, I need to add new column in the html report that is generated by tag after and tag in an ant script that is written for generation of checkstyle report. Could you please help me out and assist in how I can achieve this? Any help appreciated :) Thanks. Kalyani Cell : +44 - 76

Re: Need help with REPLACING an SSI directive

2009-04-30 Thread xak
> value="${html.head.open}" /> >> >> The most important thing here is to be able to develop the source files, >> view them in the browser and then only at the end do a publish build >> where >> the SSIs are replaced. That's it. >> >> I know t

Re: Need help with REPLACING an SSI directive

2009-04-30 Thread Francis Galiegue
Le Thursday 30 April 2009 20:54:24 xak, vous avez écrit : > First off, I am very new to using ANT and I'n not a Java developer but my > needs are very simple ... > > I am creating a web site that is decently large but it must be static. So > I'm thinking that I can develop the site locally using se

Re: Need help with REPLACING an SSI directive

2009-04-30 Thread David Weintraub
lop the source files, > view them in the browser and then only at the end do a publish build where > the SSIs are replaced. That's it. > > I know there are ANT tasks out there to turn various template markup into > HTML but that is overkill for my needs. > > Any assistance

Need help with REPLACING an SSI directive

2009-04-30 Thread xak
at the end do a publish build where the SSIs are replaced. That's it. I know there are ANT tasks out there to turn various template markup into HTML but that is overkill for my needs. Any assistance will be greatly appreciated. Zack -- View this message in context: http://www.nabble.com/N

Re: Need Help

2009-04-30 Thread John Burgess
- Original Message - *From:* "Scot P. Floess" *To:* "Rajesh Kumar (IN4774)" *CC:* "user@ant.apache.org" *Sent:* 30/04/2009 3:31:38 PM +0100 *Subject:* Need Help What does your build.xml file look like? Could be an issue with your XML prolog... On Thu, 30 A

RE: Need Help

2009-04-30 Thread Scot P. Floess
8:02 PM To: Rajesh Kumar (IN4774) Cc: user@ant.apache.org Subject: Re: Need Help What does your build.xml file look like? Could be an issue with your XML prolog... On Thu, 30 Apr 2009, Rajesh Kumar (IN4774) wrote: When u run following command, its say... Ø Ant TARGET_NAME Error Message

RE: Need Help

2009-04-30 Thread Rajesh Kumar (IN4774)
Could you plz let me knw what prolog and how to resolve? Regards, RJ -Original Message- From: Scot P. Floess [mailto:sflo...@nc.rr.com] Sent: Thursday, April 30, 2009 8:02 PM To: Rajesh Kumar (IN4774) Cc: user@ant.apache.org Subject: Re: Need Help What does your build.xml file look

Re: Need Help

2009-04-30 Thread Scot P. Floess
What does your build.xml file look like? Could be an issue with your XML prolog... On Thu, 30 Apr 2009, Rajesh Kumar (IN4774) wrote: When u run following command, its say... Ø Ant TARGET_NAME Error Message: Error reading project file: Invalid byte 1 of 1-byte UTF-8 sequence. Any Help?

Need Help

2009-04-30 Thread Rajesh Kumar (IN4774)
When u run following command, its say... Ø Ant TARGET_NAME Error Message: Error reading project file: Invalid byte 1 of 1-byte UTF-8 sequence. Any Help? Regards, Rajesh http://www.mindtree.com/email/disclaimer.html

Re: Need help in build.xml file...

2008-12-29 Thread David Weintraub
First off. You shouldn't be doing antcalls. Especially in order. Ant has the ability to figure out how to build your software. All you have to do is give it the information it needs. For example: In the above (fairly empty) Ant script, running "ant" will

Re: Need help in build.xml file...

2008-12-29 Thread Anna Teittinen
n" ateitti...@i-a-i.com Subject: Re: Need help in build.xml file... > I created an Ant script based on the code you provided. The following > messages were returned: > > exists: > Skipped because property 'present' not set. > > printError: > Skipped b

Re: Need help in build.xml file...

2008-12-26 Thread glenn opdycke-hansen
I created an Ant script based on the code you provided. The following messages were returned: exists: Skipped because property 'present' not set. printError: Skipped because property 'isaFile' not set. I did a quick rewrite of your code: depends="clean, prepare, ja

Re: Need help in build.xml file...

2008-12-26 Thread John Shott
Anna: I think that you aren't doing everything that you think you are doing in this snippet. In particular, it appears as if nothing ever sets the isaFile property. And, because your printError target depends on the isaFile property being set, you will never get your error message. If I do

Re: Need help in build.xml file...

2008-12-26 Thread glenn opdycke-hansen
I would use the task to create the directory. I would also consider deleting the directory before the mkdir. Is there a need for the multi-line ? Ant is not intended to be a scripting language. On Fri, Dec 26, 2008 at 6:21 PM, Anna Teittinen wrote: > Hello, > > I am relatively new to using ant.

Need help in build.xml file...

2008-12-26 Thread Anna Teittinen
Hello, I am relatively new to using ant. Can somebody help me with a problem I have in my build.xml file? Below is a snippet of code from my build.xml file. Below, "caratsharp.dir" refers to a directory. Basically, if that directory exists, then the clean, prepare, jar, and copy_jar targets will

RE: Need help in writing build.xml

2008-09-09 Thread rasmita.panda
work to generate report.For the time being I want to integrate only junit.I am new to ant scripting.Please help. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2008 5:36 PM To: user@ant.apache.org Subject: AW: Need help in writing build.xml

AW: Need help in writing build.xml

2008-09-09 Thread Jan.Materne
> I recently joined ant users list.I dont know if this is the proper way to > communicate with others? Yes it is. Welcome on the list. When answering please stay here so other could benefit from the discussion too. > I want to integrate some installables like junit, emma and javancss tools. I

Need help in writing build.xml

2008-09-09 Thread rasmita.panda
Hi , I recently joined ant users list.I dont know if this is the proper way to communicate with others? I want some help in updating build.xml file. I have the build.xml file which generates EAR as output with fortify reports currently. I want to integrate some installables like junit, emma and j

Re: need help in ant's javadoc task (from maven)

2008-06-06 Thread Niranjan Deshpande
t; From: Niranjan Deshpande [mailto:[EMAIL PROTECTED] > Sent: Friday, June 06, 2008 5:54 AM > To: user@ant.apache.org; Maven Users List > Subject: need help in ant's javadoc task (from maven) > > > I am trying to generate a .properties file using javadocs in a java source > file, and i

need help in ant's javadoc task (from maven)

2008-06-06 Thread Niranjan Deshpande
I am trying to generate a .properties file using javadocs in a java source file, and i am using ant's task to do this. but i am getting this error when i run the antrun plugin generate.appcodes: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] javadoc: Cannot find doclet

Re: Need help calling one build file from another

2008-05-22 Thread Bryan Richardson
Hi Carlos, Thanks for responding. I was under the impression that the dir value in the ant element would set the basedir property in the build file being executed. Thus, in the Foo build file, I was hoping that ${basedir}/src would point to Foo's src directory rather than Bar's... -- Bryan On

Re: Need help calling one build file from another

2008-05-22 Thread Carlos Alonso
Well Bryan, I think that the problem here relies on the target, you are invoking a target that belongs to other ant file, but the basedir and further properties belongs to the Bar ant file.To avoid this problem, follow the next example: Substitute both your and tasks with something like thi

Need help calling one build file from another

2008-05-21 Thread Bryan Richardson
Hello all, I'm having trouble calling one build file from another. I'm using Eclipse, and I have two projects: Foo Bar Each project has a build.xml file, and the Bar project depends on a jar file generated by the Foo project. The following is the build.xml file for project Foo: Build fil

Re: Tutorial broken, need help resolving

2008-02-01 Thread Xavier Hanin
FYI, I've updated the build.xml pointed by the first tutorial, it should work properly now, sorry for the inconvenience. Xavier On Jan 29, 2008 3:51 PM, Brown, Carlton <[EMAIL PROTECTED]> wrote: > Hi all, I'm getting errors running the tutorial listed here: > > http://ant.apache.org/ivy/history/

Re: Tutorial broken, need help resolving

2008-01-29 Thread Fiouz
Hi, On Jan 29, 2008 3:51 PM, Brown, Carlton <[EMAIL PROTECTED]> wrote: > [get] Error opening connection java.io.FileNotFoundException: > http://people.apache.org/~xavier/ivy/apache-ivy-2.0.0-beta1/ivy.jar > > > > > Clearly

Tutorial broken, need help resolving

2008-01-29 Thread Brown, Carlton
Hi all, I'm getting errors running the tutorial listed here: http://ant.apache.org/ivy/history/latest-milestone/tutorial.html which, per the instructions, "should not take more than 30 seconds if you already have ant and a jdk pr

Re: need help understanding ant 1.7

2007-12-01 Thread David Weintraub
Interesting... I've never seen pathelement used for selecting files to copy. I don't have ant installed on my Mac at home, so I couldn't play around with it, but I wonder if you should have used instead to specify the files for your task. On Dec 1, 2007 1:27 AM, Maf

need help understanding ant 1.7

2007-11-30 Thread Maffitt, David
I have a directory with contents: build.xml a.txt dir/b.txt The content of build.xml is: When flatten is true, all is good and the directory 'dest' is created with a.txt and b.txt. When flatten is false, I hoped to get the directory d

Need Help with Ant Pass fail notification!

2007-08-29 Thread Rajesh Kumar \(IN4774\)
Hi, I am beginner in ant. I am trying to write one program in ant- which will save Pass/fail Notification in one text file. Could you help me please? Thanks in advance! Regards, Rajesh *Thanks & Regards, Rajesh Kumar R & D Services I MindTree Consulti

RE: need help regarding the sql query

2007-07-05 Thread RADEMAKERS Tanguy
, 2007 1:49 PM >To: user@ant.apache.org >Subject: need help regarding the sql query > >hi, > i have a sql query which returns the result as "complete" . >here i want to >use this result as a property to my taget. i mean based on >thi

need help regarding the sql query

2007-07-04 Thread Basha
hi, i have a sql query which returns the result as "complete" . here i want to use this result as a property to my taget. i mean based on this property i want run rest of things. thanks khadar

RE: Need Help With Task

2006-09-13 Thread Robert Pepersack
85-3913 +1.408.212.2346 mailto:[EMAIL PROTECTED] http://www.vitria.com ~~~ -Original Message- From: Robert Pepersack [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 9:57 AM To: user@ant.apache.org Subject: Need Help With Task Hi all, I'm a to An

RE: Need Help With Task

2006-09-13 Thread Kenneth McKnight
user@ant.apache.org Subject: Need Help With Task Hi all, I'm a to Ant. I have some Java classes in a single directory tree that has two child directories (i.e. mia/gui and mia/middleware). I need to create two .jar files, one that contains the classes in the mia.gui package and the other that co

RE: Need Help With Task

2006-09-13 Thread Stephen McConnell
> -Original Message- > From: Robert Pepersack [mailto:[EMAIL PROTECTED] > Sent: Thursday, 14 September 2006 2:27 AM > To: user@ant.apache.org > Subject: Need Help With Task > > Hi all, > > I'm a to Ant. I have some Java classes in a single dire

Re: Need Help With Task

2006-09-13 Thread Matt Benson
--- Robert Pepersack <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm a to Ant. I have some Java classes in a single > directory tree that > has two child directories (i.e. mia/gui and > mia/middleware). I need to > create two .jar files, one that contains the classes > in the mia.gui > package and

Re: Need Help With Task

2006-09-13 Thread Peter Reilly
Hi all, I'm a to Ant. I have some Java classes in a single directory tree that has two child directories (i.e. mia/gui and mia/middleware). I need to create two .jar files, one that contains the classes in the mia.gui package and the other that contains the classes in mia.middleware.

Need Help With Task

2006-09-13 Thread Robert Pepersack
Hi all, I'm a to Ant. I have some Java classes in a single directory tree that has two child directories (i.e. mia/gui and mia/middleware). I need to create two .jar files, one that contains the classes in the mia.gui package and the other that contains the classes in mia.middleware. When I use

Re: Need Help Extending Copy Task

2005-10-19 Thread Stephen Nesbitt
On Wednesday 19 October 2005 01:01, Steve Loughran wrote: > question: where does this newCopy get its project to log to? > > Because I dont see you passing it down, and I would centainly expect > project.log() to NPE when it is null -which is exactly what appears to > be happening. > > newCopy.setP

Re: Need Help Extending Copy Task

2005-10-19 Thread Steve Loughran
Stephen Nesbitt wrote: All: I'm trying to extend the the copy task and am running into a brick wall. What I am trying to do is to extend the task so that it can accept a property which contains a comma separated list of FileSet references. For example: . my:copy would do nothing more than pa

Need Help Extending Copy Task

2005-10-18 Thread Stephen Nesbitt
All: I'm trying to extend the the copy task and am running into a brick wall. What I am trying to do is to extend the task so that it can accept a property which contains a comma separated list of FileSet references. For example: . my:copy would do nothing more than parse filesetlist and call

Need help on setting jvmarg

2005-09-20 Thread saminda abeyruwan
Hi all, I'm using ant as my building tool. I have written some test case for my project and ran via goal. In this case i made fork="true" and ran on Linux (Ubuntu) system and worked perfectly. But when i try to run it on a Windos XP machine, rather than running the test cases, and when excuit

Re: need help adding a command to the compile task

2005-07-17 Thread Simon Kitching
On Sun, 2005-07-17 at 21:32 -0600, Paul Goepfert wrote: > I have been writing a java program with apache ant. When I complie I > get a warning that say to recompile with -Xlint:unchecked for details. > How do I do that in ant? > See the section on the "compilerarg" tag in the javac task docum

need help adding a command to the compile task

2005-07-17 Thread Paul Goepfert
I have been writing a java program with apache ant. When I complie I get a warning that say to recompile with -Xlint:unchecked for details. How do I do that in ant? -Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Need help to solve this error

2005-06-28 Thread Mitesh Vora
Hi, I have one question which i want to get resolved.so anyone plz help me if possible. ERROR: "CAN NOT FIND MAIN CLASS.PROGRAM WILL EXIT." I am getting this error while running Build.xml thru JDeveloper. Today morning i executed several BUILD.xml, which was perfect but in one XML i found this e

RE: Need help creating a WAR task

2005-06-28 Thread Dominique Devienne
> From: Paul Goepfert [mailto:[EMAIL PROTECTED] > > I am creating a WAR task in my build.xml file. How do I move two > configuration xml files that are not my web.xml file to my war file? I > would like to have these files in a dir called conf within the WEB-INF > file. I'm no expert, but here

Need help creating a WAR task

2005-06-28 Thread Paul Goepfert
Hi all, I am creating a WAR task in my build.xml file. How do I move two configuration xml files that are not my web.xml file to my war file? I would like to have these files in a dir called conf within the WEB-INF file. -Paul ---

RE: Need help writing regular expression??

2005-06-22 Thread Bill Rich
: Wednesday, June 22, 2005 1:55 PM To: Ant Users Group Subject: Need help writing regular expression?? Hello all, Quick question... I need write a regular expression to generate from a full name (i.e. ) Given the string: Ninju Bohra I want: NBohra What is the regular expression (if any) I

RE: Need help writing regular expression??

2005-06-22 Thread Ninju Bohra
; > casesensitive="false"/> > > Andy Hardacker > > -Original Message- > From: Ninju Bohra [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 22, 2005 4:55 PM > To: Ant Users Group > Subject: Need help writing regular expression?? > >

  1   2   >