RE: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-19 Thread Vesco Claudio
OK, Claudio PS: I can do it now... :-) -Original Message- From: Francisco Reverbel [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 3:36 PM To: Vesco Claudio Cc: David Jencks; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [JBoss-dev] RC1 release branch

RE: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-19 Thread Francisco Reverbel
:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 3:36 PM To: Vesco Claudio Cc: David Jencks; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject:RE: [JBoss-dev] RC1 release branch occuring at 00:00 On Wed, 17 Apr 2002, Vesco Claudio wrote: To Francisco, can you keep in synch

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-19 Thread Jason Dillon
wrote: OK, Claudio PS: I can do it now... :-) -Original Message- From:Francisco Reverbel [SMTP:[EMAIL PROTECTED]] Sent:Friday, April 19, 2002 3:36 PM To: Vesco Claudio Cc: David Jencks; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [JBoss-dev] RC1 release

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-18 Thread Dain Sundstrom
David Jencks wrote: cvs update -j HEAD myfile If you do this: cvs update -kk -j HEAD myfile The merge will work better, because it kills keyword expansion. Note, don't do this on a binary file, as binary files need -kb and -kk turns -kb off. -dain

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-18 Thread Francisco Reverbel
On Wed, 17 Apr 2002, Jason Dillon wrote: Just noticed that the iiop stuff from jacorb dumps useless crap to stderr stdout... perhaps we should import and manage these sources locally (like we do with Jetty), so we can turn these into logs... or something. Would it worth the trouble? You

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-18 Thread Jason Dillon
I guess it depends on if we have more issues based on the JacORB impl or not. We are already working off a patched copy right? --jason Francisco Reverbel wrote: On Wed, 17 Apr 2002, Jason Dillon wrote: Just noticed that the iiop stuff from jacorb dumps useless crap to stderr stdout...

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-18 Thread Francisco Reverbel
Yes, we are using a patched beta release of JacORB. My patches were committed to the JacORB CVS repository and will be in the next official release. Cheers, Francisco On Thu, 18 Apr 2002, Jason Dillon wrote: I guess it depends on if we have more issues based on the JacORB impl or not. We

RE: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-17 Thread Vesco Claudio
classes, I think. Claudio -Original Message- From: Jason Dillon [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 11:54 PM To: Francisco Reverbel Cc: Scott M Stark; [EMAIL PROTECTED] Subject: Re: [JBoss-dev] RC1 release branch occuring at 00:00

RE: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-17 Thread Vesco Claudio
, April 17, 2002 6:16 PM To: David Jencks Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] RC1 release branch occuring at 00:00 On Wed, 17 Apr 2002, David Jencks wrote: ... [big snip] Hope this helps. It helps a lot! Thanks, Francisco

RE: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-17 Thread Francisco Reverbel
Hi Claudio, On Wed, 17 Apr 2002, Vesco Claudio wrote: I have modified build/build.xml to copy iiop-service.xml in $JBOSS_HOME/server/default/deploy, I think Francisco missed it. Yes, I did. Thank you very much for fixing this. To Francisco, can you keep in synch HEAD with and RC1? If not I

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-17 Thread Jason Dillon
But IBM VMs still need to be handled as a special case. If we do not want IBM VM users to be required to say export JBOSS_CLASSPATH=$JBOSS_HOME/lib/jacorb.jar before they start JBoss, then we need to change run.sh to do it for them. Can we dig in a little deeper and fix this? The

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-17 Thread Jason Dillon
Can we dig in a little deeper and fix this? The big deal here, is that it is a bitch to maintain these scripts especially when then start having per-component per-vm per-os hacks to get things to work. Also, as I mentioned before, the lib/ directory might not be local... I understand

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-17 Thread Francisco Reverbel
On Wed, 17 Apr 2002, Jason Dillon wrote: Basically what happens is that a parameterless ORB.init() call is performed within a call to ORB.init(args, props). Class org.jacorb.orb.ORB handles the call to ORB.init(args, props) and indirectly performs the parameterless ORB.init() call, which

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-17 Thread Jason Dillon
Just noticed that the iiop stuff from jacorb dumps useless crap to stderr stdout... perhaps we should import and manage these sources locally (like we do with Jetty), so we can turn these into logs... or something. --jason Francisco Reverbel wrote: On Wed, 17 Apr 2002, Jason Dillon wrote:

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-17 Thread Francisco Reverbel
, 2002 11:54 PM To: Francisco Reverbel Cc: Scott M Stark; [EMAIL PROTECTED] Subject:Re: [JBoss-dev] RC1 release branch occuring at 00:00 -Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-16 Thread Francisco Reverbel
Yes, the iiop stuff is now generated by a default build. I have changed a couple of files (jboss-services.xml and run.sh) in order to run it. Please see the patchfile attached. Should I commit these changes? Cheers, Francisco PS: David Jencks is getting a very strange error from rmic.

RE: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-16 Thread Bill Burke
, April 16, 2002 12:47 PM To: Jason Dillon Cc: Scott M Stark; [EMAIL PROTECTED] Subject: Re: [JBoss-dev] RC1 release branch occuring at 00:00 Yes, the iiop stuff is now generated by a default build. I have changed a couple of files (jboss-services.xml and run.sh) in order to run it. Please

RE: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-16 Thread Francisco Reverbel
:47 PM To: Jason Dillon Cc: Scott M Stark; [EMAIL PROTECTED] Subject: Re: [JBoss-dev] RC1 release branch occuring at 00:00 Yes, the iiop stuff is now generated by a default build. I have changed a couple of files (jboss-services.xml and run.sh) in order to run it. Please see

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-16 Thread Scott M Stark
Reverbel [EMAIL PROTECTED]; Jason Dillon [EMAIL PROTECTED] Cc: Scott M Stark [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 10:07 AM Subject: RE: [JBoss-dev] RC1 release branch occuring at 00:00 Can you pull IIOP out of jboss-services.xml and put in in a separate deployable

RE: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-16 Thread Jason Dillon
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Francisco Reverbel Sent: Tuesday, April 16, 2002 12:47 PM To: Jason Dillon Cc: Scott M Stark; [EMAIL PROTECTED] Subject: Re: [JBoss-dev] RC1 release branch occuring at 00:00 Yes, the iiop stuff is now generated by a default build. I

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-16 Thread Jason Dillon
Why runs.sh... this is what was concerned about. Can you please explain this. --jason Quoting Francisco Reverbel [EMAIL PROTECTED]: Yes, the iiop stuff is now generated by a default build. I have changed a couple of files (jboss-services.xml and run.sh) in order to run it. Please see

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-16 Thread Francisco Reverbel
I changed run.sh to add the properties JacORB needs: -Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton If the JVM is an IBM one I also add $JBOSS_HOME/lib/jacorb.jar to the classpath. These changes allow you to start an iiop-enabled

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-16 Thread Jason Dillon
-Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton Any reason why the service can not set these props? If the JVM is an IBM one I also add $JBOSS_HOME/lib/jacorb.jar to the classpath. Why the special case for IBM? --jason

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-16 Thread Francisco Reverbel
-Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBS ngleton Any reason why the service can not set these props? Oops... Not really... This is much better indeed. I'll change the service to do it. If the JVM is an IBM one I also add

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-15 Thread Jason Dillon
: [JBoss-dev] RC1 release branch occuring at 00:00 Will it include the iiop stuff? Jason and I were talking about making it part of the default build. User feedback would be a good thing for me at this point. Best, Francisco On Sun, 14 Apr 2002, Scott M Stark wrote: I'm

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-15 Thread Jason Dillon
building now. Next release it can be configured by default. - Original Message - From: Jason Dillon [EMAIL PROTECTED] To: Scott M Stark [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, April 15, 2002 1:12 AM Subject: Re: [JBoss-dev] RC1 release branch occuring at 00:00 Could

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-15 Thread Scott M Stark
[EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, April 15, 2002 2:01 AM Subject: Re: [JBoss-dev] RC1 release branch occuring at 00:00 Are you building with -Dgroups=most? Otherwise iiop will not be included in the build... or do you mean instructions on how to build configure? --jason

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-15 Thread Jason Dillon
(stubClassName, ^ 2 errors 4 warnings - Original Message - From: Jason Dillon [EMAIL PROTECTED] To: Scott M Stark [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, April 15, 2002 2:01 AM Subject: Re: [JBoss-dev] RC1 release branch occuring at 00:00 Are you

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-15 Thread Scott M Stark
Dillon [EMAIL PROTECTED] To: Scott M Stark [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, April 15, 2002 2:18 AM Subject: Re: [JBoss-dev] RC1 release branch occuring at 00:00 Ahh yes, this looks like the aftermath of David's changes iiop being optional. This sucks. I have run

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-15 Thread David Jencks
AM Subject: Re: [JBoss-dev] RC1 release branch occuring at 00:00 Are you building with -Dgroups=most? Otherwise iiop will not be included in the build... or do you mean instructions on how to build configure? --jason Quoting Scott M Stark [EMAIL PROTECTED]: Then we

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-15 Thread Francisco Reverbel
-dev] RC1 release branch occuring at 00:00 Are you building with -Dgroups=most? Otherwise iiop will not be included in the build... or do you mean instructions on how to build configure? --jason Quoting Scott M Stark [EMAIL PROTECTED]: Then we can just

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-15 Thread Francisco Reverbel
-dev] RC1 release branch occuring at 00:00 Are you building with -Dgroups=most? Otherwise iiop will not be included in the build... or do you mean instructions on how to build configure? --jason Quoting Scott M Stark [EMAIL PROTECTED]: Then we can just post

RE: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-15 Thread Francisco Reverbel
Hi Claudio, On Mon, 15 Apr 2002, Vesco Claudio wrote: Francisco, can you patch org.jboss.iiop.WebCL? Just did it. Cheers, Francisco ___ Jboss-development mailing list [EMAIL PROTECTED]

RE: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-15 Thread Vesco Claudio
To: David Jencks Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] RC1 release branch occuring at 00:00 On Mon, 15 Apr 2002, David Jencks wrote: Sorry, I assumed that ./build.sh clean main would build everything, especially since the iiop tests appear to be running (and failing) I

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-15 Thread Jason Dillon
Sorry, I assumed that ./build.sh clean main would build everything, especially since the iiop tests appear to be running (and failing) Yes, yes... not your fault. Could we perhaps have the default target compile everything, and have a core target that compiles the things that are expected

RE: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-15 Thread marc fleury
and ant bring it. marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jason |Dillon |Sent: Monday, April 15, 2002 1:15 PM |To: David Jencks |Cc: [EMAIL PROTECTED] |Subject: Re: [JBoss-dev] RC1 release branch occuring at 00:00 | | | Sorry, I assumed

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-15 Thread Jason Dillon
engines when their respective container dists are available. - Original Message - From: Jason Dillon [EMAIL PROTECTED] To: Scott M Stark [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, April 15, 2002 2:18 AM Subject: Re: [JBoss-dev] RC1 release branch occuring at 00:00 Ahh yes

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-15 Thread Jason Dillon
I setup the build system to include jboss.net iiop in the default builds. Please look at the configuration that is generated and make sure that iiop stuff will work with a default build. Note, this is on HEAD. --jason Francisco Reverbel wrote: Will it include the iiop stuff? Jason and I

[JBoss-dev] RC1 release branch occuring at 00:00

2002-04-14 Thread Scott M Stark
I'm creating the 3.0 branch for the RC1 release at midnight (GMT-0700). Do not commit any changes to main after 22:00 -0700 until the branch is announced to be complete. Scott Stark Chief Technology Officer JBoss Group, LLC

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-14 Thread Francisco Reverbel
Will it include the iiop stuff? Jason and I were talking about making it part of the default build. User feedback would be a good thing for me at this point. Best, Francisco On Sun, 14 Apr 2002, Scott M Stark wrote: I'm creating the 3.0 branch for the RC1 release at midnight (GMT-0700).

Re: [JBoss-dev] RC1 release branch occuring at 00:00

2002-04-14 Thread Scott M Stark
Subject: Re: [JBoss-dev] RC1 release branch occuring at 00:00 Will it include the iiop stuff? Jason and I were talking about making it part of the default build. User feedback would be a good thing for me at this point. Best, Francisco On Sun, 14 Apr 2002, Scott M Stark wrote: I'm