Re: [JBoss-dev] compiling head SOLVED

2002-12-12 Thread Calin Lupa Crisan
Solved,  a fresh checkout is compiling, sorry to bother.
I thought that cvs  update -dP  jboss-head should work also but it didn't...

Calin



- Original Message -
From: Calin Lupa Crisan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, December 12, 2002 8:42 AM
Subject: Re: [JBoss-dev] compiling head


 I used

 cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss login

 cvs -z9 -dP -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss/
 update jboss-head

 Is it something wrong?

 tnx,
 Calin


 - Original Message -
 From: David Jencks [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, December 12, 2002 1:58 AM
 Subject: Re: [JBoss-dev] compiling head


  What did you use to check out? That stuff has been there a week or two
and
  checks out and compiles fine for me.
 
  david jencks
 
  On 2002.12.11 17:18:10 -0500 Calin Lupa Crisan wrote:
   Hi,
  
   Is the head compiling?
  
   I check it out and get the following errors:
  
  
  

C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
   lien
   tSetup.java:16: cannot resolve symbol
   symbol  : class Client
   location: package client
   import org.jboss.system.client.Client;
  ^
  

C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
   lien
   tSetup.java:18: cannot resolve symbol
   symbol  : class ClientTransactionManager
   location: package client
   import org.jboss.tm.client.ClientTransactionManager;
  ^
  

C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
   lien
   tSetup.java:19: cannot resolve symbol
   symbol  : class ClientUserTransaction
   location: package client
   import org.jboss.tm.client.ClientUserTransaction;
  ^
  

C:\jboss_head\jboss-head\server\src\main\org\jboss\proxy\TransactionIntercep
   tor.
   java:36: cannot resolve symbol
   symbol  : class Client
   location: package client
   import org.jboss.system.client.Client;
  ^
  

C:\jboss_head\jboss-head\server\src\main\org\jboss\tm\usertx\client\ClientUs
   erTr
   ansactionObjectFactory.java:23: cannot resolve symbol
   symbol  : class Client
   location: package client
   import org.jboss.system.client.Client;
  ^
  

C:\jboss_head\jboss-head\server\src\main\org\jboss\ejb\EnterpriseContext.jav
   a:37
   0: warning: java.security.Identity in java.security has been
deprecated
 public boolean isCallerInRole(Identity id)
   ^
  

C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
   lien
   tSetup.java:52: cannot resolve symbol
   symbol  : variable Client
   location: class org.jboss.invocation.trunk.client.ClientSetup
 MBeanServer server = Client.getMBeanServer();
  ^
  

C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
   lien
   tSetup.java:72: cannot resolve symbol
   symbol  : variable Client
   location: class org.jboss.invocation.trunk.client.ClientSetup
Client.createXMBean(JBossXidFactory.class.getName(),
   xidFactoryName, o
   rg/jboss/tm/JBossXidFactory.xml);
^
  

C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
   lien
   tSetup.java:78: cannot resolve symbol
   symbol  : class ClientTransactionManager
   location: class org.jboss.invocation.trunk.client.ClientSetup
server.createMBean(ClientTransactionManager.class.getName(),
   tmName);
   ^
  

C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
   lien
   tSetup.java:82: cannot resolve symbol
   symbol  : class ClientUserTransaction
   location: class org.jboss.invocation.trunk.client.ClientSetup
server.createMBean(ClientUserTransaction.class.getName(),
   clientUTName)
   ;
   ^
  

C:\jboss_head\jboss-head\server\src\main\org\jboss\proxy\TransactionIntercep
   tor.
   java:90: cannot resolve symbol
   symbol  : variable Client
   location: class org.jboss.proxy.TransactionInterceptor
MBeanServer server = Client.getMBeanServer();
 ^
  

C:\jboss_head\jboss-head\server\src\main\org\jboss\tm\usertx\client\ClientUs
   erTr
   ansactionObjectFactory.java:56: cannot resolve symbol
   symbol  : variable Client
   location: class
   org.jboss.tm.usertx.client.ClientUserTransactionObjectFactory
   MBeanServer server = Client.getMBeanServer();
^
   11 errors
   4 warnings
  
   BUILD FAILED
   file:C:/jboss_head/jboss-head/server/build.xml:281: Compile failed;
see
   the
   comp
   iler error output for details.
  
  
   Thanks,
   Calin
  
  
  
   ---
   This sf.net email is sponsored by:
   With Great Power, Comes Great Responsibility

[JBoss-dev] compiling head

2002-12-11 Thread Calin Lupa Crisan
Hi,

Is the head compiling?

I check it out and get the following errors:


C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
lien
tSetup.java:16: cannot resolve symbol
symbol  : class Client
location: package client
import org.jboss.system.client.Client;
   ^
C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
lien
tSetup.java:18: cannot resolve symbol
symbol  : class ClientTransactionManager
location: package client
import org.jboss.tm.client.ClientTransactionManager;
   ^
C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
lien
tSetup.java:19: cannot resolve symbol
symbol  : class ClientUserTransaction
location: package client
import org.jboss.tm.client.ClientUserTransaction;
   ^
C:\jboss_head\jboss-head\server\src\main\org\jboss\proxy\TransactionIntercep
tor.
java:36: cannot resolve symbol
symbol  : class Client
location: package client
import org.jboss.system.client.Client;
   ^
C:\jboss_head\jboss-head\server\src\main\org\jboss\tm\usertx\client\ClientUs
erTr
ansactionObjectFactory.java:23: cannot resolve symbol
symbol  : class Client
location: package client
import org.jboss.system.client.Client;
   ^
C:\jboss_head\jboss-head\server\src\main\org\jboss\ejb\EnterpriseContext.jav
a:37
0: warning: java.security.Identity in java.security has been deprecated
  public boolean isCallerInRole(Identity id)
^
C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
lien
tSetup.java:52: cannot resolve symbol
symbol  : variable Client
location: class org.jboss.invocation.trunk.client.ClientSetup
  MBeanServer server = Client.getMBeanServer();
   ^
C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
lien
tSetup.java:72: cannot resolve symbol
symbol  : variable Client
location: class org.jboss.invocation.trunk.client.ClientSetup
 Client.createXMBean(JBossXidFactory.class.getName(),
xidFactoryName, o
rg/jboss/tm/JBossXidFactory.xml);
 ^
C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
lien
tSetup.java:78: cannot resolve symbol
symbol  : class ClientTransactionManager
location: class org.jboss.invocation.trunk.client.ClientSetup
 server.createMBean(ClientTransactionManager.class.getName(),
tmName);
^
C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
lien
tSetup.java:82: cannot resolve symbol
symbol  : class ClientUserTransaction
location: class org.jboss.invocation.trunk.client.ClientSetup
 server.createMBean(ClientUserTransaction.class.getName(),
clientUTName)
;
^
C:\jboss_head\jboss-head\server\src\main\org\jboss\proxy\TransactionIntercep
tor.
java:90: cannot resolve symbol
symbol  : variable Client
location: class org.jboss.proxy.TransactionInterceptor
 MBeanServer server = Client.getMBeanServer();
  ^
C:\jboss_head\jboss-head\server\src\main\org\jboss\tm\usertx\client\ClientUs
erTr
ansactionObjectFactory.java:56: cannot resolve symbol
symbol  : variable Client
location: class
org.jboss.tm.usertx.client.ClientUserTransactionObjectFactory
MBeanServer server = Client.getMBeanServer();
 ^
11 errors
4 warnings

BUILD FAILED
file:C:/jboss_head/jboss-head/server/build.xml:281: Compile failed; see the
comp
iler error output for details.


Thanks,
Calin



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] compiling head

2002-12-11 Thread Calin Lupa Crisan
I used

cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss login

cvs -z9 -dP -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss/
update jboss-head

Is it something wrong?

tnx,
Calin


- Original Message -
From: David Jencks [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, December 12, 2002 1:58 AM
Subject: Re: [JBoss-dev] compiling head


 What did you use to check out? That stuff has been there a week or two and
 checks out and compiles fine for me.

 david jencks

 On 2002.12.11 17:18:10 -0500 Calin Lupa Crisan wrote:
  Hi,
 
  Is the head compiling?
 
  I check it out and get the following errors:
 
 
 
C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
  lien
  tSetup.java:16: cannot resolve symbol
  symbol  : class Client
  location: package client
  import org.jboss.system.client.Client;
 ^
 
C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
  lien
  tSetup.java:18: cannot resolve symbol
  symbol  : class ClientTransactionManager
  location: package client
  import org.jboss.tm.client.ClientTransactionManager;
 ^
 
C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
  lien
  tSetup.java:19: cannot resolve symbol
  symbol  : class ClientUserTransaction
  location: package client
  import org.jboss.tm.client.ClientUserTransaction;
 ^
 
C:\jboss_head\jboss-head\server\src\main\org\jboss\proxy\TransactionIntercep
  tor.
  java:36: cannot resolve symbol
  symbol  : class Client
  location: package client
  import org.jboss.system.client.Client;
 ^
 
C:\jboss_head\jboss-head\server\src\main\org\jboss\tm\usertx\client\ClientUs
  erTr
  ansactionObjectFactory.java:23: cannot resolve symbol
  symbol  : class Client
  location: package client
  import org.jboss.system.client.Client;
 ^
 
C:\jboss_head\jboss-head\server\src\main\org\jboss\ejb\EnterpriseContext.jav
  a:37
  0: warning: java.security.Identity in java.security has been deprecated
public boolean isCallerInRole(Identity id)
  ^
 
C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
  lien
  tSetup.java:52: cannot resolve symbol
  symbol  : variable Client
  location: class org.jboss.invocation.trunk.client.ClientSetup
MBeanServer server = Client.getMBeanServer();
 ^
 
C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
  lien
  tSetup.java:72: cannot resolve symbol
  symbol  : variable Client
  location: class org.jboss.invocation.trunk.client.ClientSetup
   Client.createXMBean(JBossXidFactory.class.getName(),
  xidFactoryName, o
  rg/jboss/tm/JBossXidFactory.xml);
   ^
 
C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
  lien
  tSetup.java:78: cannot resolve symbol
  symbol  : class ClientTransactionManager
  location: class org.jboss.invocation.trunk.client.ClientSetup
   server.createMBean(ClientTransactionManager.class.getName(),
  tmName);
  ^
 
C:\jboss_head\jboss-head\server\src\main\org\jboss\invocation\trunk\client\C
  lien
  tSetup.java:82: cannot resolve symbol
  symbol  : class ClientUserTransaction
  location: class org.jboss.invocation.trunk.client.ClientSetup
   server.createMBean(ClientUserTransaction.class.getName(),
  clientUTName)
  ;
  ^
 
C:\jboss_head\jboss-head\server\src\main\org\jboss\proxy\TransactionIntercep
  tor.
  java:90: cannot resolve symbol
  symbol  : variable Client
  location: class org.jboss.proxy.TransactionInterceptor
   MBeanServer server = Client.getMBeanServer();
^
 
C:\jboss_head\jboss-head\server\src\main\org\jboss\tm\usertx\client\ClientUs
  erTr
  ansactionObjectFactory.java:56: cannot resolve symbol
  symbol  : variable Client
  location: class
  org.jboss.tm.usertx.client.ClientUserTransactionObjectFactory
  MBeanServer server = Client.getMBeanServer();
   ^
  11 errors
  4 warnings
 
  BUILD FAILED
  file:C:/jboss_head/jboss-head/server/build.xml:281: Compile failed; see
  the
  comp
  iler error output for details.
 
 
  Thanks,
  Calin
 
 
 
  ---
  This sf.net email is sponsored by:
  With Great Power, Comes Great Responsibility
  Learn to use your power at OSDN's High Performance Computing Channel
  http://hpc.devchannel.org/
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 


 ---
 This sf.net email is sponsored by:
 With Great Power, Comes Great Responsibility
 Learn to use your power at OSDN's High Performance

Re: [JBoss-dev] cvs changes

2002-12-03 Thread Calin Lupa Crisan
Thanks  Robert,

but my actual question seems to be lost in the message body, so I repeat it:

If I understood correctly the CVS ADMINISTRATION POLICY web page is
outdated.
Is there another place than mailing list archives to look for
updated/explained information on  actual cvs policy ?

I would like to look at those 50-100 messages that David mentioned below ,
unfortunately search function on [EMAIL PROTECTED]
archive doesn't work .

Thanks,
Calin

- Original Message -
From: David Jencks [EMAIL PROTECTED]
 .  .. . . . . . . . . . . . .
 cvs co jboss-all

  hasn't worked for weeks

 Try

 cvs co jboss-head

 cvs co -r Branch_3_2 jboss-3.2

 or
 cvs co -r Branch_3_0 jboss-3.0
 or
 cvs co -r Branch_3_0 jboss-all

 There were probably 50 to 100 messages on this when it changed.

 david




---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] cvs changes

2002-12-02 Thread Calin Lupa Crisan
- Original Message -
From: David Jencks [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, November 26, 2002 8:13 PM
Subject: Re: [JBoss-dev] CLEAN BUILD FAILS
 Marc, pay attention to the dev list, and always explain what you are doing
 when you complain.

 cvs co jboss-all

  hasn't worked for weeks

 Try

 cvs co jboss-head

 cvs co -r Branch_3_2 jboss-3.2

 or
 cvs co -r Branch_3_0 jboss-3.0
 or
 cvs co -r Branch_3_0 jboss-all

 There were probably 50 to 100 messages on this when it changed.

 david

Hello all,

Is there another place than archives to look for updated/explained
information on  cvs policy changes ?
Unfortunately search function on [EMAIL PROTECTED]
archive doesn't work , so I cannot dig for those messages.

Many thanks,
Calin

- Original Message -
From: David Jencks [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, November 26, 2002 8:13 PM
Subject: Re: [JBoss-dev] CLEAN BUILD FAILS


 Marc, pay attention to the dev list, and always explain what you are doing
 when you complain.

 cvs co jboss-all

  hasn't worked for weeks

 Try

 cvs co jboss-head

 cvs co -r Branch_3_2 jboss-3.2

 or
 cvs co -r Branch_3_0 jboss-3.0
 or
 cvs co -r Branch_3_0 jboss-all

 There were probably 50 to 100 messages on this when it changed.

 david







 On 2002.11.26 12:47:04 -0500 marc fleury wrote:
  folks,
 
  please please please.  A clean build of JBoss fails with
  buildfragments/tools.eng:29: taskdef class
  xdoclet.modules.jmx.JMXDocletTask cannot be found.
 
  What gives?
 
  Also it seems the nightly build from chris is gone?
 
  marcf
 
  xx
  Marc Fleury, Ph.D.
  President, Founder
  JBoss Group, LLC
  xx
 
 
 
  ---
  This SF.net email is sponsored by: Get the new Palm Tungsten T
  handheld. Power  Color in a compact size!
  http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 


 ---
 This SF.net email is sponsored by: Get the new Palm Tungsten T
 handheld. Power  Color in a compact size!
 http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development







---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development