Eclipse project configuration?

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Eclipse project configuration?

Jean Luc-2
Hi Erik & Alessandro,
 
I've downloaded the latest source from CVS to help with debugging - it'd be helpful if the Eclipse module configuration was put in the repository as well so all the source/library paths are correctly configured and kept in sync with the code.
The launch configurations are there, but not the module configs. I use Idea so I can read the Eclipse config directly.
 
Thank you,
JL


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Eclipse project configuration?

Erik Bruchez
Administrator
Jean-Luc,

What exactly are you referring to when you say "Eclipse module  
configuration"?

-Erik

On Mar 7, 2008, at 8:28 AM, Jean Luc wrote:

> Hi Erik & Alessandro,
>
> I've downloaded the latest source from CVS to help with debugging -  
> it'd be helpful if the Eclipse module configuration was put in the  
> repository as well so all the source/library paths are correctly  
> configured and kept in sync with the code.
> The launch configurations are there, but not the module configs. I  
> use Idea so I can read the Eclipse config directly.
>
> Thank you,
> JL
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Eclipse project configuration?

Jean Luc-2
If you want Orbeon loaded in Eclipse (or another IDE), you need to define
the structure of the project (source directories, library directories,
library dependencies and inter-module dependencies). For any complex
project, you usually have multiple such modules (if I recall the Eclipse
terminology correctly). The full project is in a workspace (Idea uses
"modules" for the individual units and "project" for the whole stuff). If I
recall correctly, there are some dot-files where Eclipse stores them - it's
been a few years since I last used Eclipse.

I got the Orbeon source from CVS and I can build it with ant. But if I want
to open it in an IDE, navigate the code and compile & test from the IDE, I
need the config. Of course, it can be recreated by looking in build.xml and
some trial and error, but it still requires keeping the project config in
sync with build.xml when the latter changes. Since you already use Eclipse
(as inferred by the presence of .launch files), it's easier to get them from
you and have everything working immediately.

Thank you.

----- Original Message -----
From: "Erik Bruchez" <[hidden email]>
To: <[hidden email]>
Sent: Friday, March 07, 2008 11:49 AM
Subject: [ops-users] Re: Eclipse project configuration?


> Jean-Luc,
>
> What exactly are you referring to when you say "Eclipse module
> configuration"?
>
> -Erik
>
> On Mar 7, 2008, at 8:28 AM, Jean Luc wrote:
>
>> Hi Erik & Alessandro,
>>
>> I've downloaded the latest source from CVS to help with debugging -
>> it'd be helpful if the Eclipse module configuration was put in the
>> repository as well so all the source/library paths are correctly
>> configured and kept in sync with the code.
>> The launch configurations are there, but not the module configs. I
>> use Idea so I can read the Eclipse config directly.
>>
>> Thank you,
>> JL
>>
>> --
>> You receive this message as a subscriber of the [hidden email]
>> mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>
> --
> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
> http://www.orbeon.com/
>
>

--------------------------------------------------------------------------------


>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Eclipse project configuration?

Rodney Gitzel
In reply to this post by Erik Bruchez
I suspect he is referring to the ".project" and ".classpath" files.    Eclipse inserted them for me when I checked out the source ("orbeon/src/java"), but they do take a bit of manual tinkering to get the code to compile.

rodney


Erik Bruchez wrote
Jean-Luc,

What exactly are you referring to when you say "Eclipse module  
configuration"?

-Erik
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Eclipse project configuration?

Erik Bruchez
Administrator
In reply to this post by Jean Luc-2
Jean-Luc,

In fact we are not using Eclipse, but IntelliJ IDEA. I suspect that  
these .launch files date from another era ;-)

This said, if somebody contributes Eclipse configuration files, we are  
happy to check them into CVS.

BTW we have some doc about development here:

   http://www.orbeon.com/ops/doc/integration-development

We probably should move this to the Wiki, where most of the dev doc is.

-Erik

On Mar 7, 2008, at 9:19 AM, Jean Luc wrote:

> If you want Orbeon loaded in Eclipse (or another IDE), you need to  
> define the structure of the project (source directories, library  
> directories, library dependencies and inter-module dependencies).  
> For any complex project, you usually have multiple such modules (if  
> I recall the Eclipse terminology correctly). The full project is in  
> a workspace (Idea uses "modules" for the individual units and  
> "project" for the whole stuff). If I recall correctly, there are  
> some dot-files where Eclipse stores them - it's been a few years  
> since I last used Eclipse.
>
> I got the Orbeon source from CVS and I can build it with ant. But if  
> I want to open it in an IDE, navigate the code and compile & test  
> from the IDE, I need the config. Of course, it can be recreated by  
> looking in build.xml and some trial and error, but it still requires  
> keeping the project config in sync with build.xml when the latter  
> changes. Since you already use Eclipse (as inferred by the presence  
> of .launch files), it's easier to get them from you and have  
> everything working immediately.
>
> Thank you.
>
> ----- Original Message ----- From: "Erik Bruchez"  
> <[hidden email]>
> To: <[hidden email]>
> Sent: Friday, March 07, 2008 11:49 AM
> Subject: [ops-users] Re: Eclipse project configuration?
>
>
>> Jean-Luc,
>>
>> What exactly are you referring to when you say "Eclipse module
>> configuration"?
>>
>> -Erik
>>
>> On Mar 7, 2008, at 8:28 AM, Jean Luc wrote:
>>
>>> Hi Erik & Alessandro,
>>>
>>> I've downloaded the latest source from CVS to help with debugging -
>>> it'd be helpful if the Eclipse module configuration was put in the
>>> repository as well so all the source/library paths are correctly
>>> configured and kept in sync with the code.
>>> The launch configurations are there, but not the module configs. I
>>> use Idea so I can read the Eclipse config directly.
>>>
>>> Thank you,
>>> JL
>>>
>>> --
>>> You receive this message as a subscriber of the [hidden email]
>>> mailing list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>> --
>> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
>> http://www.orbeon.com/
>>
>>
>
>
> --------------------------------------------------------------------------------
>
>
>>
>> --
>> You receive this message as a subscriber of the [hidden email]  
>> mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Re: Eclipse project configuration?

Jean Luc-2
Ah, that's even better then. The question would have been about the .IML
files. However, with the info on that link you mentioned I can set it up
myself.

Thanks.


----- Original Message -----
From: "Erik Bruchez" <[hidden email]>
To: <[hidden email]>
Sent: Friday, March 07, 2008 1:24 PM
Subject: [ops-users] Re: Re: Re: Eclipse project configuration?


> Jean-Luc,
>
> In fact we are not using Eclipse, but IntelliJ IDEA. I suspect that
> these .launch files date from another era ;-)
>
> This said, if somebody contributes Eclipse configuration files, we are
> happy to check them into CVS.
>
> BTW we have some doc about development here:
>
>   http://www.orbeon.com/ops/doc/integration-development
>
> We probably should move this to the Wiki, where most of the dev doc is.
>
> -Erik
>
> On Mar 7, 2008, at 9:19 AM, Jean Luc wrote:
>
>> If you want Orbeon loaded in Eclipse (or another IDE), you need to
>> define the structure of the project (source directories, library
>> directories, library dependencies and inter-module dependencies).
>> For any complex project, you usually have multiple such modules (if
>> I recall the Eclipse terminology correctly). The full project is in
>> a workspace (Idea uses "modules" for the individual units and
>> "project" for the whole stuff). If I recall correctly, there are
>> some dot-files where Eclipse stores them - it's been a few years
>> since I last used Eclipse.
>>
>> I got the Orbeon source from CVS and I can build it with ant. But if
>> I want to open it in an IDE, navigate the code and compile & test
>> from the IDE, I need the config. Of course, it can be recreated by
>> looking in build.xml and some trial and error, but it still requires
>> keeping the project config in sync with build.xml when the latter
>> changes. Since you already use Eclipse (as inferred by the presence
>> of .launch files), it's easier to get them from you and have
>> everything working immediately.
>>
>> Thank you.
>>
>> ----- Original Message ----- From: "Erik Bruchez"
>> <[hidden email]>
>> To: <[hidden email]>
>> Sent: Friday, March 07, 2008 11:49 AM
>> Subject: [ops-users] Re: Eclipse project configuration?
>>
>>
>>> Jean-Luc,
>>>
>>> What exactly are you referring to when you say "Eclipse module
>>> configuration"?
>>>
>>> -Erik
>>>
>>> On Mar 7, 2008, at 8:28 AM, Jean Luc wrote:
>>>
>>>> Hi Erik & Alessandro,
>>>>
>>>> I've downloaded the latest source from CVS to help with debugging -
>>>> it'd be helpful if the Eclipse module configuration was put in the
>>>> repository as well so all the source/library paths are correctly
>>>> configured and kept in sync with the code.
>>>> The launch configurations are there, but not the module configs. I
>>>> use Idea so I can read the Eclipse config directly.
>>>>
>>>> Thank you,
>>>> JL
>>>>
>>>> --
>>>> You receive this message as a subscriber of the [hidden email]
>>>> mailing list.
>>>> To unsubscribe: mailto:[hidden email]
>>>> For general help: mailto:[hidden email]?subject=help
>>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>
>>> --
>>> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
>>> http://www.orbeon.com/
>>>
>>>
>>
>>
>> --------------------------------------------------------------------------------
>>
>>
>>>
>>> --
>>> You receive this message as a subscriber of the [hidden email]
>>> mailing list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email]
>> mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>
> --
> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
> http://www.orbeon.com/
>
>

--------------------------------------------------------------------------------


>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws