[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-30 Thread sanches
I've updated https://jira.jboss.org/jira/browse/JBDS-804 with two other sample projects, explanations and screenshots. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246893#4246893 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-27 Thread sanches
Snjezana, I've tested latest version on the sample project which contains EJB, JAR, EAR and container. There are some issues discovered. I've created JIRA https://jira.jboss.org/jira/secure/ManageAttachments.jspa?id=12390566 where all steps are described and zip with maven projects is

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-23 Thread sanches
snjeza, Seems like I can not check Maven Integration Facet on Maven project with packaging type of jar. pom.xml: packagingjar/packaging jar packaging is valid for complex Maven J2EE projects, where parent project contains some EJBs, container EAR and shared jars. Shared jar is not J2EE

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-23 Thread snjeza
Could you please create a jira and attach an example of your project? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4245706#4245706 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4245706

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-20 Thread snjeza
I have created a jira enhancement request: https://jira.jboss.org/jira/browse/JBIDE-4632 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4244436#4244436 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4244436

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-20 Thread sanches
Sorry, this is actually looks like a feature. Adding version to compiler plugin solves the trouble.Proper runtime is used then. plugin | artifactIdmaven-compiler-plugin/artifactId | configuration |

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-20 Thread sanches
snjeza, I've tried latest nightly build of Maven Integration with developer ver. of m2eclipse and Subversion from tigris.org The following looks like a bug: The EJB project creates pretty well with proper JRE and Maven Dependencies build entries. But when I right-click on the project and

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-15 Thread sanches
snjeza, Is developer supposed to be able to turn on Maven Integration for new projects like EJB Project or Enterprise Application Project? I upgraded to Version: 1.0.0.M3-N200907101443-H38, but do not see Maven Integration Facet in: File-New-EJB Project-Configuration-Modify Thanks, Alex. View

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-15 Thread snjeza
I have fixed https://jira.jboss.org/jira/browse/JBIDE-4604 , but there isn't any successful build yet that includes this fix. The new build will require m2eclipse = 0.9.9.200907071528 that can be updated from the http://m2eclipse.sonatype.org/update-dev update site. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-10 Thread sanches
snjeza, Thanks, that version of m2eclipse works as shown in screencast. Do I actually use Maven Integration feature only with Dynamic Web Projects? On the same configuration neither EAR nor EJB projects allow adding JBoss Maven Integration facet together with EAR or EJB module: On Project

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-10 Thread snjeza
That is a bug. See https://jira.jboss.org/jira/browse/JBIDE-4604 Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242987#4242987 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242987

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-09 Thread snjeza
sanches, you can use the 0.9.8.200905041414 version of m2eclipse that is compatible with the current JBoss Maven Integration. This version is placed on the http://m2eclipse.sonatype.org/update update site. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-08 Thread sanches
snjeza, I've installed fresh Eclipse Galileo 3.5, downloaded and installed: JBossASTools 2.1.0.M3 from nightly build site () * Dev build of Maven plugin from http://m2eclipse.sonatype.org/update-* dev version of plugin is displayed as 0.9.9.2009.07071528 (newer than shown in the screencast at

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-08 Thread snjeza
m2eclipse has changed API. I have created https://jira.jboss.org/jira/browse/JBIDE-4588 and will fix it ASAP. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242495#4242495 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-07 Thread snjeza
You can create a project as described in https://jira.jboss.org/jira/browse/JBIDE-3874 - screencast http://screencast.com/t/bOv02ocE The project can be used in Eclipse and from the command line. You can also create a wtp project using maven-eclipse-plugin. See

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-07 Thread sanches
Hi snjeza, Thank you very much! anonymous wrote : | You can create a project as described in https://jira.jboss.org/jira/browse/JBIDE-3874 - screencast http://screencast.com/t/bOv02ocE | The project can be used in Eclipse and from the command line. | Excellent! I'll follow this