RE: [JBoss-dev] Need to change the dist structure for final 3.0 release

2002-05-28 Thread Sacha Labourey

Scott,

I think that we should also change the JARs in JBOSS_HOME/client: currently
we have half a thousand (well, almost) jbossXX-client.jar in this folder and
it makes running client application a nightmare: you need to add almost all
of them to your classpath to be able to work with a simple helloworld SLSB.
Why not building a simple jboss-client.jar that fits 90% of all needs?

Cheers,


Sacha



 -Message d'origine-
 De : [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]De la part de
 Scott M Stark
 Envoyé : mardi, 28 mai 2002 01:04
 À : [EMAIL PROTECTED]
 Objet : [JBoss-dev] Need to change the dist structure for final 3.0
 release


 There are now 54 jars in lib. Over half of these are not required
 for a minimal JMX + JNDI server configuration. I want to
 create a server/conf/lib directory for jars not required by
 the core and create minimal, default and all configurations:

 minimal = JMX + JNDI naming
 default = base J2EE server, no clustering, JBoss.NET, IIOP?
 all = every service

 
 Scott Stark
 Chief Technology Officer
 JBoss Group, LLC
 


 ___

 Don't miss the 2002 Sprint PCS Application Developer's Conference
 August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development



___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Need to change the dist structure for final 3.0 release

2002-05-27 Thread marc fleury

|minimal = JMX + JNDI naming
|default = base J2EE server, no clustering, JBoss.NET, IIOP?

IIOP is advanced put it in all, 

marcf

|all = every service
|
|
|Scott Stark
|Chief Technology Officer
|JBoss Group, LLC
|
|
|
|___
|
|Don't miss the 2002 Sprint PCS Application Developer's Conference
|August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
|
|___
|Jboss-development mailing list
|[EMAIL PROTECTED]
|https://lists.sourceforge.net/lists/listinfo/jboss-development

___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Need to change the dist structure for final 3.0 release

2002-05-27 Thread Jason Dillon

That was the initial plan... though we will have to change the bits that deal 
with classpath to be relative to jboss.server.home.url instead of 
jboss.home.url.  And then default to ../../lib where we have lib now.

--jason


On Monday 27 May 2002 04:04 pm, Scott M Stark wrote:
 There are now 54 jars in lib. Over half of these are not required
 for a minimal JMX + JNDI server configuration. I want to
 create a server/conf/lib directory for jars not required by
 the core and create minimal, default and all configurations:

 minimal = JMX + JNDI naming
 default = base J2EE server, no clustering, JBoss.NET, IIOP?
 all = every service

 
 Scott Stark
 Chief Technology Officer
 JBoss Group, LLC
 


 ___

 Don't miss the 2002 Sprint PCS Application Developer's Conference
 August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Need to change the dist structure for final 3.0 release

2002-05-27 Thread Jason Dillon

I changed SARDeployer so that this is now possible to setup + the service 
files that I could find that used lib, I might have missed some though...

--jason


On Monday 27 May 2002 04:04 pm, Scott M Stark wrote:
 There are now 54 jars in lib. Over half of these are not required
 for a minimal JMX + JNDI server configuration. I want to
 create a server/conf/lib directory for jars not required by
 the core and create minimal, default and all configurations:

 minimal = JMX + JNDI naming
 default = base J2EE server, no clustering, JBoss.NET, IIOP?
 all = every service

 
 Scott Stark
 Chief Technology Officer
 JBoss Group, LLC
 


 ___

 Don't miss the 2002 Sprint PCS Application Developer's Conference
 August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Need to change the dist structure for final 3.0 release

2002-05-27 Thread Scott M Stark


I saw this added to main. I'll merge the same changes for the 3.0 release.
- Original Message -
From: Jason Dillon [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; Scott M Stark
[EMAIL PROTECTED]
Sent: Monday, May 27, 2002 8:51 PM
Subject: Re: [JBoss-dev] Need to change the dist structure for final 3.0
release


I changed SARDeployer so that this is now possible to setup + the service
files that I could find that used lib, I might have missed some though...

--jason


On Monday 27 May 2002 04:04 pm, Scott M Stark wrote:
 There are now 54 jars in lib. Over half of these are not required
 for a minimal JMX + JNDI server configuration. I want to
 create a server/conf/lib directory for jars not required by
 the core and create minimal, default and all configurations:

 minimal = JMX + JNDI naming
 default = base J2EE server, no clustering, JBoss.NET, IIOP?
 all = every service




___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Need to change the dist structure for final 3.0 release

2002-05-27 Thread Jason Dillon

Thanks.

--jason


On Monday 27 May 2002 08:59 pm, Scott M Stark wrote:
 I saw this added to main. I'll merge the same changes for the 3.0 release.
 - Original Message -
 From: Jason Dillon [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; Scott M Stark
 [EMAIL PROTECTED]
 Sent: Monday, May 27, 2002 8:51 PM
 Subject: Re: [JBoss-dev] Need to change the dist structure for final 3.0
 release


 I changed SARDeployer so that this is now possible to setup + the service
 files that I could find that used lib, I might have missed some though...

 --jason

 On Monday 27 May 2002 04:04 pm, Scott M Stark wrote:
  There are now 54 jars in lib. Over half of these are not required
  for a minimal JMX + JNDI server configuration. I want to
  create a server/conf/lib directory for jars not required by
  the core and create minimal, default and all configurations:
 
  minimal = JMX + JNDI naming
  default = base J2EE server, no clustering, JBoss.NET, IIOP?
  all = every service

 ___

 Don't miss the 2002 Sprint PCS Application Developer's Conference
 August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development