Re: [scxml-eclipse]

2010-08-02 Thread Xun Long Gui
Yeah, you can do it like this: 1. Export plug-in jars by using Eclipse plug-in project export function. 2. Install these jars into Eclipse as Visual SCXML editor plug-ins Then, you can use Visual SCXML editor in Eclipse runtime environment rather than debug environment 2010/8/3 Rahul Akolkar >

Re: [compress] release 1.1?

2010-08-02 Thread Stefan Bodewig
On 2010-08-02, Torsten Curdt wrote: >> class PosixAttributes { >>    /* nine constants */ >>    static final int OWNER_CAN_READ = ... >>    /* set of the constants that apply */ >>    Set getPermissions(); >>    /* could be mixed with permissions if we wanted to */ >>    Boolean isSetUserId(); >

Re: [RESULT] Release Commons Lang 3.0 Beta.3

2010-08-02 Thread Henri Yandell
On Mon, Aug 2, 2010 at 6:20 PM, Phil Steitz wrote: > Henri Yandell wrote: >> Note, the website is updated. > > Great! > > Any idea why the fileupload site has still not been replicated?  The > permissions and files look correct to me on people. Any clues why it > is not replicating? Most likely i

Re: [RESULT] Release Commons Lang 3.0 Beta.3

2010-08-02 Thread Phil Steitz
Henri Yandell wrote: > Note, the website is updated. Great! Any idea why the fileupload site has still not been replicated? The permissions and files look correct to me on people. Any clues why it is not replicating? Phil > > Hen > > On Fri, Jul 30, 2010 at 11:41 PM, Henri Yandell wrote: >>

[io]

2010-08-02 Thread Lorenzo Solano
Hi Dev Team, I wonder why there is not a packaged version (build) of the io project for the JDK 1.5+ (using generics)? You already has de code on SVN but do not releases it. Regards, Lorenzo Solano IT, BILLING SYSTEM * (809)220-5225 * lorenzo_sol...@codetel.com.do

Re: [compress] release 1.1?

2010-08-02 Thread Torsten Curdt
> Just tossing out ideas > > class OwnerInformation { >    int getUserId(); >    int getGroupId(); >    String getUserName(); >    String getGroupName(); > } > > class ArchiveEntry { >    OwnerInformation getOwner(); > } > > ZIP would return null on getOwner, AR and CPIO return null in the *Name >

Re: [compress] release 1.1?

2010-08-02 Thread Torsten Curdt
>> Unless there's already a ready patch for this, I'd rather see the 1.1 >> release out than wait for a new improvement. > > +1 It certainly should not block the release. > We'll probably take longer defining the API than implementing it, though > 8-) Yeah :) > I agree that 1.1 is overdue, ther

Re: [scxml-eclipse]

2010-08-02 Thread Jacob Beard
Great, thanks, Jake On 10-08-02 02:17 PM, Rahul Akolkar wrote: On Mon, Aug 2, 2010 at 1:33 PM, Jacob Beard wrote: Hi Long, I'm going to be working on some non-trivial demos of scxml-js, and I thought it might be good if I used scxml-eclipse in this work. That way, you can get more user f

Re: [scxml-eclipse] how to build scxml-eclipse?

2010-08-02 Thread Rahul Akolkar
On Mon, Aug 2, 2010 at 1:33 PM, Jacob Beard wrote: > Hi Long, > > I'm going to be working on some non-trivial demos of scxml-js, and I thought > it might be good if I used scxml-eclipse in this work. That way, you can get > more user feedback, and I'll potentially be able to use a tool that might

Re: [scxml-eclipse]

2010-08-02 Thread Rahul Akolkar
On Mon, Aug 2, 2010 at 1:33 PM, Jacob Beard wrote: > Hi Long, > > I'm going to be working on some non-trivial demos of scxml-js, and I thought > it might be good if I used scxml-eclipse in this work. That way, you can get > more user feedback, and I'll potentially be able to use a tool that might

Re: [scxml-eclipse] User Feedback

2010-08-02 Thread Rahul Akolkar
On Mon, Aug 2, 2010 at 1:17 PM, Christopher Dragert wrote: > Hi, thank you for your response.  I have replied inline: > >>> I've gone through some of the basic functionality of the plug-in and >>> generally found it to be good.  I have several points of feedback: >>> >>> 1) A small feature request

Re: [scxml-js] Question on unit testing external communications module

2010-08-02 Thread Rahul Akolkar
On Mon, Aug 2, 2010 at 12:10 PM, Jacob Beard wrote: > > > On 10-08-01 04:46 PM, Rahul Akolkar wrote: >> >> So we need to design a testing rig where we can deploy multiple >> Commons SCXML executor instances on a server as well as a number of >> scxml-js executor instances on the same or another se

[scxml-eclipse] how to build scxml-eclipse?

2010-08-02 Thread Jacob Beard
Hi Long, I'm going to be working on some non-trivial demos of scxml-js, and I thought it might be good if I used scxml-eclipse in this work. That way, you can get more user feedback, and I'll potentially be able to use a tool that might speed up development as I work with complex models. I t

[scxml-eclipse]

2010-08-02 Thread Jacob Beard
Hi Long, I'm going to be working on some non-trivial demos of scxml-js, and I thought it might be good if I used scxml-eclipse in this work. That way, you can get more user feedback, and I'll potentially be able to use a tool that might speed up development as I work with complex models. I t

RE: [scxml-eclipse] User Feedback

2010-08-02 Thread Christopher Dragert
Hi, thank you for your response. I have replied inline: >> I've gone through some of the basic functionality of the plug-in and >> generally found it to be good. I have several points of feedback: >> >> 1) A small feature request: Can you display the event name on the diagam >> like you do for

Re: [scxml-js] Question on unit testing external communications module

2010-08-02 Thread Jacob Beard
On 10-08-01 04:46 PM, Rahul Akolkar wrote: So we need to design a testing rig where we can deploy multiple Commons SCXML executor instances on a server as well as a number of scxml-js executor instances on the same or another server with messages going back and forth. A servlet container is pro

Re: [compress] release 1.1?

2010-08-02 Thread Stefan Bodewig
On 2010-08-02, Jukka Zitting wrote: > Hi, > On Tue, Jul 20, 2010 at 10:57 AM, Torsten Curdt wrote: >> ...maybe then there is one more thing to squeeze in then > Unless there's already a ready patch for this, I'd rather see the 1.1 > release out than wait for a new improvement. +1 We'll probab

Re: [Math] "Order" enum in "MathUtils"

2010-08-02 Thread Ted Dunning
Some of the features like reverse are VERY handy. On Mon, Aug 2, 2010 at 12:49 AM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > > For a more powerful and useful definition of Ordering, see > > > http://google-collections.googlecode.com/svn/trunk/javadoc/index.html?com/google/common/co

Re: [GSoC] Pencil down dates and continued involvement

2010-08-02 Thread Jacob Beard
Right now, it looks like scxml-js is going to play a foundational role in the work relating to my master's thesis, and there are many opportunities for future development [0], so I also anticipate my continued involvement in this project. Thanks, Jake [0] http://www.svgopen.org/2010/papers/45-De

[RESULT]: Was [VOTE] Release Daemon 1.0.3 based on RC3

2010-08-02 Thread Mladen Turk
With my +1 this gives 4 binding +1 votes and no -1 (Phil, Henri, Bill and Mladen) Since 72 hours passed I'm declaring this vote as closed and passed. I'll move the proposed dist to dist/ and give 24 hours for mirrors to sync before making ANN and site update. On 07/30/2010 01:13 PM, Mladen Tu

Re: svn commit: r963609 - in /commons/proper/fileupload/trunk: ./ src/changes/ src/java/org/apache/commons/fileupload/ src/java/org/apache/commons/fileupload/disk/ src/java/org/apache/commons/fileupl

2010-08-02 Thread Rainer Jung
Hi Jochen, On 13.07.2010 08:56, joc...@apache.org wrote: Author: jochen Date: Tue Jul 13 06:56:47 2010 New Revision: 963609 ... Added: commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/InvalidFileNameException.java (with props) Can you please fix the svn prope

Re: [GSoC] Pencil down dates and continued involvement

2010-08-02 Thread Xun Long Gui
I will finish the develop job and prepare some documents for gsoc before pencil down date,but i will keep on working on this project after 16th august,improve the tool according to user feedbacks 2010/8/2 Rahul Akolkar > Reminder that Aug 16th is the firm pencil down date according to the > GSoC

Re: Site update?

2010-08-02 Thread Jochen Wiedmann
Sent to the wrong commons, now querying the right one ... On Fri, Jul 30, 2010 at 3:49 PM, Jochen Wiedmann wrote: > Hi, > > I have updated /www/commons.apache.org/fileupload almost 8 hours ago, > but http://commons.apache.org/fileupload is still showing the old > page. Am I missing something? >

Re: svn commit: r981404 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/analysis/integration/ main/java/org/apache/commons/math/analysis

2010-08-02 Thread Gilles Sadowski
> > I think that it would have been better to create an "exception.util" > > package > > to contain the low-level utilities for localizing the exception > > messages. > > That would emphasize that only when creating new exceptions (i.e. > > designing > > classes in the "exception" package) one shou

Re: [math] splitting LocalizedFormats enum (was Re: svn commit: r981404 [1/3])

2010-08-02 Thread Gilles Sadowski
> > Author: luc > > Date: Mon Aug 2 08:10:39 2010 > > New Revision: 981404 > > > > URL: http://svn.apache.org/viewvc?rev=981404&view=rev > > Log: > > Moved the localization framework used for exceptions in the exceptions > > package. > > Its former place (in the utils package) was misleading as

Re: [compress] release 1.1?

2010-08-02 Thread Jukka Zitting
Hi, On Tue, Jul 20, 2010 at 10:57 AM, Torsten Curdt wrote: > ...maybe then there is one more thing to squeeze in then Unless there's already a ready patch for this, I'd rather see the 1.1 release out than wait for a new improvement. BR, Jukka Zitting --

Re: svn commit: r981404 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/analysis/integration/ main/java/org/apache/commons/math/analysis

2010-08-02 Thread luc . maisonobe
- "Gilles Sadowski" a écrit : > > URL: http://svn.apache.org/viewvc?rev=981404&view=rev > > Log: > > Moved the localization framework used for exceptions in the > exceptions package. > > Its former place (in the utils package) was misleading as utils is > rather for > > numerical utilities,

Re: svn commit: r981404 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/analysis/integration/ main/java/org/apache/commons/math/analysis

2010-08-02 Thread Gilles Sadowski
> URL: http://svn.apache.org/viewvc?rev=981404&view=rev > Log: > Moved the localization framework used for exceptions in the exceptions > package. > Its former place (in the utils package) was misleading as utils is rather for > numerical utilities, not low level library management > I think tha

[math] splitting LocalizedFormats enum (was Re: svn commit: r981404 [1/3])

2010-08-02 Thread luc . maisonobe
- l...@apache.org a écrit : > Author: luc > Date: Mon Aug 2 08:10:39 2010 > New Revision: 981404 > > URL: http://svn.apache.org/viewvc?rev=981404&view=rev > Log: > Moved the localization framework used for exceptions in the exceptions > package. > Its former place (in the utils package) wa

Re: [Math] "Order" enum in "MathUtils"

2010-08-02 Thread Gilles Sadowski
> For a more powerful and useful definition of Ordering, see > http://google-collections.googlecode.com/svn/trunk/javadoc/index.html?com/google/common/collect/Ordering.html. Thanks for the suggestion. However, this seems a bit overkill for just specifying the order direction of an array of "double