Re: Generating Eclipse WTP Web Projects for our Webapp samples

2007-08-31 Thread Ole Ersoy

That's extremely cool!  Thanks for the tip Jean Sebastien,
- Ole



Jean-Sebastien Delfino wrote:

Hi all,

I just thought I'd share this as I found it pretty useful when working 
with our Webapp samples.


If you're using Eclipse WTP and want to get WTP Web Projects generated 
for our Webapp samples you can simply pass a -Dwtpversion=1.5 option to 
the usual mvn eclipse:eclipse command, like this:

mvn -Dwtpversion=1.5 -Peclipse eclipse:eclipse

The magic -Dwtpversion=1.5 option will add the WTP Web project nature to 
all the Eclipse projects with war in their Maven 
pom.xml. You'll then be able to add these projects to a WTP Tomcat or 
Geronimo Server configuration, to publish and run them straight from 
your Eclipse workspace.


Hope this helps.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Generating Eclipse WTP Web Projects for our Webapp samples

2007-08-30 Thread Simon Laws
On 8/30/07, haleh mahbod <[EMAIL PROTECTED]> wrote:
>
> done
>
> On 8/29/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
> >
> > [snip]
> > haleh mahbod wrote:
> > > Should this be added to this guide?
> > > http://incubator.apache.org/tuscany/sca-java-development-guide.html
> > >
> > > If yes, I'll add it in.
> > >
> > >
> >
> > Yes I think it'll be useful. Thanks :)
> >
> > --
> > Jean-Sebastien
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
Thanks Sebastien

Have added it as a FAQ entry also.

Simon


Re: Generating Eclipse WTP Web Projects for our Webapp samples

2007-08-29 Thread haleh mahbod
done

On 8/29/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
>
> [snip]
> haleh mahbod wrote:
> > Should this be added to this guide?
> > http://incubator.apache.org/tuscany/sca-java-development-guide.html
> >
> > If yes, I'll add it in.
> >
> >
>
> Yes I think it'll be useful. Thanks :)
>
> --
> Jean-Sebastien
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: Generating Eclipse WTP Web Projects for our Webapp samples

2007-08-29 Thread Jean-Sebastien Delfino

[snip]
haleh mahbod wrote:

Should this be added to this guide?
http://incubator.apache.org/tuscany/sca-java-development-guide.html

If yes, I'll add it in.

  


Yes I think it'll be useful. Thanks :)

--
Jean-Sebastien


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Generating Eclipse WTP Web Projects for our Webapp samples

2007-08-29 Thread haleh mahbod
Should this be added to this guide?
http://incubator.apache.org/tuscany/sca-java-development-guide.html

If yes, I'll add it in.

On 8/29/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I just thought I'd share this as I found it pretty useful when working
> with our Webapp samples.
>
> If you're using Eclipse WTP and want to get WTP Web Projects generated
> for our Webapp samples you can simply pass a -Dwtpversion=1.5 option to
> the usual mvn eclipse:eclipse command, like this:
> mvn -Dwtpversion=1.5 -Peclipse eclipse:eclipse
>
> The magic -Dwtpversion=1.5 option will add the WTP Web project nature to
> all the Eclipse projects with war in their Maven
> pom.xml. You'll then be able to add these projects to a WTP Tomcat or
> Geronimo Server configuration, to publish and run them straight from
> your Eclipse workspace.
>
> Hope this helps.
>
> --
> Jean-Sebastien
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Generating Eclipse WTP Web Projects for our Webapp samples

2007-08-29 Thread Jean-Sebastien Delfino

Hi all,

I just thought I'd share this as I found it pretty useful when working 
with our Webapp samples.


If you're using Eclipse WTP and want to get WTP Web Projects generated 
for our Webapp samples you can simply pass a -Dwtpversion=1.5 option to 
the usual mvn eclipse:eclipse command, like this:

mvn -Dwtpversion=1.5 -Peclipse eclipse:eclipse

The magic -Dwtpversion=1.5 option will add the WTP Web project nature to 
all the Eclipse projects with war in their Maven 
pom.xml. You'll then be able to add these projects to a WTP Tomcat or 
Geronimo Server configuration, to publish and run them straight from 
your Eclipse workspace.


Hope this helps.

--
Jean-Sebastien


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]