DO NOT REPLY [Bug 29922] New: - DTD generated by antstructure task does not include junit element

2004-07-05 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: cvs commit: ant/xdocs projects.xml

2004-07-05 Thread Steve Loughran
[EMAIL PROTECTED] wrote: + + +Luntbuild is an open source build automation and management +tool based on Apache Ant. Builds are setup through concepts of +projects, views, schedules, modules, etc. All configurations +and monitoring tasks is performe

RE: SQLExec.class feedback attribute proposal

2004-07-05 Thread Jose Alberto Fernandez
Had forgoten about this guy. Is it in the docs? Maybe we should guide people to use this functionality. Jose Alberto > -Original Message- > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED] > Sent: 05 July 2004 16:34 > To: [EMAIL PROTECTED] > Subject: Re: SQLExec.class feedback attribu

Re: SQLExec.class feedback attribute proposal

2004-07-05 Thread Nicola Ken Barozzi
Jose Alberto Fernandez wrote: ... To tell you the truth, I think the whole business of printing results of queries using SQLTask was a mistake, and should have been defined on a separate task that can do real XML output of results that one can manipulate and format in watever fashion. The current

cvs commit: ant/xdocs projects.xml

2004-07-05 Thread bodewig
bodewig 2004/07/05 07:58:32 Modified:docs Tag: ANT_16_BRANCH projects.html xdocsTag: ANT_16_BRANCH projects.xml Log: merge Revision ChangesPath No revision No revision 1.45.2.8 +52 -0 ant/docs/projects.ht

cvs commit: ant/xdocs projects.xml

2004-07-05 Thread bodewig
bodewig 2004/07/05 07:57:11 Modified:docs projects.html xdocsprojects.xml Log: Add pointer to luntbuild Revision ChangesPath 1.59 +52 -0 ant/docs/projects.html Index: projects.html

[Ant Wiki] Updated: AntNewbies

2004-07-05 Thread ant-cvs
Date: 2004-07-05T05:35:49 Editor: StefanBodewig <[EMAIL PROTECTED]> Wiki: Ant Wiki Page: AntNewbies URL: http://wiki.apache.org/ant/AntNewbies no comment Change Log: -- @@ -58,3 +58,11 @@ '''Answer #1'

[Ant Wiki] Updated: AntNewbies

2004-07-05 Thread ant-cvs
Date: 2004-07-05T05:32:14 Editor: StefanBodewig <[EMAIL PROTECTED]> Wiki: Ant Wiki Page: AntNewbies URL: http://wiki.apache.org/ant/AntNewbies no comment Change Log: -- @@ -55,3 +55,6 @@ }}} +'''An

[Ant Wiki] Updated: AntNewbies

2004-07-05 Thread ant-cvs
Date: 2004-07-05T05:29:06 Editor: StefanBodewig <[EMAIL PROTECTED]> Wiki: Ant Wiki Page: AntNewbies URL: http://wiki.apache.org/ant/AntNewbies no comment Change Log: -- @@ -1,23 +1,5 @@ == This is the

[Ant Wiki] Updated: AntNewbies

2004-07-05 Thread ant-cvs
Date: 2004-07-05T05:24:02 Editor: 212.34.160.66 <> Wiki: Ant Wiki Page: AntNewbies URL: http://wiki.apache.org/ant/AntNewbies no comment Change Log: -- @@ -1,6 +1,23 @@ == This is the AntNewbies page w

RE: SQLExec.class feedback attribute proposal

2004-07-05 Thread Jose Alberto Fernandez
In escence the SQL task just passes the lines to JDBC. You could just use and call JDBC to do whatever you want. You may avoid the need for piping or anything that way. In my build here I use beanshell scripting and go do whatever I need to do. My problem with your request is that is like asking

RE: SQLExec.class feedback attribute proposal

2004-07-05 Thread Maksim Pakhutkin
Hmmm... What I am actually proposing is that the task _not_ do something, that is, not print 'X rows affected'. I am not proposing adding a new feature that is Oracle/PL-SQL specific. The 'X rows affected' is generated by the SQLTask, not the RDBMS (although I think I got a little confused when wri

RE: SQLExec.class feedback attribute proposal

2004-07-05 Thread Maksim Pakhutkin
Hmmm... What I am actually proposing is that the task _not_ do something, that is, not print 'X rows affected'. I am not proposing adding a new feature that is Oracle/PL-SQL specific. The 'X rows affected' is generated by the SQLTask, not the RDBMS (although I think I got a little confused when wri

RE: SQLExec.class feedback attribute proposal

2004-07-05 Thread Jose Alberto Fernandez
I think these increasing types of functionality have been asked before for the SQLTask. I really think people are asking for the SQLTask to be as flexible as a scripting language (like sqlplus or PL/SQL) which is not what the task how the task was originally conceived. As a result there are more

Re: cvs commit: ant/src/etc/testcases/taskdefs java.xml

2004-07-05 Thread Steve Loughran
Antoine Levy-Lambert wrote: Hi, on my PC, it looks like it takes 2 seconds between the time when a file can be found and the time the contents of the file can be read. Is this a caching mechanism ? Is this specific of Windows ? Do not know, but I have had to add this to be able to pass the test

Re: cvs commit: ant/src/etc/testcases/taskdefs java.xml

2004-07-05 Thread Stefan Bodewig
On Sat, 03 Jul 2004, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > on my PC, it looks like it takes 2 seconds between the time when a > file can be found and the time the contents of the file can be > read. Is this a caching mechanism ? Is this specific of Windows ? I don't know. All I can

Re: Version condition

2004-07-05 Thread Stefan Bodewig
On Fri, 2 Jul 2004, Magesh Umasankar <[EMAIL PROTECTED]> wrote: > I felt the need for a condition today. Would probably be nice to have, yes. > usually works ok for major releases, but for minor ones, > it may not always. In the 1.6.2 case it will, use oata.DynamicConfiguratorNS. Cheers

AW: Version condition

2004-07-05 Thread Jan . Materne
For a while I wrote a snippet to check a couple of fix values against the -version string ("Apache Ant version 1.6.1 compiled on February 12 2004") and extracts some information (compile date, version) from that. ... but the last computer crash has stolen that :( (now I wrote a script to backup