DO NOT REPLY [Bug 36733] - NPE in XMLJUnitResultFormatter.formatOutput under Java 1.4.2_08

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36733.
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=36733





--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 10:14 ---
Created an attachment (id=18059)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=18059action=view)
Patch for JUnitTestRunner

This patch avoids the NPE and makes sure the original exception is shown to the
user.

-- 
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 36733] - NPE in XMLJUnitResultFormatter.formatOutput under Java 1.4.2_08

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36733.
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=36733


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




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



[Ant Wiki] Update of Ant17/Planning by antoine

2006-04-11 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Ant Wiki for change 
notification.

The following page has been changed by antoine:
http://wiki.apache.org/ant/Ant17/Planning

--
   * Fix for key IDE bugs (see eclipse, netbeans bugzillas) [all]
   * flatten in libraries to WAR/EAR somehow (related to libraries) [stevel?] 
(libraries status? -MJB)
   * classloader to allow adding of jars to the current classloader (would 
solve a ''lot'' of problems at the cost of some issues) 
http://issues.apache.org/bugzilla/show_bug.cgi?id=28228 [peter] (status RE 
some issues risk? -MJB)
+  * eliminate obsolete functionality depending upon dead third party libraries 
: vaj, xslp, icontract
  
  === ''Must Have'' Features Implemented ===
  

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



[Ant Wiki] Update of Ant17/Planning by SteveLoughran

2006-04-11 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Ant Wiki for change 
notification.

The following page has been changed by SteveLoughran:
http://wiki.apache.org/ant/Ant17/Planning

The comment on the change is:
Look at the want list and feature scrub it

--
  
   * Xerces. We redist this, so should get a late release.
   * Xalan
-  * JUnit (stable)
+  * JUnit (stable). Stick to Junit 3.8.2; 4.0 is trouble. But we should test 
on it.
   * Java
  
  === Projects that depend upon us, and their cutoff dates ===
  
-  * Eclipse 3.1 in June, would need Ant1.7 Monday May 9th, 2005
-  * Net``Beans 4.x - currently no significant requirements
+  * Eclipse 
+  * Net``Beans 
   * IntelliJ IDEA  (5.0 expected in the summer)
   * JEdit (less tightly coupled)
  
  = Features =
  
+ 
  == ''Must Have'' Features ==
  
  These are the features that hold the build; fallbacks to be listed. To add 
something here you must be prepared to implement it, or know someone who is. 
Everything needs a name.
  
-  * SVN support by exec [stefan] (considered done w/ svn antlib? -MJB)
-  * Local variables in macrodef
   * Fix for key IDE bugs (see eclipse, netbeans bugzillas) [all]
-  * flatten in libraries to WAR/EAR somehow (related to libraries) [stevel?] 
(libraries status? -MJB)
   * classloader to allow adding of jars to the current classloader (would 
solve a ''lot'' of problems at the cost of some issues) 
http://issues.apache.org/bugzilla/show_bug.cgi?id=28228 [peter] (status RE 
some issues risk? -MJB)
   * eliminate obsolete functionality depending upon dead third party libraries 
: vaj, xslp, icontract
  
  === ''Must Have'' Features Implemented ===
  
   * tests for apt, make sure the task works properly; force fork=true.
+  * SVN support by exec [stefan] (considered done w/ svn antlib? -MJB)
+ 
+ === ''Must Have'' Features Downgraded ===
+ 
+  * Local variables in macrodef. ant-contrib var gives you this, though we 
could make it easier to mutate properties for them.
+  * flatten in libraries to WAR/EAR somehow (related to libraries) [stevel?] 
(libraries status? -MJB)
+The workaround is to copy things; its not too hard and lets you see what 
you are including.
+ 
+ 
  
  == ''Want'' Features ==
  

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



[Ant Wiki] Update of Ant17/Planning by SteveLoughran

2006-04-11 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Ant Wiki for change 
notification.

The following page has been changed by SteveLoughran:
http://wiki.apache.org/ant/Ant17/Planning

The comment on the change is:
timetable?

--
  
  == Milestones ==
  
-  * Beta1
-  * Beta2
-  * RC1
-  * Release
+  * Beta1May/June 2005?
+  * Beta2Beta 1+ four weeks
+  * (feature frozen, branch the repository?)
+  * RC1  Beta 2+ four weeks
+  * Release  RC1 + four weeks
+ 
+ Features can still be added during the Beta phase, in the RC1/Release period 
bug fixes and feature removal only. 
  
  === Projects we depend on and their forthcoming releases ===
  

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



Re: [Ant Wiki] Update of Ant17/Planning by SteveLoughran

2006-04-11 Thread Matt Benson
--- Apache Wiki [EMAIL PROTECTED] wrote:
 The following page has been changed by
 SteveLoughran:
 http://wiki.apache.org/ant/Ant17/Planning

 +  * Beta1May/June 2005?

Dr. Emmet Brown, I presume?  ;)

[SNIP]

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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



removal of classes depending upon dead third party libraries

2006-04-11 Thread Antoine Levy-Lambert
Hello,

I think of starting a vote soon (or maybe better 4 votes) on the removal
of the classes depending upon xslp, icontract, vaj, testlet.

Remarks, critics and suggestions about :
- whether this should happen at all,
- in terms of bylaws, would such a vote be considered a code change with
lazy approval/lazy consensus, or like adoption of a new codebase meaning
requiring 2/3 majority ?
- how to word the vote emails,
- ...
are welcome.

see this page [1] for the list of the dependencies of Ant 1.6.5

xslp : is a library containing an XML transformation engine, the site
where this transformation engine could be downloaded from no longer exists.
XSL:P : used to live at  http://www.clc-marketing.com/xslp/, but the
link doesn't work any longer and we are not aware of a replacement site.

icontract :
see the documentation of the optional task  icontract [3]. The link  [4]
contained in this page is dead.

vaj :
see this document : [5]
I believe that IBM has replaced Visual Age for Java with WSAD since a
long time.

test:
see this document : [6]

Regards,

Antoine

[1] http://ant.apache.org/manual/install.html#librarydependencies
[2] http://www.clc-marketing.com/xslp/
[3] http://ant.apache.org/manual/OptionalTasks/icontract.html
[4] http://www.reliable-systems.com/tools/
[5] http://ant.apache.org/manual/Integration/VAJAntTool.html#tasks
[6] http://ant.apache.org/manual/OptionalTasks/test.html

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



[Ant Wiki] Update of Ant17/Planning by SteveLoughran

2006-04-11 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Ant Wiki for change 
notification.

The following page has been changed by SteveLoughran:
http://wiki.apache.org/ant/Ant17/Planning

The comment on the change is:
Test Matrix. 

--
   * Fix for key IDE bugs (see eclipse, netbeans bugzillas) [all]
   * classloader to allow adding of jars to the current classloader (would 
solve a ''lot'' of problems at the cost of some issues) 
http://issues.apache.org/bugzilla/show_bug.cgi?id=28228 [peter] (status RE 
some issues risk? -MJB)
   * eliminate obsolete functionality depending upon dead third party libraries 
: vaj, xslp, icontract
+  * Junit 4 integration to a level that Ant-dev and junit are happy.
  
  === ''Must Have'' Features Implemented ===
  
@@ -86, +87 @@

  
  * Forking RMIC broken; fix or pull.
  
+ == Testing ==
+ 
+ Platforms to test on. We may want to formally remove support for platforms 
that are unsupported by their vendor. That means Java1.2 and Win98.
+ 
+ Linux Platforms should cover common distros: RHEL, Suse. Debian (Ubuntu)?. 
SysV Unix can be delegated to the vendors, say AIX and HPUX. Solaris is also a 
possibility, if a VMware image is available. 
+ 
+ == MUST Pass ==
+ 
+ * Java1.3-1.5, WinXP
+ * Java1.3-1.5, Linux 
+ * Java1.3-1.5, SysV Unix
+ * Java1.3-1.5, BSD Unix
+ * Java1.3-1.5, MacOS X
+ 
+ == SHOULD Pass ==
+ 
+ * Java1.5, Recent Vista Snapshot
+ * Java1.6 beta, Linux
+ * Java1.6 beta, WinXP
+ * Java1.6 beta, SysV Unix
+ * Java1.6 beta, BSD Unix
+ * Recent Java, Netware
+ 
+ === MAY Pass ===
+ 
+ * Java 1.5, Win9x. (Steve has a VMWare image for this)
+ * Java1.6 beta, Recent Vista Snapshot (Steve has a VMWare image for this)
+ * Java1.6 beta, MacOS X (Is there a beta here?)
+ * OpenVMS, Any Java
+ 
  == WONTFIX ==
  
  Definitely not in this release. Pull stuff down here when scrubbed from the 
previous lists.

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



DO NOT REPLY [Bug 23455] - [PATCH] mark xlsp liaison as deprecated

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=23455.
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=23455


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||dev@ant.apache.org
 AssignedTo|dev@ant.apache.org  |[EMAIL PROTECTED]




-- 
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.
You are on the CC list for the bug, or are watching someone who is.

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



[Ant Wiki] Update of Ant17/Planning by antoine

2006-04-11 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Ant Wiki for change 
notification.

The following page has been changed by antoine:
http://wiki.apache.org/ant/Ant17/Planning

--
  
   * Fix for key IDE bugs (see eclipse, netbeans bugzillas) [all]
   * classloader to allow adding of jars to the current classloader (would 
solve a ''lot'' of problems at the cost of some issues) 
http://issues.apache.org/bugzilla/show_bug.cgi?id=28228 [peter] (status RE 
some issues risk? -MJB)
-  * eliminate obsolete functionality depending upon dead third party libraries 
: vaj, xslp, icontract
+  * eliminate obsolete functionality depending upon dead third party libraries 
: vaj, xslp , icontract
+  see - http://issues.apache.org/bugzilla/show_bug.cgi?id=23455
+  http://www.mail-archive.com/dev@ant.apache.org/msg27836.html
+   
   * Junit 4 integration to a level that Ant-dev and junit are happy.
  
  === ''Must Have'' Features Implemented ===

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



Re: [Ant Wiki] Update of Ant17/Planning by SteveLoughran

2006-04-11 Thread Antoine Levy-Lambert
Hi,

who is Dr Emmet Brown ?

Regards,

Antoine

Matt Benson wrote:
 --- Apache Wiki [EMAIL PROTECTED] wrote:
   
 The following page has been changed by
 SteveLoughran:
 http://wiki.apache.org/ant/Ant17/Planning
 

   
 +  * Beta1May/June 2005?
 

 Dr. Emmet Brown, I presume?  ;)

 [SNIP]

 __
   


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



RE: [Ant Wiki] Update of Ant17/Planning by SteveLoughran

2006-04-11 Thread Rick Genter
Christopher Lloyd's character in the Back to the Future movie
series...

Rick
--
Rick Genter
Principal Engineer
Silverlink Communications
mailto:[EMAIL PROTECTED]
(781) 425-5763

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



Re: [Ant Wiki] Update of Ant17/Planning by SteveLoughran

2006-04-11 Thread cstrong
I believe he is the inventor of the flux capacitor, which makes
time travel possible[1]

Am I right?

--Craeg

[1] http://www.imdb.com/title/tt0088763/

 Hi,

 who is Dr Emmet Brown ?

 Regards,

 Antoine

 Matt Benson wrote:
 --- Apache Wiki [EMAIL PROTECTED] wrote:

 The following page has been changed by
 SteveLoughran:
 http://wiki.apache.org/ant/Ant17/Planning



 +  * Beta1May/June 2005?


 Dr. Emmet Brown, I presume?  ;)

 [SNIP]

 __



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



[Ant Wiki] Trivial Update of Ant17/Planning by SteveLoughran

2006-04-11 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Ant Wiki for change 
notification.

The following page has been changed by SteveLoughran:
http://wiki.apache.org/ant/Ant17/Planning

The comment on the change is:
move to the right year

--
  
  == Milestones ==
  
-  * Beta1May/June 2005?
+  * Beta1May/June 2006?
   * Beta2Beta 1+ four weeks
   * (feature frozen, branch the repository?)
   * RC1  Beta 2+ four weeks

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



[Ant Wiki] Trivial Update of Ant17/Planning by SteveLoughran

2006-04-11 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Ant Wiki for change 
notification.

The following page has been changed by SteveLoughran:
http://wiki.apache.org/ant/Ant17/Planning

The comment on the change is:
Formatted test matrix

--
   * RC1  Beta 2+ four weeks
   * Release  RC1 + four weeks
  
- Features can still be added during the Beta phase, in the RC1/Release period 
bug fixes and feature removal only. 
+ Features can still be added during the Beta phase, in the RC1/Release period 
bug fixes and feature removal only.
  
  === Projects we depend on and their forthcoming releases ===
  
@@ -22, +22 @@

  
  === Projects that depend upon us, and their cutoff dates ===
  
-  * Eclipse 
+  * Eclipse
-  * Net``Beans 
+  * Net``Beans
   * IntelliJ IDEA  (5.0 expected in the summer)
   * JEdit (less tightly coupled)
  
@@ -39, +39 @@

   * eliminate obsolete functionality depending upon dead third party libraries 
: vaj, xslp , icontract
   see - http://issues.apache.org/bugzilla/show_bug.cgi?id=23455
   http://www.mail-archive.com/dev@ant.apache.org/msg27836.html
-   
+ 
   * Junit 4 integration to a level that Ant-dev and junit are happy.
  
  === ''Must Have'' Features Implemented ===
@@ -77, +77 @@

  
   * security hardening. locking down...or giving the opportunity to lock 
down; e.g. secure class loading, working with digital certs, etc... Rated as 
'like' because of the difficulty.
   * Look at all SCM tasks and pull in pending patches for new features. Find 
people to test them.
-  * Lightweight Java1.5 distro without Xerces. 
+  * Lightweight Java1.5 distro without Xerces.
  
  === ''Like'' Features Implemented ===
  
@@ -88, +88 @@

  
  With bugzilla URLs and summary text, please.
  
- * Forking RMIC broken; fix or pull.
+  * Forking RMIC broken; fix or pull.
  
  == Testing ==
  
  Platforms to test on. We may want to formally remove support for platforms 
that are unsupported by their vendor. That means Java1.2 and Win98.
  
- Linux Platforms should cover common distros: RHEL, Suse. Debian (Ubuntu)?. 
SysV Unix can be delegated to the vendors, say AIX and HPUX. Solaris is also a 
possibility, if a VMware image is available. 
+ Linux Platforms should cover common distros: RHEL, Suse. Debian (Ubuntu)?. 
SysV Unix can be delegated to the vendors, say AIX and HPUX. Solaris is also a 
possibility, if a VMware image is available.
  
  == MUST Pass ==
  
- * Java1.3-1.5, WinXP
+  * Java1.3-1.5, WinXP
- * Java1.3-1.5, Linux 
+  * Java1.3-1.5, Linux
- * Java1.3-1.5, SysV Unix
+  * Java1.3-1.5, SysV Unix
- * Java1.3-1.5, BSD Unix
+  * Java1.3-1.5, BSD Unix
- * Java1.3-1.5, MacOS X
+  * Java1.3-1.5, MacOS X
  
  == SHOULD Pass ==
  
- * Java1.5, Recent Vista Snapshot
+  * Java1.5, Recent Vista Snapshot
- * Java1.6 beta, Linux
+  * Java1.6 beta, Linux
- * Java1.6 beta, WinXP
+  * Java1.6 beta, WinXP
- * Java1.6 beta, SysV Unix
+  * Java1.6 beta, SysV Unix
- * Java1.6 beta, BSD Unix
+  * Java1.6 beta, BSD Unix
- * Recent Java, Netware
+  * Recent Java, Netware
  
  === MAY Pass ===
  
- * Java 1.5, Win9x. (Steve has a VMWare image for this)
+  * Java 1.5, Win9x. (Steve has a VMWare image for this)
- * Java1.6 beta, Recent Vista Snapshot (Steve has a VMWare image for this)
+  * Java1.6 beta, Recent Vista Snapshot (Steve has a VMWare image for this)
- * Java1.6 beta, MacOS X (Is there a beta here?)
+  * Java1.6 beta, MacOS X (Is there a beta here?)
- * OpenVMS, Any Java
+  * OpenVMS, Any Java
  
  == WONTFIX ==
  

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



Re: [Ant Wiki] Trivial Update of Ant17/Planning by SteveLoughran

2006-04-11 Thread Matt Benson
(laughing at the havoc I caused)

--- Apache Wiki [EMAIL PROTECTED] wrote:

 Dear Wiki user,
 
 You have subscribed to a wiki page or wiki category
 on Ant Wiki for change notification.
 
 The following page has been changed by
 SteveLoughran:
 http://wiki.apache.org/ant/Ant17/Planning
 
 The comment on the change is:
 move to the right year
 

--
   
   == Milestones ==
   
 -  * Beta1May/June 2005?
 +  * Beta1May/June 2006?
* Beta2Beta 1+ four weeks
* (feature frozen, branch the repository?)
* RC1  Beta 2+ four weeks
 

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


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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



DO NOT REPLY [Bug 29596] - XSLT task ignores classpath element/attribute when looking up transformer

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29596.
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=29596





--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 16:49 ---
Fixed it for me i just use the contextClassLoader in Class.forName because there
is nothing to change in calling class:

TraXLiaison.java

try {
final Class clazz = Class.forName(factoryName, true, 
Thread.currentThread().getContextClassLoader());
tfactory = (TransformerFactory) clazz.newInstance();
} catch (Exception e) {
throw new BuildException(e);
}

Surfer

-- 
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: [Ant Wiki] Update of Ant17/Planning by SteveLoughran

2006-04-11 Thread Steve Loughran

Matt Benson wrote:

--- Apache Wiki [EMAIL PROTECTED] wrote:

The following page has been changed by
SteveLoughran:
http://wiki.apache.org/ant/Ant17/Planning



+  * Beta1May/June 2005?


Dr. Emmet Brown, I presume?  ;)



hey, all software deadlines are unrealistic and impossible to meet. I 
just picked one that was blatantly so due to time not being reversible 
within our local light-cone, rather than set a date of two weeks in the 
future which is only plausible in the eyes of management.


-steve

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



DO NOT REPLY [Bug 29596] - XSLT task ignores classpath element/attribute when looking up transformer

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29596.
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=29596


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.7




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 17:18 ---
well, we have two options here. the original patch or the context class loader.

I'm not overhappy with the second, even though it does work, because I dont like
context class loaders -they are a bit of a hack. Can we be 100% sure that it
will always be set and valid?

-- 
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 29596] - XSLT task ignores classpath element/attribute when looking up transformer

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29596.
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=29596





--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 17:54 ---
So the TraXLiaison is only called from XSLTProcess and if there is a defined
classpath the contextclassloader is set and valid. But if there is no defined
classpath i knew the contextclassloader must also be set but not if it is valid
- in the current meaning. In my environment i only work with a defined
classpath. So what about mixing the two options... first try to load in the
original way and if not found try to load from contextloader. Then it should
work as expected...

Class clazz = null;
try {
  clazz = Class.forName(factoryName); 
} catch(...) {
  try {
clazz = Class.forName(factoryName, true, 
Thread.currentThread().getContextClassLoader());
  } catch ...



-- 
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: [Ant Wiki] Trivial Update of Ant17/Planning by SteveLoughran

2006-04-11 Thread Matt Benson
Doh!

--- Steve Loughran [EMAIL PROTECTED] wrote:

 Matt Benson wrote:
  (laughing at the havoc I caused)
 
 yeah, you just made us ship a year late. How does it
 feel
 

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


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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



DO NOT REPLY [Bug 39185] New: - Ant CC Task option to include SUN C compiler

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=39185.
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=39185

   Summary: Ant CC Task option to include SUN C compiler
   Product: Ant
   Version: 1.6.5
  Platform: Sun
OS/Version: SunOS
Status: NEW
  Severity: critical
  Priority: P2
 Component: Other
AssignedTo: dev@ant.apache.org
ReportedBy: [EMAIL PROTECTED]


Hello,

The CC task of ant does not support SUN cc compiler for compiling C files.
Rather it supports sunc89 compiler only.
Is there any option to inlcude the ANSI C SUN compiler cc in cpptasks.jar.
Please look into this at the earliset

-- 
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: removal of classes depending upon dead third party libraries

2006-04-11 Thread Martijn Kruithof
I think we should consult the user list first (so far no reactions on a 
open question regarding icontract though).


Martijn

Antoine Levy-Lambert wrote:


Hello,

I think of starting a vote soon (or maybe better 4 votes) on the removal
of the classes depending upon xslp, icontract, vaj, testlet.

Remarks, critics and suggestions about :
- whether this should happen at all,
- in terms of bylaws, would such a vote be considered a code change with
lazy approval/lazy consensus, or like adoption of a new codebase meaning
requiring 2/3 majority ?
- how to word the vote emails,
- ...
are welcome.

see this page [1] for the list of the dependencies of Ant 1.6.5

xslp : is a library containing an XML transformation engine, the site
where this transformation engine could be downloaded from no longer exists.
XSL:P : used to live at  http://www.clc-marketing.com/xslp/, but the
link doesn't work any longer and we are not aware of a replacement site.

icontract :
see the documentation of the optional task  icontract [3]. The link  [4]
contained in this page is dead.

vaj :
see this document : [5]
I believe that IBM has replaced Visual Age for Java with WSAD since a
long time.

test:
see this document : [6]

Regards,

Antoine

[1] http://ant.apache.org/manual/install.html#librarydependencies
[2] http://www.clc-marketing.com/xslp/
[3] http://ant.apache.org/manual/OptionalTasks/icontract.html
[4] http://www.reliable-systems.com/tools/
[5] http://ant.apache.org/manual/Integration/VAJAntTool.html#tasks
[6] http://ant.apache.org/manual/OptionalTasks/test.html

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



DO NOT REPLY [Bug 39183] - Make source attribute of javac mandatory

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=39183.
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=39183


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 19:20 ---
ant.build.javac.source and ant.build.javac.target are now there

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



svn commit: r393282 - in /ant/core/trunk: ./ docs/manual/ docs/manual/CoreTasks/ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/taskdefs/ src/testcases/org/apache/tools/ant/taskdefs/

2006-04-11 Thread bodewig
Author: bodewig
Date: Tue Apr 11 11:19:57 2006
New Revision: 393282

URL: http://svn.apache.org/viewcvs?rev=393282view=rev
Log:
provide magic properties to control javac

Added:
ant/core/trunk/docs/manual/javacprops.html   (with props)
Modified:
ant/core/trunk/WHATSNEW
ant/core/trunk/docs/manual/CoreTasks/javac.html
ant/core/trunk/docs/manual/CoreTasks/javadoc.html
ant/core/trunk/docs/manual/conceptstypeslist.html
ant/core/trunk/src/main/org/apache/tools/ant/MagicNames.java
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Javac.java
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Javadoc.java
ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavacTest.java

Modified: ant/core/trunk/WHATSNEW
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/WHATSNEW?rev=393282r1=393281r2=393282view=diff
==
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Tue Apr 11 11:19:57 2006
@@ -376,7 +376,11 @@
   dare not change for fear of breaking complex SQL operations in
   existing files.
 
-* javadoc's packagenames attribute is now optional and default to *.
+* javadoc's packagenames attribute is now optional and defaults to *.
+
+* javac's source and target attributes as well as javadoc's source
+  attribute will read default values from the properties
+  ant.build.javac.source and ant.build.javac.target.
 
 Changes from Ant 1.6.4 to Ant 1.6.5
 ===

Modified: ant/core/trunk/docs/manual/CoreTasks/javac.html
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/CoreTasks/javac.html?rev=393282r1=393281r2=393282view=diff
==
--- ant/core/trunk/docs/manual/CoreTasks/javac.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/javac.html Tue Apr 11 11:19:57 2006
@@ -241,7 +241,12 @@
 particular, if you use JDK 1.4+ the generated classes will not be
 usable for a 1.1 Java VM unless you explicitly set this attribute
 to the value 1.1 (which is the default value for JDK 1.1 to
-1.3).  We highly recommend to always specify this attribute./b/td
+1.3).  We highly recommend to always specify this
+attribute./bbr
+A default value for this attribute can be provided using the magic
+a
+href=../javacprops.html#targetcodeant.build.javac.target/code/a
+property./td
 td align=center valign=topNo/td
   /tr
   tr
@@ -322,7 +327,11 @@
 at all.br
 bNote that the default value depends on the JVM that is running
 Ant.  We highly recommend to always specify this
-attribute./b/td
+attribute./bbr
+A default value for this attribute can be provided using the magic
+a
+href=../javacprops.html#sourcecodeant.build.javac.source/code/a
+property./td
 
 td align=center valign=topNo/td
   /tr

Modified: ant/core/trunk/docs/manual/CoreTasks/javadoc.html
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/CoreTasks/javadoc.html?rev=393282r1=393281r2=393282view=diff
==
--- ant/core/trunk/docs/manual/CoreTasks/javadoc.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/javadoc.html Tue Apr 11 11:19:57 2006
@@ -407,7 +407,11 @@
 td valign=topNecessary to enable javadoc to handle assertions
 present in J2SE v 1.4 source code. Set this to quot;1.4quot; to
 documents code that compiles using codequot;javac -source
-1.4quot;/code./td
+1.4quot;/code.br
+A default value for this attribute can be provided using the magic
+a
+href=../javacprops.html#sourcecodeant.build.javac.source/code/a
+property./td
 td align=center valign=top1.4+/td
 td align=center valign=topNo/td
   /tr

Modified: ant/core/trunk/docs/manual/conceptstypeslist.html
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/conceptstypeslist.html?rev=393282r1=393281r2=393282view=diff
==
--- ant/core/trunk/docs/manual/conceptstypeslist.html (original)
+++ ant/core/trunk/docs/manual/conceptstypeslist.html Tue Apr 11 11:19:57 2006
@@ -14,6 +14,7 @@
 h3Concepts/h3
 a href=clonevm.htmlant.build.clonevm/abr
 a href=sysclasspath.htmlbuild.sysclasspath/abr
+a href=javacprops.htmlAnt properties controlling javac/abr
 a href=CoreTasks/common.htmlCommon Attributes/abr
 
 h3Core Types/h3

Added: ant/core/trunk/docs/manual/javacprops.html
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/javacprops.html?rev=393282view=auto
==
--- ant/core/trunk/docs/manual/javacprops.html (added)
+++ ant/core/trunk/docs/manual/javacprops.html Tue Apr 11 11:19:57 2006
@@ -0,0 +1,39 @@
+html
+
+head
+meta http-equiv=Content-Language content=en-us
+link rel=stylesheet type=text/css 

svn commit: r393292 - /ant/core/trunk/docs/manual/running.html

2006-04-11 Thread mbenson
Author: mbenson
Date: Tue Apr 11 11:51:20 2006
New Revision: 393292

URL: http://svn.apache.org/viewcvs?rev=393292view=rev
Log:
document ant.build.source/target in running.html#sysprops

Modified:
ant/core/trunk/docs/manual/running.html

Modified: ant/core/trunk/docs/manual/running.html
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/running.html?rev=393292r1=393291r2=393292view=diff
==
--- ant/core/trunk/docs/manual/running.html (original)
+++ ant/core/trunk/docs/manual/running.html Tue Apr 11 11:51:20 2006
@@ -236,6 +236,16 @@
   thdescription/th
 /tr
 tr
+  tdcodeant.build.javac.source/code/td
+  tdSource-level version number/td
+  tdDefault emsource/em value for lt;javacgt;/lt;javadocgt;/td
+/tr
+tr
+  tdcodeant.build.javac.target/code/td
+  tdClass-compatibility version number/td
+  tdDefault emtarget/em value for lt;javacgt;/td
+/tr
+tr
   tdcodeant.executor.class/code/td
   tdclassname; default is org. apache. tools. ant. helper. 
DefaultExecutor/td
   tdbSince Ant 1.6.3/b Ant will delegate Target invocation to the
@@ -530,7 +540,7 @@
 
 br
 hr
-p align=centerCopyright copy; 2000-2005 The Apache Software Foundation. 
All rights
+p align=centerCopyright copy; 2000-2006 The Apache Software Foundation. 
All rights
 Reserved./p
 
 /body



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



DO NOT REPLY [Bug 22298] - Copy could take filelists where files are on different drives

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=22298.
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=22298


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 19:54 ---
available in 1.7 (svn HEAD) w/ resourcecollections

-- 
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 18128] - modify existing tasks (dependset) to use resource collections

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=18128.
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=18128


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 19:55 ---
fixed in 1.7 (HEAD)

-- 
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 32912] - copy should support filelists

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32912.
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=32912


Bug 32912 depends on bug 18128, which changed state.

Bug 18128 Summary: modify existing tasks (dependset) to use resource collections
http://issues.apache.org/bugzilla/show_bug.cgi?id=18128

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED



-- 
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 11746] - Copy task should accept a nested dirset

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=11746.
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=11746


Bug 11746 depends on bug 18128, which changed state.

Bug 18128 Summary: modify existing tasks (dependset) to use resource collections
http://issues.apache.org/bugzilla/show_bug.cgi?id=18128

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED



-- 
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 26712] - Copy task should accept filelist entries?

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=26712.
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=26712


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 19:55 ---
fixed in 1.7 (HEAD)

-- 
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 32912] - copy should support filelists

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32912.
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=32912


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 19:57 ---
fixed in 1.7 (HEAD)

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



svn commit: r393295 - /ant/core/trunk/src/etc/testcases/taskdefs/copy.xml

2006-04-11 Thread mbenson
Author: mbenson
Date: Tue Apr 11 12:11:36 2006
New Revision: 393295

URL: http://svn.apache.org/viewcvs?rev=393295view=rev
Log:
removed commented taskdefs, trailing spaces

Modified:
ant/core/trunk/src/etc/testcases/taskdefs/copy.xml

Modified: ant/core/trunk/src/etc/testcases/taskdefs/copy.xml
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/etc/testcases/taskdefs/copy.xml?rev=393295r1=393294r2=393295view=diff
==
--- ant/core/trunk/src/etc/testcases/taskdefs/copy.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/copy.xml Tue Apr 11 12:11:36 2006
@@ -5,7 +5,7 @@
   target name=test1
 copy file=copy.xml tofile=copytest1.tmp /
   /target
- 
+
   target name=test2
 copy file=copy.xml todir=copytest1dir overwrite=true/
   /target
@@ -47,7 +47,7 @@
 touch file=copytest3.tmp/
 !--wait --
 sleep seconds=4/
-!-- copy a different file to two places -- 
+!-- copy a different file to two places --
 copy file=copy.xml tofile=copytest3a.tmp overwrite=true/
 copy file=copy.xml tofile=copytest3b.tmp overwrite=true/
 !--wait --
@@ -59,7 +59,7 @@
   overwrite=true
   preservelastmodified=true /
 !-- copy a newer file onto an older one (should work) --
-copy file=copytest3a.tmp tofile=copytest3.tmp 
+copy file=copytest3a.tmp tofile=copytest3.tmp
   preservelastmodified=true /
 !-- expected state :
   3a.tmp==3.tmp==copy.xml
@@ -69,13 +69,13 @@
   3b.tmp==copy.xml
 --
   /target
-  
+
   target name=test_single_file_fileset
 copy tofile=copytest_single_file_fileset.tmp
   fileset dir=. includes=copy.xml/
 /copy
   /target
-  
+
   target name=test_single_file_path
 copy tofile=copytest_single_file_path.tmp
   path
@@ -83,7 +83,7 @@
   /path
 /copy
   /target
-  
+
   target name=testFilterSet
 copy file=copy.filterset tofile=copy.filterset.tmp
   filterset
@@ -129,14 +129,9 @@
 /copy
   /target
 
-!--
-  typedef name=resource classname=org.apache.tools.ant.types.Resource/
-  typedef name=resources 
classname=org.apache.tools.ant.types.resources.Resources/
---  
-
   property name=to.dir value=copy-todir-tmp/
   property name=from.dir value=copy-fromdir-tmp/
-
+
   target name=testResource.prepare
 mkdir dir=${from.dir}/
 concat destfile=${from.dir}/file1.txtThis is file 1/concat
@@ -144,7 +139,7 @@
 concat destfile=${from.dir}/file3.txtThis is file 3/concat
 concat destfile=${from.dir}/fileNR.txtThis is file @NR@/concat
   /target
-
+
   target name=testFileResourcePlain depends=testResource.prepare
 copy todir=${to.dir} flatten=true
   resources
@@ -176,19 +171,19 @@
   /filterset
 /copy
   /target
-
+
   target name=testResourcePlain
   /target
-
+
   target name=testResourcePlainWithMapper
   /target
-
+
   target name=testResourcePlainWithFilter
   /target
-
+
   target name=testOnlineResources
   /target
-
+
   target name=testPathAsResource depends=testResource.prepare
 copy todir=${to.dir}
   path
@@ -196,7 +191,7 @@
   /path   
 /copy 
   /target
-
+
   target name=testZipfileset depends=testResource.prepare
 zip destfile=${from.dir}/test.zip roundup=false
   fileset dir=${from.dir} excludes=*.zip/
@@ -205,7 +200,7 @@
   zipfileset src=${from.dir}/test.zip/
 /copy
   /target
-  
+
   target name=cleanup 
 delete file=copytest1.tmp/
 delete file=copytest3.tmp/



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



svn commit: r393296 - /ant/core/trunk/src/etc/testcases/taskdefs/copy.xml

2006-04-11 Thread mbenson
Author: mbenson
Date: Tue Apr 11 12:12:48 2006
New Revision: 393296

URL: http://svn.apache.org/viewcvs?rev=393296view=rev
Log:
more trailing spaces

Modified:
ant/core/trunk/src/etc/testcases/taskdefs/copy.xml

Modified: ant/core/trunk/src/etc/testcases/taskdefs/copy.xml
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/etc/testcases/taskdefs/copy.xml?rev=393296r1=393295r2=393296view=diff
==
--- ant/core/trunk/src/etc/testcases/taskdefs/copy.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/copy.xml Tue Apr 11 12:12:48 2006
@@ -146,7 +146,7 @@
 file file=${from.dir}/file1.txt/
 file file=${from.dir}/file2.txt/
 file file=${from.dir}/file3.txt/
-  /resources
+  /resources
 /copy
   /target
 
@@ -156,7 +156,7 @@
 file file=${from.dir}/file1.txt/
 file file=${from.dir}/file2.txt/
 file file=${from.dir}/file3.txt/
-  /resources
+  /resources
   regexpmapper from=^(.*)\.txt$$ to=\1.txt.bak/
 /copy
   /target
@@ -165,7 +165,7 @@
 copy todir=${to.dir} flatten=true
   resources
 file file=${from.dir}/fileNR.txt/
-  /resources
+  /resources
   filterset
 filter token=NR value=42/
   /filterset
@@ -188,8 +188,8 @@
 copy todir=${to.dir}
   path
 fileset dir=${from.dir}/
-  /path   
-/copy 
+  /path
+/copy
   /target
 
   target name=testZipfileset depends=testResource.prepare
@@ -201,7 +201,7 @@
 /copy
   /target
 
-  target name=cleanup 
+  target name=cleanup
 delete file=copytest1.tmp/
 delete file=copytest3.tmp/
 delete file=copytest3a.tmp/



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



DO NOT REPLY [Bug 11746] - Copy task should accept a nested dirset

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=11746.
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=11746


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 20:36 ---
supported in 1.7 (HEAD).

-- 
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 11242] - When will ANT support Viewpathing (VPATH)?

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=11242.
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=11242


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 21:12 ---
in 1.7 this would be trivial for a (developer) user to implement by extending
path.  Since all tasks for which it makes sense support resourcecollections,
the resulting vpath type would automatically be supported.

-- 
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 23539] - Add a relativeTo attribute to the pathconvert task

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=23539.
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=23539


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 21:14 ---
This should be a non-issue with modern (since 1.6.2) mapper support in
pathconvert.

-- 
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 32884] - [PATCH] PathConvert on Windows should process forward and back slashes equivalently

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32884.
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=32884


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 21:17 ---
this would be better with a concrete example of what doesn't work, especially
since some time has elapsed since this bug was reported.

-- 
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 36076] - org.apache.tools.ant.types.Path is not designed for extension.

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36076.
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=36076


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 21:19 ---
Path has been significantly refactored in 1.7 (HEAD).  Additionally, most places
in Ant core where a Path would be allowed now support generic
ResourceCollections so it is possible you could simply implement your own.  Is
this satisfactory?

-- 
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 36958] - -noclasspath should be the default

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36958.
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=36958


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 21:26 ---
We've been begging people for years not to use a CLASSPATH.  At the same time,
we can't break backwards compatibility, so all we can do is hope that one of the
places in which we've written this admonition gets noticed.

-- 
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 38138] - Command line parsing error when using -noclasspath and -nouserlib without using -lib

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=38138.
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=38138


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 21:27 ---
ping?

-- 
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 39144] - Ant.bat is broken.

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=39144.
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=39144





--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 21:34 ---
*** Bug 39142 has been marked as a duplicate of this bug. ***

-- 
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 39142] - Ant.bat is broken.

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=39142.
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=39142


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 21:34 ---


*** This bug has been marked as a duplicate of 39144 ***

-- 
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 39106] - Make it easier to specify optional dependencies

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=39106.
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=39106


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 21:36 ---
was Martijn's answer satisfactory?

-- 
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 38918] - Add 'real' overwrite support to Zip-based tasks

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=38918.
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=38918


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 21:47 ---
This patch really isn't making sense with me... maybe if you attached a testcase
I would understand what it's supposed to accomplish.  Also, OSS projects get
happy when patches are accompanied by tests... :)

-- 
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 37767] - redirector sleeps with lock held

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=37767.
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=37767


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Target Milestone|--- |1.7




-- 
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 37767] - redirector sleeps with lock held

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=37767.
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=37767


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




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



svn commit: r393316 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/Redirector.java

2006-04-11 Thread mbenson
Author: mbenson
Date: Tue Apr 11 14:35:04 2006
New Revision: 393316

URL: http://svn.apache.org/viewcvs?rev=393316view=rev
Log:
changed Thread.sleep(1000) in a synchro method to wait(1000). PR# 37767.

Modified:
ant/core/trunk/WHATSNEW
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Redirector.java

Modified: ant/core/trunk/WHATSNEW
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/WHATSNEW?rev=393316r1=393315r2=393316view=diff
==
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Tue Apr 11 14:35:04 2006
@@ -195,6 +195,8 @@
 
 * available could leak resources, Bugzilla Report 38260.
 
+* redirector called Thread.sleep in a synchronized method. Bugzilla report 
37767.
+
 Other changes:
 --
 * Improve compatibility with GNU Classpath and java versions prior to 1.5. 
Bugzilla 39027.

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Redirector.java
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Redirector.java?rev=393316r1=393315r2=393316view=diff
==
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Redirector.java 
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Redirector.java Tue 
Apr 11 14:35:04 2006
@@ -770,7 +770,7 @@
 // Ignore exception
 }
 }
-Thread.sleep(1000);
+wait(1000);
 } catch (InterruptedException eyeEx) {
 // Ignore exception
 }



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



DO NOT REPLY [Bug 37767] - redirector sleeps with lock held

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=37767.
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=37767


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 22:35 ---
fixed in HEAD, thanks

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



svn commit: r393317 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnlock.java

2006-04-11 Thread mbenson
Author: mbenson
Date: Tue Apr 11 14:50:46 2006
New Revision: 393317

URL: http://svn.apache.org/viewcvs?rev=393317view=rev
Log:
apparently benign but untestable fix for PR 37766.

Modified:
ant/core/trunk/WHATSNEW

ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnlock.java

Modified: ant/core/trunk/WHATSNEW
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/WHATSNEW?rev=393317r1=393316r2=393317view=diff
==
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Tue Apr 11 14:50:46 2006
@@ -195,7 +195,11 @@
 
 * available could leak resources, Bugzilla Report 38260.
 
-* redirector called Thread.sleep in a synchronized method. Bugzilla report 
37767.
+* Redirector called Thread.sleep in a synchronized block. Bugzilla report 
37767.
+
+* CCUnlock's objselect attribute could exhibit unpredictable behavior;
+  standardized improperly included objselect and objsel property accessors to
+  delegate to the inherited objSelect property accessor. Bugzilla report 37766.
 
 Other changes:
 --

Modified: 
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnlock.java
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnlock.java?rev=393317r1=393316r2=393317view=diff
==
--- 
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnlock.java
 (original)
+++ 
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/clearcase/CCUnlock.java
 Tue Apr 11 14:50:46 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright  2003-2004 The Apache Software Foundation
+ * Copyright 2003-2004, 2006 The Apache Software Foundation
  *
  *  Licensed under the Apache License, Version 2.0 (the License);
  *  you may not use this file except in compliance with the License.
@@ -27,7 +27,6 @@
  * comment field doesn't include all options yet
  */
 
-
 /**
  * Performs a ClearCase Unlock command.
  *
@@ -70,7 +69,6 @@
 public class CCUnlock extends ClearCase {
 private String mComment = null;
 private String mPname = null;
-private String mObjselect = null;
 
 /**
  * Executes the task.
@@ -115,20 +113,20 @@
 /**
  * Check the command line options.
  */
-private void checkOptions(Commandline cmd) {
+private void checkOptions(Commandline cmd) {
 // ClearCase items
 getCommentCommand(cmd);
 
-if (getObjselect() == null  getPname() == null) {
+if (getObjSelect() == null  getPname() == null) {
 throw new BuildException(Should select either an element 
 + (pname) or an object (objselect));
 }
 getPnameCommand(cmd);
 // object selector
-if (getObjselect() != null) {
-cmd.createArgument().setValue(getObjselect());
+if (getObjSelect() != null) {
+cmd.createArgument().setValue(getObjSelect());
 }
-}
+}
 
 /**
  * Sets how comments should be written
@@ -173,7 +171,7 @@
  * @param objselect objects to be locked
  */
 public void setObjselect(String objselect) {
-mObjselect = objselect;
+setObjSelect(objselect);
 }
 
 /**
@@ -183,7 +181,7 @@
  * @since ant 1.6.1
  */
 public void setObjSel(String objsel) {
-mObjselect = objsel;
+setObjSelect(objsel);
 }
 
 /**
@@ -192,10 +190,9 @@
  * @return String containing the objects to be locked
  */
 public String getObjselect() {
-return mObjselect;
+return getObjSelect();
 }
 
-
 /**
  * Get the 'comment' command
  *
@@ -246,7 +243,7 @@
 if (getPname() != null) {
 return getPname();
 } else {
-return getObjselect();
+return getObjSelect();
 }
 }
 



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



DO NOT REPLY [Bug 37766] - confusing inherited naming

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=37766.
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=37766


[EMAIL PROTECTED] changed:

   What|Removed |Added

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




--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 22:50 ---
fixed in HEAD.  thanks!

-- 
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 39164] - antlr task doesn't create output directory

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=39164.
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=39164





--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 22:52 ---
javac is very different.  The packages themselves do get created by the java 
compiler. 
Antlr on the other hand doesen't understand packages even though it is most 
commonly used to create files in a package. That is why the output directory 
has to be specified all the way including the package.
Antlr is either supported or it isn't? If it is supported I don't see why it 
would be too much to ask to enhance it a little.


-- 
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 39164] - antlr task doesn't create output directory

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=39164.
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=39164





--- Additional Comments From [EMAIL PROTECTED]  2006-04-11 22:58 ---
Did you attach a patch with your desired enhancement?

-- 
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 36958] - -noclasspath should be the default

2006-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36958.
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=36958


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |




--- Additional Comments From [EMAIL PROTECTED]  2006-04-12 00:20 ---
Given that this problem can give unpredictable results, it is tricky for people
to detect and debug.  People will be stung unawares and they will have no idea
what's wrong.  If you are worried about backwards compatibility, how about
keeping the existing behaviour, and printing out the admonition as a warning
message if -noclasspath is not used and the CLASSPATH is defined. Something 
like:

WARNING: Using an externally defined CLASSPATH results in non-portable build
files.  It is recommended that you define required classpath settings within the
build file and unset your CLASSPATH or run ant with the -noclasspath option.

-- 
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: removal of classes depending upon dead third party libraries

2006-04-11 Thread Kev Jackson

Martijn Kruithof wrote:

I think we should consult the user list first (so far no reactions on 
a open question regarding icontract though).


Martijn

Antoine Levy-Lambert wrote:


Hello,

I think of starting a vote soon (or maybe better 4 votes) on the removal
of the classes depending upon xslp, icontract, vaj, testlet.

Remarks, critics and suggestions about :
- whether this should happen at all,
- in terms of bylaws, would such a vote be considered a code change with
lazy approval/lazy consensus, or like adoption of a new codebase meaning
requiring 2/3 majority ?
- how to word the vote emails,
- ...
are welcome.

I think that we should be careful as there might be a few old build 
files that still use these *extremely* dated tools (vaj was superseded 
by eclipse based tools over 6 years ago - wow, I'm old enough to 
remember vaj erk!)


Since the jars aren't available for some of the classes, that limits the 
number of new users, but we have no idea of how many old users are 
reliant on these tools.  Basically I'm scared of a compatibility problem 
down the line.  Still if users are dependent on these older jars, they 
probably won't upgrade Ant to the very latest


Kev

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



Re: removal of classes depending upon dead third party libraries

2006-04-11 Thread Antoine Levy-Lambert
Martijn Kruithof wrote:
 I think we should consult the user list first (so far no reactions on
 a open question regarding icontract though).

 Martijn
Hello Martijn,

I have just sent a similar message on the user list.

Regards,

Antoine

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



Re: removal of classes depending upon dead third party libraries

2006-04-11 Thread Stefan Bodewig
On Wed, 12 Apr 2006, Kev Jackson [EMAIL PROTECTED] wrote:

 I think that we should be careful

Of course.

 as there might be a few old build files that still use these
 *extremely* dated tools (vaj was superseded by eclipse based tools
 over 6 years ago

VAJ is a special case since it comes bundled with a JDK 1.1 that can't
be changed.  The VAJ integration code of anything after Ant 1.5.4
won't work in VAJ anyway since it requires JDK 1.2 or later.

 - wow, I'm old enough to remember vaj erk!)

Symantec Visual Cafe ;-)

Stefan

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



AW: removal of classes depending upon dead third party libraries

2006-04-11 Thread Jan.Materne
VAJ is a special case since it comes bundled with a JDK 1.1 
that can't be changed.  The VAJ integration code of anything 
after Ant 1.5.4 won't work in VAJ anyway since it requires JDK 
1.2 or later.

 - wow, I'm old enough to remember vaj erk!)

Symantec Visual Cafe ;-)

JBuilder 2 (not in java implemented) doesnt count I think :-)

Jan

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