Re: Adding magic properties for targets?

2008-06-02 Thread James Fuller
On Mon, Jun 2, 2008 at 4:47 PM, Steve Loughran <[EMAIL PROTECTED]> wrote: > No, QNames are (a) evil (b) not part of XML; they ar part of the W3C XML > Schema. hehe, this was exactly the response I predicted. ok, I will play along . > I've just noticed the that Open Grid Forum's Open Grid Se

Re: Adding magic properties for targets?

2008-06-02 Thread James Fuller
On Mon, Jun 2, 2008 at 1:12 PM, Steve Loughran <[EMAIL PROTECTED]> wrote: > Dominique Devienne wrote: >> >> I'd add that those properties, if made available, should probably be >> prefixed with ant., to make it clear they are "built-in". Perhaps: >> >> ant.default-target >> ant.targets-invoked >> >

Re: Functional testing with AntUnit

2007-07-31 Thread James Fuller
probably won't help you directly, but if you want to see some more antunit examples in real situations, I recently generated an antunit test suite for the eXist XMLDB project (exist.sourceforge.net) https://sourceforge.net/tracker/?func=detail&atid=317691&aid=1743796&group_id=17691 eXist XMLDB ha

Re: IDEA

2007-03-24 Thread James Fuller
I like netbeans out of the lot with respect to its integration with Ant, but I miss some of the nicities of eclipse. It may sound silly, but my fav IDE is currently Xcode for most thingsits ant integration is passable...and because I am doing a bit of cocoa dev means I can switch between thin

Re: XML version of WHATSNEW

2006-09-21 Thread James Fuller
Dominique Devienne wrote: I could make up something ad-hoc myself[1], but wanted to ask whether anybody around here knows an existing DTD/Schema that would lend itself to changelog style documents. Somebody must have created something like this before. I've toyed with it in sanbdox/antlibs/ge

Re: Ant 1.7 alpha available for testing...

2006-07-31 Thread James Fuller
Steve Loughran wrote: jfuller wrote: Steve Loughran wrote: jfuller wrote: Looks good during my first checks. looks good on OSX 10.4.6, will be testing this release on a 'serious' build server farm over the weekend (rhe4). how many servers constitutes serious? the system cons

Re: FYI: document the code

2005-08-02 Thread James Fuller
Kev Jackson wrote: > James Fuller wrote: > >> [EMAIL PROTECTED] wrote: >> >> >> >>> You know that we (for several months :) are discussing about >>> autogenerating the manual. >>> I think we should have an eye on one of the Apache Goog

Re: FYI: document the code

2005-08-02 Thread James Fuller
[EMAIL PROTECTED] wrote: >You know that we (for several months :) are discussing about >autogenerating the manual. >I think we should have an eye on one of the Apache Google Summer of Code >projects - RefDoc. >Maybe we could reuse parts or the whole of it. > >See >http://marc.theaimsgroup.com/?l=f

Re: AW: Can you help me!!!

2005-06-09 Thread James Fuller
perhaps this old chestnut will help you with asking questions http://www.catb.org/~esr/faqs/smart-questions.html gl, Jim Fuller - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can you help me!!!

2005-06-09 Thread James Fuller
Srinivas wrote: >Dear Smith, > > I am new to ant Scripting. My requirement is like this. We are using > Weblogic. > > I receive an .EAR file and before deployment my BUILD should do the > following. > > a. My Script should locate the weblogic-ejb-jar.xml insi

Re: Google Summer of Code, Apache ANT project ideas?

2005-06-06 Thread James Fuller
>>> >> +1 to XDoclet; the only alternative would be Java1.5 annotations and >> we do not want to go there. > I would reiterate the same thing. > What about using qdox[1] directly rather than going through xdoclet ? > > [1] - http://qdox.codehaus.org/ interesting, never have used itI would th

Re: http tasks

2005-05-26 Thread James Fuller
> > what they really need is a functional test harness. I had some .pl > code up on iseran.com that tested a bit of it, but we should really > create a WAR and bring it up in Jetty or something. > why not jmeter ? jim fuller -

Re: Drop 1.2/1.3 support in Ant 1.7 (or sometime)?

2005-04-06 Thread James Fuller
Jesse Glick wrote: > Has anyone given thought to when we drop support for running Ant on > JDK 1.2/1.3? These releases are pretty old by now and AFAIK all major > platforms have had a decent 1.4 port for a while. I am guessing most > Java developers would be using a relatively recent JDK anyway -

Re: Prototype work on XML+XSL based Ant doc

2005-03-25 Thread James Fuller
Dominique Devienne wrote: >>From: James Fuller [mailto:[EMAIL PROTECTED] >> >>a few ruminations; >> >>- replace with or , easier on the >> >> >eye > >Sounds good. I also thought of for definition. Even shorter > > have used a

Re: Prototype work on XML+XSL based Ant doc

2005-03-25 Thread James Fuller
>probably due to my ignorance of more advanced XML technologies. I think >your proposals would be a lot easier to understand if you actually took >ant.xml and modified it to show what you mean. Inside XHTML, Docbook, >Dublin Core, etc... markup in there, change the structure as you propose >in a c

Re: Prototype work on XML+XSL based Ant doc

2005-03-25 Thread James Fuller
a few ruminations; - replace with or , easier on the eye - description / section text should be free to use XHTML: xmlns:x="" Docbook: xmlns:db="" Dublin Core xmlns:dc="" Current namespace elements should mimic docbook simple subset of elements, for future integration/mapping. - I would sug

Re: loop with ant

2005-03-01 Thread James Fuller
Maxime FAZENTIEUX wrote: Hi, I want to execute ant tasks in a loop : The Java class : public class TacheEssai extends Task{ public void execute() throws BuildException{ Project projet = this.getProject(); for(int i=0;i<5;i++){ projet.setUserProperty("num_tmp",""+i); projet

Re: a few questions (sorry quite long)

2005-03-01 Thread James Fuller
Steve Loughran wrote: James Fuller wrote: btw I have a few general developer questions... before I start caning bugzilla I think any responses would be well appreciated; really appreciate the time you have taken to answer.even where you have confirmed simply lets me know if something is

a few questions (sorry quite long)

2005-02-28 Thread James Fuller
btw I have a few general developer questions... before I start caning bugzilla I think any responses would be well appreciated; a few comments on usage of XDoclet to autodoc manual as someone who is a complete fan of XDoclet and av

a few questions

2005-02-28 Thread James Fuller
Steve Loughran wrote: James Fuller wrote: no, I have already gone through the input masking funits more about locking down...or giving the opportunity to lock down; e.g. secure class loading, working with digital certs, etc... to run ant secure you'd need to generate a JAR of everythi

Re: AW: 1.7 release timetable & features.

2005-02-25 Thread James Fuller
Steve Loughran wrote: [EMAIL PROTECTED] wrote: - manual needs some pretty generous scrubbing and reorganisation (note: not a fan of any of task styles used...ex. WhichResource) and generally a fresher look and feel. WhichResource is one of the xdoclet generated docs. New velocity/XSLT can impro

Re: How to supress output

2005-01-24 Thread James Fuller
Anderson, Rob (Global Trade) wrote: Anderson, Rob (Global Trade) wrote: I have ClearCase. I can test it. Although I am not a committer, I have contributed tasks and bug fixes. I was a little surprised by Steve Loughran's response to the bug report. Steve, Question: Does developer