RE: [JBoss-dev] jboss build failed

2001-12-07 Thread marc fleury



|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of
|[EMAIL PROTECTED]
|Sent: Friday, December 07, 2001 11:49 AM
|To: [EMAIL PROTECTED]
|Cc: [EMAIL PROTECTED]
|Subject: [JBoss-dev] jboss build failed

I will say this of your stuff Chris: It's right on top of the ball :)

commiting the rest of it in cvs

marcf

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



RE: [JBoss-dev] jboss build failed

2001-12-07 Thread marc fleury

Dude,

I just fiinshed commiting the directory changes I had for the compiler proxy
stuff so I just did a clean co and it compiles, in the meantime you have
seen 3 times that it didn't :)

good for you but this should be the last of these messages,

marcf


|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of
|[EMAIL PROTECTED]
|Sent: Friday, December 07, 2001 12:48 PM
|To: [EMAIL PROTECTED]
|Cc: [EMAIL PROTECTED]
|Subject: [JBoss-dev] jboss build failed
|
|
|
|=
|==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
|=
|
|HERE ARE THE LAST 50 LINES OF THE LOG FILE
|
|  if(instance instanceof Proxies.ProxyTarget) {
|^
|/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
ejb/plugins/cmp/jdbc/bridge/JDBCEntityBridge.java:434: cannot resolve symbol
|symbol  : class InvocationHandler
|location: class org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge
| InvocationHandler handler =
| ^
|/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
ejb/plugins/cmp/jdbc/bridge/JDBCEntityBridge.java:435: cannot resolve symbol
|symbol  : class ProxyTarget
|location: package Proxies
|   ((Proxies.ProxyTarget)instance).getInvocationHandler();
|^
|/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
ejb/plugins/cmp/jdbc/JDBCCreateBeanClassInstanceCommand.java:50: cannot
resolve symbol
|symbol  : variable Proxy
|location: class
|org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateBeanClassInstanceCommand
|  Object o = Proxy.newProxyInstance(classLoader, classes, handler);
| ^
|/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
ejb/plugins/cmp/jdbc/JDBCCreateBeanClassInstanceCommand.java:54: cannot
resolve symbol
|symbol  : class InvocationHandler
|location: class
|org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateBeanClassInstanceCommand
|o.getClass().getConstructor(new
|Class[]{InvocationHandler.class});
|^
|/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
|util/MBeanProxy.java:59: cannot resolve symbol
|symbol  : variable Proxy
|location: class org.jboss.util.MBeanProxy
|  return Proxy.newProxyInstance(intf.getClassLoader(),
| ^
|/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
|util/MBeanProxy.java:80: cannot resolve symbol
|symbol  : variable Proxy
|location: class org.jboss.util.MBeanProxy
|  return Proxy.newProxyInstance
| ^
|/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
|util/MBeanProxy.java:95: cannot resolve symbol
|symbol  : variable Proxy
|location: class org.jboss.util.MBeanProxy
|  return Proxy.newProxyInstance(intf.getClassLoader(),
| ^
|/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
|util/MBeanProxy.java:112: cannot resolve symbol
|symbol  : variable Proxy
|location: class org.jboss.util.MBeanProxy
|  return Proxy.newProxyInstance(intf.getClassLoader(),
| ^
|21 errors
|4 warnings
|
|BUILD FAILED
|
|/disk/orig/home/lubega/jbossro/jboss-all/server/build.xml:376:
|Compile failed, messages should have been provided.
|
|Total time: 1 minute 3 seconds
|
|___
|Jboss-development mailing list
|[EMAIL PROTECTED]
|https://lists.sourceforge.net/lists/listinfo/jboss-development


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



RE: [JBoss-dev] jboss build failed

2001-12-07 Thread Dain Sundstrom

Dude,

Way to tell that script. :)

You forgot to add the classes to the new org.jboss.proxy.compiler package.
By the way, are you just moving the classes, or did you rewrite them?

-dain

 -Original Message-
 From: marc fleury [mailto:[EMAIL PROTECTED]]
 Sent: Friday, December 07, 2001 12:01 PM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: RE: [JBoss-dev] jboss build failed
 
 
 Dude,
 
 I just fiinshed commiting the directory changes I had for the 
 compiler proxy
 stuff so I just did a clean co and it compiles, in the 
 meantime you have
 seen 3 times that it didn't :)
 
 good for you but this should be the last of these messages,
 
 marcf
 
 
 |-Original Message-
 |From: [EMAIL PROTECTED]
 |[mailto:[EMAIL PROTECTED]]On Behalf Of
 |[EMAIL PROTECTED]
 |Sent: Friday, December 07, 2001 12:48 PM
 |To: [EMAIL PROTECTED]
 |Cc: [EMAIL PROTECTED]
 |Subject: [JBoss-dev] jboss build failed
 |
 |
 |
 |=
 |==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
 |=
 |
 |HERE ARE THE LAST 50 LINES OF THE LOG FILE
 |
 |  if(instance instanceof Proxies.ProxyTarget) {
 |^
 |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
 ejb/plugins/cmp/jdbc/bridge/JDBCEntityBridge.java:434: cannot 
 resolve symbol
 |symbol  : class InvocationHandler
 |location: class 
 org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge
 | InvocationHandler handler =
 | ^
 |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
 ejb/plugins/cmp/jdbc/bridge/JDBCEntityBridge.java:435: cannot 
 resolve symbol
 |symbol  : class ProxyTarget
 |location: package Proxies
 |   
 ((Proxies.ProxyTarget)instance).getInvocationHandler();
 |^
 |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
 ejb/plugins/cmp/jdbc/JDBCCreateBeanClassInstanceCommand.java:5
 0: cannot
 resolve symbol
 |symbol  : variable Proxy
 |location: class
 |org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateBeanClassInstanceCommand
 |  Object o = Proxy.newProxyInstance(classLoader, 
 classes, handler);
 | ^
 |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
 ejb/plugins/cmp/jdbc/JDBCCreateBeanClassInstanceCommand.java:5
 4: cannot
 resolve symbol
 |symbol  : class InvocationHandler
 |location: class
 |org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateBeanClassInstanceCommand
 |o.getClass().getConstructor(new
 |Class[]{InvocationHandler.class});
 |^
 |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
 |util/MBeanProxy.java:59: cannot resolve symbol
 |symbol  : variable Proxy
 |location: class org.jboss.util.MBeanProxy
 |  return Proxy.newProxyInstance(intf.getClassLoader(),
 | ^
 |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
 |util/MBeanProxy.java:80: cannot resolve symbol
 |symbol  : variable Proxy
 |location: class org.jboss.util.MBeanProxy
 |  return Proxy.newProxyInstance
 | ^
 |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
 |util/MBeanProxy.java:95: cannot resolve symbol
 |symbol  : variable Proxy
 |location: class org.jboss.util.MBeanProxy
 |  return Proxy.newProxyInstance(intf.getClassLoader(),
 | ^
 |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
 |util/MBeanProxy.java:112: cannot resolve symbol
 |symbol  : variable Proxy
 |location: class org.jboss.util.MBeanProxy
 |  return Proxy.newProxyInstance(intf.getClassLoader(),
 | ^
 |21 errors
 |4 warnings
 |
 |BUILD FAILED
 |
 |/disk/orig/home/lubega/jbossro/jboss-all/server/build.xml:376:
 |Compile failed, messages should have been provided.
 |
 |Total time: 1 minute 3 seconds
 |
 |___
 |Jboss-development mailing list
 |[EMAIL PROTECTED]
 |https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 

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



RE: [JBoss-dev] jboss build failed

2001-12-07 Thread marc fleury

this is just a move, and it should be there, it is to make way for the
org.jboss.proxy.ejb package which is the proxy stuff independently of the
invokers type.  the proxy generation was hogging the org.jboss.proxy package
so got moved to org.jboss.proxy.compiler.

I have updated all the classes that depended on it (including yours) and did
a clean co bla bla bla

marcf

|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of Dain
|Sundstrom
|Sent: Friday, December 07, 2001 1:30 PM
|To: 'marc fleury'; [EMAIL PROTECTED];
|[EMAIL PROTECTED]
|Subject: RE: [JBoss-dev] jboss build failed
|
|
|Dude,
|
|Way to tell that script. :)
|
|You forgot to add the classes to the new org.jboss.proxy.compiler package.
|By the way, are you just moving the classes, or did you rewrite them?
|
|-dain
|
| -Original Message-
| From: marc fleury [mailto:[EMAIL PROTECTED]]
| Sent: Friday, December 07, 2001 12:01 PM
| To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
| Subject: RE: [JBoss-dev] jboss build failed
|
|
| Dude,
|
| I just fiinshed commiting the directory changes I had for the
| compiler proxy
| stuff so I just did a clean co and it compiles, in the
| meantime you have
| seen 3 times that it didn't :)
|
| good for you but this should be the last of these messages,
|
| marcf
|
|
| |-Original Message-
| |From: [EMAIL PROTECTED]
| |[mailto:[EMAIL PROTECTED]]On Behalf Of
| |[EMAIL PROTECTED]
| |Sent: Friday, December 07, 2001 12:48 PM
| |To: [EMAIL PROTECTED]
| |Cc: [EMAIL PROTECTED]
| |Subject: [JBoss-dev] jboss build failed
| |
| |
| |
| |=
| |==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
| |=
| |
| |HERE ARE THE LAST 50 LINES OF THE LOG FILE
| |
| |  if(instance instanceof Proxies.ProxyTarget) {
| |^
| |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
| ejb/plugins/cmp/jdbc/bridge/JDBCEntityBridge.java:434: cannot
| resolve symbol
| |symbol  : class InvocationHandler
| |location: class
| org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge
| | InvocationHandler handler =
| | ^
| |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
| ejb/plugins/cmp/jdbc/bridge/JDBCEntityBridge.java:435: cannot
| resolve symbol
| |symbol  : class ProxyTarget
| |location: package Proxies
| |
| ((Proxies.ProxyTarget)instance).getInvocationHandler();
| |^
| |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
| ejb/plugins/cmp/jdbc/JDBCCreateBeanClassInstanceCommand.java:5
| 0: cannot
| resolve symbol
| |symbol  : variable Proxy
| |location: class
| |org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateBeanClassInstanceCommand
| |  Object o = Proxy.newProxyInstance(classLoader,
| classes, handler);
| | ^
| |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
| ejb/plugins/cmp/jdbc/JDBCCreateBeanClassInstanceCommand.java:5
| 4: cannot
| resolve symbol
| |symbol  : class InvocationHandler
| |location: class
| |org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateBeanClassInstanceCommand
| |o.getClass().getConstructor(new
| |Class[]{InvocationHandler.class});
| |^
| |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
| |util/MBeanProxy.java:59: cannot resolve symbol
| |symbol  : variable Proxy
| |location: class org.jboss.util.MBeanProxy
| |  return Proxy.newProxyInstance(intf.getClassLoader(),
| | ^
| |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
| |util/MBeanProxy.java:80: cannot resolve symbol
| |symbol  : variable Proxy
| |location: class org.jboss.util.MBeanProxy
| |  return Proxy.newProxyInstance
| | ^
| |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
| |util/MBeanProxy.java:95: cannot resolve symbol
| |symbol  : variable Proxy
| |location: class org.jboss.util.MBeanProxy
| |  return Proxy.newProxyInstance(intf.getClassLoader(),
| | ^
| |/disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/
| |util/MBeanProxy.java:112: cannot resolve symbol
| |symbol  : variable Proxy
| |location: class org.jboss.util.MBeanProxy
| |  return Proxy.newProxyInstance(intf.getClassLoader(),
| | ^
| |21 errors
| |4 warnings
| |
| |BUILD FAILED
| |
| |/disk/orig/home/lubega/jbossro/jboss-all/server/build.xml:376:
| |Compile failed, messages should have been provided.
| |
| |Total time: 1 minute 3 seconds
| |
| |___
| |Jboss-development mailing list
| |[EMAIL PROTECTED]
| |https://lists.sourceforge.net/lists/listinfo/jboss-development
|
|
| ___
| Jboss-development mailing list
| [EMAIL PROTECTED]
| https://lists.sourceforge.net/lists

Re: [JBoss-dev] jboss build failed

2001-12-07 Thread Peter Fagerlund

on 1-12-07 19.01, marc fleury at [EMAIL PROTECTED] wrote:

 good for you but this should be the last of these messages,

I did a clean co and halts at MBeanProxy:112 ...

On a related topic...

What happend with the decentrialised build/run-testsuite/uppload results to
lubega from different OS's ? ... Then We would get around that all are
updating when CVS is in a transitional state ... and also ofcource then be
able to track different OS behaviors ... together ...

/peter_f



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



RE: [JBoss-dev] jboss build failed

2001-12-07 Thread Chris Kimpton

Hi,


I will say this of your stuff Chris: It's right on top of the ball :)

commiting the rest of it in cvs


About time too  ;-)

The hourly compile happens at 45mins past each hour - you have been 
warned...

Chris

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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



Re: [JBoss-dev] jboss build failed

2001-12-04 Thread Jason Dillon

Looks like there are jsr77 classes missing (J2EEManagementEvent and such).

--jason


On Tue, 4 Dec 2001, Peter Fagerlund wrote:

 Jason -this is very much alike what I experienced erlier yesterday ...
 not in managment but in j2ee ...
 
 on 1-12-04 06.48, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:
  
  =
  ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
  =
  
  HERE ARE THE LAST 50 LINES OF THE LOG FILE
  
  [mkdir] Created dir:
  /disk/orig/home/lubega/jbossro/jboss-all/server/output/mejb/metadata/META-INF
  [xdoclet] Generating Javadoc
  [xdoclet] Javadoc execution
  [xdoclet] Loading source file
  /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/management/
  mejb/MEJBBean.java...
  [xdoclet] Constructing Javadoc information...
  [xdoclet] Create Home Interface for: org.jboss.management.mejb.MEJBBean
  [xdoclet] Create Remote Interface for:   org.jboss.management.mejb.MEJBBean
  [xdoclet] Create Session Class for:  org.jboss.management.mejb.MEJBBean
  [xdoclet] Create ejb-jar.xml
  [xdoclet] Create jboss.xml
  [xdoclet] Create jaws.xml
  
  compile-classes:
  [mkdir] Created dir:
  /disk/orig/home/lubega/jbossro/jboss-all/server/output/classes
  [javac] Compiling 596 source files to
  /disk/orig/home/lubega/jbossro/jboss-all/server/output/classes
  /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/ejb/Enterpr
  iseContext.java:10: warning: java.security.Identity in java.security has been
  deprecated
  import java.security.Identity;
  ^
  /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/ejb/Enterpr
  iseContext.java:214: warning: java.security.Identity in java.security has been
  deprecated
  public Identity getCallerIdentity()
  ^
  /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/ejb/Enterpr
  iseContext.java:340: warning: java.security.Identity in java.security has been
  deprecated
  public boolean isCallerInRole(Identity id)
  ^
  /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/ejb/Enterpr
  iseContext.java:340: warning: java.security.Identity in java.security has been
  deprecated
  public boolean isCallerInRole(Identity id)
  ^
  /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/management/
  j2ee/JNDI.java:207: cannot resolve symbol
  symbol  : class J2EEManagementEvent
  location: class org.jboss.management.j2ee.JNDI
  new J2EEManagementEvent(
  ^
  /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/management/
  j2ee/JNDI.java:219: cannot resolve symbol
  symbol  : class J2EEManagementEvent
  location: class org.jboss.management.j2ee.JNDI
  new J2EEManagementEvent(
  ^
  /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/management/
  j2ee/JNDI.java:260: cannot resolve symbol
  symbol  : class J2EEManagementEvent
  location: class org.jboss.management.j2ee.JNDI.Listener
  new J2EEManagementEvent(
  ^
  3 errors
  4 warnings
  
  BUILD FAILED
  
  /disk/orig/home/lubega/jbossro/jboss-all/server/build.xml:464: Compile failed,
  messages should have been provided.
  
  Total time: 1 minute 26 seconds
  
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
 


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



Re: [JBoss-dev] jboss build failed

2001-12-04 Thread Julian Gosnell

I updated my RH tree 1/2 an hour ago, made clen and rebuilt - no problems.

Jules



Jason Dillon wrote:

 Looks like there are jsr77 classes missing (J2EEManagementEvent and such).

 --jason

 On Tue, 4 Dec 2001, Peter Fagerlund wrote:

  Jason -this is very much alike what I experienced erlier yesterday ...
  not in managment but in j2ee ...
 
  on 1-12-04 06.48, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:
  
   =
   ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
   =
  
   HERE ARE THE LAST 50 LINES OF THE LOG FILE
  
   [mkdir] Created dir:
   /disk/orig/home/lubega/jbossro/jboss-all/server/output/mejb/metadata/META-INF
   [xdoclet] Generating Javadoc
   [xdoclet] Javadoc execution
   [xdoclet] Loading source file
   /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/management/
   mejb/MEJBBean.java...
   [xdoclet] Constructing Javadoc information...
   [xdoclet] Create Home Interface for: org.jboss.management.mejb.MEJBBean
   [xdoclet] Create Remote Interface for:   org.jboss.management.mejb.MEJBBean
   [xdoclet] Create Session Class for:  org.jboss.management.mejb.MEJBBean
   [xdoclet] Create ejb-jar.xml
   [xdoclet] Create jboss.xml
   [xdoclet] Create jaws.xml
  
   compile-classes:
   [mkdir] Created dir:
   /disk/orig/home/lubega/jbossro/jboss-all/server/output/classes
   [javac] Compiling 596 source files to
   /disk/orig/home/lubega/jbossro/jboss-all/server/output/classes
   /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/ejb/Enterpr
   iseContext.java:10: warning: java.security.Identity in java.security has been
   deprecated
   import java.security.Identity;
   ^
   /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/ejb/Enterpr
   iseContext.java:214: warning: java.security.Identity in java.security has been
   deprecated
   public Identity getCallerIdentity()
   ^
   /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/ejb/Enterpr
   iseContext.java:340: warning: java.security.Identity in java.security has been
   deprecated
   public boolean isCallerInRole(Identity id)
   ^
   /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/ejb/Enterpr
   iseContext.java:340: warning: java.security.Identity in java.security has been
   deprecated
   public boolean isCallerInRole(Identity id)
   ^
   /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/management/
   j2ee/JNDI.java:207: cannot resolve symbol
   symbol  : class J2EEManagementEvent
   location: class org.jboss.management.j2ee.JNDI
   new J2EEManagementEvent(
   ^
   /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/management/
   j2ee/JNDI.java:219: cannot resolve symbol
   symbol  : class J2EEManagementEvent
   location: class org.jboss.management.j2ee.JNDI
   new J2EEManagementEvent(
   ^
   /disk/orig/home/lubega/jbossro/jboss-all/server/src/main/org/jboss/management/
   j2ee/JNDI.java:260: cannot resolve symbol
   symbol  : class J2EEManagementEvent
   location: class org.jboss.management.j2ee.JNDI.Listener
   new J2EEManagementEvent(
   ^
   3 errors
   4 warnings
  
   BUILD FAILED
  
   /disk/orig/home/lubega/jbossro/jboss-all/server/build.xml:464: Compile failed,
   messages should have been provided.
  
   Total time: 1 minute 26 seconds
  
   ___
   Jboss-development mailing list
   [EMAIL PROTECTED]
   https://lists.sourceforge.net/lists/listinfo/jboss-development
 

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


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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



Re: [JBoss-dev] jboss build failed

2001-12-04 Thread Peter Fagerlund

on 1-12-04 21.52, Julian Gosnell at [EMAIL PROTECTED] wrote:

 I updated my RH tree 1/2 an hour ago, made clen and rebuilt - no problems.

Yes that is the way - build - no probs - but there seems to be some slack
here -and that is counterproductive inbeetwen - i build now - hurray ...

IMNSHO

/peter_f

*wordthatarelonger*thenthisisnogood = clear !
*counterproductive*


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



Re: [JBoss-dev] jboss build failed

2001-12-04 Thread Jason Dillon

I totally don't understand any of the emails you send.  I don't mean to be 
offensive, I just don't get it.

--jason


On Wed, 5 Dec 2001, Peter Fagerlund wrote:

 on 1-12-04 21.52, Julian Gosnell at [EMAIL PROTECTED] wrote:
 
  I updated my RH tree 1/2 an hour ago, made clen and rebuilt - no problems.
 
 Yes that is the way - build - no probs - but there seems to be some slack
 here -and that is counterproductive inbeetwen - i build now - hurray ...
 
 IMNSHO
 
 /peter_f
 
 *wordthatarelonger*thenthisisnogood = clear !
 *counterproductive*
 


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



Re: [JBoss-dev] jboss build failed

2001-12-04 Thread Peter Fagerlund

MAN - let me spell it out then !

-heh

Do not check in -if it do not build ! ...

Clear ...

/peter_f

on 1-12-05 01.22, Jason Dillon at [EMAIL PROTECTED] wrote:

 I totally don't understand any of the emails you send.  I don't mean to be
 offensive, I just don't get it.
 
 --jason
 
 
 On Wed, 5 Dec 2001, Peter Fagerlund wrote:
 
 on 1-12-04 21.52, Julian Gosnell at [EMAIL PROTECTED] wrote:
 
 I updated my RH tree 1/2 an hour ago, made clen and rebuilt - no problems.
 
 Yes that is the way - build - no probs - but there seems to be some slack
 here -and that is counterproductive inbeetwen - i build now - hurray ...
 
 IMNSHO
 
 /peter_f
 
 *wordthatarelonger*thenthisisnogood = clear !
 *counterproductive*
 
 


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



Re: [JBoss-dev] jboss build failed

2001-12-04 Thread David Budworth

I thought it was just me (that didn't understand).  Ok, I don't feel so
dumb now.

Thanks,

-David

On Tue, 04 Dec 2001, Jason Dillon wrote:

 I totally don't understand any of the emails you send.  I don't mean to be 
 offensive, I just don't get it.
 
 --jason
 
 
 On Wed, 5 Dec 2001, Peter Fagerlund wrote:
 
  on 1-12-04 21.52, Julian Gosnell at [EMAIL PROTECTED] wrote:
  
   I updated my RH tree 1/2 an hour ago, made clen and rebuilt - no problems.
  
  Yes that is the way - build - no probs - but there seems to be some slack
  here -and that is counterproductive inbeetwen - i build now - hurray ...
  
  IMNSHO
  
  /peter_f
  
  *wordthatarelonger*thenthisisnogood = clear !
  *counterproductive*
  
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development

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



Re: [JBoss-dev] jboss build failed

2001-12-04 Thread Peter Fagerlund

on 1-12-05 01.22, Jason Dillon at [EMAIL PROTECTED] wrote:

 I totally don't understand any of the emails you send.  I don't mean to be
 offensive, I just don't get it.

hehehe - thats what *they* said about all the people -that actually changed
something -in our narrow frame of thinking ...

thanxs Jason


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



Re: [JBoss-dev] jboss build failed

2001-12-04 Thread David Budworth


Peter,

If you want good CVS comments (comments that actually apply to the
changes in the file), then changes must be committed on the per file (or
per logical change) base.

If someone has to commit 5 unrelated changes, or each file needs
different checkin messages for each, then they must be commited
seperately.

And if you do a cvs update during that period, the build will fail.

There is no way around that, multiple commits can't be done atomicly in
CVS.

I'm guilty of the same problem of doing a cvs update; build.sh, and
when it breaks, complaining about it (Scott S. can testify to that).

But, when you see something like that, you need to wait an hour or so,
before complaining, to let the developer form good checkin messages.
Without those, we have no way of determining what happened when.

-David

On Wed, 05 Dec 2001, Peter Fagerlund wrote:

 MAN - let me spell it out then !
 
 -heh
 
 Do not check in -if it do not build ! ...
 
 Clear ...
 
 /peter_f
 
 on 1-12-05 01.22, Jason Dillon at [EMAIL PROTECTED] wrote:
 
  I totally don't understand any of the emails you send.  I don't mean to be
  offensive, I just don't get it.
  
  --jason
  
  
  On Wed, 5 Dec 2001, Peter Fagerlund wrote:
  
  on 1-12-04 21.52, Julian Gosnell at [EMAIL PROTECTED] wrote:
  
  I updated my RH tree 1/2 an hour ago, made clen and rebuilt - no problems.
  
  Yes that is the way - build - no probs - but there seems to be some slack
  here -and that is counterproductive inbeetwen - i build now - hurray ...
  
  IMNSHO
  
  /peter_f
  
  *wordthatarelonger*thenthisisnogood = clear !
  *counterproductive*
  
  
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development

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



Re: [JBoss-dev] jboss build failed

2001-12-04 Thread Jason Dillon

I think it is your punctuation actually... could be wrong. =P

--jason


On Wed, 5 Dec 2001, Peter Fagerlund wrote:

 on 1-12-05 01.22, Jason Dillon at [EMAIL PROTECTED] wrote:
 
  I totally don't understand any of the emails you send.  I don't mean to be
  offensive, I just don't get it.
 
 hehehe - thats what *they* said about all the people -that actually changed
 something -in our narrow frame of thinking ...
 
 thanxs Jason
 


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



Re: [JBoss-dev] jboss build failed

2001-12-04 Thread Scott M Stark

Mellow out. These are transient problems that are either due to the
fact that several files are being checked in over the period your
pulling your snapshot, new files needed to be added, or the developer
was actually lazy. All will be caught by the continuous build the Chris
performs and posts to the dev list. If you can't handle working on the
main line in the face of frequent updates quit synching with CVS so
often.


Scott Stark
Chief Technology Officer
JBoss Group, LLC

- Original Message -
From: Peter Fagerlund [EMAIL PROTECTED]
To: Jason Dillon [EMAIL PROTECTED]
Cc: Julian Gosnell [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Tuesday, December 04, 2001 4:19 PM
Subject: Re: [JBoss-dev] jboss build failed


 MAN - let me spell it out then !

 -heh

 Do not check in -if it do not build ! ...

 Clear ...

 /peter_f

 on 1-12-05 01.22, Jason Dillon at [EMAIL PROTECTED] wrote:

  I totally don't understand any of the emails you send.  I don't mean to
be
  offensive, I just don't get it.
 
  --jason
 
 
  On Wed, 5 Dec 2001, Peter Fagerlund wrote:
 
  on 1-12-04 21.52, Julian Gosnell at [EMAIL PROTECTED] wrote:
 
  I updated my RH tree 1/2 an hour ago, made clen and rebuilt - no
problems.
 
  Yes that is the way - build - no probs - but there seems to be some
slack
  here -and that is counterproductive inbeetwen - i build now - hurray
...
 
  IMNSHO
 
  /peter_f
 
  *wordthatarelonger*thenthisisnogood = clear !
  *counterproductive*
 
 


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



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