DO NOT REPLY [Bug 35877] - JUnit timeout description is not quite accurate

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35877] New: - JUnit timeout description is not quite accurate

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35871] - unjar/unear/unwar/unzip documentation should mention alias to expand

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35871] New: - unjar/unear/unwar/unzip documentation should mention alias to expand

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Java Development with Ant

2005-07-26 Thread Craeg Strong
> Although it will only interest a small number of developers, i would happily contribute a "ecmascript/javascript with Ant" including JSdoc (similar with javadoc) and JSLint (instead of checkstyle) integration, unit test etc. > Manos Yes, Please! I am involved with a large project that is

AW: Java Development with Ant

2005-07-26 Thread Jan.Materne
>> Actually, maybe we should put together some official ant team >> presentations, for use in in-house or external talks, something like >> the following set. This could be something to get the user community >> involved in too... >> >> -intro to ant >> -why testing matters more than you think -

Re: Java Development with Ant

2005-07-26 Thread Erik Hatcher
On Jul 26, 2005, at 5:30 AM, Steve Loughran wrote: Actually, maybe we should put together some official ant team presentations, for use in in-house or external talks, something like the following set. This could be something to get the user community involved in too... -intro to ant -why

Re: Java Development with Ant

2005-07-26 Thread Emmanouil Batsis
Steve Loughran wrote: Actually, maybe we should put together some official ant team presentations, for use in in-house or external talks, something like the following set. This could be something to get the user community involved in too... -intro to ant -why testing matters more than you th

cvs commit: ant/xdocs contributors.xml

2005-07-26 Thread bodewig
bodewig 2005/07/26 05:07:47 Modified:docs contributors.html cvs.html xdocscontributors.xml Log: Remove blurb about work since i quit Revision ChangesPath 1.68 +279 -283 ant/docs/contributors.html Index: contributors.html ===

DO NOT REPLY [Bug 35866] - JUnit task should show which test case failed

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35866] - JUnit task should show which test case failed

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35866] New: - JUnit task should show which test case failed

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35860] - Ant Usage in WebApp

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

AW: AW: cvs commit: ant build.xml

2005-07-26 Thread Jan.Materne
>> Could you use one statement to create both directories? >> Would be faster than two statements (connect, make >1st dir, >> disconnect, connect, make 2nd dir, disconnect). > >yes, I suppose a semicolon would split the lines. and maybe >the command should be a property so that it can be overri

Re: AW: cvs commit: ant build.xml

2005-07-26 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Could you use one statement to create both directories? Would be faster than two statements (connect, make 1st dir, disconnect, connect, make 2nd dir, disconnect). yes, I suppose a semicolon would split the lines. and maybe the command should be a property so that it

Re: Java Development with Ant

2005-07-26 Thread Steve Loughran
Kev Jackson wrote: Hi all, I'm preparing a talk for the developers here in Vietnam about how to use Ant to build software (mainly Java, but you know there's the .net tasks too). I have the main body of the presentation completed, but I wanted to include some of the more esoteric things you c

Re: Java Development with Ant

2005-07-26 Thread Kev Jackson
They are at the leading edge then... I have been interviewing candidates for a developer position not later than yesterday and it left me with a bitter test about software process and tools used within a team working...no source control within a team of 15 people (10 dev), etc... all that wit

Re: Java Development with Ant

2005-07-26 Thread Phil Weighill Smith
You may well have already included this sort of thing, but I'd cover (not really esoteric): * Immutability and overriding of properties (an often mis- understood aspect) * Conditional targets * Usage of id/refid * Multiple source tree support (e.g. for production an

Re: Java Development with Ant

2005-07-26 Thread Stephane Bailliez
Kev Jackson wrote: Needless to say, the working practices are similar to what I'd expect in the 80's (SourceSafe as version control, everyone locks files, Waterfall as the process, massive investment in design up front, testing is done by teams of bored people etc etc). They are at the leadi

AW: cvs commit: ant build.xml

2005-07-26 Thread Jan.Materne
Could you use one statement to create both directories? Would be faster than two statements (connect, make 1st dir, disconnect, connect, make 2nd dir, disconnect). Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 26. Juli 2005 00:01

AW: Java Development with Ant

2005-07-26 Thread Jan.Materne
Maybe you want to start with the "Hello World with Ant" tutorial [1] from the manual. Have heard that the slides should be online. But havent found them yet. But it would also easier and better to ask Steve directly - especially if you want to reuse them. :) The Wiki [2] contains some things whic