Opening ofbiz in eclipse

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

Opening ofbiz in eclipse

amantur
hi,
I have downloaded ofbiz using svn plugin for Eclipse. Now i want to know
how i can open the project in Eclipse to browse, edit, build and deploy.
Regards,
Aman Tur
Reply | Threaded
Open this post in threaded view
|

Re: Opening ofbiz in eclipse

Torsten Schlabach-2
Hi Aman,

maybe this is of some help:

http://docs.ofbiz.org/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse

Regards,
Torsten


[hidden email] schrieb:
> hi,
> I have downloaded ofbiz using svn plugin for Eclipse. Now i want to know
> how i can open the project in Eclipse to browse, edit, build and deploy.
> Regards,
> Aman Tur
Reply | Threaded
Open this post in threaded view
|

Re: Opening ofbiz in eclipse

Jacques Le Roux
Administrator
Yes, this one is more appropriate (root)
http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Cookbook+-+How+to++(work+in+progress)#FAQ-Tips-Cookbook-Howto(workinprogress)-Eclipse

Jacques

De : "Torsten Schlabach" <[hidden email]>

> Hi Aman,
>
> maybe this is of some help:
>
> http://docs.ofbiz.org/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse
>
> Regards,
> Torsten
>
>
> [hidden email] schrieb:
> > hi,
> > I have downloaded ofbiz using svn plugin for Eclipse. Now i want to know
> > how i can open the project in Eclipse to browse, edit, build and deploy.
> > Regards,
> > Aman Tur

Reply | Threaded
Open this post in threaded view
|

Re: Opening ofbiz in eclipse

amantur
In reply to this post by Torsten Schlabach-2
Great had seen the page previously was working on some different project
since few weeks so forgot. But now it is giving me the problem when i
conneect it to localhost:8091 (i started on port 8091) it pops a dialog
saying :

Failed to connect to remote VM. Connection refused.

---------------------------------------------------------------------------------------------------
On 8/8/07, Torsten Schlabach <[hidden email]> wrote:

>
> Hi Aman,
>
> maybe this is of some help:
>
> http://docs.ofbiz.org/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse
>
> Regards,
> Torsten
>
>
> [hidden email] schrieb:
> > hi,
> > I have downloaded ofbiz using svn plugin for Eclipse. Now i want to know
> > how i can open the project in Eclipse to browse, edit, build and deploy.
> > Regards,
> > Aman Tur
>



--
Amandeep Singh Gill
Reply | Threaded
Open this post in threaded view
|

Re: Opening ofbiz in eclipse

Torsten Schlabach-2
> Failed to connect to remote VM. Connection refused.

Are you trying to debug or just run it?

-------- Original-Nachricht --------
Datum: Wed, 8 Aug 2007 15:13:18 +0530
Von: "Aman Tur" <[hidden email]>
An: [hidden email]
Betreff: Re: Opening ofbiz in eclipse

> Great had seen the page previously was working on some different project
> since few weeks so forgot. But now it is giving me the problem when i
> conneect it to localhost:8091 (i started on port 8091) it pops a dialog
> saying :
>
> Failed to connect to remote VM. Connection refused.
>
> ---------------------------------------------------------------------------------------------------
> On 8/8/07, Torsten Schlabach <[hidden email]> wrote:
> >
> > Hi Aman,
> >
> > maybe this is of some help:
> >
> >
> http://docs.ofbiz.org/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse
> >
> > Regards,
> > Torsten
> >
> >
> > [hidden email] schrieb:
> > > hi,
> > > I have downloaded ofbiz using svn plugin for Eclipse. Now i want to
> know
> > > how i can open the project in Eclipse to browse, edit, build and
> deploy.
> > > Regards,
> > > Aman Tur
> >
>
>
>
> --
> Amandeep Singh Gill
Reply | Threaded
Open this post in threaded view
|

Re: Opening ofbiz in eclipse

amantur
I'm, try to debug it. Actually i want to work with it like we do with a new
project we create in Eclipse.

On 8/8/07, Torsten Schlabach <[hidden email]> wrote:

>
> > Failed to connect to remote VM. Connection refused.
>
> Are you trying to debug or just run it?
>
> -------- Original-Nachricht --------
> Datum: Wed, 8 Aug 2007 15:13:18 +0530
> Von: "Aman Tur" <[hidden email]>
> An: [hidden email]
> Betreff: Re: Opening ofbiz in eclipse
>
> > Great had seen the page previously was working on some different project
> > since few weeks so forgot. But now it is giving me the problem when i
> > conneect it to localhost:8091 (i started on port 8091) it pops a dialog
> > saying :
> >
> > Failed to connect to remote VM. Connection refused.
> >
> >
> ---------------------------------------------------------------------------------------------------
> > On 8/8/07, Torsten Schlabach <[hidden email]> wrote:
> > >
> > > Hi Aman,
> > >
> > > maybe this is of some help:
> > >
> > >
> >
> http://docs.ofbiz.org/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse
> > >
> > > Regards,
> > > Torsten
> > >
> > >
> > > [hidden email] schrieb:
> > > > hi,
> > > > I have downloaded ofbiz using svn plugin for Eclipse. Now i want to
> > know
> > > > how i can open the project in Eclipse to browse, edit, build and
> > deploy.
> > > > Regards,
> > > > Aman Tur
> > >
> >
> >
> >
> > --
> > Amandeep Singh Gill
>



--
Amandeep Singh Gill
Reply | Threaded
Open this post in threaded view
|

Re: Opening ofbiz in eclipse

Scott Gray
Hi Aman

For myself, I generally forget trying to build within eclipse, I just load
the project, build from the command line and then debug remotely.  Remote
debugging is easy enough to set up (I'm using windows), just uncomment the
debug stuff in startofbiz.bat and use the port number in that file (5005 i
think) to connect to.

Regards
Scott

On 08/08/07, Aman Tur <[hidden email]> wrote:

>
> I'm, try to debug it. Actually i want to work with it like we do with a
> new
> project we create in Eclipse.
>
> On 8/8/07, Torsten Schlabach <[hidden email]> wrote:
> >
> > > Failed to connect to remote VM. Connection refused.
> >
> > Are you trying to debug or just run it?
> >
> > -------- Original-Nachricht --------
> > Datum: Wed, 8 Aug 2007 15:13:18 +0530
> > Von: "Aman Tur" <[hidden email]>
> > An: [hidden email]
> > Betreff: Re: Opening ofbiz in eclipse
> >
> > > Great had seen the page previously was working on some different
> project
> > > since few weeks so forgot. But now it is giving me the problem when i
> > > conneect it to localhost:8091 (i started on port 8091) it pops a
> dialog
> > > saying :
> > >
> > > Failed to connect to remote VM. Connection refused.
> > >
> > >
> >
> ---------------------------------------------------------------------------------------------------
> > > On 8/8/07, Torsten Schlabach <[hidden email]> wrote:
> > > >
> > > > Hi Aman,
> > > >
> > > > maybe this is of some help:
> > > >
> > > >
> > >
> >
> http://docs.ofbiz.org/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse
> > > >
> > > > Regards,
> > > > Torsten
> > > >
> > > >
> > > > [hidden email] schrieb:
> > > > > hi,
> > > > > I have downloaded ofbiz using svn plugin for Eclipse. Now i want
> to
> > > know
> > > > > how i can open the project in Eclipse to browse, edit, build and
> > > deploy.
> > > > > Regards,
> > > > > Aman Tur
> > > >
> > >
> > >
> > >
> > > --
> > > Amandeep Singh Gill
> >
>
>
>
> --
> Amandeep Singh Gill
>
Reply | Threaded
Open this post in threaded view
|

Re: Opening ofbiz in eclipse

Torsten Schlabach-2
That might indeed be the easiest solution.
It does make sense to be able to browse the code in Eclipse, that's fine.
But you need to be aware that OFBiz and Eclipse WTP do not play well
together yet. In other words: Eclipse does not "know" that OFBiz is a
web container with several web applications. To Eclipse, OFBiz appears
to be a plain Java application.
Regards,
Torsten

Scott Gray schrieb:

> Hi Aman
>
> For myself, I generally forget trying to build within eclipse, I just load
> the project, build from the command line and then debug remotely.  Remote
> debugging is easy enough to set up (I'm using windows), just uncomment the
> debug stuff in startofbiz.bat and use the port number in that file (5005 i
> think) to connect to.
>
> Regards
> Scott
>
> On 08/08/07, Aman Tur <[hidden email]> wrote:
>
>>I'm, try to debug it. Actually i want to work with it like we do with a
>>new
>>project we create in Eclipse.
>>
>>On 8/8/07, Torsten Schlabach <[hidden email]> wrote:
>>
>>>>Failed to connect to remote VM. Connection refused.
>>>
>>>Are you trying to debug or just run it?
>>>
>>>-------- Original-Nachricht --------
>>>Datum: Wed, 8 Aug 2007 15:13:18 +0530
>>>Von: "Aman Tur" <[hidden email]>
>>>An: [hidden email]
>>>Betreff: Re: Opening ofbiz in eclipse
>>>
>>>
>>>>Great had seen the page previously was working on some different
>>
>>project
>>
>>>>since few weeks so forgot. But now it is giving me the problem when i
>>>>conneect it to localhost:8091 (i started on port 8091) it pops a
>>
>>dialog
>>
>>>>saying :
>>>>
>>>>Failed to connect to remote VM. Connection refused.
>>>>
>>>>
>>>
>>---------------------------------------------------------------------------------------------------
>>
>>>>On 8/8/07, Torsten Schlabach <[hidden email]> wrote:
>>>>
>>>>>Hi Aman,
>>>>>
>>>>>maybe this is of some help:
>>>>>
>>>>>
>>>>
>>http://docs.ofbiz.org/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse
>>
>>>>>Regards,
>>>>>Torsten
>>>>>
>>>>>
>>>>>[hidden email] schrieb:
>>>>>
>>>>>>hi,
>>>>>>I have downloaded ofbiz using svn plugin for Eclipse. Now i want
>>
>>to
>>
>>>>know
>>>>
>>>>>>how i can open the project in Eclipse to browse, edit, build and
>>>>
>>>>deploy.
>>>>
>>>>>>Regards,
>>>>>>Aman Tur
>>>>>
>>>>
>>>>
>>>>--
>>>>Amandeep Singh Gill
>>>
>>
>>
>>--
>>Amandeep Singh Gill
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Opening ofbiz in eclipse

Vamsi
In reply to this post by amantur
there will be build.xml file.
open ant view  and drag and drop the ant build.xml file in that view
in that tree structure you will find run,clean etc
----- Original Message -----
From: <[hidden email]>
To: <[hidden email]>
Sent: Wednesday, August 08, 2007 11:05 AM
Subject: Opening ofbiz in eclipse


> hi,
> I have downloaded ofbiz using svn plugin for Eclipse. Now i want to know
> how i can open the project in Eclipse to browse, edit, build and deploy.
> Regards,
> Aman Tur
>