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
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
>>
>
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
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
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
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
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
[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
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]
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
>>>
>> +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
>
> 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
-
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 -
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
>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
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
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
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
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
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
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
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
22 matches
Mail list logo