Re: How to extend GWT Module to Dynamic Web Module with Maven?

2011-05-04 Thread sipungora

Wayne Fay wrote:
 
 on the page:
 http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/39e0ff6325e4d504/55bfd342d77ec910?pli=1

 one explains how gwt-module can be extended to Dynamic Web Module in
 order
 to be deploybar into eclipse tomcat. I've configured my pom so, that item
 3
 will be done by maven.
 
 You will most likely have better luck getting these questions answered
 at the GWT forum (or possibly even the M2E forum/list) than here at
 Maven.
 
 Wayne
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 

But if I search in this forum, I can find discussions about setting
additionalProjectFacets with Maven. Unfortunately, all what I've found, were
discussions about issues in facets-files created by maven. But I cannot
create any facets-file for eclipse with maven. My pom settings for
maven-eclipse-plugin are in the my first message. I build with mvn
eclipse:eclipse command. What should I do yet in order it works?

--
View this message in context: 
http://maven.40175.n5.nabble.com/How-to-extend-GWT-Module-to-Dynamic-Web-Module-with-Maven-tp4365106p4369599.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: How to extend GWT Module to Dynamic Web Module with Maven?

2011-05-04 Thread sipungora
Ok, I must also add wtp-configs:
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-eclipse-plugin/artifactId
version2.8/version
configuration
...
wtpversion1.5/wtpversion

wtpapplicationxmltrue/wtpapplicationxml
...

And now I have the same issues in facets-file, that was earlier (ca. 2009)
here discussed.



--
View this message in context: 
http://maven.40175.n5.nabble.com/How-to-extend-GWT-Module-to-Dynamic-Web-Module-with-Maven-tp4365106p4369734.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: How to extend GWT Module to Dynamic Web Module with Maven?

2011-05-04 Thread sipungora
In my case the tag additionalProjectFacets isn't needed. As a result I've
got:

faceted-project
  fixed facet=jst.java/
  fixed facet=jst.web/
  installed facet=jst.web version=2.4/
  installed facet=jst.java version=6.0/
/faceted-project

--
View this message in context: 
http://maven.40175.n5.nabble.com/How-to-extend-GWT-Module-to-Dynamic-Web-Module-with-Maven-tp4365106p4369776.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: How to extend GWT Module to Dynamic Web Module with Maven?

2011-05-04 Thread Martin Gainty

referencing these modifications to .project

natureorg.eclipse.wst.common.modulecore.ModuleCoreNature/nature

 
natureorg.eclipse.wst.common.project.facet.core.nature/nature

 natureorg.eclipse.wst.jsdt.core.jsNature/nature

did you locate these classes to be  on your classpath before restarting eclipse 
or are they wrapped in a plugin (in plugins folder)?
Martin Gainty 
__ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




 Date: Wed, 4 May 2011 04:50:46 -0700
 From: kostya...@yahoo.de
 To: users@maven.apache.org
 Subject: Re: How to extend GWT Module to Dynamic Web Module with Maven?
 
 
 Wayne Fay wrote:
  
  on the page:
  http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/39e0ff6325e4d504/55bfd342d77ec910?pli=1
 
  one explains how gwt-module can be extended to Dynamic Web Module in
  order
  to be deploybar into eclipse tomcat. I've configured my pom so, that item
  3
  will be done by maven.
  
  You will most likely have better luck getting these questions answered
  at the GWT forum (or possibly even the M2E forum/list) than here at
  Maven.
  
  Wayne
  
  -
  To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
  For additional commands, e-mail: users-h...@maven.apache.org
  
 
 But if I search in this forum, I can find discussions about setting
 additionalProjectFacets with Maven. Unfortunately, all what I've found, were
 discussions about issues in facets-files created by maven. But I cannot
 create any facets-file for eclipse with maven. My pom settings for
 maven-eclipse-plugin are in the my first message. I build with mvn
 eclipse:eclipse command. What should I do yet in order it works?
 
 --
 View this message in context: 
 http://maven.40175.n5.nabble.com/How-to-extend-GWT-Module-to-Dynamic-Web-Module-with-Maven-tp4365106p4369599.html
 Sent from the Maven - Users mailing list archive at Nabble.com.
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
  

RE: How to extend GWT Module to Dynamic Web Module with Maven?

2011-05-04 Thread sipungora
plugin
groupIdorg.apache.maven.plugins/groupId
   
artifactIdmaven-eclipse-plugin/artifactId
version2.8/version
configuration
additionalBuildcommands
   
buildcommandcom.google.gdt.eclipse.core.webAppProjectValidator
/buildcommand
   
buildcommandcom.google.gwt.eclipse.core.gwtProjectValidator
/buildcommand
/additionalBuildcommands
additionalProjectnatures
   
projectnaturecom.google.gwt.eclipse.core.gwtNature
/projectnature
   
projectnatureorg.eclipse.wst.common.modulecore.ModuleCoreNature
/projectnature
   
projectnatureorg.eclipse.wst.common.project.facet.core.nature
/projectnature
   
projectnatureorg.eclipse.wst.jsdt.core.jsNature
/projectnature
/additionalProjectnatures

classpathContainers
   
classpathContainercom.google.gwt.eclipse.core.GWT_CONTAINER
/classpathContainer
   
classpathContainerorg.eclipse.jdt.launching.JRE_CONTAINER
/classpathContainer
/classpathContainers

/configuration
/plugin

I've only configured my pom as shown above and build with mvn
eclipse:eclipse from console.

I've manually located nothing on my classpath. How this exactly internal
works, I don't know, but this works.

--
View this message in context: 
http://maven.40175.n5.nabble.com/How-to-extend-GWT-Module-to-Dynamic-Web-Module-with-Maven-tp4365106p4370603.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: How to extend GWT Module to Dynamic Web Module with Maven?

2011-05-02 Thread Wayne Fay
 on the page:
 http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/39e0ff6325e4d504/55bfd342d77ec910?pli=1

 one explains how gwt-module can be extended to Dynamic Web Module in order
 to be deploybar into eclipse tomcat. I've configured my pom so, that item 3
 will be done by maven.

You will most likely have better luck getting these questions answered
at the GWT forum (or possibly even the M2E forum/list) than here at
Maven.

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org