DO NOT REPLY [Bug 35637] - Allow javac to set property when compile fails

2005-07-20 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=35637





--- Additional Comments From [EMAIL PROTECTED]  2005-07-20 22:22 ---
Created an attachment (id=15724)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=15724&action=view)
patch to add a failure property to be set if javac fails

my first patch... not sure if I need to do more than this... :-)

-- 
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: How to contrinbute new tasks

2005-07-20 Thread Kenneth Wood
"Actually there is none" - isn't that somewhat of an overstatement, 
give all the info on http://jakarta.apache.org/site/getinvolved.html??

That page says, among other things:

"Contribute Code or Documentation Patches 

"In this role, you participate in the actual development of the code. If
this is the type of role you'd like to play, here are some steps (in
addition to the ones above) to get you started: 

  Read Guidelines 
  Review Reference Library 
  Download the Source Code 
  Access CVS Repository 
  Contribute Patches "

And, the "Read Guidelines" section is step by step how the process
works...

-Original Message-
From: Stefan Bodewig [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 20, 2005 9:16 AM
To: dev@ant.apache.org
Subject: Re: How to contrinbute new tasks


On Wed, 20 Jul 2005, Andrew Liles <[EMAIL PROTECTED]> wrote:

> I would like to offer my time to contribute a couple of tasks to Ant.

> Please could you direct to me some documentation on the process?

Actually there is none.

You describe what your tasks do and why you think they should be part of
Ant - as opposed to being a project of its own.  An alternative is to
place them in an Ant library in the new antlibs subproject of Ant.

Basically you'll have to convince Ant's committers that your tasks are
needed.  We are already dealing with a bunch of tasks that have been
abandoned by the initial contributors and can't get fully supported by
the committers.  So be warned, there is a big reluctance against adding
new tasks.

Stefan

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


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



Re: How to contrinbute new tasks

2005-07-20 Thread Andrew Liles
On Wed, July 20, 2005 3:15 pm, Stefan Bodewig wrote:
> On Wed, 20 Jul 2005, Andrew Liles <[EMAIL PROTECTED]> wrote:
>
>
>> I would like to offer my time to contribute a couple of tasks to
>> Ant.  Please could you direct to me some documentation on the
>> process?
>
> Actually there is none.
>
>
> You describe what your tasks do and why you think they should be part
> of Ant - as opposed to being a project of its own.  An alternative is to
> place them in an Ant library in the new antlibs subproject of Ant.
>
> Basically you'll have to convince Ant's committers that your tasks are
> needed.  We are already dealing with a bunch of tasks that have been
> abandoned by the initial contributors and can't get fully supported by the
> committers.  So be warned, there is a big reluctance against adding new
> tasks.

Ok, I understand you need to limit the dependencies on the main Ant
development.

So my questions is now : how do I contrinbute to Antlibs?
Does it have a way to allow other developers to take over the src and
contribute improvements?

I am ok about hosting the task externally myself (does prevent others from
contributing their time/changes though); in this case, how do I get the
task listed on http://ant.apache.org/external.html



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



Re: How to contrinbute new tasks

2005-07-20 Thread Stefan Bodewig
after the process mail, now one on the contents.

On Wed, 20 Jul 2005, Andrew Liles <[EMAIL PROTECTED]> wrote:

> Alternatively I could offer the tasks as an External Tool, this
> route would affect namespace choice etc, but I would prefer the
> former.

Why?

> My tasks are: 1. CvsExportDiff - extracts files altered betwen two
> tags/dates from CVS ready for zip/etc as a patch set.

[...]

> I guess that either no-one felt this task useful or I submitted this
> in the wrong way (and hence the purpose of this question email).

You did not submit it the wrong way, but if you want discussions to
happen, use email instead of a webpage.

> 2. SqlSync - a task to replicate data (one-way) between two JDBC
> compliant databases.

Both look interesting on their own right, but neither of both has a
reason to be a part of Ant instead of something external IMHO.

Stefan

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



Re: How to contrinbute new tasks

2005-07-20 Thread Stefan Bodewig
On Wed, 20 Jul 2005, Andrew Liles <[EMAIL PROTECTED]> wrote:

> I would like to offer my time to contribute a couple of tasks to
> Ant.  Please could you direct to me some documentation on the
> process?

Actually there is none.

You describe what your tasks do and why you think they should be part
of Ant - as opposed to being a project of its own.  An alternative is
to place them in an Ant library in the new antlibs subproject of Ant.

Basically you'll have to convince Ant's committers that your tasks are
needed.  We are already dealing with a bunch of tasks that have been
abandoned by the initial contributors and can't get fully supported by
the committers.  So be warned, there is a big reluctance against
adding new tasks.

Stefan

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



How to contrinbute new tasks

2005-07-20 Thread Andrew Liles
I would like to offer my time to contribute a couple of tasks to Ant.
Please could you direct to me some documentation on the process?

I have some requirements that are not met by Ant currently, I think, and
so I could either just code these for my own purposes, or go a bit further
and make the tasks ready for inclusion in the Ant project, including using
appropriate namespaces, etc.

Alternatively I could offer the tasks as an External Tool, this route
would affect namespace choice etc, but I would prefer the former.

My tasks are:
1. CvsExportDiff - extracts files altered betwen two tags/dates from CVS
ready for zip/etc as a patch set.  This is actually already coded, and was
submitted to the community here:
http://issues.apache.org/bugzilla/show_bug.cgi?id=13371 as no action came
of this, I guess that either no-one felt this task useful or I submitted
this in the wrong way (and hence the purpose of this question email).

2. SqlSync - a task to replicate data (one-way) between two JDBC compliant
databases.  Deletes data in destination table(s) and inserts data from the
source.  (I could submit for extensive proposal)

Andrew Liles


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



DO NOT REPLY [Bug 35802] New: - earExport Begins and then terminates in midway

2005-07-20 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=35802

   Summary: earExport Begins and then terminates in midway
   Product: Ant
   Version: unspecified
  Platform: PC
OS/Version: Windows 2000
Status: NEW
  Severity: normal
  Priority: P2
 Component: Optional Tasks
AssignedTo: dev@ant.apache.org
ReportedBy: [EMAIL PROTECTED]


The target that I am using is :







Console output shows:
[earExport] (Begins)
and then console says terminated. I am trying to do this with RAD 6.0. I have it
deployed and wokring over WAS4.0.

Please let me know!

-- 
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 35801] - Replace file failure on Windows 2000 server

2005-07-20 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=35801


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2005-07-20 12:48 ---
Unlike Unix, Windows will not let you delete a file which is "in use" by another
process. I guess that is what is happening here. In fact the process in question
may even be Ant's JVM. This is not really an Ant bug. 

I suggest you use the handle tool from SysInternals
(http://www.sysinternals.com/Utilities/Handle.html) to see what process has
locked your file. 

-- 
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 35801] New: - Replace file failure on Windows 2000 server

2005-07-20 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=35801

   Summary: Replace file failure on Windows 2000 server
   Product: Ant
   Version: 1.6.5
  Platform: Other
OS/Version: Windows 2000
Status: NEW
  Severity: normal
  Priority: P2
 Component: Core tasks
AssignedTo: dev@ant.apache.org
ReportedBy: [EMAIL PROTECTED]


Sometimes ANT can't replace the file on Windows 2000 Server.
I write a program that invokes class Replace(which is used for ant task
'Replace') to replace some string in a file, this program works well on Fedora3,
but can't work correctly on Windows. 
When the program runs on windows, it often says that it is failure to delete the
 targeted file. But sometime it works rightly and says nothing.

-- 
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]