[all][POLL] what files to fixcrlf for windows distributions

2005-11-15 Thread Mario Ivankovits

Hi!

It turns out that it is required to fix the crlf (EOL) thing when 
building distributions for windows distributions.

A windows distribution is a distribution packed as zip file.

Maven will add support to define a filter to setup the extension of the 
files to convert.


Anyway I think we should find a standard how to setup this filter.


The extension in question are:

[ ] .txt
[ ] .java
[ ] .properties
[ ] .xml
[ ] .css

.java, .properties, .xml, .css might be problematic as we might get 
diffs with the wrong line ending then - on the other hand for an 
developer its not needed as every IDE can handle LF only line endings 
and our source code format should define this (the LF ending) as required.


So only .txt might be save as this is generally the release notes files 
and getting patches for it is very unlikely ;-)


What do you think?

My personal vote goes to .txt only.

Thanks!
Mario


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



Re: [all][POLL] what files to fixcrlf for windows distributions

2005-11-15 Thread Dion Gillard
As someone who uses Windows on a daily basis, I've never had a
pproblem with the LF line endings and hence would only filter *.txt in
a binary distribution.

On 11/15/05, Mario Ivankovits [EMAIL PROTECTED] wrote:
 Hi!

 It turns out that it is required to fix the crlf (EOL) thing when
 building distributions for windows distributions.
 A windows distribution is a distribution packed as zip file.

 Maven will add support to define a filter to setup the extension of the
 files to convert.

 Anyway I think we should find a standard how to setup this filter.


 The extension in question are:

 [ ] .txt
 [ ] .java
 [ ] .properties
 [ ] .xml
 [ ] .css

 .java, .properties, .xml, .css might be problematic as we might get
 diffs with the wrong line ending then - on the other hand for an
 developer its not needed as every IDE can handle LF only line endings
 and our source code format should define this (the LF ending) as required.

 So only .txt might be save as this is generally the release notes files
 and getting patches for it is very unlikely ;-)

 What do you think?

 My personal vote goes to .txt only.

 Thanks!
 Mario


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




--
http://www.multitask.com.au/people/dion/
You are going to let the fear of poverty govern your life and your
reward will be that you will eat, but you will not live. - George
Bernard Shaw

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



[transaction] compatibility of ResourceManager to XAResource interface

2005-11-15 Thread Joerg Heinicke
When following the JTA 1.0.1B spec [1] while implementing my resource adapter
(XAResource) around the Commons Transaction FileResourceManager I came across
another issue:

XAResource has a method public Xid[] recover(int flag). Following is written
in the spec's section 3.4.8 Failures recovery:

For each resource manager, the Transaction Manager uses the XAResource.recover
method to retrieve the list of transactions that are currently in a prepared or
heuristically completed state. [..] Because XAResource objects are not
persistent across system failures, the Transaction Manager needs to have some
way to acquire the XAResource objects that represent the resource managers which
might have participated in the transactions prior to the system failure. For
example, a Transaction Manager might, through the use of the JNDI lookup
mechanism and cooperation from the application server, acquire an XAResource
object representing each of the Resource Manager configured in the system. The
Transaction Manager then invokes the XAResource.recover method to ask each
resource manager to return any transactions that are currently in a prepared or
heuristically completed state. It is the responsibility of the Transaction
Manager to ignore transactions that do not belong to it.

This means I need a way to retrieve a list of transaction IDs to be recovered,
which the Commons Transaction ResourceManager interface does not provide at the
moment. Its recover() method does not provide it. Would it be possible to change
the method though this changes the interface?

Jörg

[1] http://java.sun.com/products/jta/index.html


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



DO NOT REPLY [Bug 37507] New: - [lang] DurationFormatUtils.formatDurationISO() javadoc is missing T in duration string between date and time part

2005-11-15 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=37507.
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=37507

   Summary: [lang] DurationFormatUtils.formatDurationISO() javadoc
is missing T in duration string between date and time
part
   Product: Commons
   Version: 2.1 Final
  Platform: All
   URL: http://jakarta.apache.org/commons/lang/api/org/apache/co
mmons/lang/time/DurationFormatUtils.html#formatDurationI
SO(long)
OS/Version: All
Status: NEW
  Severity: minor
  Priority: P2
 Component: Lang
AssignedTo: commons-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


The javadoc says: This method formats durations using the days and lower fields
of the ISO format pattern, such as P7D6H5M4.321S. the example duration is
missing a T between the date part 7D and the time part 6H5M4.321S. The format is
P1M for 1 month and PT1M for one minute.

-- 
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 36892] - RFE: create a secure package

2005-11-15 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=36892.
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=36892





--- Additional Comments From [EMAIL PROTECTED]  2005-10-25 11:36 ---
Created an attachment (id=16803)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=16803action=view)
OpenSSLciphers.java

ok, here follows the raw openssl-like mechanism to specify ciphers such as
MEDIUM
public static String[]
org.apache.commons.secure.OpenSSLciphers.getCiphers(String expr);

TODO: add the inclusion-/exclusion logic of openssl, etc.

Hope this is useful to others too!

--- Additional Comments From [EMAIL PROTECTED]  2005-11-15 12:26 ---
a redesigned socket factory as per Bug 35229#c3 should provide means to bring
back an error message such as CertificateExpiredException: NotAfter: Thu Nov 25
15:02:23 CET 2004 to the end-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]



Re: [vfs] next things to do in vfs

2005-11-15 Thread Robert Enyedi
Hi Mario,


 XML could be done too, but this might only be really usefull if we have
 something like XPath to query the filesystem then, else VFSs value in
 this area isnt that much, though it would be a nice tutorial example.

 Yes indeed the creation of an XML file system provider would make a nice
tutorial.

Regards,
Robert


DO NOT REPLY [Bug 36892] - Create a secure package

2005-11-15 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=36892.
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=36892


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|RFE: create a secure  |Create a secure package
   |package |




-- 
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 37353] - [jxpath] Source instructions on web site are wrong

2005-11-15 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=37353.
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=37353


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|Source instructions on web  |[jxpath] Source instructions
   |site are wrong  |on web site are wrong




-- 
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 37454] - [lang] Replace Clover with Cobertura

2005-11-15 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=37454.
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=37454


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|Replace Clover with |[lang] Replace Clover with
   |Cobertura   |Cobertura




-- 
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 37427] - [logging] Redirect stdout and stderr to logging system

2005-11-15 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=37427.
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=37427


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|Redirect stdout and stderr  |[logging] Redirect stdout
   |to logging system   |and stderr to logging system




-- 
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 37499] - [lang] parseDate with TimeZone

2005-11-15 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=37499.
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=37499


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|parseDate with TimeZone |[lang] parseDate with
   ||TimeZone




-- 
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 37441] - [beanutils] Lock in BeanUtilsBean.getInstance(BeanUtilsBean.java:78)

2005-11-15 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=37441.
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=37441


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|Lock in |[beanutils] Lock in
   |BeanUtilsBean.getInstance(Be|BeanUtilsBean.getInstance(Be
   |anUtilsBean.java:78)|anUtilsBean.java:78)




-- 
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 37321] - [pool] GenericObjectPool.Evictor._cancelled should to be declared as volatile

2005-11-15 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=37321.
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=37321


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|GenericObjectPool.Evictor._c|[pool]
   |ancelled should to be   |GenericObjectPool.Evictor._c
   |declared as volatile|ancelled should to be
   ||declared as volatile




-- 
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 37446] - [net] FTPClient.listFiles(filename) return empty array with long file name

2005-11-15 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=37446.
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=37446


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|FTPClient.listFiles(filename|[net]
   |) return empty array with   |FTPClient.listFiles(filename
   |long file name  |) return empty array with
   ||long file name




-- 
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 37385] - [lang] EscapeUtil.escapeHtml() should clarify that it does not escape ' chars to apos;

2005-11-15 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=37385.
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=37385


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|EscapeUtil.escapeHtml() |[lang]
   |should clarify that it does |EscapeUtil.escapeHtml()
   |not escape ' chars to apos;|should clarify that it does
   ||not escape ' chars to apos;




-- 
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 37363] - [email] Address char-set can not be individually set

2005-11-15 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=37363.
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=37363


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|Address char-set can not be |[email] Address char-set can
   |individually set|not be individually set




-- 
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: [transactions] No detection of failed deletion of file

2005-11-15 Thread Oliver Zeigermann
Yes, I think so. But if you tried it would not fail before commit.

Oliver

2005/11/13, Niklas Gustavsson [EMAIL PROTECTED]:
 Hi

 well, I'm not sure how to do this either. Could File.canWrite() be an
 indication?

 /niklas


 Oliver Zeigermann wrote:
  You are right. It would be desirable to make it fail as soon as
  possible. This would mean, however, that you touch the original file
  as soon as you try to delete it and not only when you commit the
  transaction. But the philosophy if this transactional implementation
  is not to touch the original file before commit. There are other
  implementations imaginable that make all the modifications on the
  original file but keep a backup for rollback, though.
 
  Thus, in short, the answer is that I do not know how to check this
  earlier given this implementation, but with others it would be
  possible.
 
  But, maybe, I am just not smart enough to find a solution ;)
 
  Oliver
 
 
  2005/11/10, Niklas Gustavsson [EMAIL PROTECTED]:
 
 Hi
 
 thats the exact patch I did in our application as well.
 
 After I sent the first email I've been thinking some more on this. I
 would expect it to fail already during deleteResource(), not on
 commit(). In our case we commit multiple sources and failing on a commit
 means that we might be duplicating data. Would it be possible to change
 deleteResource() so that it fails directly?
 
 /niklas
 
 Oliver Zeigermann wrote:
 
 Hi Niklas!
 
 This sounds like a bug. An exception and error condition should indeed
 be the reasonable behavior. The test case looks suspicious, however.
 Doesn't it manually insert something into the managed directories?
 
 Anway, added a fix like this now:
 
 if (!targetFile.delete()) {
 throw new IOException(Could not delete
 file  + removeFile.getName()
 +  in directory targetDir);
 }
 
 Hope you are satisfied with this?!
 
 Cheers
 
 Oliver
 
 2005/11/10, Niklas Gustavsson [EMAIL PROTECTED]:
 
 
 Hi
 
 when using commons-transations we found an unexpected behavior when the
 application did not have access rights to delete a file. This is not
 detected by the FileResourceManager that happily reports the transaction
 as successfully commited. The file still remains on the file system.
 
 The following test case shows the same behavior, but for keeping a file
 open:
 
 public void testFailedDelete() throws Exception {
 LoggerFacade logger = new Log4jLogger(Logger
 .getLogger(FailDeleteTest.class));
 
 String storeDir = test-store;
 String workDir = test-work;
 String testFile = foo.txt;
 
 new File(storeDir).mkdirs();
 new File(workDir).mkdirs();
 
 FileResourceManager resMan = new FileResourceManager(storeDir,
 workDir, false, logger);
 resMan.start();
 
 
 File file = new File(storeDir, testFile);
 
 // hold on to the file
 FileOutputStream fos = new FileOutputStream(file);
 
 String txId = resMan.generatedUniqueTxId();
 
 resMan.startTransaction(txId);
 
 // no try to delete it
 resMan.deleteResource(txId, testFile);
 
 resMan.commitTransaction(txId);
 
 // the file will remain even though we successfully
 // commited the delete
 assertTrue(file.exists());
 }
 
 I've tracked this down to the folliowing snippet in FileResourceManager:
if (removeFile.isFile()) {
 if (targetFile.exists()) {
 targetFile.delete();
 }
 // indicate, this has been done
 removeFile.delete();
 
 I think a check that targetFile.delete() actually succeeds would fix
 this problem. I'll be happy to write up a patch if you agree that this
 should be fixed.
 
 /niklas
 
 ---
 Niklas Gustavsson
 http://www.protocol7.com
 mailto:[EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 --
 ---
 Niklas Gustavsson
 http://www.protocol7.com
 mailto:[EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 ---
 Niklas Gustavsson
 http://www.protocol7.com
 mailto:[EMAIL PROTECTED]


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



[Validator] indexed/Array of Strings validation

2005-11-15 Thread Daggumalli, Sivaji
Hi,

 

I am planning to use Commons Validator as standalone jar (outside of
struts) in my application. 

 

I was wondering that whether the following scenarios are possible by
commons Validator either by default or by extending?

1)   Indexed fileds validation - in case of Array of Strings

 How to know which element index is failed, I mean in Validate
Result, so that I can highlight corresponding field in JSP? 

 Validate all remaining indexed fileds in case of first element
index fails?

 

2)   There is list of special characters suppressed application wide

*   And then some of them are can be revoked/ reinstated per field

*   Ex: application wide suppressed special chars are   *^%$'
(these global suppressed chars check should be run against all fields)

oBut first name is allowed for special char ' (single quote)

 

Is there anyway this can be done with commons Validator?   

 

Thanks in advance

Siva

 



Re: [collections] any objections?

2005-11-15 Thread Michael Heuer

On Sat, 12 Nov 2005, Phil Steitz wrote:

 On 11/12/05, robert burrell donkin [EMAIL PROTECTED] wrote:
  On Sat, 2005-11-12 at 13:44 +, Stephen Colebourne wrote:
   robert burrell donkin wrote:
has anyone run a long stress test?
   
if not, i'm willing to code up something and set it running on my debian
box for a few days. i'd appreciate a second pair of eyes on the code (to
avoid mistakes).
  
   My attempt at one is attached to bugzilla - SoakLRUMap. I've only run it
   for an hour or so though.

 I ran something similar for two 3-hour runs with no errors, using a
 mix of Integer and String keys engineered to get a lot of reuse to
 happen.  I did lots of shorter runs modifying the the number of
 buckets, number of threads, and relative frequency of adds / replaces,
 etc.  It was easy to get the reported errors with synchronization off;
 but I saw no errors when access was properly synchronized.

Just for the record, since everyone might not have access to these
platforms, I saw the same results as Phil while running SoakLRUMap
overnight on Mac OS X 10.4.3 dual-G4 and dual-G5 hardware with java
versions 1.4.2_09 and 1.5.0_05.

   michael


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



Re: [VOTE] Release Validator 1.2.0

2005-11-15 Thread Ted Husted
 [x] +1  I support this release and am willing to help  (binding)

On 11/12/05, Niall Pemberton [EMAIL PROTECTED] wrote:
 Validator 1.2.0 RC3 has been available for more than a week with no problems
 reported and all outstanding bug reports are enhancement requests.

 ---
   [ ] +1  I support this release and am willing to help
   [ ] +0  I support this release but am unable to help
   [ ] -0  I do not support this release
   [ ] -1  I do not support this release, and here are my reasons
 ---

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



[RESULT][VOTE] Release Validator 1.2.0

2005-11-15 Thread Niall Pemberton
Commons Validator 1.2.0 has received the following binding votes:

+1 Niall Pemberton
+1 Stephen Colebourne
+1 Ted Husted

The vote thread is here:


http://www.mail-archive.com/commons-dev%40jakarta.apache.org/msg69561.html

I am planing to cut a release asap.

Niall

cc'ing the PMC List



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



Re: Pool: comments requested for a new implementation

2005-11-15 Thread robert burrell donkin
On Mon, 2005-11-14 at 19:34 -0500, Sandy McArthur wrote:
 On 11/14/05, robert burrell donkin [EMAIL PROTECTED] wrote:
  i had intended to sit down and analyse the code in detail. however, i
  have given it a quick once over and it looks very interesting. i'm happy
  with the general direction of the code. i work best when i can create
  patches for small issues as i go. this is difficult when the code isn't
  in a code repository, so i think it's best to try to get the paperwork
  started as quickly as possible (since it may take a while to get
  everything sorted out).
 
 I'm working with the trunk checkout of pool and made the tarball such
 that if you just extract it in the src/ dir it will expand next to the
 existing sources and you can use the existing ant build file like you
 normally would.
 
 See the package overview page for a decent description of how the
 composite object pool works:
 http://sandy.mcarthur.org/pool/Pool-Private/org/mcarthur/sandy/commons/pool/composite/package-summary.html#package_description

sorry i caused any misunderstanding: i did take a look at the code and
was impressed. all seems good. i think that any issues can easily be
resolved (such as javadocs) during the import to ASF SVN. so, since
getting the paperwork together can take a while, i wanted to start on
that ASAP.

  i'm sure you're aware of all these issues but it's important to the ASF
  that our code base is clean legally. so, before we can accept such any
  substantial contribution we need some legal paperwork from you.
 
 Fully understood.
 
  unfortunately, the ASF is still growing the process (through the
  incubator project) so i need to find out (and then document) what's
  required (in specific terms). this may take me a few days.
 
 What is missing from this?:
 http://www.apache.org/dev/new-committers-guide.html

all new code now needs to go through the incubator. the ASF prefers to
grow procedures and so stuff doesn't tend to get decided until it's
needed. the incubator has now handled successfully quite a number of
podlings (full projects) but (for various reasons) this grant is one of
the first few to go through the incubator. so the procedures may need to
be developed.

the good news is that most of the process seems to be in place (see
http://incubator.apache.org/faq.html and
http://incubator.apache.org/guides/pmc.html): just a few details remain
(http://mail-archives.apache.org/mod_mbox/incubator-general/200511.mbox/[EMAIL 
PROTECTED]).

  in general terms, the code base needs to be clean and original with a
  known provenance. we also need you to either fax or post some signed
  legal documents to the ASF. are either of these requirements likely to
  be an issue?
 
 Nope. I signed and mailed in an Individual Contributor License
 Agreement as described on: http://www.apache.org/licenses/#clas and
 put it in the mail on November 9th.

excellent :)

i'll try to keep an eye on this. i'm not sure where you're based but
there have been problems reported in the past involving documents from
overseas getting lost in the post. 

you need to determine whether you also need to sign a CCLA (Corporate
Contributor License Agreement). this depends on your employment status
and where you live (for example, US employees really need to sign one).
if you want to talking about this off list, mail me direct.

a software grant will also be required. please read
http://www.apache.org/licenses/ then
http://www.apache.org/licenses/software-grant.txt. googling within the
apache.org domain will also produce useful information. a specific,
concrete version of the software is required as exhibit A. i need to
check that i understand the right way to fill this in and report back.

- robert


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



svn commit: r344425 - /jakarta/commons/proper/validator/trunk/xdocs/index.xml

2005-11-15 Thread niallp
Author: niallp
Date: Tue Nov 15 12:11:43 2005
New Revision: 344425

URL: http://svn.apache.org/viewcvs?rev=344425view=rev
Log:
Reformat documentation section on the Validator home page.

Modified:
jakarta/commons/proper/validator/trunk/xdocs/index.xml

Modified: jakarta/commons/proper/validator/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/xdocs/index.xml?rev=344425r1=344424r2=344425view=diff
==
--- jakarta/commons/proper/validator/trunk/xdocs/index.xml (original)
+++ jakarta/commons/proper/validator/trunk/xdocs/index.xml Tue Nov 15 12:11:43 
2005
@@ -94,13 +94,16 @@
 
 section name=Documentation
 p
-The JavaDoc API documents are available online:
+The JavaDoc API documents are available a 
href=apidocs/index.htmlhere/a.
+/p
+p
+The following versions of the JavaDoc API documents are available 
online:
 /p
 ul
-liThe a href=apidocs/index.htmlCurrent Release/a/li
+liThe a 
href=http://jakarta.apache.org/commons/validator/api-release/;Current 
Release/a/li
 liThe a 
href=http://jakarta.apache.org/commons/validator/api-1.1.4/;Version 
1.1.4/a/li
 liThe a 
href=http://jakarta.apache.org/commons/validator/api-1.0.2/;Version 
1.0.2/a/li
-liThe a 
href=http://jakarta.apache.org/commons/validator/api-svn/;latest SVN/a/li
+liThe a 
href=http://jakarta.apache.org/commons/validator/apidocs/;latest SVN/a/li
 /ul
 
 p



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



svn commit: r344426 - /jakarta/commons/proper/validator/trunk/project.xml

2005-11-15 Thread niallp
Author: niallp
Date: Tue Nov 15 12:13:14 2005
New Revision: 344426

URL: http://svn.apache.org/viewcvs?rev=344426view=rev
Log:
Fix for Bug 37314 - remove empty attributes from project.xml - patch from 
Carlos Sanchez

Modified:
jakarta/commons/proper/validator/trunk/project.xml

Modified: jakarta/commons/proper/validator/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/project.xml?rev=344426r1=344425r2=344426view=diff
==
--- jakarta/commons/proper/validator/trunk/project.xml (original)
+++ jakarta/commons/proper/validator/trunk/project.xml Tue Nov 15 12:13:14 2005
@@ -140,129 +140,74 @@
   contributors
 contributor
   nameSaul Q Yuan Add/name
-  id/id
-  email/email
-  organization/organization
 /contributor
 contributor
   nameShane Bailey/name
-  id/id
-  email/email
-  organization/organization
 /contributor
 contributor
   nameDave Derry/name
-  id/id
-  email/email
-  organization/organization
 /contributor
contributor
   nameTim O'Brien/name
-  id/id
-  email/email
-  organization/organization
 /contributor
contributor
   nameScott Clasen/name
-  id/id
   email[EMAIL PROTECTED]/email
-  organization/organization
 /contributor
 contributor
   nameMarcus Brito Finish/name
-  id/id
-  email/email
-  organization/organization
 /contributor
   contributor
   namePadma Ginnaram/name
-  id/id
-  email/email
-  organization/organization
 /contributor
contributor
   nameThomas Jacob/name
-  id/id
   email[EMAIL PROTECTED]/email
-  organization/organization
 /contributor
 contributor
   nameAdam Kramer/name
-  id/id
-  email/email
-  organization/organization
 /contributor
 contributor
   nameGreg Ludington/name
-  id/id
-  email/email
-  organization/organization
 /contributor
contributor
   nameBjörn-H. Moritz/name
-  id/id
-  email/email
-  organization/organization
 /contributor
  contributor
   nameDavid Neuer/name
-  id/id
   email[EMAIL PROTECTED]/email
-  organization/organization
 /contributor
contributor
   nameKurt Post/name
-  id/id
-  email/email
-  organization/organization
 /contributor
contributor
   nameArun Mammen Thomas/name
-  id/id
-  email/email
-  organization/organization
 /contributor
contributor
   nameSteven Fines/name
-  id/id
   email[EMAIL PROTECTED]/email
-  organization/organization
 /contributor
contributor
   nameDidier Romelot/name
-  id/id
   email[EMAIL PROTECTED]/email
-  organization/organization
 /contributor
 contributor
   nameSteve Stair/name
-  id/id
-  email/email
-  organization/organization
 /contributor
contributor
   nameJeremy Tan/name
-  id/id
   email[EMAIL PROTECTED]/email
-  organization/organization
 /contributor
 contributor
   name94RGt2/name
-  id/id
   email[EMAIL PROTECTED]/email
-  organization/organization
 /contributor
   contributor
 nameNacho G. Mac Dowell/name
-id/id
-email/email
-organization/organization
   /contributor
 contributor
   nameMark Lowe/name
-  id/id
   email[EMAIL PROTECTED]/email
-  organization/organization
 /contributor
 
   /contributors



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



Re: [lang] ExceptionUtils methods

2005-11-15 Thread Fredrik Westermarck

Stephen Colebourne wrote:

Could I propose some new methods for ExceptionUtils:

- ExceptionUtils.getLogMessageNoStackTrace(ex)

- ExceptionUtils.getLogMessageShortStackTrace(ex, lines)


I'm +1 on adding the methods.

Regarding the names of the methods I agree with Gary in his last post, 
where he suggests ExceptionUtils.toMessage(ex) and 
ExceptionUtils.toMessage(ex, stackFrameCount).


--
Regards,
Fredrik Westermarck


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



svn commit: r344432 - in /jakarta/commons/proper/validator/trunk: build.xml project.xml xdocs/changes.xml

2005-11-15 Thread niallp
Author: niallp
Date: Tue Nov 15 12:24:01 2005
New Revision: 344432

URL: http://svn.apache.org/viewcvs?rev=344432view=rev
Log:
Update version number for Validator 1.2.0 release

Modified:
jakarta/commons/proper/validator/trunk/build.xml
jakarta/commons/proper/validator/trunk/project.xml
jakarta/commons/proper/validator/trunk/xdocs/changes.xml

Modified: jakarta/commons/proper/validator/trunk/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/build.xml?rev=344432r1=344431r2=344432view=diff
==
--- jakarta/commons/proper/validator/trunk/build.xml (original)
+++ jakarta/commons/proper/validator/trunk/build.xml Tue Nov 15 12:24:01 2005
@@ -67,7 +67,7 @@
   property name=component.title value=Validator/
 
   !-- The current version number of this component --
-  property name=component.version   value=1.2.0-dev/
+  property name=component.version   value=1.2.0/
 
   !-- The base directory for compilation targets --
   property name=build.home  value=target/

Modified: jakarta/commons/proper/validator/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/project.xml?rev=344432r1=344431r2=344432view=diff
==
--- jakarta/commons/proper/validator/trunk/project.xml (original)
+++ jakarta/commons/proper/validator/trunk/project.xml Tue Nov 15 12:24:01 2005
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !--
-   Copyright 2003-2004 The Apache Software Foundation
+   Copyright 2003-2005 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.
@@ -21,7 +21,7 @@
   nameValidator/name
   groupIdcommons-validator/groupId
   artifactIdcommons-validator/artifactId
-  currentVersion1.2.0-SNAPSHOT/currentVersion
+  currentVersion1.2.0/currentVersion
   inceptionYear2002/inceptionYear
   shortDescriptionCommons Validator/shortDescription
   description

Modified: jakarta/commons/proper/validator/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/xdocs/changes.xml?rev=344432r1=344431r2=344432view=diff
==
--- jakarta/commons/proper/validator/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/validator/trunk/xdocs/changes.xml Tue Nov 15 
12:24:01 2005
@@ -38,7 +38,7 @@
   /properties
   body
 
-release version=1.2.0 (RC3) date=2005-11-02
+release version=1.2.0 date=2005-11-15
   action dev=dgraham type=add
 Added ISBNValidator for validating book numbers.
 a href=http://issues.apache.org/bugzilla/show_bug.cgi?id=31489;PR# 
31489/a



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



svn commit: r344435 - /jakarta/commons/proper/validator/tags/VALIDATOR_1_2_0/

2005-11-15 Thread niallp
Author: niallp
Date: Tue Nov 15 12:31:15 2005
New Revision: 344435

URL: http://svn.apache.org/viewcvs?rev=344435view=rev
Log:
Tag Validator 1.2.0

Added:
jakarta/commons/proper/validator/tags/VALIDATOR_1_2_0/
  - copied from r344434, jakarta/commons/proper/validator/trunk/


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



Re: [transactions] No detection of failed deletion of file

2005-11-15 Thread Niklas Gustavsson
If that test (File.canWrite()) was executed during deleteResource() and 
if failing it would directly throw an Exception. That would mean that we 
get the exception before the commit. Now, this won't fix my test case as 
canWrite() doesn't detect write-locked files but I guess it could work 
for cases where you do not have the necessary file access. What do you 
think?


/niklas

Oliver Zeigermann wrote:

Yes, I think so. But if you tried it would not fail before commit.

Oliver

2005/11/13, Niklas Gustavsson [EMAIL PROTECTED]:


Hi

well, I'm not sure how to do this either. Could File.canWrite() be an
indication?

/niklas


Oliver Zeigermann wrote:


You are right. It would be desirable to make it fail as soon as
possible. This would mean, however, that you touch the original file
as soon as you try to delete it and not only when you commit the
transaction. But the philosophy if this transactional implementation
is not to touch the original file before commit. There are other
implementations imaginable that make all the modifications on the
original file but keep a backup for rollback, though.

Thus, in short, the answer is that I do not know how to check this
earlier given this implementation, but with others it would be
possible.

But, maybe, I am just not smart enough to find a solution ;)

Oliver



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



DO NOT REPLY [Bug 37484] - [logging] call to getClassLoader() in LogFactoryImpl not checked for null

2005-11-15 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=37484.
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=37484





--- Additional Comments From [EMAIL PROTECTED]  2005-11-15 23:35 ---
will do!

-- 
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: [all][POLL] what files to fixcrlf for windows distributions

2005-11-15 Thread Arnaud HERITIER
Hi,

I opened these issue to add a property to allow us to select the filter : 
http://jira.codehaus.org/browse/MPDIST-28

Isn't it useful to ensure that the LF line ending is used in Unix Archives ?

Arnaud
 

 -Message d'origine-
 De : Dion Gillard [mailto:[EMAIL PROTECTED] 
 Envoyé : mardi 15 novembre 2005 10:02
 À : Jakarta Commons Developers List
 Objet : Re: [all][POLL] what files to fixcrlf for windows 
 distributions
 
 As someone who uses Windows on a daily basis, I've never had 
 a pproblem with the LF line endings and hence would only 
 filter *.txt in a binary distribution.
 
 On 11/15/05, Mario Ivankovits [EMAIL PROTECTED] wrote:
  Hi!
 
  It turns out that it is required to fix the crlf (EOL) thing when 
  building distributions for windows distributions.
  A windows distribution is a distribution packed as zip file.
 
  Maven will add support to define a filter to setup the extension of 
  the files to convert.
 
  Anyway I think we should find a standard how to setup this filter.
 
 
  The extension in question are:
 
  [ ] .txt
  [ ] .java
  [ ] .properties
  [ ] .xml
  [ ] .css
 
  .java, .properties, .xml, .css might be problematic as we might get 
  diffs with the wrong line ending then - on the other hand for an 
  developer its not needed as every IDE can handle LF only 
 line endings 
  and our source code format should define this (the LF 
 ending) as required.
 
  So only .txt might be save as this is generally the release notes 
  files and getting patches for it is very unlikely ;-)
 
  What do you think?
 
  My personal vote goes to .txt only.
 
  Thanks!
  Mario
 
 
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 --
 http://www.multitask.com.au/people/dion/
 You are going to let the fear of poverty govern your life 
 and your reward will be that you will eat, but you will not 
 live. - George Bernard Shaw
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 




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



Re: [all][POLL] what files to fixcrlf for windows distributions

2005-11-15 Thread Stephen Colebourne

Mario Ivankovits wrote:

[X] .txt
[ ] .java
[X] .properties
[X] .xml
[X] .css

 [X] .mf

My preference is for all ASCII files not in the src/java or src/text 
folders to be converted. Note that I doubt [collections] or [io] do this 
fully yet.


Stephen

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



svn commit: r344463 - in /jakarta/commons/proper/vfs/trunk: ./ src/java/org/apache/commons/vfs/provider/ src/test-data/

2005-11-15 Thread imario
Author: imario
Date: Tue Nov 15 15:06:44 2005
New Revision: 344463

URL: http://svn.apache.org/viewcvs?rev=344463view=rev
Log:
It turns out sun change something in its security and thus will fail when 
requesting an priviledged action with an NPE if the host in an url instance is 
null.
It looks like this happend after jdk 1.3.1_07.
I wont say its fixed now (sun didnt state the host cant be null and it worked 
with 1.4), but its a workaround which works with any jdk now.

Modified:
jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt

jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/AbstractFileObject.java

jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/DefaultURLStreamHandler.java
jakarta/commons/proper/vfs/trunk/src/test-data/nested.jar
jakarta/commons/proper/vfs/trunk/src/test-data/nested.tar
jakarta/commons/proper/vfs/trunk/src/test-data/nested.tbz2
jakarta/commons/proper/vfs/trunk/src/test-data/nested.tgz
jakarta/commons/proper/vfs/trunk/src/test-data/nested.zip
jakarta/commons/proper/vfs/trunk/src/test-data/test.jar
jakarta/commons/proper/vfs/trunk/src/test-data/test.tar
jakarta/commons/proper/vfs/trunk/src/test-data/test.tbz2
jakarta/commons/proper/vfs/trunk/src/test-data/test.tgz
jakarta/commons/proper/vfs/trunk/src/test-data/test.zip

Modified: jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt?rev=344463r1=344462r2=344463view=diff
==
--- jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt (original)
+++ jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt Tue Nov 15 15:06:44 2005
@@ -1,116 +1,6 @@
-2005-11-08 comons-vfs 1.0 RC6
-
-uri praser:
-We have had lots of duplicate calls to fixSeparator, so normalizePath now no 
longer calls it.
-Now normalizePath assumes this has been called.
-This only bothers you if you use normalizePath which should never be the case 
and is not
-needed to work with VFS.
-(Thanks to Filip - filipdef -at - cirquedigital.com)
-
-sftp:
-new configuration parameter SftpFileSystemConfigBuilder.timeout
-upgrade to jsch-0.1.23
-using listChildrenResolved for performance
-activated RandomRead
-
-ftp:
-better error message if it isnt possible to aquire a input or output stream
-removed setLastModifiedTime, its not supported by FTP
-
-core:
-removed check for isWriteable in deleteSelf as its possible to delete a 
read-only file
-if you have write-execute access to the directory
-fixed a dead-lock problem in multithreaded environments. (Thanks to Faron 
Dutton PR: 37374)
-
-
-2005-10-14 commons-vfs 1.0 RC5
-
-zip, jar, tar:
-close archive if there is no open stream. This avoids locking on the archive.
-
-sftp:
-stip off link file names, though still no link-support for sftp.
-added filesystem option: setUserDirIsRoot
-
-
-2005-09-26  commons-vfs 1.0 RC4
-
-bzip:
-changed documentation to use latest commons-compress.
-
-
-filesystems:
-fix: avoid creation of filesystem if they use the same options
-
-
-threading:
-avoid gc when referencing only inputStream/outputStream of a fileObject
-
-
-filenames:
-add a type (file/folder) to filename.
-This is needed to allow URI style filename resolving
-e.g. base file:///path/to/file with relative name any/file results in 
file:///path/to/any/file instead
-of file:///path/to/file/any/file
-This is experimental code. Switch on with VFS.setUriStyle(true); before ANY 
other VFS operation.
-
-
-ant tasks:
-added antlib.xml - (Jacob Kjome)
-
-
-zip, jar, :
-allow filenames without trailing !
-allow createFilesystem with .gz files
-better handling of file/folder flag with compressed files
-
-
-ftp:
-check IOException instead of FTPConnectionClosedException.
-This should make ftp retry more robust even if for some case the state of the
-socket isnt correctly reported as closed.
-
-ignore nonparseable ftp directory entries. It will be logged using the debug 
log-level
-with class org.apache.commons.vfs.provider.ftp.FtpFileObject.
-(e.g. empty lines in ftp directory listing)
-
-avoid server-roundtrip (LIST) if file was deleted. if you add a child this 
is still needed.
-
-allow configuration of dataTimeout
-
-
-2005-08-13  commons-vfs 1.0 RC3
-
-ant tasks:
-upgrade to ant 1.6.2 to support nested tasks
-
-documentation:
-made httpclient non-optional to be able to access its URIUtils class
-
-ftp:
-configuration to use user-home as root
-
-file:
-build windows filename according to the documentation. e.g. file:///c:/dir, 
file:unchost/uncshare
-
-smb:
-now uses NtlmPasswordAuthentication for credentials passing
-fix for special characters in username/password
-allow domains with DOMAIN\USERNAME syntax
-
-
-2005-Jul-5  commons-vfs 1.0 RC2
+2005-11-xx comons-vfs 1.0
+this is the first release
 
 Notice: Some tests may fail unless you've followed the necessary setup
   as described here: 

[ANNOUNCE] Relase of Commons Validator 1.2.0

2005-11-15 Thread Niall Pemberton
The Jakarta Commons Validator team is pleased to announce the availability
of  Commons Validator 1.2.0. For a summary of what's new in Validator 1.2.0
see the notes on the Commons Wiki:
http://wiki.apache.org/jakarta-commons/ValidatorVersion120

A complete list of changes is available in the change log:
http://jakarta.apache.org/commons/validator/changes-report.html

Validator is available in either binary or source form from the Validator
downloads page:
http://jakarta.apache.org/site/downloads/downloads_commons-validator.cgi

For more information on Commons Validator, see the Validator web site:
http://jakarta.apache.org/commons/validator/


Niall Pemberton



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



[ibiblio] How to add a new release version?

2005-11-15 Thread Niall Pemberton
How can I get Validator 1.2.0 added to ibiblio - do I need an account,
submit a request to them? Couldn't see anything on their site to say how.

Niall



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



Re: [ibiblio] How to add a new release version?

2005-11-15 Thread Dion Gillard
Deploy it to the apache repo at http://www.apache.org/dist/java-repository/

On 11/16/05, Niall Pemberton [EMAIL PROTECTED] wrote:
 How can I get Validator 1.2.0 added to ibiblio - do I need an account,
 submit a request to them? Couldn't see anything on their site to say how.

 Niall



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




--
http://www.multitask.com.au/people/dion/
You are going to let the fear of poverty govern your life and your
reward will be that you will eat, but you will not live. - George
Bernard Shaw

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



Re: [ibiblio] How to add a new release version?

2005-11-15 Thread Brett Porter

Instructions on how to do this are in the commons releases documentation.

Dion Gillard wrote:

Deploy it to the apache repo at http://www.apache.org/dist/java-repository/

On 11/16/05, Niall Pemberton [EMAIL PROTECTED] wrote:


How can I get Validator 1.2.0 added to ibiblio - do I need an account,
submit a request to them? Couldn't see anything on their site to say how.

Niall



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






--
http://www.multitask.com.au/people/dion/
You are going to let the fear of poverty govern your life and your
reward will be that you will eat, but you will not live. - George
Bernard Shaw

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



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



Re: [ibiblio] How to add a new release version?

2005-11-15 Thread Niall Pemberton
OK, thanks. I did that, so presumably it'll appear in the next few hours.

Niall
- Original Message - 
From: Dion Gillard [EMAIL PROTECTED]
To: Jakarta Commons Developers List commons-dev@jakarta.apache.org
Sent: Tuesday, November 15, 2005 11:50 PM
Subject: Re: [ibiblio] How to add a new release version?


Deploy it to the apache repo at http://www.apache.org/dist/java-repository/

On 11/16/05, Niall Pemberton [EMAIL PROTECTED] wrote:
 How can I get Validator 1.2.0 added to ibiblio - do I need an account,
 submit a request to them? Couldn't see anything on their site to say how.

 Niall



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



svn commit: r344490 - /jakarta/commons/proper/commons-build/trunk/xdocs/releases/release.xml

2005-11-15 Thread niallp
Author: niallp
Date: Tue Nov 15 17:19:39 2005
New Revision: 344490

URL: http://svn.apache.org/viewcvs?rev=344490view=rev
Log:
Update release notes:
1) add a reminder to sign jars published in the ASF repository 
2) replace instructions to update the index page with the news item with a note 
to say this is now automatically generated.

Modified:
jakarta/commons/proper/commons-build/trunk/xdocs/releases/release.xml

Modified: jakarta/commons/proper/commons-build/trunk/xdocs/releases/release.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/commons-build/trunk/xdocs/releases/release.xml?rev=344490r1=344489r2=344490view=diff
==
--- jakarta/commons/proper/commons-build/trunk/xdocs/releases/release.xml 
(original)
+++ jakarta/commons/proper/commons-build/trunk/xdocs/releases/release.xml Tue 
Nov 15 17:19:39 2005
@@ -371,6 +371,9 @@
 as the file codecommons-foo-1.2.pom/code. 
 Ensure the version number matches the one inside the 
codeproject.xml/code.
 /p
+pstrongN.B./strong Remember to sign files placed in the  ASF Java
+   Respository.
+/p
 p
 The current html version of the Apache Software License needs to be in 
 /www/www.apache.org/dist/java-repository/commons-foo/licenses as the file
@@ -524,10 +527,9 @@
 Please also add a reminder about verifying signature.
 /li
 li
-strongUpdate Jakarta Welcome Page/strong
-Add a link to the news item to Jakarta welcome page 
(codesite/xdocs/index.xml/code)
-in the 'Product News' section. You might like to trim older items off the 
bottom of this 
-list. (Leave at least 5 items of news.)
+strongJakarta Welcome Page/strong
+News items on the Jakarta welcome page are now automatically generated 
when you 
+run ant to build the HTML files.
 /li
 /ul
   /subsection



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



DO NOT REPLY [Bug 37314] - [all] Maven build fixes

2005-11-15 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=37314.
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=37314





--- Additional Comments From [EMAIL PROTECTED]  2005-11-16 02:36 ---
I fixed this for Validator so that it was correct in the 1.2.0 release:
   http://svn.apache.org/viewcvs?rev=344426view=rev

-- 
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: [ibiblio] How to add a new release version?

2005-11-15 Thread Brett Porter

It just triggered, but commons-validator was not synced.

http://test.maven.codehaus.org/reports/repoclean/15-Nov-2005_08.33.44/repository.report.txt

It looks like there is an invalid character in your XML?

- Brett

Niall Pemberton wrote:

OK, thanks. I did that, so presumably it'll appear in the next few hours.

Niall
- Original Message - 
From: Dion Gillard [EMAIL PROTECTED]

To: Jakarta Commons Developers List commons-dev@jakarta.apache.org
Sent: Tuesday, November 15, 2005 11:50 PM
Subject: Re: [ibiblio] How to add a new release version?


Deploy it to the apache repo at http://www.apache.org/dist/java-repository/

On 11/16/05, Niall Pemberton [EMAIL PROTECTED] wrote:


How can I get Validator 1.2.0 added to ibiblio - do I need an account,
submit a request to them? Couldn't see anything on their site to say how.

Niall





-
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 37446] - [net] FTPClient.listFiles(filename) return empty array with long file name

2005-11-15 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=37446.
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=37446


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2005-11-16 02:49 ---
Commons-net ftp does not claim to do things that plain FTP doesn't.  It's merely
an implementation of an FTP client in java.  This is the FTP server's behavior.
 To see this, please connect to this same server using any FTP client software
and type in 

LIST iSeriesNuovo_ESQy140535 - anagrafica titoli per nome.txt

(on some FTP clients such as the one that comes with Windows you may have to 
type in
   DIR iSeriesNuovo_ESQy140535 - anagrafica titoli per nome.txt
instead.)

You should observe the same results.  The long name (actually the problem is
caused not by the length of the name but by the spaces in the middle) will not
be returned but the short one will.

Now try

LIST iSeriesNuovo_ESQy140535 - anagrafica titoli per nome.txt

It should work.

In your java code, you might have to write:

ftpclient.listFiles(
  \iSeriesNuovo_ESQy140535 - anagrafica titoli per nome.txt\);




-- 
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: [ibiblio] How to add a new release version?

2005-11-15 Thread Niall Pemberton
OK thanks for letting me know. Doesn't show up in my windoze text editor -
I''l have to find a way to get rid of it.

Niall

- Original Message - 
From: Brett Porter [EMAIL PROTECTED]
Sent: Wednesday, November 16, 2005 1:39 AM


 It just triggered, but commons-validator was not synced.


http://test.maven.codehaus.org/reports/repoclean/15-Nov-2005_08.33.44/repository.report.txt

 It looks like there is an invalid character in your XML?

 - Brett

 Niall Pemberton wrote:
  OK, thanks. I did that, so presumably it'll appear in the next few
hours.
 
  Niall
  - Original Message - 
  From: Dion Gillard [EMAIL PROTECTED]
  To: Jakarta Commons Developers List commons-dev@jakarta.apache.org
  Sent: Tuesday, November 15, 2005 11:50 PM
  Subject: Re: [ibiblio] How to add a new release version?
 
 
  Deploy it to the apache repo at
http://www.apache.org/dist/java-repository/
 
  On 11/16/05, Niall Pemberton [EMAIL PROTECTED] wrote:
 
 How can I get Validator 1.2.0 added to ibiblio - do I need an account,
 submit a request to them? Couldn't see anything on their site to say
how.
 
 Niall



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



DO NOT REPLY [Bug 37522] - [net] commons-net 1.4.0 binaries are incorrectly compiled as JDK 1.4

2005-11-15 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=37522.
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=37522


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|commons-net 1.4.0 binaries  |[net] commons-net 1.4.0
   |are incorrectly compiled as |binaries are incorrectly
   |JDK 1.4 |compiled as JDK 1.4




-- 
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: [lang] ExceptionUtils methods

2005-11-15 Thread Steven Caswell
I like these suggestions for method naming.

On 11/13/05, Gary Gregory [EMAIL PROTECTED] wrote:
 Hello:

 I am wondering if a toXXX name is not more appropriate since you are
 converting rather than getting:

 ExceptionUtils.toMessageNoStackTrace(ex)

 Or simply:

 ExceptionUtils.toMessage(ex)

 Also, I wonder if 'Short' is really useful, if I give it 1000 lines,
 it's not short. I think you just omit the bias issue by calling it:

 ExceptionUtils.toMessage (ex, stackFrameCount)

 Here, a descriptive parameter name like stackFrameCount avoids the need
 to have a more complicated API name.

 Gary


  -Original Message-
  From: Stephen Colebourne [mailto:[EMAIL PROTECTED]
  Sent: Saturday, November 12, 2005 4:02 AM
  To: Jakarta Commons Developers List
  Subject: [lang] ExceptionUtils methods
 
  Could I propose some new methods for ExceptionUtils:
 
  - ExceptionUtils.getLogMessageNoStackTrace(ex)
 
  Returns a string of the form:
  IllegalArgumentException: Person must have a surname
  ClassNameNoPackage: Message
 
  - ExceptionUtils.getLogMessageShortStackTrace(ex, lines)
 
  Returns the same as above but with a short stack trace, eg for 2
 lines:
  IllegalArgumentException: Person must have a surname
at org.apache.program.ValidatePerson.validate()
at org.apache.program.Validator.validate()
 
  Potentially a variation on this could filter out certain stack trace
  lines.
 
 
  All code would be carefully null protected and designed for log
  messages. I think this is useful, but maybe it should form part of the
  logging tool (as well!)?
 
  Stephen
 
  -
  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]




--
Steven Caswell
[EMAIL PROTECTED]

(c) 404-693-4148
(o) 404-260-2382

Take back the web - http://www.mozilla.org

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



RE: [lang] ExceptionUtils methods

2005-11-15 Thread Gary Gregory
I would like to politely request that the unit tests coverage for this
new code is 100%.

Thanks,
Gary

 -Original Message-
 From: Steven Caswell [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 15, 2005 6:41 PM
 To: Jakarta Commons Developers List
 Subject: Re: [lang] ExceptionUtils methods
 
 I like these suggestions for method naming.
 
 On 11/13/05, Gary Gregory [EMAIL PROTECTED] wrote:
  Hello:
 
  I am wondering if a toXXX name is not more appropriate since you
are
  converting rather than getting:
 
  ExceptionUtils.toMessageNoStackTrace(ex)
 
  Or simply:
 
  ExceptionUtils.toMessage(ex)
 
  Also, I wonder if 'Short' is really useful, if I give it 1000 lines,
  it's not short. I think you just omit the bias issue by calling it:
 
  ExceptionUtils.toMessage (ex, stackFrameCount)
 
  Here, a descriptive parameter name like stackFrameCount avoids the
need
  to have a more complicated API name.
 
  Gary
 
 
   -Original Message-
   From: Stephen Colebourne [mailto:[EMAIL PROTECTED]
   Sent: Saturday, November 12, 2005 4:02 AM
   To: Jakarta Commons Developers List
   Subject: [lang] ExceptionUtils methods
  
   Could I propose some new methods for ExceptionUtils:
  
   - ExceptionUtils.getLogMessageNoStackTrace(ex)
  
   Returns a string of the form:
   IllegalArgumentException: Person must have a surname
   ClassNameNoPackage: Message
  
   - ExceptionUtils.getLogMessageShortStackTrace(ex, lines)
  
   Returns the same as above but with a short stack trace, eg for 2
  lines:
   IllegalArgumentException: Person must have a surname
 at org.apache.program.ValidatePerson.validate()
 at org.apache.program.Validator.validate()
  
   Potentially a variation on this could filter out certain stack
trace
   lines.
  
  
   All code would be carefully null protected and designed for log
   messages. I think this is useful, but maybe it should form part of
the
   logging tool (as well!)?
  
   Stephen
  
  
-
   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]
 
 
 
 
 --
 Steven Caswell
 [EMAIL PROTECTED]
 
 (c) 404-693-4148
 (o) 404-260-2382
 
 Take back the web - http://www.mozilla.org
 
 -
 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 37401] - [net] allow listing of hidden files

2005-11-15 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=37401.
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=37401





--- Additional Comments From [EMAIL PROTECTED]  2005-11-16 04:40 ---
I've taken a look at this and played with it.  (I use a slightly different
implementation than your patch, working through FTPClientConfig.)  But the root
functionality is the same as what you have done - add -a as the first argument.
 However, I am not sure how well supported this is, as you point out.  Some
servers, including one in our functional tests, include hidden files by default.
 I am inclined to go with the idea anyway, with suitable disclaimers in the
docs, since nothing is hurt by this.

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

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



svn commit: r344868 - /jakarta/commons/proper/net/trunk/project.properties

2005-11-15 Thread scohen
Author: scohen
Date: Tue Nov 15 19:50:53 2005
New Revision: 344868

URL: http://svn.apache.org/viewcvs?rev=344868view=rev
Log:
fix bug 37522

Modified:
jakarta/commons/proper/net/trunk/project.properties

Modified: jakarta/commons/proper/net/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/net/trunk/project.properties?rev=344868r1=344867r2=344868view=diff
==
--- jakarta/commons/proper/net/trunk/project.properties (original)
+++ jakarta/commons/proper/net/trunk/project.properties Tue Nov 15 19:50:53 2005
@@ -18,7 +18,7 @@
 maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 maven.jar.excludes=**/examples/**
-maven.compile.target=1.4
+maven.compile.target=1.2
 
 # commons site LF
 maven.xdoc.jsl=../commons-build/commons-site.jsl



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



DO NOT REPLY [Bug 37522] - [net] commons-net 1.4.0 binaries are incorrectly compiled as JDK 1.4

2005-11-15 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=37522.
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=37522


[EMAIL PROTECTED] changed:

   What|Removed |Added

 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]



svn commit: r344884 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/bsf/src/test/org/apache/commons/jelly/tags: bsf/example.jelly javascript/example.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 20:40:32 2005
New Revision: 344884

URL: http://svn.apache.org/viewcvs?rev=344884view=rev
Log:
Fix eol-style and mime-type properties

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/bsf/src/test/org/apache/commons/jelly/tags/bsf/example.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/bsf/src/test/org/apache/commons/jelly/tags/javascript/example.jelly
   (contents, props changed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/bsf/src/test/org/apache/commons/jelly/tags/bsf/example.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/bsf/src/test/org/apache/commons/jelly/tags/bsf/example.jelly?rev=344884r1=344883r2=344884view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/bsf/src/test/org/apache/commons/jelly/tags/bsf/example.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/bsf/src/test/org/apache/commons/jelly/tags/bsf/example.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/bsf/src/test/org/apache/commons/jelly/tags/javascript/example.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/bsf/src/test/org/apache/commons/jelly/tags/javascript/example.jelly?rev=344884r1=344883r2=344884view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/bsf/src/test/org/apache/commons/jelly/tags/javascript/example.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/bsf/src/test/org/apache/commons/jelly/tags/javascript/example.jelly
('svn:mime-type' removed)



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



[Jakarta-commons Wiki] Update of ValidatorVersion120 by NiallPemberton

2005-11-15 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki 
for change notification.

The following page has been changed by NiallPemberton:
http://wiki.apache.org/jakarta-commons/ValidatorVersion120

The comment on the change is:
Add upgrade notes

--
+ This page describes Changes in version 1.2.0 of Commons Validator (see 
section '''1. Changes''') and notes on Upgrading from Validator 1.1.4 (see 
section '''2. Upgrading''').
+ 
+ = 1. Changes =
- The aim of this page is to provide a summary of the changes in '''Validator 
1.2.0'''. For a full list of the changes in Validator 1.2.0 see the 
[http://people.apache.org/~niallp/commons-validator/1.2.0-rc3/site/changes-report.html
 Changes Report].
+ The aim of this section is to provide a summary of the changes in 
'''Validator 1.2.0''' -  for a full list of the changes in this version see the 
[http://jakarta.apache.org/commons/validator/changes-report.html Changes 
Report].
  
- 
- 
- == 1. Validator Inheritance ==
+ == 1.1 Validator Inheritance ==
  Probably the most significant change in Validator 1.2.0 is the introduction 
of ''inheritance'' which comes in two forms:
   * '''Explicit''' Form inheritance
   * '''Implicit''' ''Locale'' inheritance
  
- === 1.1 Explicit Form Inheritance ===
+ === 1.1.1 Explicit Form Inheritance ===
- Explicit Form Inheritance is where one 
[http://people.apache.org/~niallp/commons-validator/1.2.0-rc3/site/apidocs/org/apache/commons/validator/Form.html
 Form] can inherit from another by specifying the name of the form to inherit 
using the new '''extends''' property (which is also an new attribute in the 
[http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/validator/trunk/conf/share/validator_1_2_0.dtd?view=markup
 validator_1_2_0.dtd]). See 
[http://issues.apache.org/bugzilla/show_bug.cgi?id=27870 #27870].
+ Explicit Form Inheritance is where one 
[http://jakarta.apache.org/commons/validator/apidocs/org/apache/commons/validator/Form.html
 Form] can inherit from another by specifying the name of the form to inherit 
using the new '''extends''' property (which is also an new attribute in the 
[http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/validator/trunk/conf/share/validator_1_2_0.dtd?view=markup
 validator_1_2_0.dtd]). See 
[http://issues.apache.org/bugzilla/show_bug.cgi?id=27870 #27870].
  
  
  In the following example '''nameForm''' inherits from '''baseForm''', 
overriding the '''lastName''' field...
@@ -33, +34 @@

  /formset
  }}}
  
- === 1.2 Implicit Locale Inheritance ===
+ === 1.1.2 Implicit Locale Inheritance ===
  Prior to Validator 1.2.0, forms defined in different '''!FormSets (i.e. 
different ''Locales'') were treated completely separtely. Now Forms with the 
same name ''implicitly'' inherit from those in ''less specific'' locales.
  
  For example, if you have a form named !CustomerForm defined in a !FormSet for 
the '''French''' language (no country) and also in a !FormSet for the 
'''Candian French''' locale then the ''Candian French'' version of the Form 
will inherit from the ''French'' one.
@@ -42, +43 @@

  
  '''N.B.''' See Section '''2. Variables in Resource Bundles''' which may 
remove your need to have multiple !FormSet's for different locales altogether.
  
- == 2. Variables in Resource Bundles ==
+ == 1.2 Variables in Resource Bundles ==
  One motivation for having different Form Sets was due to the fact that 
'''variable''' values needed to be different for different locales. Validator 
1.2.0 has the facility to specify variable values in resource bundles which 
removes the need for multiple formsets in this instance
  
- Two new properties have been added to 
[http://people.apache.org/~niallp/commons-validator/1.2.0-rc3/site/apidocs/org/apache/commons/validator/Var.html
 Variable] - '''resource''' and '''bundle'''. Setting '''resource''' to 
'''true''' (default is ''false'') indicates that the variable's value is a 
''resource key''. Additionally the (optional) '''bundle''' property can be set 
to the name of an alternative resource bundle.
+ Two new properties have been added to 
[http://jakarta.apache.org/commons/validator/apidocs/org/apache/commons/validator/Var.html
 Variable] - '''resource''' and '''bundle'''. Setting '''resource''' to 
'''true''' (default is ''false'') indicates that the variable's value is a 
''resource key''. Additionally the (optional) '''bundle''' property can be set 
to the name of an alternative resource bundle.
  
  In the following example the value of '''datePattern''' variable is specified 
in the '''validatorVariables''' bundle under a key of '''dateOfBirth.pattern'''.
  
@@ -66, +67 @@

  
  '''N.B.''' Validator provides the facility to indicate that a variable's 
value is in a resource bundle - but it is down to individual configured 
validators to actually take notice of these properties and retrieve the value 
from 

svn commit: r344893 - /jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 21:15:22 2005
New Revision: 344893

URL: http://svn.apache.org/viewcvs?rev=344893view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly
   (props changed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly
('svn:mime-type' removed)



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



svn commit: r344896 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags: define/ mock/

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 21:36:05 2005
New Revision: 344896

URL: http://svn.apache.org/viewcvs?rev=344896view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/babelfishTaglib.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/beanSample.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/example.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/jellyBeanSample.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/suite.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/mock/service.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/mock/suite.jelly
   (contents, props changed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/babelfishTaglib.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/babelfishTaglib.jelly?rev=344896r1=344895r2=344896view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/babelfishTaglib.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/babelfishTaglib.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/beanSample.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/beanSample.jelly?rev=344896r1=344895r2=344896view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/beanSample.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/beanSample.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/example.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/example.jelly?rev=344896r1=344895r2=344896view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/example.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/example.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/jellyBeanSample.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/jellyBeanSample.jelly?rev=344896r1=344895r2=344896view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/jellyBeanSample.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/jellyBeanSample.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/suite.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/define/src/test/org/apache/commons/jelly/tags/define/suite.jelly?rev=344896r1=344895r2=344896view=diff
==
Binary files - no diff available.


svn commit: r344906 - /jakarta/commons/proper/jelly/trunk/jelly-tags/dynabean/project.xml

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 21:55:34 2005
New Revision: 344906

URL: http://svn.apache.org/viewcvs?rev=344906view=rev
Log:
Bump open version

Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/dynabean/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/dynabean/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/dynabean/project.xml?rev=344906r1=344905r2=344906view=diff
==
--- jakarta/commons/proper/jelly/trunk/jelly-tags/dynabean/project.xml 
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/dynabean/project.xml Tue Nov 
15 21:55:34 2005
@@ -18,7 +18,7 @@
   extend${basedir}/../tag-project.xml/extend
   idcommons-jelly-tags-dynabean/id
   namecommons-jelly-tags-dynabean/name
-  currentVersion1.0/currentVersion
+  currentVersion1.0.1-SNAPSHOT/currentVersion
 
   packageorg.apache.commons.jelly.tags.dynabean/package
 



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



svn commit: r344907 - /jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/suite.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 21:56:01 2005
New Revision: 344907

URL: http://svn.apache.org/viewcvs?rev=344907view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/suite.jelly
   (props changed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/suite.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/suite.jelly
('svn:mime-type' removed)



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



svn commit: r344909 - /jakarta/commons/proper/jelly/trunk/jelly-tags/html/src/test/org/apache/commons/jelly/html/suite.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 21:56:55 2005
New Revision: 344909

URL: http://svn.apache.org/viewcvs?rev=344909view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/html/src/test/org/apache/commons/jelly/html/suite.jelly
   (contents, props changed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/html/src/test/org/apache/commons/jelly/html/suite.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/html/src/test/org/apache/commons/jelly/html/suite.jelly?rev=344909r1=344908r2=344909view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/html/src/test/org/apache/commons/jelly/html/suite.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/html/src/test/org/apache/commons/jelly/html/suite.jelly
('svn:mime-type' removed)



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



svn commit: r344910 - /jakarta/commons/proper/jelly/trunk/jelly-tags/html/project.xml

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 21:57:21 2005
New Revision: 344910

URL: http://svn.apache.org/viewcvs?rev=344910view=rev
Log:
Bump open version

Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/html/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/html/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/html/project.xml?rev=344910r1=344909r2=344910view=diff
==
--- jakarta/commons/proper/jelly/trunk/jelly-tags/html/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/html/project.xml Tue Nov 15 
21:57:21 2005
@@ -20,7 +20,7 @@
   extend${basedir}/../tag-project.xml/extend
   idcommons-jelly-tags-html/id
   namecommons-jelly-tags-html/name
-  currentVersion1.0/currentVersion
+  currentVersion1.0.1-SNAPSHOT/currentVersion
   packageorg.apache.commons.jelly.tags.html/package
   descriptionThese Jelly tags can scrub commons errors in HTML 
syntax./description
   shortDescriptionCommons Jelly HTML Tag Library/shortDescription



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



svn commit: r344911 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly: google/defineTags.jelly google/search.jelly http/http.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 21:57:47 2005
New Revision: 344911

URL: http://svn.apache.org/viewcvs?rev=344911view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/google/defineTags.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/google/search.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/http/http.jelly
   (contents, props changed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/google/defineTags.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/google/defineTags.jelly?rev=344911r1=344910r2=344911view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/google/defineTags.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/google/defineTags.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/google/search.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/google/search.jelly?rev=344911r1=344910r2=344911view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/google/search.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/google/search.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/http/http.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/http/http.jelly?rev=344911r1=344910r2=344911view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/http/http.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/http/src/test/org/apache/commons/jelly/http/http.jelly
('svn:mime-type' removed)



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



svn commit: r344912 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty: jellyResourceHandlerRequestBody.jelly jettyLogFile.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 21:58:38 2005
New Revision: 344912

URL: http://svn.apache.org/viewcvs?rev=344912view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jellyResourceHandlerRequestBody.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jettyLogFile.jelly
   (contents, props changed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jellyResourceHandlerRequestBody.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jellyResourceHandlerRequestBody.jelly?rev=344912r1=344911r2=344912view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jellyResourceHandlerRequestBody.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jellyResourceHandlerRequestBody.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jettyLogFile.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jettyLogFile.jelly?rev=344912r1=344911r2=344912view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jettyLogFile.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jettyLogFile.jelly
('svn:mime-type' removed)



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



svn commit: r344913 - /jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/project.xml

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:04:50 2005
New Revision: 344913

URL: http://svn.apache.org/viewcvs?rev=344913view=rev
Log:
Bump open version

Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/project.xml?rev=344913r1=344912r2=344913view=diff
==
--- jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/project.xml Tue Nov 15 
22:04:50 2005
@@ -20,7 +20,7 @@
   extend${basedir}/../tag-project.xml/extend
   idcommons-jelly-tags-jetty/id
   namecommons-jelly-tags-jetty/name
-  currentVersion1.0/currentVersion
+  currentVersion1.0.1-SNAPSHOT/currentVersion
   packageorg.apache.commons.jelly.tags.jetty/package
   descriptionThese are Jelly tags that can set up an in-process web 
server./description
   shortDescriptionCommons Jelly Jetty Tag Library/shortDescription



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



svn commit: r344914 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/jface/src/test/org/apache/commons/jelly/tags/jface: JFaceDemo.jelly preference/PreferenceDemo.jelly wizard/WizardDemo.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:05:07 2005
New Revision: 344914

URL: http://svn.apache.org/viewcvs?rev=344914view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/jface/src/test/org/apache/commons/jelly/tags/jface/JFaceDemo.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/jface/src/test/org/apache/commons/jelly/tags/jface/preference/PreferenceDemo.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/jface/src/test/org/apache/commons/jelly/tags/jface/wizard/WizardDemo.jelly
   (props changed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jface/src/test/org/apache/commons/jelly/tags/jface/JFaceDemo.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/jface/src/test/org/apache/commons/jelly/tags/jface/JFaceDemo.jelly?rev=344914r1=344913r2=344914view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jface/src/test/org/apache/commons/jelly/tags/jface/JFaceDemo.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jface/src/test/org/apache/commons/jelly/tags/jface/JFaceDemo.jelly
('svn:mime-type' removed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jface/src/test/org/apache/commons/jelly/tags/jface/preference/PreferenceDemo.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jface/src/test/org/apache/commons/jelly/tags/jface/preference/PreferenceDemo.jelly
('svn:mime-type' removed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jface/src/test/org/apache/commons/jelly/tags/jface/wizard/WizardDemo.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jface/src/test/org/apache/commons/jelly/tags/jface/wizard/WizardDemo.jelly
('svn:mime-type' removed)



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



svn commit: r344915 - /jakarta/commons/proper/jelly/trunk/jelly-tags/jface/project.xml

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:05:34 2005
New Revision: 344915

URL: http://svn.apache.org/viewcvs?rev=344915view=rev
Log:
Bump open version

Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/jface/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jface/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/jface/project.xml?rev=344915r1=344914r2=344915view=diff
==
--- jakarta/commons/proper/jelly/trunk/jelly-tags/jface/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/jface/project.xml Tue Nov 15 
22:05:34 2005
@@ -20,7 +20,7 @@
   extend${basedir}/../tag-project.xml/extend
   idcommons-jelly-tags-jface/id
   namecommons-jelly-tags-jface/name
-  currentVersion1.0/currentVersion
+  currentVersion1.0.1-SNAPSHOT/currentVersion
   packageorg.apache.commons.jelly.tags.jface/package
   descriptionThis is a Jelly interface for jface./description
   shortDescriptionCommons Jelly jface Tag Library/shortDescription



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



svn commit: r344916 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms: flushQueue.jelly receive.jelly receiveMap.jelly receiveObject.jelly sendMap.jell

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:06:02 2005
New Revision: 344916

URL: http://svn.apache.org/viewcvs?rev=344916view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/flushQueue.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/receive.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/receiveMap.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/receiveObject.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendMap.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendMessage.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendObject.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendText.jelly
   (props changed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/flushQueue.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/flushQueue.jelly
('svn:mime-type' removed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/receive.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/receive.jelly
('svn:mime-type' removed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/receiveMap.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/receiveMap.jelly
('svn:mime-type' removed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/receiveObject.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/receiveObject.jelly
('svn:mime-type' removed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendMap.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendMap.jelly
('svn:mime-type' removed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendMessage.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendMessage.jelly
('svn:mime-type' removed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendObject.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendObject.jelly
('svn:mime-type' removed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendText.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendText.jelly
('svn:mime-type' removed)



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



svn commit: r344917 - /jakarta/commons/proper/jelly/trunk/jelly-tags/jms/project.xml

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:08:11 2005
New Revision: 344917

URL: http://svn.apache.org/viewcvs?rev=344917view=rev
Log:
Bump open version

Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/jms/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jms/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/jms/project.xml?rev=344917r1=344916r2=344917view=diff
==
--- jakarta/commons/proper/jelly/trunk/jelly-tags/jms/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/jms/project.xml Tue Nov 15 
22:08:11 2005
@@ -18,7 +18,7 @@
   extend${basedir}/../tag-project.xml/extend
   idcommons-jelly-tags-jms/id
   namecommons-jelly-tags-jms/name
-  currentVersion1.0/currentVersion
+  currentVersion1.0.1-SNAPSHOT/currentVersion
   packageorg.apache.commons.jelly.tags.jms/package
 
   description



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



svn commit: r344918 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl: example.jelly example2.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:08:40 2005
New Revision: 344918

URL: http://svn.apache.org/viewcvs?rev=344918view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/example.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/example2.jelly
   (props changed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/example.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/example.jelly
('svn:mime-type' removed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/example2.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/example2.jelly
('svn:mime-type' removed)



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



svn commit: r344919 - /jakarta/commons/proper/jelly/trunk/jelly-tags/log/project.xml

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:09:18 2005
New Revision: 344919

URL: http://svn.apache.org/viewcvs?rev=344919view=rev
Log:
Bump open version

Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/log/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/log/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/log/project.xml?rev=344919r1=344918r2=344919view=diff
==
--- jakarta/commons/proper/jelly/trunk/jelly-tags/log/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/log/project.xml Tue Nov 15 
22:09:18 2005
@@ -18,7 +18,7 @@
   extend${basedir}/../tag-project.xml/extend
   idcommons-jelly-tags-log/id
   namecommons-jelly-tags-log/name
-  currentVersion1.0/currentVersion
+  currentVersion1.0.1-SNAPSHOT/currentVersion
 
   packageorg.apache.commons.jelly.tags.log/package
 



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



svn commit: r344920 - /jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/suite.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:09:31 2005
New Revision: 344920

URL: http://svn.apache.org/viewcvs?rev=344920view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/suite.jelly
   (props changed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/suite.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/suite.jelly
('svn:mime-type' removed)



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



svn commit: r344921 - /jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:09:47 2005
New Revision: 344921

URL: http://svn.apache.org/viewcvs?rev=344921view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly
   (contents, props changed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly?rev=344921r1=344920r2=344921view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly
('svn:mime-type' removed)



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



svn commit: r344922 - /jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.xml

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:10:17 2005
New Revision: 344922

URL: http://svn.apache.org/viewcvs?rev=344922view=rev
Log:
Bump open version

Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.xml?rev=344922r1=344921r2=344922view=diff
==
--- jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.xml Tue Nov 15 
22:10:17 2005
@@ -18,7 +18,7 @@
   extend${basedir}/../tag-project.xml/extend
   idcommons-jelly-tags-quartz/id
   namecommons-jelly-tags-quartz/name
-  currentVersion1.0/currentVersion
+  currentVersion1.0.1-SNAPSHOT/currentVersion
   packageorg.apache.commons.jelly.tags.quartz/package
 
   description



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



svn commit: r344923 - /jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:10:38 2005
New Revision: 344923

URL: http://svn.apache.org/viewcvs?rev=344923view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly
   (contents, props changed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly?rev=344923r1=344922r2=344923view=diff
==
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly
 Tue Nov 15 22:10:38 2005
@@ -1,7 +1,8 @@
-?xml version=1.0?

+?xml version=1.0?
 !--
   Copyright 2002-2004 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.
   You may obtain a copy of the License at
@@ -14,36 +15,36 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 --
-

-j:jelly

-  xmlns:soap=jelly:soap

-  xmlns:log=jelly:log

-  xmlns:j=jelly:core

-

-  soap:invoke

-  var=answer

-endpoint=http://cvs.apache.org:5049/axis/services/echo;

-namespace=http://soapinterop.org/;

-method=echoStringHi Jim!/soap:invoke

-

-  log:infoSent: Hi Jim! and received: ${answer} of type: 
${answer.class.name}/log:info

-

-  soap:invoke

-  var=answer

-  endpoint=http://services.xmethods.net:80/soap/servlet/rpcrouter;

-  namespace=urn:xmethods-Temperature

-  method=getTemp40031/soap:invoke

-  

-  log:infoSent: 40031 and received: ${answer} of type: 
${answer.class.name}/log:info

-

-j:set var=x value=${300}/

-

-  soap:invoke

-  var=answer

-  
endpoint=http://www.xmlbus.com:9010/xmlbus/container/Converter/ConverterService/ConverterPort/;

-  namespace=urn:target-converter-service

-  method=mmToInch

-  params=${x.floatValue()}/

-  

-  log:infoSent: ${x} mm and received: ${answer} inches of type: 
${answer.class.name}/log:info

-/j:jelly

+
+j:jelly
+  xmlns:soap=jelly:soap
+  xmlns:log=jelly:log
+  xmlns:j=jelly:core
+
+  soap:invoke
+  var=answer
+endpoint=http://cvs.apache.org:5049/axis/services/echo;
+namespace=http://soapinterop.org/;
+method=echoStringHi Jim!/soap:invoke
+
+  log:infoSent: Hi Jim! and received: ${answer} of type: 
${answer.class.name}/log:info
+
+  soap:invoke
+  var=answer
+  endpoint=http://services.xmethods.net:80/soap/servlet/rpcrouter;
+  namespace=urn:xmethods-Temperature
+  method=getTemp40031/soap:invoke
+  
+  log:infoSent: 40031 and received: ${answer} of type: 
${answer.class.name}/log:info
+
+j:set var=x value=${300}/
+
+  soap:invoke
+  var=answer
+  
endpoint=http://www.xmlbus.com:9010/xmlbus/container/Converter/ConverterService/ConverterPort/;
+  namespace=urn:target-converter-service
+  method=mmToInch
+  params=${x.floatValue()}/
+  
+  log:infoSent: ${x} mm and received: ${answer} inches of type: 
${answer.class.name}/log:info
+/j:jelly

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/soap/src/test/org/apache/commons/jelly/tags/soap/example.jelly
--
svn:eol-style = native



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



svn commit: r344924 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql: example.jelly example2.jelly example3.jelly suite.jelly testSql.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:10:54 2005
New Revision: 344924

URL: http://svn.apache.org/viewcvs?rev=344924view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/example.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/example2.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/example3.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/suite.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/testSql.jelly
   (props changed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/example.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/example.jelly
('svn:mime-type' removed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/example2.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/example2.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/example3.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/example3.jelly?rev=344924r1=344923r2=344924view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/example3.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/example3.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/suite.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/suite.jelly?rev=344924r1=344923r2=344924view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/suite.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/suite.jelly
('svn:mime-type' removed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/testSql.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/testSql.jelly
('svn:mime-type' removed)



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



svn commit: r344925 - /jakarta/commons/proper/jelly/trunk/jelly-tags/sql/project.xml

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:11:21 2005
New Revision: 344925

URL: http://svn.apache.org/viewcvs?rev=344925view=rev
Log:
Bump open version

Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/sql/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/sql/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/sql/project.xml?rev=344925r1=344924r2=344925view=diff
==
--- jakarta/commons/proper/jelly/trunk/jelly-tags/sql/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/sql/project.xml Tue Nov 15 
22:11:21 2005
@@ -18,7 +18,7 @@
   extend${basedir}/../tag-project.xml/extend
   idcommons-jelly-tags-sql/id
   namecommons-jelly-tags-sql/name
-  currentVersion1.0/currentVersion
+  currentVersion1.0.1-SNAPSHOT/currentVersion
   packageorg.apache.commons.jelly.tags.sql/package
 
   description



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



svn commit: r344926 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt: example.jelly parentDemo.jelly styleDefaultDemo.jelly tableTree.jelly tree.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:12:21 2005
New Revision: 344926

URL: http://svn.apache.org/viewcvs?rev=344926view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/example.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/parentDemo.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/styleDefaultDemo.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/tableTree.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/tree.jelly
   (contents, props changed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/example.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/example.jelly?rev=344926r1=344925r2=344926view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/example.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/example.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/parentDemo.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/parentDemo.jelly?rev=344926r1=344925r2=344926view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/parentDemo.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/parentDemo.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/styleDefaultDemo.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/styleDefaultDemo.jelly?rev=344926r1=344925r2=344926view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/styleDefaultDemo.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/styleDefaultDemo.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/tableTree.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/tableTree.jelly?rev=344926r1=344925r2=344926view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/tableTree.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/tableTree.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/tree.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/tree.jelly?rev=344926r1=344925r2=344926view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/tree.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/src/test/org/apache/commons/jelly/tags/swt/tree.jelly
('svn:mime-type' removed)



-
To 

svn commit: r344927 - /jakarta/commons/proper/jelly/trunk/jelly-tags/threads/project.xml

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:13:00 2005
New Revision: 344927

URL: http://svn.apache.org/viewcvs?rev=344927view=rev
Log:
Bump open version

Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/threads/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/threads/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/threads/project.xml?rev=344927r1=344926r2=344927view=diff
==
--- jakarta/commons/proper/jelly/trunk/jelly-tags/threads/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/threads/project.xml Tue Nov 
15 22:13:00 2005
@@ -18,7 +18,7 @@
   extend${basedir}/../tag-project.xml/extend
   idcommons-jelly-tags-threads/id
   namecommons-jelly-tags-threads/name
-  currentVersion1.0/currentVersion
+  currentVersion1.0.1-SNAPSHOT/currentVersion
   packageorg.apache.commons.jelly.tags.threads/package
 
   description



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



svn commit: r344928 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads: basic.jelly group1.jelly suite.jelly sync.jelly wait1.jelly wait2.jelly wait3

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:13:15 2005
New Revision: 344928

URL: http://svn.apache.org/viewcvs?rev=344928view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/basic.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/group1.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/suite.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/sync.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/wait1.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/wait2.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/wait3.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/wait4.jelly
   (contents, props changed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/basic.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/basic.jelly?rev=344928r1=344927r2=344928view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/basic.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/basic.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/group1.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/group1.jelly?rev=344928r1=344927r2=344928view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/group1.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/group1.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/suite.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/suite.jelly?rev=344928r1=344927r2=344928view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/suite.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/suite.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/sync.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/sync.jelly?rev=344928r1=344927r2=344928view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/sync.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/sync.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/wait1.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/wait1.jelly?rev=344928r1=344927r2=344928view=diff
==
Binary files - no diff available.

Propchange: 

svn commit: r344929 - /jakarta/commons/proper/jelly/trunk/jelly-tags/validate/project.xml

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:14:10 2005
New Revision: 344929

URL: http://svn.apache.org/viewcvs?rev=344929view=rev
Log:
Bump open version

Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/validate/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/validate/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/validate/project.xml?rev=344929r1=344928r2=344929view=diff
==
--- jakarta/commons/proper/jelly/trunk/jelly-tags/validate/project.xml 
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/validate/project.xml Tue Nov 
15 22:14:10 2005
@@ -20,7 +20,7 @@
   extend${basedir}/../tag-project.xml/extend
   idcommons-jelly-tags-validate/id
   namecommons-jelly-tags-validate/name
-  currentVersion1.0/currentVersion
+  currentVersion1.0.1-SNAPSHOT/currentVersion
   packageorg.apache.commons.jelly.tags.validate/package
   descriptionThis is a Jelly interface for XML validation./description
   shortDescriptionCommons Jelly Validate Tag Library/shortDescription



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



svn commit: r344930 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate: suite.jelly validateDTD.jelly validateRNG.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:14:25 2005
New Revision: 344930

URL: http://svn.apache.org/viewcvs?rev=344930view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/suite.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/validateDTD.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/validateRNG.jelly
   (props changed)

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/suite.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/suite.jelly?rev=344930r1=344929r2=344930view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/suite.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/suite.jelly
('svn:mime-type' removed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/validateDTD.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/validateDTD.jelly
('svn:mime-type' removed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/validateRNG.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/validate/src/test/org/apache/commons/jelly/tags/validate/validateRNG.jelly
('svn:mime-type' removed)



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



svn commit: r344931 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml: ./ betwixt/ schematron/

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:14:53 2005
New Revision: 344931

URL: http://svn.apache.org/viewcvs?rev=344931view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/attributeNameSpace.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/attributeNameSpaceDefaultNS.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/attributeNameSpaceDuplicatedNS.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/attributeNameSpaceWithInnerElements.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/betwixt/makeBetwixt.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/elementWithNameSpace.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/elementWithNameSpaceError.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/example.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/example2.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/filesetExample.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/namespaceReplace.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/transformSchematronExample.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testDoctype.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testExpressions.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testForEach.jelly
   (props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testThread.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleAllInLine.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleSAXOutput.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleSAXOutputNestedTransforms.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleXmlVar.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample2.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/xpathSortExample.jelly
   (contents, props changed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/attributeNameSpace.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/attributeNameSpace.jelly
--
svn:keywords = Date Author Id Revision HeadURL

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/attributeNameSpaceDefaultNS.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/attributeNameSpaceDefaultNS.jelly
--
svn:keywords = Date Author Id Revision HeadURL

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/attributeNameSpaceDuplicatedNS.jelly

svn commit: r344932 - /jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit/project.xml

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:16:33 2005
New Revision: 344932

URL: http://svn.apache.org/viewcvs?rev=344932view=rev
Log:
Bump open version

Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit/project.xml?rev=344932r1=344931r2=344932view=diff
==
--- jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit/project.xml Tue Nov 
15 22:16:33 2005
@@ -20,7 +20,7 @@
   extend${basedir}/../tag-project.xml/extend
   idcommons-jelly-tags-xmlunit/id
   namecommons-jelly-tags-xmlunit/name
-  currentVersion1.0/currentVersion
+  currentVersion1.0.1-SNAPSHOT/currentVersion
   packageorg.apache.commons.jelly.tags.xmlunit/package
   descriptionThis is a Jelly interface for unit testing XML 
applications./description
   shortDescriptionCommons Jelly XMLUnit Tag Library/shortDescription



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



svn commit: r344933 - /jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/org/apache/commons/jelly/tags/xmlunit/suite.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:16:49 2005
New Revision: 344933

URL: http://svn.apache.org/viewcvs?rev=344933view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/org/apache/commons/jelly/tags/xmlunit/suite.jelly
   (props changed)

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/org/apache/commons/jelly/tags/xmlunit/suite.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/org/apache/commons/jelly/tags/xmlunit/suite.jelly
('svn:mime-type' removed)



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



svn commit: r344934 - in /jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly: outputBad.jelly outputGood.jelly testStaticNamespacedAttributes.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:17:33 2005
New Revision: 344934

URL: http://svn.apache.org/viewcvs?rev=344934view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/outputBad.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/outputGood.jelly
   (contents, props changed)

jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/testStaticNamespacedAttributes.jelly
   (props changed)

Modified: 
jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/outputBad.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/outputBad.jelly?rev=344934r1=344933r2=344934view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/outputBad.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/outputBad.jelly
('svn:mime-type' removed)

Modified: 
jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/outputGood.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/outputGood.jelly?rev=344934r1=344933r2=344934view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/outputGood.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/outputGood.jelly
('svn:mime-type' removed)

Propchange: 
jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/testStaticNamespacedAttributes.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/testStaticNamespacedAttributes.jelly
--
svn:keywords = Date Author Id Revision HeadURL



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



svn commit: r344935 - /jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/core/testBreakTag.jelly

2005-11-15 Thread dion
Author: dion
Date: Tue Nov 15 22:17:59 2005
New Revision: 344935

URL: http://svn.apache.org/viewcvs?rev=344935view=rev
Log:
Fix mime-type and keywords

Modified:

jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/core/testBreakTag.jelly
   (contents, props changed)

Modified: 
jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/core/testBreakTag.jelly
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/core/testBreakTag.jelly?rev=344935r1=344934r2=344935view=diff
==
Binary files - no diff available.

Propchange: 
jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/core/testBreakTag.jelly
--
svn:eol-style = native

Propchange: 
jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/core/testBreakTag.jelly
('svn:mime-type' removed)



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



[chain] dependencies

2005-11-15 Thread Wendy Smoak
I'm trying to sort out the dependencies for Chain-- right now the pom
in the repository (for Maven 2) is bringing the Servlet and Portlet
APIs plus a beta version of MyFaces into any project that depends on
it.

From the project home page, it looks like all three of these are optional.

Can someone please confirm (for a non-portlet developer) that Portlet
works the same way as Servlet, that is, the container provides the API
at runtime?

In addition, the docs say, To maximize the usefulness of the Chain of
Responsibility pattern APIs, the fundamental interface contracts are
defined in a manner with zero dependencies other than an appropriate
JDK.

Does that mean that the BeanUtils, Digester and Logging dependencies
are also optional?

Thanks,
Wendy

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



Re: [chain] dependencies

2005-11-15 Thread Craig McClanahan
On 11/15/05, Wendy Smoak [EMAIL PROTECTED] wrote:

 I'm trying to sort out the dependencies for Chain-- right now the pom
 in the repository (for Maven 2) is bringing the Servlet and Portlet
 APIs plus a beta version of MyFaces into any project that depends on
 it.

 From the project home page, it looks like all three of these are optional.


At runtime, that's true unless you use the corresponding Context
implementation class. It's also true at compile time if you use the Ant
script (which has conditional compilation targets -- don't know whether you
can do that in Maven or not).

Can someone please confirm (for a non-portlet developer) that Portlet
 works the same way as Servlet, that is, the container provides the API
 at runtime?


It *can* work that way. However, the portlet API is not a required part of
the J2EE (now Java EE) platform, so you cannot be guaranteed that it will be
in your average servlet container. For example, the portlet API jar is not
shipped with Tomcat by default.

In addition, the docs say, To maximize the usefulness of the Chain of
 Responsibility pattern APIs, the fundamental interface contracts are
 defined in a manner with zero dependencies other than an appropriate
 JDK.

 Does that mean that the BeanUtils, Digester and Logging dependencies
 are also optional?


If you take the intended meaning of fundamental APIs to mean the interface
definitions in org.apache.commons.chain (which was the intent of that
statement, since I wrote it :-) then yes, they are optional. However,
logging is required by most of the impl subpackage implementations.
Digester/BeanUtils are only required if you use the provided utility classes
to parse XML based configuration files. Nothing in Commons Chain actually
requires this ... you are perfectly free to create Catalog, Chain, and
Command instances manually and integrate them appropriately.

Thanks,
 Wendy


Craig

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




Re: [chain] dependencies

2005-11-15 Thread Carlos Sanchez
What maven2 tries to address with optional means that there's a very
high chance for that jar not to be needed. Let's say you can use chain
in a standalone (not servlet) environment,  then servlet dependency is
optional.

This is a way to solve problems that usually would be easier solved
having a chain-core, chain-jsf, chain-portlet, chain-servlet. (I'm
just guesing up)

I don't believe BeanUtils, Digester and Logging are optional at all.
Of course if you use a class from the jar you won't need a lot of
dependencies, but that's not the point of the optional tag in maven2.

Regards

On 11/15/05, Craig McClanahan [EMAIL PROTECTED] wrote:
 On 11/15/05, Wendy Smoak [EMAIL PROTECTED] wrote:
 
  I'm trying to sort out the dependencies for Chain-- right now the pom
  in the repository (for Maven 2) is bringing the Servlet and Portlet
  APIs plus a beta version of MyFaces into any project that depends on
  it.
 
  From the project home page, it looks like all three of these are optional.


 At runtime, that's true unless you use the corresponding Context
 implementation class. It's also true at compile time if you use the Ant
 script (which has conditional compilation targets -- don't know whether you
 can do that in Maven or not).

 Can someone please confirm (for a non-portlet developer) that Portlet
  works the same way as Servlet, that is, the container provides the API
  at runtime?


 It *can* work that way. However, the portlet API is not a required part of
 the J2EE (now Java EE) platform, so you cannot be guaranteed that it will be
 in your average servlet container. For example, the portlet API jar is not
 shipped with Tomcat by default.

 In addition, the docs say, To maximize the usefulness of the Chain of
  Responsibility pattern APIs, the fundamental interface contracts are
  defined in a manner with zero dependencies other than an appropriate
  JDK.
 
  Does that mean that the BeanUtils, Digester and Logging dependencies
  are also optional?


 If you take the intended meaning of fundamental APIs to mean the interface
 definitions in org.apache.commons.chain (which was the intent of that
 statement, since I wrote it :-) then yes, they are optional. However,
 logging is required by most of the impl subpackage implementations.
 Digester/BeanUtils are only required if you use the provided utility classes
 to parse XML based configuration files. Nothing in Commons Chain actually
 requires this ... you are perfectly free to create Catalog, Chain, and
 Command instances manually and integrate them appropriately.

 Thanks,
  Wendy


 Craig

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