Re: [m2e-users] M2Eclipse Performance (Was: Having a Bad Week - eclipse sick)

2011-04-11 Thread Fred Bricon
Great work Snjeza!!! What branch are you using? Maybe one patch per change would be easier to track. Fred Bricon 2011/4/12 Snjezana Peco > I have tested m2eclipse performance. > These are my first impressions: > > 1) ProjectRegistryRefreshJob changes a workspace and fires a lot o

[m2e-users] Some m2eclipse-wtp news

2011-04-12 Thread Fred Bricon
ncy configuration, so whenever you see a crash, please report it in [3] and attach the content of your workspace/.metadata/.log file. Hopefully, this should give us some leads. Thanks. Best regards, Fred Bricon PS: I would like to thank Eugene Kuleshov, Jason Van Zyl, Igor Fedorenko and Max

[m2e-users] Major fix for m2eclipse-wtp to test

2011-04-14 Thread Fred Bricon
t the latest CI build available under https://repository.sonatype.org/content/sites/forge-sites/m2eclipse-wtp/0.12.0/N/ and give me your feedback, I can't reproduce said bugs 0.12.0 is closing in :-) regards, Fred Bricon [1] https://issues.sonatype.org/browse/MECLIPSEWTP-3

Re: [m2e-users] Archetype that uses annotation processor doesn't generate correct project

2011-04-25 Thread Fred Bricon
Annotation processors are not supported yet. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=335036 Regards, Fred Bricon 2011/4/25 Rick Genter > Hi, > > We have an archetype where the template POM specifies use of an annotation > processor during the compile phase. The relevan

Re: [m2e-users] Classpath error with m2e-wtp

2011-04-28 Thread Fred Bricon
Can you look under the depoyed folder of tomcat and check if the content matches what maven package produces? It is possibly located under /.metadata/.plugins/org.eclipse.wst.server.core//wtpwebapps regards, Fred Bricon 2011/4/28 Fredrik Tuomas > Hi > I have a multi-module maven p

Re: [m2e-users] Strange behaviour with WTP Integration and "Update Project Configuration"?

2011-04-28 Thread Fred Bricon
ly added if not present. The fact you can't access the utility classes is more problematic. What version of m2e-wtp are you using? Can you try running Maven > Update project configuration on this project too? Regards Fred Bricon 2011/4/28 > Hi, > > I have two projects Weba

[m2e-users] m2eclipse-wtp 0.12.0 is out

2011-05-03 Thread Fred Bricon
at https://issues.sonatype.org/browse/MECLIPSEWTP 0.12.0 will be the last Eclipse 3.5 compatible version. Regards, Fred Bricon -- "Have you tried turning it off and on again" - The IT Crowd ___ m2e-users mailing list m2e-users@eclipse.org https://dev.eclipse.o

Re: [m2e-users] Updating STS with latest m2e

2011-05-06 Thread Fred Bricon
The update sites are indicated on http://m2eclipse.sonatype.org/installing-m2eclipse.html *m2eclipse Core Update Site:* http://m2eclipse.sonatype.org/sites/m2e *m2eclipse Extras Update Site:* http://m2eclipse.sonatype.org/sites/m2e-extras 2011/5/6 Joel Rosi-Schwartz > Okay, will do. But are a

Re: [m2e-users] M2eclipse and wtp and local project dependency

2011-05-07 Thread Fred Bricon
Have you installed m2eclipse-wtp, the WTP integration plugin for m2eclipse? http://m2eclipse.sonatype.org/sites/m2e-extras Run Maven >Update Project Configure your projects after doing so. 2011/5/8 Dietrich Schulten > I am using the jetty 7/8 eclipse wtp plugin with m2eclipse and I have the > pr

Re: [m2e-users] m2e plugins for code generators?

2011-05-10 Thread Fred Bricon
builds -yet- I should fix that tomorrow. regards, Fred Bricon 2011/5/10 Igor Fedorenko > Extending AbstractJavaProjectConfigurator is the recommended way to add > support for code-generating maven plugins. > > I believe m2e-wtp got little behind m2e-core API cleanup. You need to

Re: [m2e-users] Problem with m2e and EAR resource filtering

2011-05-12 Thread Fred Bricon
implement, now that resource filtering is done for web projects. Regards, Fred Bricon 2011/5/12 Rafael Vanderlei > Hi everyone. > > I found what it seems to be a bug in M2Eclipse (actually perhaps there are > two bugs) and I created a project (attached on the mail) to help you &g

Re: [m2e-users] importing maven webapps - failed sometimes?

2011-05-13 Thread Fred Bricon
, Fred Bricon 2011/5/13 Kristian Rink > Folks; > > seems today I'm about to see peculiar issues in Eclipse (Indigo). At > the moment: Do have a bunch of maven2 / Java EE 6 webapp projects > (including jersey/JAX-RS stuff and EJB(lite) beans) initially created > using NetBean

Re: [m2e-users] importing maven webapps - failed sometimes?

2011-05-14 Thread Fred Bricon
t; m2e Marketplace", select m2e-wtp (click on the "Lifecycles" checkbox, if it's not there) and click finish. You'll probably have to update your projects' configuration. regards, Fred Bricon 2011/5/13 Kristian Rink > Fred, > > first off, thank you v

Re: [m2e-users] Export / Import -> to workspace.

2011-05-28 Thread Fred Bricon
Can you check the directory were the project is actually deployed on your server? See if some jars are missing? If you use tomcat via WTP, default location would be /.metadata/.plugins/org.eclipse.wst.server.core/tmp/wtpwebapps regards, Fred Bricon 2011/5/28 N WEINRONK > > So I am no

Re: [m2e-users] Export / Import -> to workspace.

2011-05-28 Thread Fred Bricon
see a directory > for my project and ROOT. > > Under my project I can see (the standard stuff) including WEB-INF. > > but interestingly no 'WEB-INF/lib' - which is where the jars are if I look > back to the equivalent place in my working Galileo setup. > > So this loo

Re: [m2e-users] Null pointer when importing a maven project

2011-05-30 Thread Fred Bricon
-compiler-plugin 2.3.2 in your node. I'm not sure it'll work. In any case, you should open an issue at https://bugs.eclipse.org/bugs/enter_bug.cgi?product=m2e Regards, Fred Bricon 2011/5/30 Xavi Beumala > Hi all, > > I have a very simple

Re: [m2e-users] Where does Java nature come from?

2011-05-30 Thread Fred Bricon
Igor, how do you would you configure the lifecycle mapping to use the javaConfigurator for compilerId=javac OR compilerId=eclipse ? regards, Fred Bricon 2011/5/30 Igor Fedorenko > Java nature is enabled based on presence of maven-compiler-plugin with > compilerId=javac in project

Re: [m2e-users] Where does Java nature come from?

2011-05-30 Thread Fred Bricon
> value of compilerId parameter, so it is possible to have two separate > mappings and m2e will pick one of the other based on project configuration. > > -- > Regards, > Igor > > > On 11-05-30 05:55 PM, Fred Bricon wrote: > >> Igor, >> >> how

Re: [m2e-users] Can't build m2e core

2011-05-31 Thread Fred Bricon
x27;t been updated yet :-) regards, Fred Bricon 2011/5/31 Anders Hammar > I'm trying to build m2e core (org.eclipse.m2e.parent), but it fails with: > > [INFO] Resolving target platform for project MavenProject: > org.eclipse.m2e:org.eclipse.m2e.maven.runtime:0.13.0-SNAPSHOT @ &

Re: [m2e-users] [m2e-dev] m2e version change and discovery catalog update

2011-06-04 Thread Fred Bricon
ou can test the discovery mechanism with the current dev build. We currently don't have archived update sites for the moment, the jboss repo will host only the last dev build. I will contact you on monday to discuss the management of m2eclipse wtp builds (hosting, releases ...) Regards, Fred B

Re: [m2e-users] Dependency Resolution Not Working

2011-06-14 Thread Fred Bricon
m2e-wtp is compatible with eclipse 3.6 and 3.7. It's built/tested against both platforms. However, note that eclipse 3.5 support is dropped. Le 14 juin 2011 20:46, "Igor Fedorenko" a écrit : > m2e 1.0.0 is compatible with Eclipse 3.6. > > I'll let Fred comment on m2e-wtp compatibility with 3.6. >

[m2e-users] New m2e-wtp behaviour regarding classpath management

2011-06-16 Thread Fred Bricon
in your projects [7] m2e-wtp 0.13.0 works with m2e 1.0.0 and is compatible with Helios (e3.6) and Indigo (e3.7). It's incompatible with former Eclipse versions Expect a new release next week, at the same time as Eclipse Indigo -more or less-. regards, Fred Bricon [1] https://issues.so

Re: [m2e-users] New m2e-wtp behaviour regarding classpath management

2011-06-16 Thread Fred Bricon
ou know if we can still re-use a file AND generate the "Class-Path: " > section based on the pom? > > Thanks - Chuck > > RAD Architect, Java EE Tools, WTP PMC > IBM Software Lab - Research Triangle Park, NC > > > > From:Fred Bricon > To:Maven

Re: [m2e-users] New m2e-wtp behaviour regarding classpath management

2011-06-16 Thread Fred Bricon
. regards, Fred Bricon 2011/6/16 Chuck Bridgham > Thanks Fred, > > These are very useful features.. > > In testing m2e-wtp - I also remove the WTP containers as they duplicate the > Maven container's purpose. For new projects, there is an existing > preference setting

Re: [m2e-users] New m2e-wtp behaviour regarding classpath management

2011-06-16 Thread Fred Bricon
policy -> > > Ignore-Scanning-Packages : org.apache.avalon, org.apache.batik, > org.apache.commons > > Thanks - Chuck > > RAD Architect, Java EE Tools, WTP PMC > IBM Software Lab - Research Triangle Park, NC > > > > From:Fred Bricon > To:Chuck

Re: [m2e-users] Strange error in WTP webapp

2011-06-16 Thread Fred Bricon
ducing the error [1]? I don't know if that can easily be fixed but I can at least take a look. regards, Fred Bricon [1] https://issues.sonatype.org/browse/MECLIPSEWTP 2011/6/16 Collin Peters > In my webapp project I have the following in my pom.xml (see below). > > As you can

Re: [m2e-users] New m2e-wtp behaviour regarding classpath management

2011-06-16 Thread Fred Bricon
... regards, Fred Bricon 2011/6/16 Chuck Bridgham > Yep, completely agree - just wanted to mention existing api.. But per > project datamodel properties are needed - please open an enhancement - > > Max - An example of a server specific MANIFEST entry could be for an > annotation

Re: [m2e-users] Strange error in WTP webapp

2011-06-20 Thread Fred Bricon
bug.cgi?id=340159 [2] http://download.eclipse.org/technology/m2e/releases/ [3] http://download.jboss.org/jbosstools/builds/staging/m2eclipse-wtp-e37/all/repo/ [4] https://issues.sonatype.org/browse/MECLIPSEWTP Regards, Fred Bricon 2011/6/20 Collin Peters > I was having another issue with lots

Re: [m2e-users] FW: New m2e-wtp behaviour regarding classpath management

2011-06-20 Thread Fred Bricon
Paul, please open an enhancement request. I'll see if I can slip it in m2e-wtp 0.13.0, since it sounds trivial to do. But don't have too much hope. regards, Fred Bricon 2011/6/21 Paul Vonnahme > Fred, > > First let me say I appreciate all the work you've done on this

Re: [m2e-users] Strange error in WTP webapp

2011-06-21 Thread Fred Bricon
99826&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-99826 ). So try updating your maven project configuration or add the missing nature manually. See if it solves the issue. regards, Fred Bricon 2011/6/21 Collin Peters > Ahh... that made me look silly :) > &

Re: [m2e-users] Strange error in WTP webapp

2011-06-22 Thread Fred Bricon
Collin, can you open a bug at https://issues.sonatype.org/browse/MECLIPSEWTP and attach your webapp project's configuration files? (pom.xml, .classpath, .project, ./settings) Thanks, Fred Bricon 2011/6/21 Collin Peters > All of my modules have those two natures in their .project fil

Re: [m2e-users] Conflicting lifecycle mapping

2011-06-22 Thread Fred Bricon
Hi, I fixed this issue : https://issues.sonatype.org/browse/MECLIPSEWTP-137. The not-so negligible side-effect of the fix is it makes m2e-wtp dependent on the pomproperties plugin. Now waiting for Igor to respin m2e-wtp 0.13.0. Regards, Fred Bricon 2011/6/22 Julien HENRY > Hi I

Re: [m2e-users] Confused about how I get m2eclipse-wtp 0.13

2011-06-22 Thread Fred Bricon
The release process has been set in motion. You just need to wait for a few hours and it'll be available from the m2e-extras update site. 2011/6/22 Paul Grove > I currently have Eclipse 3.6 and I am desperate to get m2eclpse wtp > integration version 0.13 so that we can test the new war overlay

Re: [m2e-users] Confused about how I get m2eclipse-wtp 0.13

2011-06-23 Thread Fred Bricon
Yes m2e-wtp 0.13.0 is compatible with m2e 1.0.0. Thanks to Igor, it is now available from the m2e marketplace. Window > Preferences > Maven > Discovery > Open Catalog. A more detailed blog post will follow later today. regards, Fred Bricon 2011/6/23 Sébastien Deleuze > Will m2e

Re: [m2e-users] Confused about how I get m2eclipse-wtp 0.13

2011-06-23 Thread Fred Bricon
Well it should 2011/6/23 David Durham > This doesn't work with 3.6, right? > > Thanks, > Dave > > On Thu, Jun 23, 2011 at 5:11 AM, Fred Bricon wrote: > > Yes m2e-wtp 0.13.0 is compatible with m2e 1.0.0. > > Thanks to Igor, it is now available from the m2e ma

Re: [m2e-users] where is maven embedded 3.0.3 gone?

2011-06-24 Thread Fred Bricon
If it's the same installation and you previously installed 3.0.3, it shouldn't appear in the marketplace anymore. At least that's what I noticed with m2e-wtp. Have you looked Help > Installation Details > Installed softwares? 2011/6/24 Paul French > ** > How do I install maven embedded 3.0.3 in

Re: [m2e-users] where is maven embedded 3.0.3 gone?

2011-06-24 Thread Fred Bricon
point. > > Also I have no Help > Installation Details > Installed softwares section > > ...but I did say when I go to > > > help -> eclipse market place -> Installed tab > > ..I get an error. > > > > > On 24/06/2011 10:39, Fred Bricon wrote: >

Re: [m2e-users] Changing workspace dependency artifact path

2011-06-24 Thread Fred Bricon
I had the same issue in the ManifestConfigurator. Project artifacts don't appear in the generated classpath, because the archiver checks if the file exists. I worked around it by creating temporary files for projects. See https://github.com/sonatype/m2eclipse-wtp/blob/master/org.maven.ide.eclipse.w

[m2e-users] m2e-wtp 0.13.0 New and Noteworthy

2011-06-24 Thread Fred Bricon
Hi, after yesterday's release of m2e-wtp, I've put up a New & Noteworthy page at : http://community.jboss.org/en/tools/blog/2011/06/23/m2eclipse-wtp-0130-new-noteworthy Your feedback is welcome :-) Regards, Fred Bricon -- "Have you tried turning it off and on ag

Re: [m2e-users] Broken update site

2011-06-28 Thread Fred Bricon
You need the m2e-wtp plugin to handle JavaEE projects with WTP ( applies to RAD). Please take a look at http://community.jboss.org/en/tools/blog/2011/06/23/m2eclipse-wtp-0130-new-noteworthyfor more details on the recently released m2e-wtp 0.13.0 Regards, Fred Bricon 2011/6/27 Yan Laporte

Re: [m2e-users] Eclipse 3.7 Indigo, m2e 1.0 and m2e for wtp

2011-06-30 Thread Fred Bricon
The preferred option is to use the m2e marketplace : Window > Preferences > Maven > Discovery > Open Catalog See the following blog entry for more details : http://community.jboss.org/en/tools/blog/2011/06/23/m2eclipse-wtp-0130-new-noteworthy Regards, Fred Bricon 2011/6/30 Kryst

Re: [m2e-users] webby: Could not locate configuration for maven-war-plugin

2011-07-05 Thread Fred Bricon
m2e-wtp doesn't support overlays of projects handled as attached artifacts. Regards, Fred Bricon 2011/7/5 Rafał Krzewski > Hi, > > I've just tried running a web application with webby 0.1.0.201106240305 and > it failed to start with message "Could not locate co

Re: [m2e-users] webby: Could not locate configuration for maven-war-plugin

2011-07-05 Thread Fred Bricon
tandalone Maven > probable would not work... > > My previous setup using jars with attached wars was admittedly a bit > convoluted, but war overlays contributing both classes and webResources > seems pretty much standard usage. Am I missing something here? > > cheers, > Rafał &

Re: [m2e-users] webby: Could not locate configuration for maven-war-plugin

2011-07-05 Thread Fred Bricon
bapp/WEB-INF/eclipse-web.xml to /src/main/eclipse/web.xml - declare a webResource in your maven-war-plugin config : src/main/eclipse WEB-INF true regards, Fred Bricon 2011/7/5 Rafał Krze

Re: [m2e-users] WTP support in m2e

2011-07-07 Thread Fred Bricon
need to use this update site for now : https://repository.sonatype.org/content/sites/forge-sites/m2eclipse-wtp/0.13.0/S/0.13.0.20110623-0455/ A 0.13.1 version, fixing the conflict, should be released soon(TM). It will allow Sonatype to put m2e-wtp back to the m2e Marketplace. Regards, Fred

[m2e-users] Dev build of m2e-wtp 0.13.1 available for testing

2011-07-07 Thread Fred Bricon
led along with m2e-wtp . Please give this dev build a try so we can definitely release 0.13.1 ASAP and reinstate m2e-wtp in the m2e marketplace. Regards, Fred Bricon -- "Have you tried turning it off and on again" - The IT Crowd ___ m2e-users

Re: [m2e-users] Advanced view of the pom editor

2011-07-08 Thread Fred Bricon
Igor, could a 3rd party plugin reinstate these tabs? Provided the current m2e-core UI API supports it and someone would be willing to do it? Not me, I'm just asking :-) Regards, Fred Bricon 2011/7/8 Igor Fedorenko > We removed these tabs. They never worked properly and/or did n

Re: [m2e-users] Dev build of m2e-wtp 0.13.1 available for testing

2011-07-09 Thread Fred Bricon
elf to the watch list, you'll be notified when the feature is available to test. Regards, Fred Bricon 2011/7/8 Rafał Krzewski > ServletContext.getRealPath(**String) is generally not portable and not > reliable method of accessing the contents of the web application. For > example

Re: [m2e-users] Test resources filtering

2011-07-11 Thread Fred Bricon
Have you tried running a clean eclipse build? 2011/7/11 Daniel Serodio (lists) > I have filtering enabled for the test resources in my POM, but when I run > test from Eclipse (Run As / JUnit test) the tests fail because the resources > are not filtered. > > > > > src/test/resources<**/directo

Re: [m2e-users] Problems with WTP

2011-07-22 Thread Fred Bricon
Collin, - what versions of eclipse, m2e, m2e-wtp are you using? - What happens if you add new dependencies? are they deployed? - have you tried running the clean command on the tomcat instance in the server view? - have you tried deleting / recreating the tomcat instance? 2011/7/22 Collin Peters

Re: [m2e-users] Problems with WTP

2011-07-22 Thread Fred Bricon
e any code), remove references to any proprietary plugins / dependencies, obfuscate some names or whatever you don't wanna see publicized. I'd be happy to help but really, I need you guys. regards, Fred Bricon 2011/7/22 Stefan Thurnherr > Hi > > I completely agree with you - I

Re: [m2e-users] m2e-wtp where is it?

2011-07-27 Thread Fred Bricon
today, hopefully, allowing Sonatype to reinstate it to the m2e marketplace. Regards, Fred Bricon 2011/7/27 Paul Grove > Can someone please tell me the update site for m2e-wtp as I can not seem to > find it anywhere not even in the Market place? > Also where are all the other m2e e

Re: [m2e-users] Problem with plugin attached to process-classes phase

2011-07-27 Thread Fred Bricon
You should probably vote for https://bugs.eclipse.org/bugs/show_bug.cgi?id=315949 ( Support Static Weaving through Dali Eclipse Plug-in) That'd probably make it easier to integrate via a m2e connector. 2011/7/27 Igor Fedorenko > Most likely you won't be able to make this work reliably with m2ecl

[m2e-users] m2e-wtp 0.13.1 available via the m2e marketplace

2011-08-02 Thread Fred Bricon
ttp://dev.eclipse.org/mhonarc/lists/m2e-users/msg00938.html> More details here : http://community.jboss.org/en/tools/blog/2011/08/01/m2eclipse-wtp-0131-back-to-the-m2e-marketplace I also submitted a request to integrate m2e-wtp to the Eclipse Marketplace. Still pending ... Regards, Fred Bricon -- &qu

Re: [m2e-users] m2e addicted to ~/.m2

2011-08-02 Thread Fred Bricon
ettings HIH Regards, Fred Bricon 2011/8/3 Eric Kolotyluk > I've been trying for over an hour to get m2e stop using ~/.m2 as my local > repository. > > In my global settings.xml file I have > > C:/Program Files (Open)/maven/.m2 > > I do not have any ~/.m2/settings.xml, so

Re: [m2e-users] How does m2e-wtp figure out what facet to configure for a project?

2011-08-03 Thread Fred Bricon
SEWTP) Shameless plug : In JBoss Tools (http://www.jboss.org/tools), more facets based on the dependencies of a JavaEE project can be configured (JSF, CDI). regards, Fred Bricon 2011/8/3 Sanjeeb Sahoo > Does m2e-wtp go by type in the pom.xml to decide what facets to > configure when a new ma

Re: [m2e-users] jar overlays in war & lifecycle-mapping and build path issues in m2e 1.0.0.20110607-2117

2011-08-08 Thread Fred Bricon
Stevo, "overlay [xxx] not a dependency" is a known issue in m2e-wtp 0.13.x ( https://issues.sonatype.org/browse/MECLIPSEWTP-141) It has been fixed in 0.14.0-SNAPSHOT, available from http://download.jboss.org/jbosstools/builds/staging/m2eclipse-wtp-e37/all/repo/ HIH Regards, Fred Bri

Re: [m2e-users] Can I invoke "package" on Eclipse auto-build?

2011-08-08 Thread Fred Bricon
e.org/display/M2ECLIPSE/Integration+with+Maven+WAR+Plugin) which is more limited in scope but provides faster turnarounds. Both plugins can be integrated with JRebel. You can read Rafal's testimony on the subject : http://dev.eclipse.org/mhonarc/lists/m2e-users/msg01041.html Regards, Fred Bricon

Re: [m2e-users] Eclipse 3.7 Indigo, m2e 1.0 and m2e for wtp

2011-08-09 Thread Fred Bricon
to improve m2e-wtp's visibility (want to contribute to it's documentation? https://issues.sonatype.org/browse/MECLIPSEWTP-154) I'm open to suggestions. Regards, Fred Bricon 2011/8/10 Mike Wilson > ** > Hi Fred, > > I think I probably went through the same confusion as

Re: [m2e-users] Eclipse 3.7 Indigo, m2e 1.0 and m2e for wtp

2011-08-10 Thread Fred Bricon
Sorry about that. Can you be more specific on what confuses you? 2011/8/10 zuxiong lin > I am confused. > > > 2011/8/10 Fred Bricon > >> There's an updated post about m2e-wtp's availability : >> http://community.jboss.org/en/tools/blog/2011/08/01/m2eclipse

Re: [m2e-users] MAVEN2_CLASSPATH_CONTAINER warning in m2e 1.0.100

2011-08-10 Thread Fred Bricon
Can you get more details on the exception you're getting? (/.metadata/.log) Does updating the maven configuration on your projects work after import? 2011/8/10 Fabricio Lemos > I installed m2e 1.0.100 and imported an existing war project. I received > the error: "An internal error occurred duri

Re: [m2e-users] MAVEN2_CLASSPATH_CONTAINER warning in m2e 1.0.100

2011-08-12 Thread Fred Bricon
mmm I think it's the first time I see this exception. If you can reproduce it reliably, please create an issue in https://issues.sonatype.org/browse/MECLIPSEWTP and attach your project's eclipse config file + pom.xml regards, Fred Bricon 2011/8/12 Fabricio Lemos > > On 10/8/

Re: [m2e-users] Eclipse 3.7 Indigo, m2e 1.0 and m2e for wtp

2011-08-13 Thread Fred Bricon
d at jboss.org/tools and >> made available via the Eclipse Maven marketplace. >> >> /max >> >> > >> > 2011/8/10 Mike Wilson >> > Oh sorry, Fred, I didn't realize you had nothing to do with the Eclipse >> project. I'll start a new threa

Re: [m2e-users] Eclipse 3.7 Indigo, m2e 1.0 and m2e for wtp

2011-08-13 Thread Fred Bricon
tribute enhancements back to the community. If *I* was able to get into the code, then anybody can. 2011/8/13 zuxiong lin > I hope it will be supported as soon as. > I am embarrassed to introduce m2e to my colleagues. > > > And combine the Eclipse classpath > > 2011/8/13 Fre

Re: [m2e-users] Eclipse 3.7 Indigo, m2e 1.0 and m2e for wtp

2011-08-13 Thread Fred Bricon
uate test coverage and we'll review and apply it when we get a chance" > Because I donot have a enough confidence in the code , comparing the Global > Top Developers. > I just a very noraml Chinese developer. > > > 2011/8/13 Fred Bricon > >> Probably some ti

Re: [m2e-users] (m2e-wtp) RunOnServer Bypasses Resource Filtering

2011-08-13 Thread Fred Bricon
If you see the resources correctly filtered under target/classes and target/m2e-wtp/web-resources/ then m2e-wtp has done the job right. So there's probably an issue with the server adapter. Have you tried running the "clean" command on tomcat in the server view (assuming it's tomcat)? Have you trie

Re: [m2e-users] (m2e-wtp) RunOnServer Bypasses Resource Filtering

2011-08-13 Thread Fred Bricon
e server, exit Eclipse, delete > any leftover in the Eclipse work directory, restart Eclipse and > run-on-server again) but none worked. It seems like the deployment > process simply ignored /target (but then I wonder where it got > the class files). > > Thanks a lot, > > - Che

[m2e-users] jspweb.xml and web.xml

2011-08-22 Thread Fred Bricon
First time I here about that issue. Can you post the contents of your pom.xml and ./settings/***.component ? Le 22 août 2011 05:46, "Greg Thomas" a écrit : > Hi all, > > I'm using m2eand m2e-wtp. I'm not sure exactly which versions (Eclipse > doesn't make it easy to check), but it's the latest fr

Re: [m2e-users] m2e-wtp 0.13 war overlays - problem with publishing to server

2011-08-22 Thread Fred Bricon
The error message hints at an error in the WTP server adapter layer. I don't have enough information to point to a specific m2e-wtp issue. Can you look in Eclipse log file ( /.metadata/.log ) to get more details on the exception stacktrace? Regards, Fred Bricon 2011/8/10 Hugi Thordarson

Re: [m2e-users] m2e-wtp: wrong EJB-client dependency usage inside eclipse

2011-08-26 Thread Fred Bricon
reate a new dedicated module containing your interfaces (and any relevant classes) and acting as your ejb client. All other modules would depend on it. I know it's not perfect but it should work. Other users might know & share better workarounds. Regards, Fred Bricon 2011/8/26 Lars Fis

[m2e-users] Where do we manage m2e-extras related issues?

2011-08-28 Thread Fred Bricon
e's a clear statement about that, but I may have missed it. We have the choice between bugzilla @ eclipse.org, jira @ sonatype.org or the built-in github issue system. regards, Fred Bricon 2011/8/28 Christian Kaltepoth (JIRA) > Error message: No context

Re: [m2e-users] Test sources and resources are being packaged

2011-08-31 Thread Fred Bricon
- manually remove the test entries from org.eclipse.wst.common.component and try deploying your app Regards, Fred Bricon [1] https://issues.sonatype.org/browse/MECLIPSEWTP-7 [2] https://issues.sonatype.org/browse/MECLIPSEWTP-3?focusedCommentId=1

Re: [m2e-users] JSF 2.0 and M2 Eclipse

2011-09-01 Thread Fred Bricon
, as a few fixes have been added to the JSF integration, plus you'll have a nice Maven Profiles management UI (Ctrl+Alt+P) Regards, Fred Bricon 2011/9/1 Yoel Benharrous > Dear all, > > Have you got any tips to easy integrate M2eclipse and a jsf Project? > >

Re: [m2e-users] Dependencies when deploying to server...

2011-09-03 Thread Fred Bricon
Are you using m2e-wtp? ( http://marketplace.eclipse.org/content/maven-integration-eclipse-wtp) 2011/9/3 Chris Joysn > Hello, > > i use m2e for dependency management in my projects and > define some dependencies as provided and test scoped. > > But when i deploy my "Dynamic web projects" e.g. to

Re: [m2e-users] maven web apps not loading in Eclipse with M2E

2011-09-13 Thread Fred Bricon
Have you installed m2e(clipse)-wtp from the marketplace? Le 13 sept. 2011 17:12, "Steve Cohen" a écrit : > I haven't tried before to deploy web apps built with maven on the Tomcat > server running from Eclipse using m2e. I have an app that runs just > fine when deployed as a WAR file on a Tomcat S

Re: [m2e-users] maven web apps not loading in Eclipse with M2E

2011-09-13 Thread Fred Bricon
m2e 1.0 and m2e-wtp 0.13.1 both work on Eclipse 3.6. However there's no migration path from previous m2e* versions, so, if moving to 3.7 is not an option, you'll most likely need to start from a fresh 3.6 installation. Regards, Fred Bricon 2011/9/13 Steve Cohen > Eclipse 3.7? D

Re: [m2e-users] What is the Deployed Resources "directory" in m2e-wtp

2011-09-14 Thread Fred Bricon
onfiguration. If you could show me your pom.xml or point me at the archetype you used to create your app, I might be able to have a better understanding of your situation. Regards, Fred Bricon PS : Here's a few links wrt to the latest developments of m2e-wtp : - http://community.jbo

Re: [m2e-users] m2e and m2eclipse versions

2011-09-14 Thread Fred Bricon
og/2011/08/01/m2eclipse-wtp-0131-back-to-the-m2e-marketplace And it's true there is no migration path between m2e 0.x and 1.x versions, so you'd better start from a fresh eclipse installation. Regards, Fred Bricon 2011/9/14 Guillaume Polet > Hi, > > I don't have a change

Re: [m2e-users] Configuring the web.xml file with m2e-wtp

2011-09-15 Thread Fred Bricon
You can use the m2e activated profile like : m2e m2e.version ... m2e automatically enables this profile by setting the m2e.version property. HIH. Regards, Fred Bricon 2011/9/15 Rafael Vanderlei > To avoid the need to trust develop

Re: [m2e-users] Error updating m2eclipse-wtp to 0.14

2011-09-23 Thread Fred Bricon
/content/repositories/forge-sites/m2e-extras/0.14.0/N/0.14.0.201108020602/or via the Maven extension discovery mechanism (Window > Preferences > Maven > Discovery > open catalog , select "mavenarchiver basic support") It uses the same update site url. HIH Fred Bricon 20

Re: [m2e-users] Workspace Resolution with m2e-wtp

2011-09-26 Thread Fred Bricon
ds/staging/m2eclipse-wtp-e37/all/repo/ If you can reproduce the problem reliably every time you import your projects, then I'm very interested in seeing your projects config files / pom.xml. (Use https://issues.sonatype.org/browse/MECLIPSEWTP) Regards, Fred Bricon 2011/9/26 Greg Thomas

[m2e-users] m2e-wtp 0.14.0.20110928-2045 has been staged

2011-09-28 Thread Fred Bricon
https://issues.sonatype.org/secure/ReleaseNote.jspa?projectId=10310&version=11250 Regards, Fred Bricon -- "Have you tried turning it off and on again" - The IT Crowd ___ m2e-users mailing list m2e-users@eclipse.org https://dev.eclipse.

Re: [m2e-users] m2e-wtp 0.14.0.20110928-2045 has been staged

2011-09-29 Thread Fred Bricon
Bricon 2011/9/29 Fred Bricon > m2e-wtp 0.14.0.20110928-2045 is available from the staging update site : > http://download.jboss.org/jbosstools/updates/requirements/m2eclipse-wtp-staging<http://download.jboss.org/jbosstools/updates/requirements/m2eclipse-wtp-0.14.0-release> > > It

Re: [m2e-users] About the build-helper extra source folders fix published in m2e 1.1 snapshot

2011-09-29 Thread Fred Bricon
2011/9/29 Vincent Vandenschrick > Hi all, > First of all, I would like to thank Igor (and the M2E team in general) for > the availability of a 1.1 snaphot version that fixes bug > https://bugs.eclipse.org/bugs/**show_bug.cgi?id=349586. > > I h

[m2e-users] m2e-wtp 0.14.0 is available

2011-09-30 Thread Fred Bricon
e : : http://download.jboss.org/jbosstools/updates/m2eclipse-wtp/<http://dev.eclipse.org/mhonarc/lists/m2e-users/msg00938.html> Enjoy, Fred Bricon -- "Have you tried turning it off and on again" - The IT Crowd ___ m2e-users mailing list m

Re: [m2e-users] Best route to setting up a web service using m2e, m2e wtp and jboss

2011-09-30 Thread Fred Bricon
I don't have any answer on that particular topic but you should probably ask http://community.jboss.org/en/jbossws Regards, Fred Bricon 2011/9/30 Steve Cohen > I need to create a new web service - from scratch. > > Requirement is to use jboss 5.1 and the native JBoss WS stack,

Re: [m2e-users] Problem with GWT 2.4

2011-10-07 Thread Fred Bricon
Hi, it's a bug in the Web project configurator. It doesn't handle classifiers correctly when tweaking the Maven classpath Library for WTP's needs. Can you please open a ticket at https://issues.sonatype.org/browse/MECLIPSEWTP ? Thx Fred Bricon 2011/10/7 Ludovic Pénet > Le v

Re: [m2e-users] Problem with GWT 2.4

2011-10-08 Thread Fred Bricon
The fix for this issue (https://issues.sonatype.org/browse/MECLIPSEWTP-184) is available in the lastest m2e-wtp dev build (0.15.0-SNAPSHOT) at http://download.jboss.org/jbosstools/builds/staging/m2eclipse-wtp-e37/all/repo/ Regards, Fred Bricon 2011/10/7 Fred Bricon > Hi, > > it'

Re: [m2e-users] multimodule setup

2011-10-09 Thread Fred Bricon
hen add it as a dependency to the ear project HIH Fred Bricon 2011/10/9 Rafał Krzewski > See inline > > On 10/09/2011 07:17 PM, Steve Cohen wrote: > >> Thanks, Rafał. >> >> Why do you say it's less hassle the flat way? Is that because of version >> cont

Re: [m2e-users] multimodule setup

2011-10-10 Thread Fred Bricon
tp://dev.eclipse.org/mhonarc/lists/m2e-users/msg01316.html > Incidentally, is there any difference between > New Project -> Maven Module > and > Maven -> New Module Project > ? > > No > The latter was how I added my new modules. > > > > On 10/09/2011 01:03 PM

Re: [m2e-users] Dependencies with classifiers not working

2011-10-11 Thread Fred Bricon
n the dependencyManagement section. Now I dunno if depending on a pom can be considered a best practice or not. Regards Fred Bricon 2011/10/11 Benson Margulies > Eric, > > Why type=pom? How would that ever result in a dependency in Eclipse? > > > > On Tue, Oct 11, 2011 at 9:17 AM, Eric

Re: [m2e-users] problems with m2eclipse & wtp

2011-10-13 Thread Fred Bricon
m2e-wtp 0.14.0 is compatible with the lastet m2e version. See https://github.com/sonatype/m2eclipse-wtp/wiki If anything fails, try using a fresh Eclipse install. You can try creating a project using the org.jboss.spec.archetypes: jboss-javaee6-webapp:7.0.0.Final archetype. It's been validated wo

Re: [m2e-users] How to integrate yuicompressor-maven-plugin execution in m2e lifecycle deploying phase (Tackling the lifecycle mapping problem)

2011-10-14 Thread Fred Bricon
}/m2e-wtp/web-resources/ Regards, Fred Bricon 2011/10/14 Gustavo Henrique Orair > Recently, > we've decided to migrate to Eclipse Indigo and uses m2e 1.0. > But, we have problems trying to tackle the lifecycle mapping problem. > As I understood, we have to defin

Re: [m2e-users] How to integrate yuicompressor-maven-plugin execution in m2e lifecycle deploying phase (Tackling the lifecycle mapping problem)

2011-10-14 Thread Fred Bricon
(I hope I understood your use case) 2011/10/14 Gustavo Henrique Orair > Fred Bricon, > Thanks for your prompt response! > > I think that in your proposed approach resides a problem. If we use these > approach, we cannot deploy (maven-deploy) the package inside Eclipse > anymore

Re: [m2e-users] How to integrate yuicompressor-maven-plugin execution in m2e lifecycle deploying phase (Tackling the lifecycle mapping problem)

2011-10-14 Thread Fred Bricon
; Is this property activated automatically when I have m2e installed in > Eclipse or I have to configure something inside Eclipse to define this > property? > > Br, > > Orair. > > > 2011/10/14 Fred Bricon > >> If you use Eclipse to deploy your project to a maven repo, u

Re: [m2e-users] Best practices for includes resources outside of project base directory

2011-10-16 Thread Fred Bricon
Can you try using ${basedir}/../../sql, this scenario is tested in m2e-wtp : https://github.com/sonatype/m2eclipse-wtp/blob/master/org.maven.ide.eclipse.wtp.tests/projects/WebResourceFiltering/top/mid/web/pom.xml Regards, Fred Bricon 2011/10/17 Collin Peters > I have a Maven war project wh

Re: [m2e-users] problems with m2eclipse & wtp

2011-10-18 Thread Fred Bricon
The pom.properties are generated automatically by the mavenarchiver plugin on all maven projects. It's possible that, for some reason, eclipse can not refresh correctly, hence doesn't find the generated files. Can you try manually refreshing your target folders or restarting your workspace? Regard

Re: [m2e-users] M2E + ear + weblogic = NoClassDefFoundError

2011-10-18 Thread Fred Bricon
generated .ear. - posting the contents of your poms might be helpful troubleshooting your issue. Regards, Fred Bricon 2011/10/18 János Háber > Hi! > > I have a little problem with my projects. I created an ear project > with one ejb, one war and one webservice project. >

Re: [m2e-users] M2E + ear + weblogic = NoClassDefFoundError

2011-10-18 Thread Fred Bricon
> >hu.dk > > demo.ws > > > demo.ws.jar >/${ > deploy.name}/ws >

Re: [m2e-users] M2E + ear + weblogic = NoClassDefFoundError

2011-10-18 Thread Fred Bricon
plugin configuration and adding new modules until you get the equivalent of your setup, see if it still works. Or if you already have sample projects reproducing the problem that, please open a bug report and attach them to https://issues.sonatype.org/browse/MECLIPSEWTP Regards, Fred Bricon 2011/10

  1   2   3   4   5   >