Re: How do we build the Eclipse Plugin assembly?

2006-07-06 Thread Shiva Kumar H R
Hi Sachin,Thanks for pointing out those areas where I can start contributing. I will look at the code for Form page editors for deployment plans and Wizards. I will start a separate discussion thread on them. Meanwhile I will also see if I can fix some of the JIRAs in GeronimoDevtools. - ShivaOn

Re: How do we build the Eclipse Plugin assembly?

2006-07-06 Thread Sachin Patel
Great! We look forward to your contributions. On Jul 6, 2006, at 9:16 AM, Shiva Kumar H R wrote: Hi Sachin, Thanks for pointing out those areas where I can start contributing. I will look at the code for Form page editors for deployment plans and Wizards. I will start a separate discussion

Re: How do we build the Eclipse Plugin assembly?

2006-07-06 Thread Sachin Patel
This problem (thanks Jason) is now fixed. An mvn at the root will build all modules and generate the assemblies in one shot. On Jun 30, 2006, at 5:15 PM, Donald Woods wrote: I just checked out Rev418113 of the Eclipse plugin trunk, started with a clean m2 repo and successfully got a mvn

Re: How do we build the Eclipse Plugin assembly?

2006-07-05 Thread Sachin Patel
Hi Shiva, On Jul 3, 2006, at 2:56 AM, Shiva Kumar H R wrote: Hi Sachin, I too am facing the same problem as Donald during the assembly of Eclipse Plugin. I am building Revision 418691 of the trunk, using Sun JDK 1.4.2_08 Maven 2.0.4 on a WinXP sp2 machine. Ok, I'll see if I can

Re: How do we build the Eclipse Plugin assembly?

2006-07-05 Thread Sachin Patel
So to clarify, my root POM has a default goal of install, and the assembly module has a default goal of assembly:assembly which I would think would overwrite the root POMs goal but its not. So invoking 'mvn' runs 'install' on every project. So you're saying I should specify in the

Re: How do we build the Eclipse Plugin assembly?

2006-07-05 Thread Sachin Patel
I can reproduce this on a windows machine. I have no idea why this is working on my mac. Jacek/Jason if have 5 min could you take a look at the following assembly descriptors and the projects pom https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/

Re: How do we build the Eclipse Plugin assembly?

2006-07-04 Thread Shiva Kumar H R
Hi Sachin,One observation: In trunk\assembly\src\main\assembly\deployable.xml file, I changed formatzip/format to formatdir/format and ran mvn -o -e assembly:assembly from the assembly directory. I got the following errors:

Re: How do we build the Eclipse Plugin assembly?

2006-07-03 Thread Shiva Kumar H R
Hi Sachin,I too am facing the same problem as Donald during the assembly of Eclipse Plugin. I am building Revision 418691 of the trunk, using Sun JDK 1.4.2_08 Maven 2.0.4 on a WinXP sp2 machine. By the way, I am interested in contributing to Geronimo Eclipse Plugin. Last year I have done some

Re: How do we build the Eclipse Plugin assembly?

2006-07-03 Thread Jacek Laskowski
On 7/1/06, Sachin Patel [EMAIL PROTECTED] wrote: You have to invoke it manually as you've done. I haven't figured out how to invoke a build+assembly in one step. As far as the file sizes kevan saw the same problem, and we couldn't figure out why. I might misunderstand your question, but it's

How do we build the Eclipse Plugin assembly?

2006-06-30 Thread Donald Woods
I just checked out Rev418113 of the Eclipse plugin trunk, started with a clean m2 repo and successfully got a mvn install to complete after several attempts. But, when I look in the assembly/ directory, no target/ directory was created. Is this expected? When I ran mvn from the assembly

Re: How do we build the Eclipse Plugin assembly?

2006-06-30 Thread Sachin Patel
You have to invoke it manually as you've done. I haven't figured out how to invoke a build+assembly in one step. As far as the file sizes kevan saw the same problem, and we couldn't figure out why. On Jun 30, 2006, at 5:15 PM, Donald Woods wrote: I just checked out Rev418113 of the