Re: Re-migration to m2 - status and discussion.

2006-06-12 Thread Prasad Kashyap
Please see comments inline - On 6/11/06, David Jencks <[EMAIL PROTECTED]> wrote: On Jun 7, 2006, at 1:03 PM, Prasad Kashyap wrote: Attention Maven Committers ! I really wish we had a maven committer too involved with the m2 migration effort. There are atleast 3 maven JIRAs that we desperate

Re: Re-migration to m2 - status and discussion.

2006-06-11 Thread David Jencks
On Jun 7, 2006, at 1:03 PM, Prasad Kashyap wrote:Attention Maven Committers !I really wish we had a maven committer too involved with the m2migration effort. There are atleast 3 maven JIRAs that we desperatelyneed. Hopefully, then you could empathize with our pain and help usget those JIRAs resolve

Re: Re-migration to m2 - status and discussion.

2006-06-07 Thread Prasad Kashyap
Attention Maven Committers ! I really wish we had a maven committer too involved with the m2 migration effort. There are atleast 3 maven JIRAs that we desperately need. Hopefully, then you could empathize with our pain and help us get those JIRAs resolved :-) Here are some of them to begin with

Re: Re-migration to m2 - status and discussion.

2006-06-06 Thread anita kulshreshtha
I have already linked GERONIMO-2066, GERONIMO-2067, and GERONIMO-2082 to GERONIMO-2071. I am going to link GERONIMO-1740 also. Yes, for any new work we can create subtasks. Thnaks Anita --- Jacek Laskowski <[EMAIL PROTECTED]> wrote: > On 6/6/06, Prasad Kashyap <[EMAIL PROTECTED]> wrote: >

Re: Re-migration to m2 - status and discussion.

2006-06-06 Thread Jacek Laskowski
On 6/6/06, Prasad Kashyap <[EMAIL PROTECTED]> wrote: Now that we have something like a baseline of M2 in the trunk, can we please go back to creating subtasks under Geronimo-2071 for any current work that we are doing. This will help us prevent duplication. Thanks Prasad! I thought it was me wh

Re: Re-migration to m2 - status and discussion.

2006-06-06 Thread Prasad Kashyap
Now that we have something like a baseline of M2 in the trunk, can we please go back to creating subtasks under Geronimo-2071 for any current work that we are doing. This will help us prevent duplication. Cheers Prasad On 6/2/06, anita kulshreshtha <[EMAIL PROTECTED]> wrote: David J, These a

Re: Re-migration to m2 - status and discussion.

2006-06-02 Thread anita kulshreshtha
David J, These are the results with rev 411279 and PluginBootstrap2. I will submit the patch in the morning. Just thought you would like to know.. Thanks Anita PSHOT\upgrade-cli-1.2-SNAPSHOT.car INFO] INFO] INFO] INFO

Re: Re-migration to m2 - status and discussion.

2006-06-02 Thread anita kulshreshtha
David J, I have been working with rev 409296, and openejb 2659. Today I updated to rev 411279. There have been changes in o.a.g.kernel that affect PackageBuilder, MavenConfigStore, and MavenAttributeStore. I need to incorporate these changes into m2 plugin and retest everything. :( I am assumin

Re: Re-migration to m2 - status and discussion.

2006-06-01 Thread Prasad Kashyap
Thanx Jeff. What do you think about http://jira.codehaus.org/browse/MJSPC-3. ? Can we expect that anytime soon ? If so, then I'd rather wait to make a run thro' the pom.xml of all the apps just once. Cheers Prasad On 6/1/06, Jeff Genender <[EMAIL PROTECTED]> wrote: Prasad, If you really need t

Re: Re-migration to m2 - status and discussion.

2006-05-31 Thread Jeff Genender
Prasad, If you really need to use the jspc plugin now, please use version 1.4.3. It does not fork the compile. Jeff Prasad Kashyap wrote: > The migration of applications to M2 has been kinda held up by the > following 2 maven jiras > > http://jira.codehaus.org/browse/MJSPC-2 (to fix jspc plugi

Re: Re-migration to m2 - status and discussion.

2006-05-31 Thread Prasad Kashyap
The migration of applications to M2 has been kinda held up by the following 2 maven jiras http://jira.codehaus.org/browse/MJSPC-2 (to fix jspc plugin) http://jira.codehaus.org/browse/MWAR-45 (to fix jar'ing classes to web-inf/lib). I have submitted a patch for the latter (maven-war-plugin, mwar-

Re: Re-migration to m2 - status and discussion.

2006-05-31 Thread Prasad Kashyap
Thanx Jeff. Please see comments inline - Cheers Prasad On 5/31/06, Jeff Genender <[EMAIL PROTECTED]> wrote: Prasad, I can fix #1. I need to dig up some old code from the 1.4.3 version. I converted to a forked version because it really lightened the amount of code in the plugin. But I have he

Re: Re-migration to m2 - status and discussion.

2006-05-31 Thread anita kulshreshtha
inline.. --- Prasad Kashyap <[EMAIL PROTECTED]> wrote: > I found some more modules that have not yet been migrated. Jetty, > jetty-builder and upgrade come to mind. Think they are a few more. I > have patches for some. The patch dt May 29th to G-1740 includes 'upgrade'! Since then I have bake

Re: Re-migration to m2 - status and discussion.

2006-05-31 Thread Jeff Genender
Prasad, I can fix #1. I need to dig up some old code from the 1.4.3 version. I converted to a forked version because it really lightened the amount of code in the plugin. But I have heard of this being an issue, so I may fatten the plugin up a little bit and force a call to javac once again. Co

Re: Re-migration to m2 - status and discussion.

2006-05-31 Thread Prasad Kashyap
Thanx Anita. Yep. I had tried that too. In fact, I had removed everything from the parent pom and invoked the jspc plugin only in the uddi-db pom. Even then, the other plugins get executed twice. The jspc mojo is bound to the generate-sources phase by default. I didn't change that. It then execut

Re: Re-migration to m2 - status and discussion.

2006-05-31 Thread anita kulshreshtha
Prasad, Thanks! More inline.. --- Prasad Kashyap <[EMAIL PROTECTED]> wrote: > I have all the applications migrated to M2 now. But I have a problem > using the jspc-maven-plugin to precompile the JSPs. I hope Jeff can > help me here. > > The jspc-maven-plugin is configured in the parent pom a

Re: Re-migration to m2 - status and discussion.

2006-05-31 Thread Prasad Kashyap
I found some more modules that have not yet been migrated. Jetty, jetty-builder and upgrade come to mind. Think they are a few more. I have patches for some. It would be nice if we can commit the others from Anita's patch(es) so that we have something to keep building upon. I guess we agreed upon

Re: Re-migration to m2 - status and discussion.

2006-05-31 Thread Prasad Kashyap
I have all the applications migrated to M2 now. But I have a problem using the jspc-maven-plugin to precompile the JSPs. I hope Jeff can help me here. The jspc-maven-plugin is configured in the parent pom and executed by the pom in each application. Please find attached the parent pom (goes in ge

Re: Re-migration to m2 - status and discussion.

2006-05-30 Thread Guillaume Nodet
Snapshots are not uploaded on public repos. But they are available at http://people.apache.org/maven-snapshot-repository/org/apache/geronimo/specs/geronimo-j2ee_1.4_spec/1.1-SNAPSHOT/ Cheers, Guillaume Nodet anita kulshreshtha wrote: I wish it was true! Prasad has agreed ;) to take car

Re: Re-migration to m2 - status and discussion.

2006-05-30 Thread anita kulshreshtha
Jacek, Thanks! More inline.. --- Jacek Laskowski <[EMAIL PROTECTED]> wrote: > On 5/29/06, anita kulshreshtha <[EMAIL PROTECTED]> wrote: > > > Please ignore this patch. The earlier patch should work. The > > problem is the parent pom.xml. It creates conflicts. It will be > easier > > if t

Re: Re-migration to m2 - status and discussion.

2006-05-29 Thread Jacek Laskowski
On 5/29/06, anita kulshreshtha <[EMAIL PROTECTED]> wrote: Please ignore this patch. The earlier patch should work. The problem is the parent pom.xml. It creates conflicts. It will be easier if this was deleted and the new pom.xml was added. The problem mentioned below was caused by wrong ger

Re: Re-migration to m2 - status and discussion.

2006-05-29 Thread anita kulshreshtha
Prasad, Please ignore this patch. The earlier patch should work. The problem is the parent pom.xml. It creates conflicts. It will be easier if this was deleted and the new pom.xml was added. The problem mentioned below was caused by wrong geronimoVersion! I am running a full build, i.e moduels,

Re: Re-migration to m2 - status and discussion.

2006-05-26 Thread anita kulshreshtha
inline.. --- Prasad Kashyap <[EMAIL PROTECTED]> wrote: > Thank you John. > > Anita, the asm dependency in axis-builder/pom.xml needs > element. This is because your version of parent pom.xml does not have an asm dependency element in dependency management section. Isn't this something that

Re: Re-migration to m2 - status and discussion.

2006-05-25 Thread Prasad Kashyap
Thank you John. Anita, the asm dependency in axis-builder/pom.xml needs element. Before you regenerate the patch the next time, can you please set your svn as per John's instructions in the wiki page ? Cheers Prasad On 5/25/06, John Sisson <[EMAIL PROTECTED]> wrote: I am guessing this is beca

Re: Re-migration to m2 - status and discussion.

2006-05-25 Thread John Sisson
I am guessing this is because the svn:eol-style is property is not set to native for the pom.xml file and that the patch was originally created on a *NIX box? Can *everyone* please check that you have svn set up as discussed in the document : http://wiki.apache.org/geronimo/GettingSourceCode

Re: Re-migration to m2 - status and discussion.

2006-05-25 Thread Prasad Kashyap
Did you forget to attach the patch or did you mean you were going to attach it ? Here's the latest top level pom.xml with the version changes. Cheers Prasad On 5/25/06, anita kulshreshtha <[EMAIL PROTECTED]> wrote: I am attaching a patch for 1.2. I finally built 'modules' with M1 on the tru

Re: Re-migration to m2 - status and discussion.

2006-05-25 Thread anita kulshreshtha
I am attaching a patch for 1.2. I finally built 'modules' with M1 on the trunk(The PluginInstallerTest failed). This patch builds, but I had to skip tests. See pom.xml in modules. Jetty module can not find needed jars. What version changes were made recently? Thanks Anita --- Prasad Kashyap <

Re: Re-migration to m2 - status and discussion.

2006-05-25 Thread Prasad Kashyap
I was able to apply the same patch on linux. Wonder why not on windows ? Cheers Prasad On 5/25/06, Prasad Kashyap <[EMAIL PROTECTED]> wrote: Anita, I'm unable to apply your modules.patch using TortoiseSVN on XP. I first get a pop-up which says, "{g_path}/modules/tomcat/pom.xml has no URL." It

Re: Re-migration to m2 - status and discussion.

2006-05-25 Thread Prasad Kashyap
Anita, I'm unable to apply your modules.patch using TortoiseSVN on XP. I first get a pop-up which says, "{g_path}/modules/tomcat/pom.xml has no URL." It then tries to retrieve version 0 of file. That fails and it says, "patching not possible" Am I doing anything wrong here ? Cheers Prasad On

Re: Re-migration to m2 - status and discussion.

2006-05-25 Thread anita kulshreshtha
inline.. --- Prasad Kashyap <[EMAIL PROTECTED]> wrote: > Anita, that is okay with me. > > So we shall continue to use the old JIRA G-851. > > You now seem to have a uber patch, one each for the modules and > configs. This, I believe, will contain the different patches that we > submitted for th

Re: Re-migration to m2 - status and discussion.

2006-05-25 Thread Prasad Kashyap
Anita, that is okay with me. So we shall continue to use the old JIRA G-851. You now seem to have a uber patch, one each for the modules and configs. This, I believe, will contain the different patches that we submitted for the individual modules and configs. You may attach those modules.patch

Re: Re-migration to m2 - status and discussion.

2006-05-25 Thread anita kulshreshtha
inline.. --- Prasad Kashyap <[EMAIL PROTECTED]> wrote: > Now that we have a new 1.2 trunk, we can go ahead migrating the build > to m2 (again). > > A recap: > > 1. The build in the old trunk was migrated to m2. It can be found > here > http://svn.apache.org/viewvc/geronimo/branches/

Re-migration to m2 - status and discussion.

2006-05-25 Thread Prasad Kashyap
Now that we have a new 1.2 trunk, we can go ahead migrating the build to m2 (again). A recap: 1. The build in the old trunk was migrated to m2. It can be found here http://svn.apache.org/viewvc/geronimo/branches/dead-1.2/ 2. The old migration JIRA was under the JIRA G-851. http://is