Re: [PLEASE read before you commit]: Restructuring trunk in SVN !!!

2007-11-03 Thread Donald Woods
Thanks for all the hard work. Is there still a need for a applications directory? Shouldn't these all be moved into the plugins directory now? Also, shouldn't we include some notes in the BUILDING.txt and/or GMOxDEV about the new directory layout and where new code should be placed, like

Re: [PLEASE read before you commit]: Restructuring trunk in SVN !!!

2007-11-03 Thread Prasad Kashyap
As per this thread, http://www.nabble.com/forum/ViewPost.jtp?post=12460948framed=yskin=134 the strategy is to break the tree into smaller trees. Quoting from that note - So, based on that I think that: framework|core/trunk components/component/trunk plugins/plugin/trunk

Re: [PLEASE read before you commit]: Restructuring trunk in SVN !!!

2007-11-02 Thread Prasad Kashyap
server/trunk/modules deleted via Revision 591372 server/trunk/configs deleted via Revision 591373. This completes Geronimo-3565. Cheers Prasad On 10/31/07, Prasad Kashyap [EMAIL PROTECTED] wrote: The restructured trunk has built successfully 3 times now. It has passed our testsuite and TCK

Re: [PLEASE read before you commit]: Restructuring trunk in SVN !!!

2007-11-02 Thread Jason Dillon
Yay :-) --jason On Nov 2, 2007, at 8:54 AM, Prasad Kashyap wrote: server/trunk/modules deleted via Revision 591372 server/trunk/configs deleted via Revision 591373. This completes Geronimo-3565. Cheers Prasad On 10/31/07, Prasad Kashyap [EMAIL PROTECTED] wrote: The restructured trunk

Re: [PLEASE read before you commit]: Restructuring trunk in SVN !!!

2007-10-31 Thread Prasad Kashyap
The restructured trunk has built successfully 3 times now. It has passed our testsuite and TCK tests. At this point, I am not going to waste any time trying to fix -Dstage=former profile to build our old trunk. The unused pieces of old trunk will be deleted tomorrow. Cheers Prasad On 10/30/07,

[PLEASE read before you commit]: Restructuring trunk in SVN !!!

2007-10-30 Thread Prasad Kashyap
I am restructuring the trunk in svn to reflect our flexible server. Instead of a move, it will be a two-step copy/delete process. I shall first begin by copying some directories to other directories. Server binaries will be built from the newly created directories. After they have gone thro' 2

Re: [PLEASE read before you commit]: Restructuring trunk in SVN !!!

2007-10-30 Thread Prasad Kashyap
GERONIMO-3565 has now checked in the new restructured trunk into svn. The default profile will build the new trunk pieces. The -Dstage=former profile will build the old trunk pieces. Let's closely monitor the automated builds, testsuites and TCK results. If everything is going smoothly, I

Re: [PLEASE read before you commit]: Restructuring trunk in SVN !!!

2007-10-30 Thread Jarek Gawor
I removed all org/apache/geronimo from my m2 repo and executed mvn install -Dstage=bootstrap. That failed with the error below in ./framework/configs/server-security-config. Looks like the dependencies are not setup right since it was also downloading j2ee-deployer/car and a bunch of other modules

Re: [PLEASE read before you commit]: Restructuring trunk in SVN !!!

2007-10-30 Thread Prasad Kashyap
Sorry and thanx Jarek. I have fixed the security-deployer-config pom.xml and plan.xml. This will remove any extraneous dependencies it has on plugin artifacts. Cheers Prasad On 10/30/07, Jarek Gawor [EMAIL PROTECTED] wrote: I removed all org/apache/geronimo from my m2 repo and executed mvn

Re: [PLEASE read before you commit]: Restructuring trunk in SVN !!!

2007-10-30 Thread Prasad Kashyap
The -Dstage=former is not working as desired. I was unsuccessful in fixing it tonight. I'll try again tomorrow. However, the new restructuring is building fine. It has passed testsuite tests too. (If it passes TCK too, I may not waste any more time trying to fix old build, esp when I am deleting