RE: Mail a nice pretty html build log...

2005-06-14 Thread Anderson, Rob (Global Trade)
Ivan, Thanks. What I'm really looking for is an HTMLMailLogger.

All, I have almost got one working but I am having some trouble running the 
xslt. I'm not really committed to making it work, since I don't really need it, 
but if anyone is interested in it, I'll send out what I have and you can 
finnish it up.

Let me know.

-Rob A

> -Original Message-
> From: Ivan Ivanov [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 14, 2005 12:05 PM
> To: Ant Users List
> Subject: Re: Mail a nice pretty html build log...
> 
> 
> Rob,
> 
> I have an extension of MailLogger that allows to send
> emails with some files attached to it. It works pretty
> closely to the original oata.listener.MailLogger. You
> only should specify the location of the attachments by
> specifying MailLogger.success.attachments and
> MailLogger.failure.attachments and at the end of the
> build proccess it will send a message with the
> attached files.
> 
> If you find this useful, I will post the code as well.
> 
> Regards
> Ivan
> 
> --- "Anderson, Rob (Global Trade)"
> <[EMAIL PROTECTED]> wrote:
> 
> > Hi all, I would like to be able to mail a nice
> > pretty html build log. There is a slight dilema
> > though. If I run:
> > 
> > ant -listener org.apache.tools.ant.XmlLogger
> > 
> > The log is not produced until the build is complete.
> > I would like to do this in one invocation of ant. I
> > think it might be possible if I write a wrapper
> > target like so:
> > 
> >   
> >   
> > 
> >   
> > 
> >> pattern="MM/dd/ hh:mm:ss aa"/>
> > 
> > ${start.time}
> >   
> > 
> >   
> > 
> >> value="org.apache.tools.ant.XmlLogger"/>
> > 
> > 

cvs commit: ant/docs/manual/OptionalTasks jpcoverage.html

2005-06-14 Thread jhm
jhm 2005/06/14 14:15:22

  Modified:docs/manual/OptionalTasks jpcoverage.html
  Log:
  Bug 35345: s/The syntax is filters is/The syntax for filters is/
  
  Revision  ChangesPath
  1.12  +30 -30ant/docs/manual/OptionalTasks/jpcoverage.html
  
  Index: jpcoverage.html
  ===
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/jpcoverage.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- jpcoverage.html   29 Apr 2005 18:58:10 -  1.11
  +++ jpcoverage.html   14 Jun 2005 21:15:22 -  1.12
  @@ -58,12 +58,12 @@
 Required
   
 
  -home 
  +home
   The directory where JProbe is installed.
   Yes
 
 
  -vm 
  +vm
   
   Indicates which virtual machine to run.
   Must be one of "jdk117", "jdk118" or "java2".If "java2" is specified, 
the user is
  @@ -73,13 +73,13 @@
   No, default to embedded VM if 1.2+
 
 
  -javaexe 
  +javaexe
   The path to the java executable.
   No, use only for java2 vm.
 
  -  
  +
 
  -applet 
  +applet
   Run an applet. The default is false, unless the file 
under
   analysis ends with htm or html.
   No, default is "false".
  @@ -90,19 +90,19 @@
   seed.jpc, seed1.jpc, seed2.jpc, ...)
   No, default to "snapshot"
 
  -  
  +
 
  -exitprompt 
  +exitprompt
   Toggles display of the console prompt: "Press 
Enter to close
   this window." "always": Always displays the prompt. 
"never": Never displays the
   prompt. "error": Only displays prompt after an error.
   No, default is "never"
 
  -  
  +
 
  -finalsnapshot 
  +finalsnapshot
   Type of snapshot to send at program termination. Must 
be one
  -of "none","coverage","all" 
  +of "none","coverage","all"
   No, default to "coverage"
 
 
  @@ -128,13 +128,13 @@
   workingdir
   The physical path to the working directory for the 
VM.
   No, default is current directory.
  -   
  +  
 
   tracknatives
   Test native methods. Note that testing native methods 
with
   Java 2 disables the JIT
   No, default to "false".
  -   
  +  
 
   classname
   the name of the class to analyze.
  @@ -175,7 +175,7 @@
   
   
   socket
  -Define a host and port to connect to if you want to do remote viewing. 
  +Define a host and port to connect to if you want to do remote viewing.
   
   
   
  @@ -184,15 +184,15 @@
 Required
   
 
  -host 
  +host
   the host name/ip of the machine on which the Viewer is 
running
   No, default to localhost
 
 
  -port 
  +port
   The port number on which you will connect to the 
Viewer
   No, default to 
  -
  +  
   
   
   
  @@ -200,7 +200,7 @@
   filters
   
   Defines class/method filters based on pattern matching.
  -The syntax is filters is similar to a fileset.
  +The syntax for filters is similar to a fileset.
   
   
   
  @@ -210,14 +210,14 @@
 Required
   
 
  -defaultexclude 
  +defaultexclude
   As a default, the coverage excludes all classes and 
methods.
Default filters are equivalent to
   
 
   
 
  -  
  +
   
   No, default to "true"
 
  @@ -234,17 +234,17 @@
 Required
   
 
  -class 
  +class
   The class mask as a simple regular expression
   No, defaults to "*"
 
 
  -method 
  +method
   The method mask as a simple regular expression
   No, defaults to "*"
 
 
  -enabled 
  +enabled
   is the filter enabled?
   No, defaults to true
 
  @@ -281,22 +281,22 @@
 Required
   
 
  -name 
  +name
   The name of the method(s) as a regular expression. The 
name
   is the fully qualified name on the form 
package.classname.method
   Yes
 
 
  -event 
  +event
   the event on the method that will trigger the action. 
Must be
   "enter" or "exit".
   Yes
 
 
  -action 
  +action
   the action to execute. Must be one of "clear",
   "pause", "resume", "snapshot", 
"suspend",
  -or "exit". They respectively clear recording, pause recording, 
  +or "exit". They respectively clear recording, pause recording,
   resume recording, take a snapshot, suspend the recording and exit the 
program.
   
   Yes
  @@ -307,7 +307,7 @@
   
   
 
  -    
  +  
   
   
   
  @@ -476,12 +476,12 @@
 Required
   
 
  -class 
  +class
   The class mask as a simple regular expression
   No, default to *

DO NOT REPLY [Bug 35345] - Doc for jpcoverage "filters" nested element

2005-06-14 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_bug.cgi?id=35345


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-06-14 23:16 ---
Commited.

Thanks, Darin.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Google Summer code

2005-06-14 Thread Daniels, Doug
I've also applied for the Ant XDocs project, and I've got some info on the 
Google Summer of code.

Check out the FAQ 
(http://code.google.com/summfaq.html#when_will_i_hear_if_my_ap) for questions 
about when you'll hear back to know if you've been accepted, I believe the 
application deadline was June 14 PST, and then they'll let you know no later 
than June 24 if you've been accepted.

As for the Ant XDocs project in particular it is listed on the Apache summer of 
code projects site as available 
(http://wiki.apache.org/general/SummerOfCode2005). I assume someone from Apache 
or possibly from the (ANT project?) will choose a candidate. I'm hoping we can 
get a mentor for this project.

Also I know that a Google representative has said that about 200 projects will 
be accepted distributed amongst the organizations who can best provide mentors 
I suppose (mostly google and apache I'd guess) and as of right now about 264 
applicants have applied to Apache Software Foundation projects out of a total 
of 2795 applications (according to 
http://groups-beta.google.com/group/summer-discuss/browse_thread/thread/3dd1530017e59189).

Doug Daniels

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

2005-06-14 Thread Stefan Bodewig
On Tue, 14 Jun 2005, Matt Benson <[EMAIL PROTECTED]> wrote:

> And how do YOU know it was an accident?  ;)

Using my PrecognitionService[1] also known as glass orb. 8-)

Stefan

Footnotes: 
[1]  this is a reference only co-workers can understand, don't worry.

 This stems from a SOA project that made us invent things like
 PerformanceService, ScalabilityService and SecurityService based
 on some requirements docs.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Google Summer code

2005-06-14 Thread Erik Hatcher
Anyone know what the procedure is for following up on these  
requests?  It'd be a shame to let these folks go unanswered, but I'm  
not in a position to devote time to managing much.


Erik

On Jun 13, 2005, at 10:00 PM, Fang Liu wrote:


Dear madam or sir:
I have applied to *ant-xdocs* for the google summer code and I have  
aslo
sent a mail to you, but both the mail and the application are not  
responsed.

I wonder this project is availiable.
I am a second year graduate student in Shanghai Jiaotong  
University. I have
the capability and confidence to finish this project. What I want  
to do is
giving unified tags to use xdocs as well as a common interface for  
3rd party
lib. If this project is still availiable, please give me a chance  
to finish

it.
 Thank you, and hope to see your reply soon.


--
Liu Fang

Department of Computer Sciences and Engineering
Shanghai Jiaotong University
1954 Huashan Road
Shanghai,China.200030

Tel(Lab): +86-21-52543318(206)




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Google Summer code

2005-06-14 Thread Fang Liu
Dear madam or sir:
I have applied to *ant-xdocs* for the google summer code and I have aslo 
sent a mail to you, but both the mail and the application are not responsed. 
I wonder this project is availiable. 
I am a second year graduate student in Shanghai Jiaotong University. I have 
the capability and confidence to finish this project. What I want to do is 
giving unified tags to use xdocs as well as a common interface for 3rd party 
lib. If this project is still availiable, please give me a chance to finish 
it.
 Thank you, and hope to see your reply soon.


-- 
Liu Fang

Department of Computer Sciences and Engineering 
Shanghai Jiaotong University
1954 Huashan Road
Shanghai,China.200030

Tel(Lab): +86-21-52543318(206)


DO NOT REPLY [Bug 35355] - antcall does not set property correctly

2005-06-14 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_bug.cgi?id=35355


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2005-06-14 10:29 ---
antcall, ant, and subant create new projects. These have
their own properties which are *not* copied back to
the calling project.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 35360] - ${basedir} can contain spaces

2005-06-14 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_bug.cgi?id=35360


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2005-06-14 15:53 ---
You need to provide an example that realizes the danger you have proposed.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

2005-06-14 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote:

> On Mon, 13 Jun 2005, Martijn Kruithof
> <[EMAIL PROTECTED]> wrote:
> 
> > During cleaning up last weekend I noticed
> something "funny", and
> > hoped for a reaction.
> 
[SNIP]
> Yes, Matt removed the timestamp check by accident
> with the
> resourceCollections commit.

And how do YOU know it was an accident?  ;)

-Matt

> 
> Stefan
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 




__ 
Discover Yahoo! 
Get on-the-go sports scores, stock quotes, news and more. Check it out! 
http://discover.yahoo.com/mobile.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 35360] New: - ${basedir} can contain spaces

2005-06-14 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_bug.cgi?id=35360

   Summary: ${basedir} can contain spaces
   Product: Ant
   Version: 1.6.2
  Platform: PC
OS/Version: Windows 2000
Status: NEW
  Severity: minor
  Priority: P2
 Component: Build Process
AssignedTo: dev@ant.apache.org
ReportedBy: [EMAIL PROTECTED]


when having a new project
...
the basedir representation does not take care of spaces in the current 
directory. this may become critical, if basedir is a parameter to a task 
(includepath for a preprocessor in my case). Instead of taking the entire 
basedir the called task takes the first part of basedir as the parameter. What 
happens to the second part (after the blank) is task dependent.

on sun solaris the situation is the same; thus I thik this behaviour is Java 
dependent. Ant uses java.io.File to change basedir to a string. File doesn't 
seem to take care of blanks in the name.

So perhaps it would make sense to extend java.io.File by a file implementation 
has it's own toString or whatever method

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 34633] - ReplaceRegExp periodically errors out with "Couldn't rename temporary file"

2005-06-14 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_bug.cgi?id=34633





--- Additional Comments From [EMAIL PROTECTED]  2005-06-14 11:44 ---
(In reply to comment #4)
i was too fast, its still there occassionally.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 34633] - ReplaceRegExp periodically errors out with "Couldn't rename temporary file"

2005-06-14 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_bug.cgi?id=34633





--- Additional Comments From [EMAIL PROTECTED]  2005-06-14 13:19 ---
It seems to help if you delete all temporary files.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 34633] - ReplaceRegExp periodically errors out with "Couldn't rename temporary file"

2005-06-14 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_bug.cgi?id=34633





--- Additional Comments From [EMAIL PROTECTED]  2005-06-14 12:20 ---
It seems that if this behaviour occured once it occures on every run thereafter.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 35357] - always recompiles under JDK 1.5 because Skel classes are not generated.

2005-06-14 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_bug.cgi?id=35357


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
   Target Milestone|--- |1.7




--- Additional Comments From [EMAIL PROTECTED]  2005-06-14 12:19 ---
This is fixed in Ant1.7. The problem was that Sun changed the default behaviour
of rmic to be 1.2 not 1.1, so confusing ant. The fix is that we always set the
version to be "compat", so ensuring that you get the same behaviour across java
platforms.


As a 1.6.x workaround, set stubversion="compat" or stubversion="1.2" to force
the right behaviour.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 35357] New: - always recompiles under JDK 1.5 because Skel classes are not generated.

2005-06-14 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_bug.cgi?id=35357

   Summary:  always recompiles under JDK 1.5 because Skel
classes are not generated.
   Product: Ant
   Version: 1.6.5
  Platform: All
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Core tasks
AssignedTo: dev@ant.apache.org
ReportedBy: [EMAIL PROTECTED]


Hi,

I moved a project from 1.4 to 1.5, and noticed that the 
task was compiling all the RMI classes everytime even if the
classes were just compiled.
...
com\abc\server\ServerConfImpl.class added as
com/abc/server/ServerConfImpl_Skel.class doesn't exist.
com\abc\server\vam\VAMPlatformImpl.class added as
com/abc/server/vam/VAMPlatformImpl_Skel.class doesn't exist.
RMI Compiling 40 classes to W:\70b\tmp\lib

If you review the RMI release notes for 1.5, they say:
"rmic default stub protocol version option now -v1.2
...
This change means that by default, rmic does not generate any skeleton
classes and generates stub classes that only implement the 1.2 stub protocol
version. "
[  http://java.sun.com/j2se/1.5.0/docs/guide/rmi/relnotes.html  ]

Since rmic doesn't generate Skel files anymore (unless you specify -vcompat),
it looks like a bug that  is checking that Skel class file exists.

Is this a known problem? I couldn't find a bug when I searched open
issues. (http://issues.apache.org/bugzilla/query.cgi)

-Alex



"Stefan Bodewig" <[EMAIL PROTECTED]> write:

Alex> I just tried ant 1.6.5 and see the same problem.

Yes, when I read your original post a second time I realized that we
do adapt the changed defaults, but we didn't change our expectations
for the generated files.

Can you please open a new bug report?

Thanks
Stefan

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 34633] - ReplaceRegExp periodically errors out with "Couldn't rename temporary file"

2005-06-14 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_bug.cgi?id=34633





--- Additional Comments From [EMAIL PROTECTED]  2005-06-14 11:38 ---
i have updated to j2sdk1.4.2_08  
and disabled indexing for fast search, 
maybe update to 1.4.2_08 is enough, all run since then proceeded without errors.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 34633] - ReplaceRegExp periodically errors out with "Couldn't rename temporary file"

2005-06-14 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_bug.cgi?id=34633





--- Additional Comments From [EMAIL PROTECTED]  2005-06-14 10:01 ---
Forgot to mention the java version, using j2sdk1.4.2_04

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 34633] - ReplaceRegExp periodically errors out with "Couldn't rename temporary file"

2005-06-14 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_bug.cgi?id=34633


[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.5.3   |1.6.5




--- Additional Comments From [EMAIL PROTECTED]  2005-06-14 09:59 ---
I also encountered this effect when running ant 1.6.5 from console.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 35355] New: - antcall does not set property correctly

2005-06-14 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_bug.cgi?id=35355

   Summary: antcall does not set property correctly
   Product: Ant
   Version: 1.6.5
  Platform: Other
OS/Version: other
Status: NEW
  Severity: normal
  Priority: P2
 Component: Core tasks
AssignedTo: dev@ant.apache.org
ReportedBy: [EMAIL PROTECTED]


I have the following targets:


  
  ${foo}



  
  ${foo}


If I do a ant b, the echo after the antcall does not produce the expected result
of "bar" being printed (it prints ${foo}). The echo after the property tag
behaves normally though. So the property is set and subsequently lost.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

2005-06-14 Thread Stefan Bodewig
On Mon, 13 Jun 2005, Martijn Kruithof <[EMAIL PROTECTED]> wrote:

> During cleaning up last weekend I noticed something "funny", and
> hoped for a reaction.

I had one prepared, but failed to send it because of technical
problems ...

Yes, Matt removed the timestamp check by accident with the
resourceCollections commit.

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]