[compress] Patch for SANDBOX-195

2009-01-07 Thread Christian Grobmeier
Hi, https://issues.apache.org/jira/browse/SANDBOX-195 describes a problem, which occurs in the Ant-BZIP2-Classes and in in our implementation (which is an old version of the ant stuff). I created a patch which updates our codebase to the current codebase of ant which should fix a few problems, in

Re: [SCXML] J6 deprecations

2009-01-07 Thread Rahul Akolkar
On Wed, Jan 7, 2009 at 3:21 PM, sebb wrote: > Looks like the main remaining item with the J6 branch is the removal > of deprecated code. > WRT the cleanup you mean? Perhaps. In general, that is by far not the main remaining item. In terms of making the branch release-ready, the main pending item

Re: [compress] Including ASL Code from other projects

2009-01-07 Thread Christian Grobmeier
I have spoken to the developers and they are willing to sign the software grant and donate the code to the compress component if they are mentionend in the code (guess NOTICE file would be ok too). Can one please give me detailled instructions how too proceed? Guess they have to sign this: http://

[g...@vmgump]: Project commons-vfs (in module apache-commons) failed

2009-01-07 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-vfs has an issue affecting its community integration. This issue a

[SCXML] J6 deprecations

2009-01-07 Thread sebb
Looks like the main remaining item with the J6 branch is the removal of deprecated code. In the case of SCXMLSemanticsImpl it looks like the two lines of code can just be removed as the comment says (the test still passes if I do this). I'm not sure about the changes needed to SCXMLSerializer - c

dbutils

2009-01-07 Thread Liam Coughlin
Hello -- I was curious who currently owned the dbutils package. I've used it extensively on some projects and would like to see it's development continue, and in particular, would like to see it updated to use java 5 features ( generics, etc. ). I'd be willing to do some of this work, and was hop

Re: [SCXML] J6 tidyup

2009-01-07 Thread Rahul Akolkar
On Wed, Jan 7, 2009 at 2:45 PM, sebb wrote: > On 07/01/2009, Rahul Akolkar wrote: >> On Wed, Jan 7, 2009 at 12:28 PM, sebb wrote: >> > Eclipse warns that there are unnecessary >> > @SuppressWarnings("unchecked") annotations in the SCXMLParser and >> > JSBindings classes - is it OK to remove t

Re: [SCXML] J6 tidyup

2009-01-07 Thread sebb
On 07/01/2009, Rahul Akolkar wrote: > On Wed, Jan 7, 2009 at 12:28 PM, sebb wrote: > > Eclipse warns that there are unnecessary > > @SuppressWarnings("unchecked") annotations in the SCXMLParser and > > JSBindings classes - is it OK to remove them? > > > > > > Yup, if you're convinced they a

Re: [compress] Including ASL Code from other projects

2009-01-07 Thread James Carman
Well, are we protecting ourselves here? Just putting the ASL2 license mumbo jumbo in the header of a file doesn't exactly mean you have the right to license the code at all (perhaps your employer "owns" anything you write?). I'd feel safer with some a more formal code grant, but that's just me.

Re: [SCXML] J6 tidyup

2009-01-07 Thread Rahul Akolkar
On Wed, Jan 7, 2009 at 12:28 PM, sebb wrote: > Eclipse warns that there are unnecessary > @SuppressWarnings("unchecked") annotations in the SCXMLParser and > JSBindings classes - is it OK to remove them? > Yup, if you're convinced they aren't needed. > Also, there are some warnings about boxin

Re: deploy to snapshot repo requires assembly ???

2009-01-07 Thread Rahul Akolkar
On Wed, Jan 7, 2009 at 11:31 AM, nicolas de loof wrote: > Hi, > I'm trying to deploy a snapshot of monitoring to apache.snapshots : > mvn clean -Prc deploy > > ... > [INFO] [assembly:attached {execution: default}] > [INFO] >

Re: [SCXML] Class cast due to "bad" test data [was Re: svn commit: r732174 -etc]

2009-01-07 Thread Rahul Akolkar
On Wed, Jan 7, 2009 at 10:59 AM, sebb wrote: > On 07/01/2009, Rahul Akolkar wrote: >> >> I see, r731781. Its an authoring error but yes, a CCE is bogus. I >> think the related catches in r731781 should be for a generic Exception >> (since theoretically any Java method could be executed as par

Re: [compress] Including ASL Code from other projects

2009-01-07 Thread Mark Thomas
Christian Grobmeier wrote: > Hi all, > > compress issue 241 [1] proposes to implement CPIO archives. Since the > jRPM project allready > has implemented the streaming code, it should be really > straightforward to include it in compress. > I know I am bit early since there are many other open issu

[SCXML] J6 tidyup

2009-01-07 Thread sebb
Eclipse warns that there are unnecessary @SuppressWarnings("unchecked") annotations in the SCXMLParser and JSBindings classes - is it OK to remove them? Also, there are some warnings about boxing/unboxing in FunctionResolver and SCInstance - do you want to suppress the warnings - or perform the bo

deploy to snapshot repo requires assembly ???

2009-01-07 Thread nicolas de loof
Hi, I'm trying to deploy a snapshot of monitoring to apache.snapshots : mvn clean -Prc deploy ... [INFO] [assembly:attached {execution: default}] [INFO] [ERROR] BUILD ERROR [INFO] -

Re: [SCXML] Class cast due to "bad" test data [was Re: svn commit: r732174 -etc]

2009-01-07 Thread sebb
On 07/01/2009, Rahul Akolkar wrote: > On Wed, Jan 7, 2009 at 9:57 AM, sebb wrote: > > On 07/01/2009, Rahul Akolkar wrote: > >> On Wed, Jan 7, 2009 at 12:36 AM, Rahul Akolkar > wrote: > >> > On Tue, Jan 6, 2009 at 9:46 PM, sebb wrote: > >> > >> > >> > >> >> > >> >> By the way, the E

Re: [SCXML] Class cast due to "bad" test data [was Re: svn commit: r732174 -etc]

2009-01-07 Thread Rahul Akolkar
On Wed, Jan 7, 2009 at 9:57 AM, sebb wrote: > On 07/01/2009, Rahul Akolkar wrote: >> On Wed, Jan 7, 2009 at 12:36 AM, Rahul Akolkar >> wrote: >> > On Tue, Jan 6, 2009 at 9:46 PM, sebb wrote: >> >> >> >> >> >> >> By the way, the Exception handling changes have revealed a possible >> >> bug

[SCXML] Class cast due to "bad" test data [was Re: svn commit: r732174 -etc]

2009-01-07 Thread sebb
On 07/01/2009, Rahul Akolkar wrote: > On Wed, Jan 7, 2009 at 12:36 AM, Rahul Akolkar > wrote: > > On Tue, Jan 6, 2009 at 9:46 PM, sebb wrote: > > > > >> > >> By the way, the Exception handling changes have revealed a possible > >> bug - a class cast was being swallowed: > >> > >> testExam

Re: [compress] Including ASL Code from other projects

2009-01-07 Thread Christian Grobmeier
On Wed, Jan 7, 2009 at 3:18 PM, James Carman wrote: > If you could create a JIRA and ask the author to attach their code as > a patch, that might be sufficient. OK. I wrote the authors of the project. If they respond, I'll create a issue and ask them for a patch. Christian -

Re: [compress] Including ASL Code from other projects

2009-01-07 Thread James Carman
If you could create a JIRA and ask the author to attach their code as a patch, that might be sufficient. On Wed, Jan 7, 2009 at 8:30 AM, Christian Grobmeier wrote: >> Contacting him surely can't hurt - no matter what ;-) > > me neither :-) > >> ..but this does raise an interesting question. Surel

Re: Proposal: Commons SAX

2009-01-07 Thread David Crossley
Michael Glavassevich wrote: > Ralph Goers wrote: > > someone wrote: > > > > > > As part of the gradual shutdown of the XML project, the Xerces PMC has > > > agreed some time ago to take over the responsibility for XML Commons. > > > The xml-commons group which you mentioned is basically for committ

Re: [compress] Including ASL Code from other projects

2009-01-07 Thread Christian Grobmeier
> Contacting him surely can't hurt - no matter what ;-) me neither :-) > ..but this does raise an interesting question. Surely the safest would > be to get a software grant from him. But that frankly speaking that > feels a bit over the top. Other opinions? > How many classes are we talking about

Re: [compress] Including ASL Code from other projects

2009-01-07 Thread Torsten Curdt
> compress issue 241 [1] proposes to implement CPIO archives. Since the > jRPM project allready > has implemented the streaming code, it should be really > straightforward to include it in compress. Sure > I know I am bit early since there are many other open issues with > compress, but I would l

Re: [compress] What is the purpose of the reflection usage in ArchiveStreamFactory and CompressorStreamFactory?

2009-01-07 Thread Torsten Curdt
Applied! (Only modified slightly) Thanks! On Wed, Jan 7, 2009 at 07:31, Christian Grobmeier wrote: > Hi, > sorry for beeing late :-) > >> I guess we could also just get rid of the reflection. What do you think? > > I think this is good. I have attached a patch to: > https://issues.apache.org/jira

Re: [compress] Sandbox-30 fixed (Longname for TARs)

2009-01-07 Thread Torsten Curdt
Applied! Thanks! On Wed, Jan 7, 2009 at 08:23, Christian Grobmeier wrote: > Hi, > > i just added a patch to Sandbox-30: > https://issues.apache.org/jira/browse/SANDBOX-30 > > Can somebody please review and comment or patch the codebase? > > Thanks, > Christian > >

Re: Annotation based library for equals,toString etc

2009-01-07 Thread Tim Lebedkov
Hello Martin, I have started the project at http://code.google.com/p/jau/. (I'll also unsubscribe myself from this list) Regards --Tim On Tue, Jan 6, 2009 at 8:11 PM, Martin Cooper wrote: > On Tue, Jan 6, 2009 at 5:41 AM, Tim Lebedkov wrote: > >> Hello dev@commons.apache.org reader, >> >> I wo

[compress] Including ASL Code from other projects

2009-01-07 Thread Christian Grobmeier
Hi all, compress issue 241 [1] proposes to implement CPIO archives. Since the jRPM project allready has implemented the streaming code, it should be really straightforward to include it in compress. I know I am bit early since there are many other open issues with compress, but I would like to kno

[g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2009-01-07 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-configuration-test has an issue affecting its community integrati