DO NOT REPLY [Bug 41836] - No warning from SQL task, but jdbc gets SQL State: 23000

2007-03-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=41836





--- Additional Comments From [EMAIL PROTECTED]  2007-03-14 15:22 ---
> it doesnt look for and print warnings.

I see.   Since Ant was displaying data truncate warnings as errors I was 
assuming it was already behaving as if there was a "failOnWarning".  But what 
appears to actually be happening is that MySQL jdbc Connector/J already 
escalates these types of MySQL warnings into JDBC errors.

When I add jdbcCompliantTruncation=false to the jdbc connection string (e.g., 
"jdbc:mysql://localhost/?jdbcCompliantTruncation=false)" and issue a statement 
that causes a MySQL Warning, I now get a warning in Java (versus an exception 
when jdbcCompliantTruncation=true), but Ant does not show the warning at all -- 
which is the behavior you described.

> 1. log the warnings at INFO or WARN
> 2. add a failOnWarning attribute to trigger behaviour on warnings
> Would this work?

Yes, those would solve the problem for me.

-- 
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: r518225 - /ant/core/trunk/docs/slides/extending_ant.odp

2007-03-14 Thread stevel
Author: stevel
Date: Wed Mar 14 10:23:20 2007
New Revision: 518225

URL: http://svn.apache.org/viewvc?view=rev&rev=518225
Log:
How to write a task

Modified:
ant/core/trunk/docs/slides/extending_ant.odp

Modified: ant/core/trunk/docs/slides/extending_ant.odp
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/slides/extending_ant.odp?view=diff&rev=518225&r1=518224&r2=518225
==
Binary files - no diff available.



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



svn commit: r518215 - /ant/core/trunk/docs/slides/extending_ant.odp

2007-03-14 Thread stevel
Author: stevel
Date: Wed Mar 14 09:55:14 2007
New Revision: 518215

URL: http://svn.apache.org/viewvc?view=rev&rev=518215
Log:
about to attempt some new master to get page layout right at print time

Modified:
ant/core/trunk/docs/slides/extending_ant.odp

Modified: ant/core/trunk/docs/slides/extending_ant.odp
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/slides/extending_ant.odp?view=diff&rev=518215&r1=518214&r2=518215
==
Binary files - no diff available.



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



[Ant Wiki] Update of "EclipseAnt" by DannyKnights

2007-03-14 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 DannyKnights:
http://wiki.apache.org/ant/EclipseAnt

--
  
  A-1a. True all that, EXCEPT if you note the dates they are all over a year 
ago, and with Eclipse 3.1 they are obsolete!  Why?  Because Eclipse 3.1 has 
File->Export->Ant Buildfiles menu option that generates the build.xml and a 
user modifiable entity document called build-user.xml where you can put your 
own properties, tasks and targets.  Which is why this info needs to be here and 
if there was an Eclipse wiki of equal value to this one, it should go there too.
  
+ Q-2. I need to use ANTs  feature to send the contents of a 
 transformation via email. Currently the code I have says: Failed 
to initialise MIME mail: javax/mail/MessagingException
+ The MIME mail function is depracated so I don't understand why it doesn't 
work, it just goes into a loop!
+ 
+ My code is: 
+ 
+   
+ 
+ 
+ 
+ 
+ Email sent!
+   
+ 
+   
+   
+   
+ 
+ can anyone help? My email personal email address is [EMAIL PROTECTED]
+ 

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



svn commit: r518174 - /ant/core/trunk/docs/manual/CoreTypes/resources.html

2007-03-14 Thread mbenson
Author: mbenson
Date: Wed Mar 14 08:12:49 2007
New Revision: 518174

URL: http://svn.apache.org/viewvc?view=rev&rev=518174
Log:
clarify tokens nested tokenizer

Modified:
ant/core/trunk/docs/manual/CoreTypes/resources.html

Modified: ant/core/trunk/docs/manual/CoreTypes/resources.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTypes/resources.html?view=diff&rev=518174&r1=518173&r2=518174
==
--- ant/core/trunk/docs/manual/CoreTypes/resources.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/resources.html Wed Mar 14 08:12:49 2007
@@ -827,7 +827,12 @@
 
   
   Parameters specified as nested elements
-  A single resource collection is required.
+  
+A single resource collection is required.
+One nested tokenizer may be specified.  If omitted, a
+LineTokenizer will be 
used.
+
+  
 
 
 Set operations



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



svn commit: r518153 - /ant/core/trunk/docs/manual/CoreTasks/fail.html

2007-03-14 Thread jhm
Author: jhm
Date: Wed Mar 14 07:13:36 2007
New Revision: 518153

URL: http://svn.apache.org/viewvc?view=rev&rev=518153
Log:
Example using  inside 

Modified:
ant/core/trunk/docs/manual/CoreTasks/fail.html

Modified: ant/core/trunk/docs/manual/CoreTasks/fail.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/fail.html?view=diff&rev=518153&r1=518152&r2=518153
==
--- ant/core/trunk/docs/manual/CoreTasks/fail.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/fail.html Wed Mar 14 07:13:36 2007
@@ -29,6 +29,7 @@
 Exits the current build (just throwing a BuildException), optionally 
printing additional information.
 The message of the Exception can be set via the message attribute
 or character data nested into the element.
+
 Parameters
 
   
@@ -72,6 +73,7 @@
 
 
 Examples
+
   
 will exit the current build with no further information given.
 
@@ -122,7 +124,19 @@
 build.xml:2: condition satisfied
 
 
-
+
+
+
+
+
+
+
+
+
+
+
+Will check that both files one.txt and two.txt are present 
otherwise the build
+will fail.
 
 
 



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



DO NOT REPLY [Bug 29236] - Ant options on ant task

2007-03-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=29236





--- Additional Comments From [EMAIL PROTECTED]  2007-03-14 07:11 ---
My personal favorite is -k (keep going).

At least a "failonerror" attribute would be nice.

I was forced to emulate the -k flag with several 


-- 
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: r518151 - /ant/core/trunk/docs/manual/CoreTasks/conditions.html

2007-03-14 Thread jhm
Author: jhm
Date: Wed Mar 14 07:02:03 2007
New Revision: 518151

URL: http://svn.apache.org/viewvc?view=rev&rev=518151
Log:
Documented wrong attribute.

Modified:
ant/core/trunk/docs/manual/CoreTasks/conditions.html

Modified: ant/core/trunk/docs/manual/CoreTasks/conditions.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/conditions.html?view=diff&rev=518151&r1=518150&r2=518151
==
--- ant/core/trunk/docs/manual/CoreTasks/conditions.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/conditions.html Wed Mar 14 07:02:03 
2007
@@ -726,7 +726,7 @@
 
 
 
-
+
 
 Verify that a resource collection is not empty.
 



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



svn commit: r518139 - /ant/core/trunk/docs/manual/CoreTasks/length.html

2007-03-14 Thread jhm
Author: jhm
Date: Wed Mar 14 06:53:24 2007
New Revision: 518139

URL: http://svn.apache.org/viewvc?view=rev&rev=518139
Log:
Two examples using nested resource collections.

Modified:
ant/core/trunk/docs/manual/CoreTasks/length.html

Modified: ant/core/trunk/docs/manual/CoreTasks/length.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/length.html?view=diff&rev=518139&r1=518138&r2=518139
==
--- ant/core/trunk/docs/manual/CoreTasks/length.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/length.html Wed Mar 14 06:53:24 2007
@@ -80,19 +80,40 @@
 No; default is "equal"
   
 
+
 Parameters specified as nested elements
+
 Resource Collections
 You can include resources via nested
   Resource 
Collections.
+
 Examples
+
 
 
 Stores the length of the string "foo" in the property named
 length.foo.
+
 
 
 Stores the length of file "bar" in the property named
 length.bar.
+
+
+
+
+
+
+Writes the file paths of foo and bar and their length into 
+the property length.
+
+
+
+
+
+
+Adds the length of foo and bar and stores the result in 
property length.
+
 
 
 



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



DO NOT REPLY [Bug 41622] - ant.bat not working on win2k

2007-03-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=41622


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2007-03-14 06:04 ---
Cannot reproduce any more, probably local problem not related to Ant. Sorry for 
inconvenience.

-- 
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 "FrontPage" by SteveLoughran

2007-03-14 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/FrontPage

The comment on the change is:
security warning. 

--
  #pragma section-numbers off
  = Welcome to the Ant Wiki =
  
+ || http://ant.apache.org/images/ant_logo_large.gif || This is the 
[wiki:ApacheGeneral/ Apache Wiki] for the [http://ant.apache.org/ Apache Ant] 
project. It contains documentation submitted by logged in Wiki users. If you 
wish to contribute, please create a user profile and log in. If you wish to use 
any information in the wiki, be advised that the accuracy of all user-supplied 
information cannot be guaranteed. In particular, you cannot trust this or any 
other wiki to be a reliable source of security-sensitive information. Review 
all code and configuration data carefully.
- || http://ant.apache.org/images/ant_logo_large.gif || This is the 
[wiki:ApacheGeneral/ Apache Wiki] for the [http://ant.apache.org/ Apache Ant] 
project. You will not be able to edit pages until you login. Please visit 
UserPreferences at the top-right of any page to create a user profile or to 
login. Notifications of all changes you make will be sent to the Ant CVS 
mailing list ||
- 
  
  Project Page: http://ant.apache.org/
  

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



DO NOT REPLY [Bug 41836] - No warning from SQL task, but jdbc gets SQL State: 23000

2007-03-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=41836





--- Additional Comments From [EMAIL PROTECTED]  2007-03-14 04:16 ---
I think the problem here is that  on cares about errors; it doesnt look for
and print warnings. We could correct this in two ways

1. log the warnings at INFO or WARN
2. add a failOnWarning attribute to trigger behaviour on warnings

Would this work?

As an aside, we have zero unit tests against mysql, but as I've been automating
deployment of mysql at work, I may know how we could do this, though the test
setup would be tricky indeed. We'd need JMX, the (GPL) Mysql JMX connector, and
SmartFrog, plus the configuration info for the target test system(s), and we'd
need to get smartfrog to run an antunit build file. Much, much easier to test
against HSQLDB instead.

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



[EMAIL PROTECTED]: Project svn-antlib-test (in module ant-antlibs) failed

2007-03-14 Thread Gump Integration Build
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project svn-antlib-test has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 89 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- svn-antlib-test :  Task and Type Libraries for Apache Ant


Full details are available at:
http://vmgump.apache.org/gump/public/ant-antlibs/svn-antlib-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Dependency on ant-testutil exists, no need to add for property 
ant-testutil.jar.
 -INFO- Failed with reason build failed



The following work was performed:
http://vmgump.apache.org/gump/public/ant-antlibs/svn-antlib-test/gump_work/build_ant-antlibs_svn-antlib-test.html
Work Name: build_ant-antlibs_svn-antlib-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 2 mins 30 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Dant-testutil.jar=/usr/local/gump/public/workspace/ant/build/lib/ant-testutil.jar
 test 
[Working Directory: /usr/local/gump/public/workspace/ant-antlibs/svn]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/ant-antlibs/svn/build/test-classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ant/build/lib/ant-testutil.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/ant-antlibs/svn/build/ant-svn-14032007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
-
[junit] at junit.framework.TestSuite.run(TestSuite.java:227)
[junit] at 
org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:76)
[junit] at 
junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:32)
[junit] at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:421)
[junit] at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:912)
[junit] at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:743)
[junit] 
[junit] Testcase: testDiffWithImplicitTrunk took 41.275 sec
[junit] FAILED
[junit] null
[junit] junit.framework.AssertionFailedError: null
[junit] at junit.framework.Assert.fail(Assert.java:47)
[junit] at junit.framework.Assert.assertTrue(Assert.java:20)
[junit] at junit.framework.Assert.assertTrue(Assert.java:27)
[junit] at 
org.apache.ant.svn.SvnTagDiffTest.assertModified(SvnTagDiffTest.java:110)
[junit] at 
org.apache.ant.svn.SvnTagDiffTest.assertDiffWithTrunk(SvnTagDiffTest.java:63)
[junit] at 
org.apache.ant.svn.SvnTagDiffTest.testDiffWithImplicitTrunk(SvnTagDiffTest.java:57)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:585)
[junit] at junit.framework.TestCase.runTest(TestCase.java:168)
[junit] at junit.framework.TestCase.runBare(TestCase.java:134)
[junit] at junit.framework.TestResult$1.protect(TestResult.java:110)
[junit] at junit.framework.TestResult.runProtected(TestResult.java:128)
[junit] at junit.framework.TestResult.run(TestResult.java:113)
[junit] at junit.framework.TestCase.run(TestCase.java:124)
[junit] at junit.framework.TestSuite.runTest(TestSuite.java:232)
[junit] at junit.framework.TestSuite.run(TestSuite.java:227)
[junit] at 
org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:76)
[junit] at 
junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:32)
[junit] at 
org.apach

DO NOT REPLY [Bug 41737] - sqltask: Semicolon in c-style multiline comments fails

2007-03-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=41737


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|Semicolon in c-style|sqltask: Semicolon in c-
   |multiline comments fails|style multiline comments
   ||fails




-- 
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 41622] - ant.bat not working on win2k

2007-03-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=41622





--- Additional Comments From [EMAIL PROTECTED]  2007-03-14 03:37 ---
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 41320] - Warning 'Trying to override old definition of task ...' is confusing

2007-03-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=41320


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2007-03-14 03:36 ---
Marking as "WONTFIX" for two reasons:
  1) there are cases where the old definition does not get
 overridden - these cases have been reduced in ant 1.7.0,
 however there may still be edge cases where it happens.
  2) some users of ant filter out the "Trying to override" message.
   

-- 
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 41603] - external jython classes are not thread-safe

2007-03-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=41603


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2007-03-14 03:32 ---
Marking as "WONTFIX", it probally should be "INVALID"
based on the comments.

-- 
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 41604] - Filesets doesnot identify files referenced relative to 'basedir"

2007-03-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=41604


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2007-03-14 03:30 ---
The design of filesets have always been to use the dir as
a root. THe implementation in ant 1.5 by accident allowed
.. to escape the root, however this is an accidently product
of the implemention and not the intention.

Since ant 1.6, .. does not work for fileset, and it would not be easy
to retrofit an implemetation now to get back the old behaviour.

Marking this as a "WONTFIX" as I do not see that it is possible
to implement.

-- 
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 41587] - Ant-1.7.0 task, under JDK1.3.1_19, can't find junit.jar in ${user.home}/.ant/lib

2007-03-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=41587


[EMAIL PROTECTED] changed:

   What|Removed |Added

 OS/Version|other   |Windows XP




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