RE: [Jargp-general] Creating new Def classes
Brought to you by:
dsosnoski
|
From: Tauzell, D. <Dav...@Rx...> - 2004-05-26 14:47:16
|
Hi Dennis, My sourceforge account is 'tauzell'. I'm quite busy at the moment, but I'll find some time to make the updates. I can add DateDef and FileDef definitions too. They are quite simple and don't add any external dependencies. -Dave -----Original Message----- From: Dennis Sosnoski [mailto:dm...@so...]=20 Sent: Monday, May 24, 2004 11:24 AM To: Tauzell, Dave Cc: jar...@li... Subject: Re: [Jargp-general] Creating new Def classes Hi Dave, I noticed I hadn't responded to this on-list. I think the scope change=20 is absolutely the correct thing to do. If you want to make the change=20 just email me directly with your SourceForge account name and I'll add=20 you as a developer so you can do this. The DateDef and FileDef classes also sound interesting. I'd think any=20 parameter type extensions that don't add too much additional code should be fine. I'd prefer to see the core library kept reasonably small just=20 to make sure it doesn't become unwieldly. Several other developers have expressed interest in extending Jargp.=20 I've suggested they hold discussions on this list to arrive at a=20 concensus, but so far I haven't seen anything going on. - Dennis Tauzell, Dave wrote: > Hi, > =20 > I created two new Def classes DateDef and FileDef. If I put them into > my own package I run into a problem calling the=20 > ArguementProcessor.setSave() method because it is marked as package=20 > scope. There is no other way to get at the target object to set the=20 > value. > =20 > Can you change the scope of setValue()? Are you interested in any new > Def classes? > =20 > Thanks, > Dave |