AntDoc fails under JDK 1.5

2005-11-28 Thread David
going to mantain AntDoc, but there is no way to mantain the product, because there is no information on the web page about the source code. It is a pity, because it is very usefull. Thanks in advance, David antdoc: Trying to override old definition of task AntDoc [AntDoc] AntDoc ru

Re:Re:AntDoc fails under JDK 1.5

2005-11-29 Thread David
>Read the messages David. Looks like AntDoc wants to use an XSL 2.0 >processor, and the only one I know for Java is Saxon, so it must be in >your path so that the Trax API picks it up ahead of the default XSL >processor of the JDK, which is a 1.0 on

Re:AntDoc fails under JDK 1.5

2005-11-29 Thread David
; With: Works but not under Eclipse 3.1.1 I don't know way. I am using Xalan 2.7.0 Thanks, David * AVISO LEGAL * Este mensaje y sus documentos anexos son privados y confidenciales y estan dirigidos exclusivamente a sus de

Url Syntax for invoking adminitrative task on mysql database

2005-11-29 Thread David
host'; -- GRANT CREATE ON *.* TO dev@'localhost'; -- GRANT REFERENCES ON *.* TO dev@'localhost'; -- GRANT INDEX ON *.* TO dev@'localhost'; -- GRANT ALTER ON *.* TO dev@'localhost'; -- GRANT CREATE TEMPORARY TABLES ON *.* TO dev@'loca

RE: Url Syntax for invoking adminitrative task on mysql database

2005-11-29 Thread David
an administrative task for example for creating the database cac it self? Thanks, David Leal -Mensaje original- De: Guru Balse [mailto:[EMAIL PROTECTED] Enviado el: martes, 29 de noviembre de 2005 19:55 Para: [EMAIL PROTECTED] Asunto: Re: Url Syntax for invoking adminitrative task on mysql datab

How to check availability of a set of files

2005-11-30 Thread David
utput directory exist and also the generated set of *.hbm.xml files on a given subfolder. Do you have any idea about how to solve this problem? Thanks in advance, David - Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

�How to split a file? Split Task?????

2006-02-20 Thread David
.html can I use this task using the Ant syntax in a build.xml ant file. If you look in the example the syntax is a little bit different. They use the http://antelope.tigris.org/servlets/ProjectDocumentList Thanks in advance, David

Re: �How to split a file? Split Task?????

2006-02-20 Thread David
vance, David Leal - What are the most popular cars? Find out at Yahoo! Autos

Re: Special Ant-Javadoc for own tasks?

2006-02-20 Thread David
, because the link to the latest version doesn't work. I hope this help, David >i just wrote a bunch of project-specific ant tasks to use with our build >system. When it came to documentation, i searched for something similar >as JavaDoc is to java programmers. >C

How to use replaceregexp in multi-line context?

2006-05-17 Thread David
Do you have any suggestion about that?, Thanks in advance, David - Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just 2¢/min with Yahoo! Messenger with Voice.

Re:How to use replaceregexp in multi-line context?

2006-05-18 Thread David
token is at new line and it is a string instead of character like my case(";"), so we can specify the "s" flag and "eat" every thing with .* pattern (including the new line because the "s" option stays that) Please let

Fwd: Re: AW: How to use replaceregexp in multi-line context?

2006-05-19 Thread David
Dear Oliver, Your solution works!, so my regular expression: eats the multi-lines. I don't understand well why you need to put two times the ) as you have commented. In my cas it works as above. Thank a lot, David Oliver Ashoff &l

ftp task fails when file has ' (apostrophe symbol)

2006-05-22 Thread David
if the is any shortcut solution for this problem in the mean time you solve it for the next release.Thanks,David P.D.: I have reported this possible bug on: http://issues.apache.org/bugzilla/show_bug.cgi?id=39204 - Love cheap thrills? En

ftp task fails when file has ' (apostrophe symbol)

2006-05-22 Thread David
cting BUILD SUCCESSFUL as you can see the file name is changed for the ftp task but not for the copy task. WHY Please let me know if the is any shortcut solution for this problem in the mean time you solve it for the next release. Thanks,

Re: ftp task fails when file has ' (apostrophe symbol)

2006-05-22 Thread David
re eliminated. Thanks any way, David David wrote: > (Read this message, it is more readeable) > > I have to get a file from the server, > but the name has to be encloses by ' symbol, for example: > 'foo.txt', but Ant process the file name an eliminates

Insert a file into another at given point (not necessary at the end)

2006-05-29 Thread David
hanks, David - Sneak preview the all-new Yahoo.com. It's not radically different. Just radically better.

Re: Insert a file into another at given point (not necessary at the end)

2006-05-29 Thread David
Dear Martin, I don't know if I can do it with ReplaceRegExp, I know this target, because I use it for situation. I need to find a correct way to match the middle of the file and to delimit each block. Thanks for your input, David >Have you looked at ReplaceReg

Scripting language recomendation for using

2006-09-17 Thread David
obably with Perl you can do every thing, but on the production environmnet I can't install any thing new. I just can add some jars only. Thanks in advance, David - All-new Yahoo! Mail - Fire up a more powerful email and get things done faster.

Re: Scripting language recomendation for using

2006-09-18 Thread David
, David David <[EMAIL PROTECTED]> wrote:>David, >I have a similar background to you (c++ & java) and I've found >Beanshell >to be pretty good. It's _very_ much like coding straight java so it'll >suit you fine, if you want to get started with a very s

Re: Scripting language recomendation for using

2006-09-18 Thread David
, David David <[EMAIL PROTECTED]> wrote: >Hello, > >You will get 1001 different answers to this question. >Personally I use Jython for this kind of thing as it has the java library but >also >adds the nice extra stuff from python which makes writing small sc

How to preserve a property assigned via antcall on main build process?

2006-10-16 Thread David
m? Thanks, David - Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail.

ant-trax.jar not included in openjdk (on ubuntu)

2011-03-28 Thread David
into /usr/share/java and my build now works. I'm not sure if it is a build or a run time dependancy for Eclipse, but Should this be something that ant should put back into its shipping packages? Thanks,

RE: javadoc nested elements: group, tag, link don't work

2003-08-14 Thread David
Thank you, that was the problem, I am beginner so something like this sometims happends. Thanks again, David -Mensaje original- De: Stefan Bodewig [mailto:[EMAIL PROTECTED] Enviado el: miercoles, 13 de agosto de 2003 13:06 Para: [EMAIL PROTECTED] Asunto: Re: javadoc nested elements

can't execute an ant execution

2003-09-03 Thread David
the ant command: ant rename-file, is not executed. The file doesn't change the name. Do you have any idea about why it doesn't work. Note: I am using the latest ant version. Thanks in advance, David - To unsubscri

Ant taskdef works in one build.xml but not another

2007-09-10 Thread david
. All particulars follow. Thanks in advance and please advise, David. OS: Windows XP IDE: Eclipse 3.3 (Europa) Ant: 1.7.0 ant.home = env.ANT_HOME Java: 1.6.0_02 taskdef class com.jera.anttasks.Query cannot be found - To

Re: Ant taskdef works in one build.xml but not another

2007-09-10 Thread david
Hello Kevin, yep your right: the actually works in both build.xml at the command-line. The difference is the Eclipse build path is errant and issues warnings. Trusting Eclipse is ill-advised. Thanks, David. Kevin Jackson wrote .. > Hi, > > Can you add the build.xml inline as the lis

Ant deployment target works in one build.xml but not the other

2007-09-10 Thread david
anything of interest. Please advise, David. OS: (local) Windows XP, (Remote) 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:37:32 EDT 2006 i686 i686 i386 GNU/Linux Ant: 1.7.0 Java: 1.6.0_02 Error condition: deploy: [scp] Connecting to :22 BUILD FAILED C:\Documents and Settings\My Documents\dev

Exception: AxisFault during deployment Connection Refused

2007-09-13 Thread david
Hello Ann, Steve, all axis dev and users, I have a curious situation with my attempts to deploy an axis ws packaged as a JAR file. The question is: how to deploy on running axis server? The jar is placed into the WEB-INF/classes directory as instructed at step 5: http://ws.apache.org/axis/java/

Re: Modify xml based on a configuration file

2007-09-25 Thread david
e.src: The properties jdbcurl and dbpassword are defined in my build.properties file. The filterset replaces all instances of @JDBCURL@ and @DBPASSWORD@ with the actual string values. HTH, David. Karsten Kousgaard wrote .. > Hello > > I'm doing my first ANT project, but have f

Re: how can I copy a directory of files to lower case equivalents?

2007-10-02 Thread david
Hello Alx, assuming you are on some type of NIX system (Windows doesn't car about case) the following is untested but you might want to twiddle around with it or this may get you a starting point in another direction: Alx G wrote .. > > Hi, > > Does anyone know if there's anything

Re: how can I copy a directory of files to lower case equivalents?

2007-10-02 Thread david
Hello Steve, this should be in DZONE snippets. Steve Loughran wrote .. > Alx G wrote: > > Hi, > > > > Does anyone know if there's anything in Ant that can copy files from > a > > directory to another directory but change all the file names to lower > case? > > > > e.g. > > > > working/some_fold

Re: Build on remote machine.

2007-10-17 Thread david
If you want an ant only solution you will have to build locally and deploy remotely: I am currently building locally and deploying remotely using and doing post deployment using . You will have to look up both ant optional tasks for their argument lists. Minimally you will need to set the tas

Ant build vs. CruiseControl

2007-10-25 Thread david
ng as stated above. All of the CC ML replies so far claim Ant as the culprit. The particulars follow. Thanks in advance and please advise, David. OS: Windows XP Ant: 1.7.0 CC: 2.7.1 JDK: 1.4 - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Ant build vs. CruiseControl

2007-10-25 Thread david
> -Original Message- > From: david [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 25, 2007 10:43 AM > To: user@ant.apache.org > Subject: Ant build vs. CruiseControl > > Hello Steve, dev, committers, gurus and users, a few weeks ago I read an > email from Steve in t

Re: Build on remote machine.

2007-10-26 Thread david
hat I completed with my projects building under CC/Ant shows that CC is a great tool but the config has gotten out-of-hand. And, therefore, I am looking elsewhere. Please advise, David. Steve Loughran wrote .. > Yona Eilat wrote: > > > > > > Hi, > > > > > >

Re: target progress bar

2007-11-06 Thread david
Try: http://www.yworks.com/en/products_antexplorer_walkthrough.htm#depbar Jo Support wrote .. > hi, is there a lib that can display a target progress (or percentage > progress, or something similar) bar instead of the standard output of each > tasks? > i'd like to make my scripts' users blind of t

RE: Ant scp / user/password proper management

2007-11-07 Thread david
Steve still has the better solution (just more work). Bizard Nicolas (KIRO 41) wrote .. > Hi David, > thanks for the input. > > I just had a hard time to find the following line was needed, but it > works as a charm now : > > > Cheers > Nicolas > > -----Or

Re: Ant scp / user/password proper management

2007-11-07 Thread david
Hello, use the Query Ant task @: http://www.jera.com/tools/anttasks/. Works quite well for me when the (ex-COBOL programmer) project manager is looking over your shoulder asking about the latest build. HTH, David. ;-) Bizard Nicolas (KIRO 41) wrote .. > Hi all, > the ant scp task works

Re: Problems understanding classpath and package

2007-12-29 Thread david
://www.javaranch.com/ http://www.javalobby.org http://www.dzone.com HTH, David. Andrew Connick wrote .. > Hello > > I am fairly new to Ant. I am trying to use it to compile java, but I am > having problems with 'package does not exist' I assume it's a classpath > issue. Although I ca

and classpath mystery

2007-12-31 Thread david
" and the basedir is equal to: c:/dev/java/ the path id=webapp.classpath will resolve to c:/dev/java/webapps in spite of the fact that webapps does not exist anywhere as a property or value. I have run ant -debug but this does not display any hidden variables. Please adv

Re: Script Task In Ant

2007-12-31 Thread david
Hello Francisco, isn't Leopard new to Java 6? There are known problems with Leopard and Java 6 see: javalobby article: http://www.javalobby.org/java/forums/t102936.html What is the JDK version? run: ant -debug What echo message do you get from ${env.CLASSPATH} ? Francisco Tolmasky wrote .. > He

Re: Is there a login "wait for password" target/task?

2009-02-20 Thread david
Hello Scott, FWIF maybe this link can help: http://www.jera.com/tools/anttasks/. 8) David. Scott Stark wrote .. > > I noticed the task automates a remote telnet session, using > and to indicate strings to wait for and specify text to send. > > Is there any more generic task t

Re: Can't find DocumentException

2009-02-26 Thread david
Hello Troy, maybe if you try this the following found at: http://ant.apache.org/manual/using.html ** You can specify PATH- and CLASSPATH-type references using both ":" and ";" as separator characters. Ant will convert the separator to the

Where Tomcat tasks documented

2005-03-29 Thread David
Dear Members, I am looking where are the install, reload, remove and list tasks documented, I don't see them on the Apache Ant User Manual (Core and Optional Tasks). Thanks in advance, David Leal - Do you Yahoo!? Make Yahoo! your home page

Tomcat start/stop tasks don't work for Tomcat 5.5

2005-03-29 Thread David
unch.Launcher.main(Launcher.java:55) Total time: 5 seconds ==== Thanks, David Leal - Do you Yahoo!? Yahoo! Small Business - Try our new resources site!

ANT CVS and log

2005-09-12 Thread David TROGDON
ssy and ANT does not seem to like the <= or >= when trying to define date ranges. You wonderful insight and help is appreciated Thanks David T. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: ANT CVS and log

2005-09-12 Thread David TROGDON
| | Subject: RE: ANT CVS and log | >---| > -Original Message- > From: David TROGDON [mailto:[EMAIL PROTECTED] > Sent: Monday, September 12, 2005 11:1

Update manifest in jar with additional attribute

2005-10-27 Thread Karr, David
I have a need to build a target that updates the manifest of a jar file with an additional attribute (perhaps replace if it's already present). If I use a jar task, with 'update="true"' and an inline manifest element containing the property I want to add, and no files specified, what is it likely t

Selecting between sync to head and sync to label with Ant "p4sync" task

2005-11-15 Thread Karr, David
If I have code that needs to choose between syncing to head and syncing to a label, is there a label value that corresponds to "head"? My code currently checks a "p4.label" property to determine whether to do a sync or not. I'm guessing I'm going to have to also check for "p4.label" being equal t

RE: ant not recognizing command line argument

2005-11-30 Thread Karr, David
We'd have to see your build file. I'm guessing your "clean" target has a dependency which you didn't notice. > -Original Message- > From: Safak Ökmen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 30, 2005 10:59 AM > To: user@ant.apache.org > Subject: ant not recognizing command

RE: Getting problem in running weblogic generated ant script

2006-02-02 Thread Karr, David
Are you building this on the same box that you generated the Ant script from? Is "C:/builds/vice/BaseLine1.0/source/vice" still where your app source code is located? > -Original Message- > From: ashish [mailto:[EMAIL PROTECTED] > > Hi > I am using an ant build script generated by weblo

Cannot copy due to null

2006-02-04 Thread David Leangen
I am getting a strange error: cannot copy due to null. Any ideas why this happens? Why is there no message? Log output below. Thanks! prepare-etc-test: [copy] Copying 1 file to J:\ops4j\projects\legacy\transit\core\handler\target\test [copy] Warning: Failed to copy J:\ops4j\proj

question about dependencies

2006-02-22 Thread David Rosenstein
will never be executed again as a dependency. But if i run this script here: -David Rosenstein IMS Software +1 203 795-9047 x214 <http://www.ims-usa.com/> http://www.ims-usa.com/

question about dependencies

2006-02-22 Thread David Rosenstein
Hi All- Sorry about the double post. The rest of my question is here now. I've seen a couple of rumblings in the archives on this, but I am really confused about the ant documentation versus actual behavior on target dependencies. The documentation (

Move two folders into a zip file

2006-06-06 Thread David Bates
frontend/ --/ Contents of frontend |--- backend/ --/ Contents of backend What switch is needed? David Bates Analyst Programmer Trigger Software Ltd Direct Dial: +44 (0)1242 258682 Phone: +4

Multiple directories

2006-06-08 Thread David Bates
need to be backed up: servers/MyApp1, servers/MyApp2, servers/MyApp3. Is there a neat way of doing this? e.g. backup.backend.dir=servers/MyApp1:servers/MyApp2:servers/MyApp3 or backup.backend.dir=servers/MyApp* Cheers again, David.

Re: Ant build Time

2006-07-20 Thread David TROGDON
I don't think ANT adds significant time to a build. What does add time is the number files being compiled and files possibly being moved, copied etc. especially across a network. I routinely do builds composed of several thousands of files. Several years ago my build structure crossed several net

Re: Need Info - Ant Script to Check In Code to CVS

2006-08-07 Thread David TROGDON
I use similar code as follows. This is simply for checkout. We use the Eclipse application to check in but I am sure CVS check in funcitons could be used in a similar manner. Your exact code will of course depend on repository names, project name(s), location of repositiory, any passwords neede

Re: Good guide on how to do logging with Ant

2006-08-23 Thread David TROGDON
There are a few different loggers: Default Logger NoBannerLogger MailLogger AnsiColorLogger XmlLogger They are implemented similar to: ant -logger org.apache.tools.ant.DefaultLogger ant -logger org.apache.tools.ant.NoBannerLogger etc The xml logger needs a xmlLogger.file property that is se

Re: CVS checkout with ANT

2006-09-05 Thread David TROGDON
I'm not sure of how you are useing/accessing CVS or your operating system. I would think you could do "test" check out from a command window. Once you have a command line you know works from the command window, you should be able to implement the same command from Ant. I do something similar to

Re: CVS checkout with ANT

2006-09-05 Thread David TROGDON
"Ant Users List" David, I am using eclipse, and everything works fine from there.

Re: Ant does not read -D properties same way as Java

2006-09-15 Thread David Jones
Vladimir, As per the Ant manual: -D= use value for given property In your case you would want -Dfoo=bar Please try that and see if it works. I expect that it should. -Dave On 9/15/06, Vladimir Egorov <[EMAIL PROTECTED]> wrote: Hi Ant Users, I have the following trivial build.xml.

Re: Using Ant with older Java versions

2006-10-25 Thread David Jones
Hi, Source and target define what compatibility to use, not which JDK is being used. So 1.5 probably just will not allow that to compile. However, you could tell it to use a different JDK (1.3), using the executable option, and then it would actually be compiling with that version of java. That

Re: Using Ant with older Java versions

2006-10-27 Thread David Jones
e tomorrow. > > Thanks to all, > --Wayne > > > Scot P. Floess wrote: >> I think its just a warning...not that it doesn't compile. I tried it >> on my machine (which has JDK 1.5.0_08 installed) and it did compile... >> >> David Jones wrote: >>>

Referencing another build file

2006-11-06 Thread David Bates
to the location of the "dist" directory for ProjectB because the variable name for the location is called ${dist.dir} in both projects, rendering the "inheritall" Ant task attribute fairly useless. Any thoughts? Cheers, David. -

Harvest custom tasks?

2006-11-14 Thread David . Priebe
I am using Harvest for SCM. I didn't see any existing ant tasks for Harvest. Does anyone have any they'd like to share? I'm making the assumption that I'm not the first one to need to create custom tasks for Harvest. Thanks, Dave Priebe

Re: Error parsing ivy.xml files using Jenkins

2011-02-25 Thread David Goblirsch
anders.jacobs...@gmail.com wrote: Hi! The Jenkins Ivy plugin uses Ivy 2.1 internally so yes, it would not allow version="2.2". Ivy 2.1 only allows "1.0", "1.1", "1.2", "1.3", "1.4" and "2.0". Good to know, but the manual doesn't say that the ivy-module version tracks the release number.

Ant 1.8.3alpha: task fails to handle quotes within quotes command lines

2011-06-27 Thread David Parks
I'm trying to run a command with both single and double quotes through . I am using last nights build of ant 1.8.3alpha (I should note the same behavior on 1.8.2). But the arguments appear to be incorrectly passed to the command line, as per the following demonstration. This command runs from a DO

RE: Ant 1.8.3alpha: task fails to handle quotes within quotes command lines

2011-06-27 Thread David Parks
only talking to myself here. I suppose this is natures version of an infinite loop. -Original Message----- From: David Parks [mailto:davidpark...@yahoo.com] Sent: Tuesday, June 28, 2011 10:35 AM To: user@ant.apache.org Subject: Ant 1.8.3alpha: task fails to handle quotes within quotes com

RE: Hide password in java ant task

2011-07-07 Thread David Parks
g wasn't implemented on the exec task prior to a few weeks back), though hopefully in your case inputstring is working as advertised in the docs for the java task. David -Original Message- From: Muralidhar Manku [mailto:muralidhar.ma...@gmail.com] Sent: Thursday, July 07, 2011 8:37 P

RE: optional depends for targets

2011-07-22 Thread David Sills
This is how I deal with that: simply set up two (I call them) synthetic targets. One depends on A and C, the other on B, A, and C. Then call one or the other of them. They only need the depends: -Original Message- From: Vimil Saju [mailto:vimils...@yahoo.com] Sent: Thursday, July 21,

Re: Problems using properties containing multiple dollar signs.

2011-08-17 Thread David Weintraub
ariable seems correct, but the echo is wrong. However, this does work: So, by declaring a variable equal to "$" and using that instead of dollar signs seems to work. -- Da

Possible reasons for failing to find XJC task class

2011-10-10 Thread KARR, DAVID
I work with two groups who are both importing a build script written by our team. The imported build script has a "taskdef" to define the "xjc2" task, using "com.sun.tools.xjc.XJCTask". Below that, there is a target that references the "xjc2" task. The taskdef looks like this:

How do I trace where a target was called from in a complicated build?

2012-03-19 Thread KARR, DAVID
I'm working with a complex build that calls the "clean" target at some point. I need to figure out how/where that target is referenced. I've turned on Ant verbose output, but none of the additional information that produces helps me understand why "clean" was called. How can I trace how/where

How do I change the default conflict manager?

2012-04-02 Thread David Goblirsch
How can I change the default conflict manager from latest-revision to latest-compatible? I work at a site where we have 300+ ivy projects, and every time I put out a new 3rd party jar the builds all break unless I start at the bottom of the dependency hierarchy and rebuild everything. Updating

Why is javac for unit tests working for me, but not someone else?

2013-02-15 Thread KARR, DAVID
I implemented a target in a base build script for compiling and running unit tests with cobertura. It's working fine in my environment. Someone I work with is trying to use it in their environment. As expected, it bombs completely in his environment. I'm trying to find some clues that tell m

RE: Why is javac for unit tests working for me, but not someone else?

2013-02-15 Thread KARR, DAVID
> -Original Message- > From: KARR, DAVID > Sent: Friday, February 15, 2013 3:21 PM > To: Ant Users List > Subject: Why is javac for unit tests working for me, but not someone else? > > I implemented a target in a base build script for compiling and running unit &

problem with ftp

2013-11-28 Thread David Coleman
hello list! I have an issue with my ftp task in ANT 1.9.1 here is my ftp task: I know that i successfully connect to my server because I get

RE: AW: problem with ftp

2013-11-28 Thread David Coleman
ns there (or in the target from where you call deployHoftest). > > Jan > > > -Ursprüngliche Nachricht- > > Von: David Coleman [mailto:david_coleman_...@hotmail.com] > > Gesendet: Donnerstag, 28. November 2013 20:35 > > An: user@ant.apache.org > > Betreff: problem wit

RE: AW: AW: problem with ftp

2013-11-29 Thread David Coleman
problem with ftp > > > Date: Fri, 29 Nov 2013 06:54:00 +0100 > > > > > > My first thought is that you are setting a property with a strange > > name. > > > Could you run with "-d"? Maybe the debug output gives more hints. > > > Whil

RE: AW: AW: problem with ftp

2013-11-29 Thread David Coleman
re information. Honestly, I'm sure he has helped many people. But I think that just because I'm new doesn't mean he can condescend me. Date: Sat, 30 Nov 2013 00:51:36 -0500 From: sflo...@nc.rr.com To: user@ant.apache.org Subject: RE: AW: AW: problem with ftp David, I&

appologies

2013-11-29 Thread David Coleman
I apologize to Jan. I expressed my frustration with his troubleshooting approach inappropriately. It was unprofessional, and a horrible first way to present myself. I will try to phrase my questions better in the future so that such questions can be avoided. I will politely share my knowledg

list maint

2013-11-30 Thread David Coleman
not sure who should handle this but every mail i send to the list generates a "cannot deliver" email bouncing back to me from kola.oyed...@columbusinsurance.co.uk

How to gracefully not use a feature if the task jar isn't present?

2014-05-29 Thread KARR, DAVID
I'm trying to implement an optional feature in a build script that utilizes the "xmltask" jar. To be less intrusive, I want the feature to be silently disabled if the xmltask jar isn't available. I initially assumed that I would check for the presence of the jar in "$HOME/.ant/lib", but that ha

RE: How to gracefully not use a feature if the task jar isn't present?

2014-05-29 Thread KARR, DAVID
> -Original Message- > From: KARR, DAVID > Sent: Thursday, May 29, 2014 4:12 PM > To: Ant Users List > Subject: How to gracefully not use a feature if the task jar isn't > present? > > I'm trying to implement an optional feature in a build script that &

Error about "Provider xx not a subtype" from using Ant XJC task

2015-01-16 Thread KARR, DAVID
I'm using the Ant XJC task, and attempting to load two JAXB extensions. One is a local copy of the "element wrapper" plugin, and the other the "fluent api". When I run this, I get the following error: Caused by: java.util.ServiceConfigurationError: com.sun.tools.xjc.Plugin:

RE: Error about "Provider xx not a subtype" from using Ant XJC task

2015-01-20 Thread KARR, DAVID
> -Original Message- > From: KARR, DAVID > Sent: Friday, January 16, 2015 9:44 AM > To: user@ant.apache.org > Subject: Error about "Provider xx not a subtype" from using Ant XJC task > > I'm using the Ant XJC task, and attempting to load two JAXB exte

RE: Error about "Provider xx not a subtype" from using Ant XJC task

2015-01-29 Thread KARR, DAVID
> -Original Message- > From: KARR, DAVID > Sent: Tuesday, January 20, 2015 10:59 AM > To: Ant Users List > Subject: RE: Error about "Provider xx not a subtype" from using Ant XJC > task > > > -Original Message- > > From: KARR, DAVID

Apple Silicon M1 Compatible Build of ANT

2021-11-22 Thread David Garratt
I will soon be getting a M1 based Apple Mac and I am looking for compatible builds of my most frequently used tools including ANT. At the moment I’ve not been able to find anything which looks like it’s built for an arm CPU. Could anyone point me in the right direction please.

Re: Apple Silicon M1 Compatible Build of ANT

2021-11-22 Thread David Garratt
asking about the binary executable with invokes the java are and runs the .jars Dave > On 22 Nov 2021, at 12:14, Dominique Devienne wrote: > > On Mon, Nov 22, 2021 at 12:23 PM David Garratt > wrote: > >> I will soon be getting a M1 based Apple Mac and I am looking for >&

Re: Apple Silicon M1 Compatible Build of ANT

2021-11-22 Thread David Garratt
:14, Dominique Devienne wrote: > > On Mon, Nov 22, 2021 at 12:23 PM David Garratt > wrote: > >> I will soon be getting a M1 based Apple Mac and I am looking for >> compatible builds of my most frequently used tools including ANT. > > At the moment I’ve not been able to fi

Re: Apple Silicon M1 Compatible Build of ANT

2021-11-22 Thread David Garratt
OK - I understand - I had expected a script to have a .sh file extension > On 22 Nov 2021, at 13:10, Matt Benson wrote: > > Usually this "top one" is a shell script rather than a compiled executable. > > Matt > > On Mon, Nov 22, 2021, 7:02 AM David Garrat

SSH for Ant

2003-02-25 Thread David McTavish
First beta release of J2SSH is now available at: http://sourceforge.net/forum/forum.php?forum_id=255546 includes an ant task as well. Thought the posts on here requesting this last week might be interested. d. - To unsubscribe,

RE: Removing whitespace in the code

2003-02-25 Thread David McTavish
I believe if you compile with the optimize flag on, it will remove this for you. d. -Original Message- From: Lee, Michael.M [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 2:41 PM To: '[EMAIL PROTECTED]' Subject: Removing whitespace in the code Hello, all. When I write code,

RE: source style integration with ant

2003-04-03 Thread David McTavish
checkstyle is sent from heaven. http://checkstyle.sourceforge.net or jalopy is good for auto-updating http://jalopy.sourceforge.net/ -Original Message- From: Ruel Loehr [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 10:49 AM To: Ant Users List Subject: source style integration

Re: Difficulty with "unless" attribute

2003-06-12 Thread David . Bailey
"Maurer, Justin" <[EMAIL PROTECTED]To: <[EMAIL PROTECTED]>

RE: ANT BUILD ERROR : suns class files not found

2003-06-25 Thread David Chow
Instead of adding this PATH=$PATH:$JAVA_HOME/bin, use PATH=$JAVA_HOME/bin:$PATH instead so your version of Java will appear first in the search path. -Original Message- From: rebel student [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:23 AM To: [EMAIL PROTECTED] Subject: A

RE: Stopping and starting a service in Win2000 with Ant.

2003-07-24 Thread David McTavish
you should put single quotes around ${service} if there are multiple words in the name of the service. d. -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 7:22 AM To: Ant Users List; Gian Franco Casula Subject: Re: Stopping and starti

RE: Is there a way?

2003-07-24 Thread David McTavish
I also believe that there is an SSH task you could use to remote execute scripts. somewhere around here: http://sourceforge.net/projects/sshtools/ d. -Original Message- From: Michael Finger [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 2:21 PM To: Ant Users List Subject: RE: I

RE: WAR file not deflating when tomcat starts up when built with Ant

2003-07-28 Thread David McTavish
I had this problem on BSD when the tomcat process did not have adequate permissions to the webapps directory, OR, the .war file in particular. try chmod 777 on /webapps and your war file and see if that works. d. -Original Message- From: Billy Bacon [mailto:[EMAIL PROTECTED] Sent: Monday

  1   2   3   4   5   6   7   8   9   >