Re: Trying to build jonas deb package

2006-05-07 Thread Michael Koch
On Tue, Apr 11, 2006 at 01:58:55PM +0530, ? ??? (Praveen A) wrote: > Hi Andrew, > > OK. It was using sun jdk 1.5 since JAVA_HOME was pointing to it. But even > after changing it to java-gcj-compat it returned error. > [genic]at org.objectweb.jonas_ejb.genic.GenIC.main

Re: Trying to build jonas deb package

2006-04-11 Thread प्रवीण् ए (Praveen A)
Hi Andrew,OK. It was using sun jdk 1.5 since JAVA_HOME was pointing to it. But even after changing it to java-gcj-compat it returned error.    [genic]    at org.objectweb.jonas_ejb.genic.GenIC.main (GenIC.java:406)     [genic]    at java.lang.reflect.Method.invoke (libgcj.so.7)RegardsPraveen [geni

Re: Trying to build jonas deb package

2006-04-10 Thread Andrew Haley
ê­ðõ  ã­ Ï (Praveen A) writes: > Hi, > > There is some error when I try to build JOnAS again. > > Can anyone have a look at these. last time it build fine (using gcj-4.1 in > experimental). Now I'll package it to be put in contrib until gij can run > it. > > Should we create a proje

Re: Trying to build jonas deb package

2006-04-10 Thread प्रवीण् ए (Praveen A)
Hi, There is some error when I try to build JOnAS again. Can anyone have a look at these. last time it build fine (using gcj-4.1 in experimental). Now I'll package it  to be put in contrib until gij can run it. Should we create a project in alith like we did for jboss?RegardsPraveen[genic] Error d

Re: Trying to build jonas deb package

2006-02-23 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Haley wrote: > I have succesfully built JOnAS on FC5. There are a lot of > dependencies. > > The FC5 packages I needed to install for the build were: [...] > More info at > https://www.redhat.com/archives/fedora-devel-list/2006-February/msg

Re: Trying to build jonas deb package

2006-02-10 Thread Andrew Haley
I have succesfully built JOnAS on FC5. There are a lot of dependencies. The FC5 packages I needed to install for the build were: tomcat5-servlet-2.4-api.i386 5.0.30-8jpp_9fc jdom.noarch 1.0-1jpp_2fc.1 werken.xpath.noarch 0.9.4-0.beta.9jpp_2fc velocity.noarch 1.4-3jpp_3fc struts.i386 1.2.4-2jpp_5

Re: Trying to build jonas deb package

2006-01-27 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 प्रवीण् ए (Praveen A) wrote: > > I successfull built JOnAS with the help of JOnAS developer Florent > Benoit and others through mailing list and irc. It needed some tweaking > of buil.xml > > I need to document it on the wiki. > where in wiki.debian.

Re: Trying to build jonas deb package

2006-01-23 Thread Mark Wielaard
Hi Praveen, On Mon, 2006-01-23 at 20:12 +0530, प्रवीण् ए (Praveen A) wrote: > Caused by: java.lang.NullPointerException >at > > org.objectweb.carol.jndi.spi.URLInitialContextFactory.getInitialContext > (URLInitialContextFactory.java:51) >at javax.naming.s

Re: Trying to build jonas deb package

2006-01-23 Thread Stephan Michels
On 1/23/06, प्रवीण् ए (Praveen A) <[EMAIL PROTECTED]> wrote: > 2006/1/23, प्रवीण् ए (Praveen A) <[EMAIL PROTECTED]>: > > > > So now building jonathan-rmi from > http://vern.chem.tu-berlin.de/~stephan/software/upload/ > > > And it requires libjacorb-java to build. > > Stephen (tashiro) has the packa

Re: Trying to build jonas deb package

2006-01-23 Thread Praveen A
2006/1/23, प्रवीण् ए (Praveen A) <[EMAIL PROTECTED]>: But I'm afraid it is not running ;-(hmm It did start :-) [EMAIL PROTECTED]:~/jonas/output/JONAS_4_6_ 6/bin/unix$ sh jonas start JONAS_BASE set to /home/pravi/jonas/output/JONAS_4_6_6 2006-01-23 20:03:59,918 : Logger.log  : JVM used is 1.4.2 ver

Re: Trying to build jonas deb package

2006-01-23 Thread Praveen A
I successfull built JOnAS with the help of JOnAS developer Florent Benoit and others through mailing list and irc. It needed some tweaking of buil.xmlI need to document it on the wiki. where in wiki.debian.org/Java should I add it?But I'm afraid it is not running ;-(CheersPraveen (j4v4m4n)--  

Re: Trying to build jonas deb package

2006-01-23 Thread Praveen A
2006/1/23, Wolfgang Baer <[EMAIL PROTECTED]>: The problem is not a missing rmi package but missing functionality inour free RMIC rmi compiler. I had the same problem building the remotestuff of mx4j. My (workaround) solution was to patch the build file to only generate the JRMP stubs/skels. With th

Re: Trying to build jonas deb package

2006-01-23 Thread Praveen A
2006/1/23, प्रवीण् ए (Praveen A) <[EMAIL PROTECTED]>: So now building jonathan-rmi from http://vern.chem.tu-berlin.de/~stephan/software/upload/ -- And it requires libjacorb-java to build. Stephen (tashiro) has the packages but has not uploaded it yet. Status: Waiting fro libjacorb-java pckcage fro

Re: Trying to build jonas deb package

2006-01-23 Thread Wolfgang Baer
प्रवीण् ए (Praveen A) wrote: 2006/1/23, Wolfgang Baer <[EMAIL PROTECTED]>: Quite clear that you miss a build dependency on ant-optional. You should make notes about what dependencies you need, so you don't forget them later in the debian/control file :-) Wolfgang man-di pointed this out an

Re: Trying to build jonas deb package

2006-01-23 Thread Praveen A
2006/1/23, Wolfgang Baer <[EMAIL PROTECTED]>: Quite clear that you miss a build dependency on ant-optional. You should makenotes about what dependencies you need, so you don't forget them later in thedebian/control file :-)Wolfgang man-di pointed this out and after installing ant-optional it cannot

Re: Trying to build jonas deb package

2006-01-23 Thread Wolfgang Baer
Hi Praveen, प्रवीण् ए (Praveen A) wrote: 2006/1/20, Wolfgang Baer <[EMAIL PROTECTED]>: 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 th

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 i

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

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 thin

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 nobo

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 ins

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 a