Re: Trying to build jonas deb package

2006-01-20 Thread Stephan Michels
On 1/20/06, प्रवीण् ए (Praveen A) <[EMAIL PROTECTED]> wrote:
> Hi,
>
>   I' m trying to figure out how to build jonas for debian. I am a newbie to
> debian packaging. If anyone alse is working on the same thing it would great
> to work together.

True. I spend some time to elaborate how difficult it is to package Jonas.
I tried to package wsdl4j, uddi4j and axis so far, which seems to be a
dependency
if I look at the RedHat packages. I have also JacORB and Jonathan-rmi
as package.
But AFAICS jonathan-rmi and JacORB aren't really necessary, because we
have a working RMI and CORBA impl. in classpath(>=0.19) (more or
less...)

BTW, I didn't found the sources of the RedHat packages.

If you're interested then maybe you can join [EMAIL PROTECTED] .
It's easier to communicate... at least for me.

Stephan Michels.


Re: Trying to build jonas deb package

2006-01-20 Thread Stephan Michels
> 2006/1/20, प्रवीण् ए (Praveen A) <[EMAIL PROTECTED]>:
>  jonas_compile:
>  [javac] Compiling 1196 source files to
> /home/pravi/jonas/classes/common
>  [javac] --
>  [javac] 1. ERROR in
> /home/pravi/jonas/src/org/objectweb/jonas_lib/naming/JacORBPRODelegate.java
>  [javac]  (at line 46)
>  [javac] public class JacORBPRODelegate extends
> org.objectweb.carol.rmi.multi.JacORBPRODelegat
>  [javac] e {
>  [javac]
> ^^^
>  [javac] The type
> javax.rmi.CORBA.PortableRemoteObjectDelegate cannot be
> resolved. It is indirectly referenced from required .class files
>  [javac] --
>  [javac] 1 problem (1 error)


AFAIK, the corba classes are missing in gcj 4.0.x . You can use the classes from
JacORB like RedHat it does. Or you use a VM, which uses a newer version
of classpath (>=0.19) like jamvm or cacao.

For Kaffe I'm not sure, maybe..

Stephan Michels.


Re: Trying to build jonas deb package

2006-01-20 Thread Andrew Haley
Wolfgang Baer writes:
 > Hi Praveen,
 > 
 > ê­ðõ ã­ Ï (Praveen A) wrote:
 > > 2006/1/20, ê­ðõ ã­ Ï (Praveen A) <[EMAIL PROTECTED]>:
 > > 
 > >>Hi,
 > >>
 > >>  I' m trying to figure out how to build jonas for debian. I am a newbie
 > >>to debian packaging. If anyone alse is working on the same thing it would
 > >>great to work together.
 > 
 > I think currently nobody is packaging jonas.
 > 
 > > First results while trying to build
 > > 
 > > [EMAIL PROTECTED]:~/jonas$ ant install
 > > Buildfile: build.xml
 > 
 > > ^^^
 > > [javac] The type javax.rmi.CORBA.PortableRemoteObjectDelegate cannot be
 > > resolved. It is indirectly referenced from required .class files
 > > [javac] --
 > > [javac] 1 problem (1 error)
 > 
 > kaffe is currently the only VM with the corba rmi stuff. So you should try
 > to compile with kaffe. Or patch the use of corba out in the build system.
 > May be a non-trivial task - depends on the quality of the build file :-)
 > 
 > > Note: I had to install java-gcj-compat-dev for jonas to recognise javac
 > 
 > Sure, java-gcj-compat-dev is a JDK like environment, java-gcj-compat the 
 > JRE. 
 > kaffe only provides a full JDK like environment.

On Fedora systems, javax.rmi.CORBA.PortableRemoteObjectDelegate is
provided by the jonathan-rmi package.  This is a tiny package that
provides these few classes:

javax/rmi/CORBA/ClassDesc.class
javax/rmi/CORBA/PortableRemoteObjectDelegate.class
javax/rmi/CORBA/Stub.class
javax/rmi/CORBA/StubDelegate.class
javax/rmi/CORBA/Tie.class
javax/rmi/CORBA/Util.class
javax/rmi/CORBA/UtilDelegate.class
javax/rmi/CORBA/ValueHandler.class
javax/rmi/PortableRemoteObject.class
org/omg/SendingContext/RunTime.class

Andrew.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Trying to build jonas deb package

2006-01-20 Thread Wolfgang Baer

Hi Praveen,

प्रवीण् ए (Praveen A) wrote:

2006/1/20, प्रवीण् ए (Praveen A) <[EMAIL PROTECTED]>:


Hi,

 I' m trying to figure out how to build jonas for debian. I am a newbie
to debian packaging. If anyone alse is working on the same thing it would
great to work together.


I think currently nobody is packaging jonas.


First results while trying to build

[EMAIL PROTECTED]:~/jonas$ ant install
Buildfile: build.xml



^^^
[javac] The type javax.rmi.CORBA.PortableRemoteObjectDelegate cannot be
resolved. It is indirectly referenced from required .class files
[javac] --
[javac] 1 problem (1 error)


kaffe is currently the only VM with the corba rmi stuff. So you should try
to compile with kaffe. Or patch the use of corba out in the build system.
May be a non-trivial task - depends on the quality of the build file :-)


Note: I had to install java-gcj-compat-dev for jonas to recognise javac


Sure, java-gcj-compat-dev is a JDK like environment, java-gcj-compat the JRE. 
kaffe only provides a full JDK like environment.


Wolfgang


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Trying to build jonas deb package

2006-01-20 Thread Praveen A
2006/1/20, प्रवीण् ए (Praveen A) <[EMAIL PROTECTED]>:
Hi,  I' m trying to figure out how to build jonas for debian. I am a newbie to debian packaging. If anyone alse is working on the same thing it would great to work together.First results while trying to build


[EMAIL PROTECTED]:~/jonas$ ant install
Buildfile: build.xml

install:
   [delete] Deleting directory /home/pravi/jonas/${myenv.JONAS_ROOT}
    [mkdir] Created dir: /home/pravi/jonas/${myenv.JONAS_ROOT}

all:

init_env:

init_path_tomcat:

init_path_jetty:

init:

externals_jar:

jonas_compile:
    [javac] Compiling 1196 source files to /home/pravi/jonas/classes/common
    [javac] --
    [javac] 1. ERROR in /home/pravi/jonas/src/org/objectweb/jonas_lib/naming/JacORBPRODelegate.java
    [javac]  (at line 46)
    [javac] public class JacORBPRODelegate extends org.objectweb.carol.rmi.multi.JacORBPRODelegat
    [javac] e {
    [javac]    ^^^
    [javac] The type javax.rmi.CORBA.PortableRemoteObjectDelegate
cannot be resolved. It is indirectly referenced from required .class
files
    [javac] --
    [javac] 1 problem (1 error)

BUILD FAILED
/home/pravi/jonas/build.xml:1102: The following error occurred while executing this line:
/home/pravi/jonas/build.xml:1068: The following error occurred while executing this line:
/home/pravi/jonas/build.xml:314: Compile failed; see the compiler error output for details. Note: I had to install java-gcj-compat-dev for jonas to recognise javac-- "GNU is the system, and Linux is the  kernel."
A proud GNU user http://www.gnu.orgMe scribbles at http://www.pravi.co.nr


Trying to build jonas deb package

2006-01-20 Thread Praveen A
Hi,  I' m trying to figure out how to build jonas for debian. I am a newbie to debian packaging. If anyone alse is working on the same thing it would great to work together.CheersPraveen A
-- "GNU is the system, and Linux is the  kernel."A proud GNU user http://www.gnu.orgMe scribbles at http://www.pravi.co.nr



Processed: severity of 348649 is serious

2006-01-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 348649 serious
Bug#348649: ftbfs: "I can't find file `policy.aux'."
Severity set to `serious'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Rory

2006-01-20 Thread Rory Schaffer
Good afternoon,
Schaffer
Good Bye



Schaffer
Schaffer
Schaffer
Schaffer
Schaffer
Schaffer
Schaffer
Schaffer
Schaffer
Schaffer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]