MevenIDE - Error when running within eclipse 3.0.2

2005-07-14 Thread Christian Schlaefcke
Hi Folks, when I try to run maven with the Mevenide plugin I get this: An internal error occurred during: Launching. java.lang.NoSuchMethodError: org.eclipse.debug.internal.ui.DebugUIPlugin.getProcessConsoleManager()Lorg/eclipse/debug/internal/ui/views/console/ProcessConsoleManager;

Re: MevenIDE - Error when running within eclipse 3.0.2

2005-07-14 Thread Jeffrey Bonevich
Christian - This should really get posted to [EMAIL PROTECTED] as it is a mevenide plugin question. Regardless, you are seeing the result of relying on internal eclipse libraries in 3.1 that do not exist in 3.0. This will be corrected soon. However, note that it does not actually prevent

maven-scm-plugin fails

2005-07-14 Thread Van Steenberghe Mario (GFDI)
Hi, We're trying to setup a build system using maven2, but the following error occurs while trying to checkout a project from cvs. It seems that the maven-scm-plugin cannot be downloaded from the maven repository due to a missing release file. When I try to manually download and install the

multiproject and Eclipse

2005-07-14 Thread Ricardo de Souza Moura
Hi I would like a advice... When you are working with multiproject, Do you create one eclipse project for each maven project or create only one eclipse project and mount the directory structure(maven project) in this eclipse project ? I use one eclipse project for each maven project and,

[m2] plugin matrix - status meaning of plugins in list

2005-07-14 Thread Jeff Jensen
How do I know the difference between a plugin that will not get converted to M2 and one that is planned but not done yet? A follow on question on that is - When a plugin is on the list with the red X in M2 column, what does that mean? For example, M1 plugins we use that do not have a green check

Re: MevenIDE - Error when running within eclipse 3.0.2

2005-07-14 Thread Christian Schlaefcke
Thank you and sorry for posting in the wrong place. Regards, Chris Jeffrey Bonevich schrieb: Christian - This should really get posted to [EMAIL PROTECTED] as it is a mevenide plugin question. Regardless, you are seeing the result of relying on internal eclipse libraries in 3.1 that do

RE: Maven2: Wrong ACK

2005-07-14 Thread Ilyevsky, Leonid (Equity Trading)
This happens consistently. All the time, so I cannot do my build with this. However, I found this workaround: replaced scp by file, and it works. I remember trying file long time back, with alpha-1 release, and it was not supported at that time. Question: should file protocol work when

Re: [m2] plugin matrix - status meaning of plugins in list

2005-07-14 Thread Jason van Zyl
On Thu, 2005-07-14 at 08:34 -0500, Jeff Jensen wrote: How do I know the difference between a plugin that will not get converted to M2 and one that is planned but not done yet? This is just a list to compare what is available in m1 versus m2. We are hoping people add comments to those plugins

Re: [m2] plugin matrix - status meaning of plugins in list

2005-07-14 Thread Jeff Jensen
Quoting Jason van Zyl [EMAIL PROTECTED]: On Thu, 2005-07-14 at 08:34 -0500, Jeff Jensen wrote: [snip] I would also like to confirm that this list is only for tracking plugins shipping with Maven, e.g. not the SF plugins. We're trying to track all publicly available plugins. In m2 no

Re: Add other repository [m2]

2005-07-14 Thread Wilfred Springer
I have seen this URL, thanks. In fact, I even tried a number of things to understand how it works, but I'm not sure if I'm required to add a mirror add a server add a profile with a repository What do you suggest? Thanks, Wilfred On Thu, 2005-07-14 at 16:34, Dennis Geurts wrote: try this

Re: [m2] plugin matrix - status meaning of plugins in list

2005-07-14 Thread Jason van Zyl
On Thu, 2005-07-14 at 10:36 -0500, Jeff Jensen wrote: Quoting Jason van Zyl [EMAIL PROTECTED]: Great. Can I then request the following additions to the list?: cobertura findbugs lint4j qalab Added. Hope that helps. Indeed it does, thank you. A suggestion I have as a result is to

RE: Maven 1.0.2 and junitreport?

2005-07-14 Thread Matt Meola
On Thu, 2005-07-14 at 13:15 +1000, Washusen, Dan wrote: I'd stick with Maven 1.1 if you want to use ant tasks as it includes a more recent version of ant. Makes sense... Out of interest, why are you using the ant junit report instead of maven junit report plugin

[m2-repo] POM for commons-jelly-SNAPSHOT missing

2005-07-14 Thread J. Matthew Pryor
I don't know if there is a better place for this, but I am trying to use m2 to build something that uses maven1 classes. The m2 repo for the maven 1 dependencies is pretty good except when it comes time to resolve commons-jelly SNAPSHOT. The jar is on ibiblio, but there is no POM

Re: [m2-repo] POM for commons-jelly-SNAPSHOT missing

2005-07-14 Thread Emmanuel Venisse
filed an issue (http://jira.codehaus.org/browse/MEV) Emmanuel J. Matthew Pryor wrote: I don't know if there is a better place for this, but I am trying to use m2 to build something that uses maven1 classes. The m2 repo for the maven 1 dependencies is pretty good except when it comes time to

M2: JUnit Testing

2005-07-14 Thread Michael Owen
Hi, Using M2. Firstly, when I run test, it runs surefire and not JUnit as shown in Maven 1 documentation. Is surefire better and/or how do I get JUnit to run the tests? Secondly, how do I get a HTML report showing the outcome of the JUnit tests run e.g. number of successful tests, error

Re: M2: JUnit Testing

2005-07-14 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Surefire is used to setup and run the JUnit tests (I think it's a replacement for the JUnit test-runner tools, but I'm not sure). The long and the short of it is that surefire *should* produce the same results as the m1 junit stuff... ...with the

Re: [m2-repo] POM for commons-jelly-SNAPSHOT missing

2005-07-14 Thread Carlos Sanchez
That SNAPSHOT shouldn't be there, where is it referenced from? On 7/14/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: filed an issue (http://jira.codehaus.org/browse/MEV) Emmanuel J. Matthew Pryor wrote: I don't know if there is a better place for this, but I am trying to use m2 to

JNI dll gets loaded multiple times during JUnit tests

2005-07-14 Thread Adam Perry-Pelletier
I'm converting an opensource project to use maven. The is a java COM wrapper. Accordingly, it relies on underlying JNI and dlls for the native support. When running its JUnit tests, I get the following error. Testcase: testEnv(com.moesol.bindings.platform_sdk.base_services.ProcessTest):Ca

StatCVS plugin help?

2005-07-14 Thread Ryan Shriver
Hey all, I'm setting up and learning about Maven. I've gotten a few reports to work, but I'm having trouble with the statcvs plugin. Specifically, when I run 'maven statcvs' I get the following error: BUILD FAILED Goal 'statcvs' does not exist in this project. Adding

Re: JNI dll gets loaded multiple times during JUnit tests

2005-07-14 Thread Doug Douglass
Just a suggestion, try adding: maven.junit.fork=true to your project.properties. Doug Adam Perry-Pelletier wrote: I'm converting an opensource project to use maven. The is a java COM wrapper. Accordingly, it relies on underlying JNI and dlls for the native support. When running its JUnit

[m2] MNG-320 .svn files get copied in the generated WAR file

2005-07-14 Thread John Fallows
MNG-320 seems to still be a problem in 2.0-alpha-3. http://jira.codehaus.org/browse/MNG-320 Looking at the WarMojo source on the trunk, it seems there is a TODO comment indicating that includes and excludes should be applied while copying resources. if ( new File( warSourceDirectory ).exists()

[m2] Build.properties Equivalent

2005-07-14 Thread David Le Strat
All, Does any one know the equivalent of build.properties in M2? How can I do something like pom.xml: dependency ... artifactId${my.dep.version}/artifactId ... /dependency Regards, David Le Strat. David Le Strat Blogging @

Re: [m2] Build.properties Equivalent - Correction

2005-07-14 Thread David Le Strat
All, Does any one know the equivalent of build.properties in M2? How can I do something like pom.xml: dependency ... version${my.dep.version}/version ... /dependency Regards, David Le Strat. David Le Strat Blogging @ http://dlsthoughts.blogspot.com

Re: [m2] Build.properties Equivalent - Correction

2005-07-14 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You should never need to do that in maven2. Instead, you have an option of defining a hierarchy of poms, and within that hierarchy defining a set of managed dependencies. This is an important concept, since it allows you to declare properties

Maven / EJB / Swing - How to organise?

2005-07-14 Thread vachevil-basic
Maven question for the community... May be one could post an example? I am quite new to Maven but have read a few books and articles on it... nobody seems to deal with this architecture: Say my architecture is a SWING GUI delivered by WebStart using an EJB server and passing back and forth

Re: [m2] Build.properties Equivalent - Correction

2005-07-14 Thread David Le Strat
Thanks John. Great email. I guess the models are just different. One of the nice things about the old build.properties approach is that it offered a way to share properties between an Ant build and a maven build. Let say I have a set of components built using Maven and a larger project

java.library.path ant equivalent

2005-07-14 Thread Adam Perry-Pelletier
I add load library paths in an ant's build.xml files like: target name=junit-run depends=prepare junit printsummary=true failureproperty=junit.failed sysproperty key=com_moesol_bindings.library.path

Re: JNI dll gets loaded multiple times during JUnit tests

2005-07-14 Thread Kenney Westerhof
On Thu, 14 Jul 2005, Adam Perry-Pelletier wrote: You could use a TestSuite that does the dll initialization and contains (references to) all the TestCases, which of course no longer load the dll. I'm not entirely sure about the details, but I bet the JUnit documentation can be helpful there. --

Re: Add other repository [m2]

2005-07-14 Thread Peter van de Hoef
If you specify a plugin repository in your POM, like: pluginRepositories pluginRepository idmy-plugins/id nameMy Plugin Repository/name urlhttp://repository.mycompany.org/url

Re: Maven 2 error

2005-07-14 Thread solo turn
i get something like this now with v alpha-3. $ m2 -e archtype:create -DgroupID=ts -DartifactId=demoapp + Error stacktraces are turned on. [INFO] [INFO] Building Maven Default Project [INFO]

Re: Maven 2 error

2005-07-14 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 solo turn wrote: snip/ | 'org.apache.maven.plugins:maven-archtype-plugin': Cannot resolve This appears to be a typo, probably from your command line or from your POM. It should be maven-archetype-plugin, so if you're invoking directly from the

Re: [maven 1.0.2] URGENT custome application.xml not being included in ear

2005-07-14 Thread Mick Knutson
This application.xml is kicking my butt Why must this be so fricking difficult? PLEASE someone help me fix this. All I want to do is include the ./ear-subproject/src/conf/META-INF/application.xml into my ear as the application.xml file and I can get this stupid thing to

[maven 1.0.2] How to update all the default plugins for maven?

2005-07-14 Thread Mick Knutson
I want to update all the default plugins for my Maven 1.0.2 install. How can I force Maven to get the latest of all plugins? Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA)

maven test:single - TestCase class reports no package name

2005-07-14 Thread Wuff, Oliver
I am running a JUnit test case two ways; the one that works is 'maven test:ui' and then I select the test case class in the GUI and it runs successfully. However, running 'maven -Dtestcase=com.echostar.partners.webtest.welcome.LoginPageTestCase test:single' will fail when my code calls

RE: [m2-repo] POM for commons-jelly-SNAPSHOT missing

2005-07-14 Thread J. Matthew Pryor
Its referenced from commons-jelly-ant-1.0 IIRC -Original Message- From: Carlos Sanchez [mailto:[EMAIL PROTECTED] Sent: Friday, July 15, 2005 3:24 AM To: Maven Users List Subject: Re: [m2-repo] POM for commons-jelly-SNAPSHOT missing That SNAPSHOT shouldn't be there, where is it

Re: [m2-repo] POM for commons-jelly-SNAPSHOT missing

2005-07-14 Thread Carlos Sanchez
Please file an issue at http://jira.codehaus.org/browse/MEV On 7/14/05, J. Matthew Pryor [EMAIL PROTECTED] wrote: Its referenced from commons-jelly-ant-1.0 IIRC -Original Message- From: Carlos Sanchez [mailto:[EMAIL PROTECTED] Sent: Friday, July 15, 2005 3:24 AM To: Maven Users

Re: Add other repository [m2]

2005-07-14 Thread Dennis Geurts
Wilfred, I must confess I never used the 'repo override' myself... ;-) people: correct me if I'm wrong !! I guess since you want to always override you best create a profile that always 'activates' e.g. profile idjdk-1.5/id activation jdk1.5/jdk /activation repositories repository idmy own

RE: [m2-repo] POM for commons-jelly-SNAPSHOT missing

2005-07-14 Thread J. Matthew Pryor
http://jira.codehaus.org/browse/MEV-38 Done - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [maven 1.0.2] How to update all the default plugins for maven?

2005-07-14 Thread Jamie Bisotti
There is now update all method. It's a manual process. On 7/14/05, Mick Knutson [EMAIL PROTECTED] wrote: I want to update all the default plugins for my Maven 1.0.2 install. How can I force Maven to get the latest of all plugins? Thank You Mick Knutson Sr. Java/J2EE Consultant BASE

RE: Maven 1.0.2 and junitreport?

2005-07-14 Thread Washusen, Dan
I've used the latest hibernate ant tasks with Maven 1.1. I had to include it's dependencies in my project.xml but it worked. I notice that the documentation for the junitreport task mentions the Xalan libraries, have you check that out?

Local Repository Issue

2005-07-14 Thread Dylan Stamat
I'm having problems getting Maven (1.0.2) to find .JAR files in my local repository. Basic problem, but I can't get it to work for the life of me. Here is my setup: My repository is in the default location (/.maven/repository/), and I added a path to a j2ee .JAR I placed in this directory...

[M2] Mix between Provided and Test Scopes

2005-07-14 Thread David H. DeWolf
I'm attempting to utilize the servlet api within some mock tests (in addition to needing it to compile my main source). I have attempted to mark the scope of the servlet api in the following manners: 1) Provided Scope 2) Test Scope 3) Two Separate Dependencies of Provided Scope AND Test Scope

[m2] plugin parameter value configuration for non primitive types?

2005-07-14 Thread John Fallows
What syntax is supported for M2 Plugin parameters of non-primitive types? For example, java.util.Collection (and subclasses), java.util.Map (and subclasses), arrays, Properties and JavaBeans. /** * Items to be processed, defaults to the empty set. * * @parameter */ private Set items =

Re: [M2] Mix between Provided and Test Scopes

2005-07-14 Thread Kenney Westerhof
On Thu, 14 Jul 2005, David H. DeWolf wrote: What you could do is depend on a pom, scopetest/scope, that itself depends on the servlet api. -- Kenney I'm attempting to utilize the servlet api within some mock tests (in addition to needing it to compile my main source). I have attempted to