Hi,

How about the organizing the project like below? 

Please treat each subdirectory as a sub-project. I briefly listed out
what each sub project contains.

Under https://svn.apache.org/repos/asf/incubator/yoko

trunk/
        yoko/           (heart of yoko, this includes orb,
corba-binding, rmi-binding etc..)
                 src/
                main/
                        org/apache/yoko/orb/...
                        org/omg/...
                test/
                        org/apache/yoko/orb/...
        tools/          (this includes all tools including code
generation tools such as idl2wsdl and wsdl2idl etc.)         
                src/
                main/
                        org/apache/yoko/tools/...
                test/
                        org/apache/yoko/tools/...

        system_tests/   (all tests including system tests should go
here.)
        distribution/   (packaging stuff, website source etc. )
        pom.xml (this will build everything under trunk)

Best regards,
Prasad

-----Original Message-----
From: Kosuru, Prasadarao 
Sent: 02 March 2006 17:31
To: yoko-dev@incubator.apache.org
Subject: RE: getting started...


I will be very much interested in setting up the project with maven2.
Let's get started.

Best regards,
Prasad

-----Original Message-----
From: Kresten Krab Thorup [mailto:[EMAIL PROTECTED]
Sent: 02 March 2006 14:40
To: yoko-dev@incubator.apache.org
Subject: getting started...

So I started munging the code into somthing apache-like.

I'm working on creating a module out of the OB source that uses the
package org.apache.yoko.orb in place of com.ooc, and builds with maven2.

At this point I have the project reorganized with package names and
everything, and I am trying to figure out how to create a pom.xml that
allows the source to be organized thus:

        orb/src
           main
              java
              generated-java
           test
              java
              generated-java

For the tests, we should try to see if someone can write a simple JUnit
wrapper for the corba tests that are part of the IONA contribution.

Kresten Krab Thorup
[EMAIL PROTECTED]






Reply via email to