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
> > > 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 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 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 Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to