Re: rmic plugin

2007-02-19 Thread Borut Bolčina
Hello, after downloading from svn checkout svn://svn.freehep.org/svn/freehep/trunk/maven-plugins/freehep-rmic-plugin freehep-rmic-plugin and issuing mvn clean package I get C:\Documents and Settings\borutb\Desktop\rmi\freehep-rmic-plugin>mvn clean package [INFO] Scanning for projects... W

Re: assembly and jar plugins with SNAPSHOT dependencies and classpath manifest

2007-02-19 Thread Geoffrey De Smet
FYI, I just found this one which seems to be the bug (please vote ;) http://jira.codehaus.org/browse/MJAR-28 With kind regards, Geoffrey De Smet Geoffrey De Smet schreef: I have a dependency on a SNAPSHOT which I didn't build myself, for example fun-0.1.0-SNAPSHOT.jar. My jar plugin is configu

Re: [m2] Compile with one JDK and tests with several

2007-02-19 Thread JC Walmetz
What I'd like to do is to execute tests in 1.5 and 1.6. Changing the rt.jar is not enough. By the past we had trouble with bugs in JDK. Just changing the rt.jar is not enough. We really need to use another JDK. What I'd like to do is during the dev to use JDK 1.5, to release with the JDK 1.5 and

Re: rmic plugin

2007-02-19 Thread Tim Kettler
Hi, works for me. I just built it with a clean local repository and all artifacts where downloaded correctly. Perhaps a repository server was busy and a connection timed out or there was some other kind of connection problem? -Tim Am Montag, den 19.02.2007, 09:31 +0100 schrieb Borut Bolčina: >

Re: [m2] Compile with one JDK and tests with several

2007-02-19 Thread nicolas de loof
The wiki page explain a solution I've found to compile for a target 1.3 Jre with using another JRE to support dev tools, like some testing / mock tools that require java5. The goal is not to test under various JRE, just to assert the binaries will not reference methods that do not exist under jav

Re: maven2 websphere plugin

2007-02-19 Thread Rémy Sanlaville
Hi Marco, shame on me... i didnt follow links as i did need plugin at that time... well, then your best bet is to go with WAS-specific ant task, call them from maven-antrun plugin a friend of mine (Mr Peter Pilgrim) has done some work on that.. i post here the link of his blog where he describe

Re: [m2] Compile with one JDK and tests with several

2007-02-19 Thread JC Walmetz
Problem of using multiple server is that you rebuild the jar. Consequently you do not test the jar compile in jdk 1.5 in Jdk 1.6. I really like to test the jar build with jdk1.5 in jdk 1.6 nicolas de loof-2 wrote: > > The wiki page explain a solution I've found to compile for a target 1.3 > Jr

Re: maven2 websphere plugin

2007-02-19 Thread Rémy Sanlaville
Hi Hermod, If you do "mvn site" on the downloaded source, you will get a bunch of samples in doc of the generated site that are clear and precise. I already tried it but the build failed... [INFO] [site:site] [WARNING] Unable to load parent project from repository: Could not find the model f

Re: [m2] Compile with one JDK and tests with several

2007-02-19 Thread nicolas de loof
You should only run tests, not compile the jar, by packaging your tests as test-jar and runing them in a portability-test project you can deploy on a ci-server with various JRE. Nico. 2007/2/19, JC Walmetz <[EMAIL PROTECTED]>: Problem of using multiple server is that you rebuild the jar. Con

[ANN] Transcoder Maven2 plugin - check completeness of your multilingual resources

2007-02-19 Thread Aleksei Valikov
Hi. I've recently release the Transcoder plugin: https://transcoder.dev.java.net/ I hope you'll find it useful. Here's a small description. The Transcoder plugin for Maven2 is used to check multilingual resources for the completeness of translation. This plugin analyzes property files contai

RE: Built-On date for my manifest

2007-02-19 Thread Artamonov, Juri
You can easily use your own plugin for setting that kind of stuff into your manifest file. I believe you want to have this information for every project where archive is the result of the build. Then you can write the plugin (example listed below) and specify this plugin in parent pom for your comp

software bundles and maven repositories

2007-02-19 Thread Erik Ruisma
Hello, what does Maven2 recommend when you have projects that depend on software bundles à la JAXP, JWSDP, ... or others? In general these software bundles are a collection of other libraries (eg JAXP 1.3 contains version X of xercesImpl, version Y of xalan,..). So how do you define a dependency

${project.profiles}

2007-02-19 Thread Kevin Jackson
Hi , I want to get access to the value of the activeProfile For example : mvn -P dev clean package in my pom.xml I want to pass 'dev' to antrun without specifying it twice (ie as a -D property on the command line) I can get access to a List/Array of Profile with ${project.profiles} org.apac

Re: [m2] Compile with one JDK and tests with several

2007-02-19 Thread JC Walmetz
I have tried to do that. In a standard project surefire scans the test classes directory to search for junit tests. When test cases are in a jar file I do not find how to parameter surefire plugin to scan test-jar. How can I parameter surefire to scan a test-jar ? nicolas de loof-2 wrote: > >

Re: [m2] Compile with one JDK and tests with several

2007-02-19 Thread nicolas de loof
You may look at the maven-dependecy-plugin and it'zs unpack goal 2007/2/19, JC Walmetz <[EMAIL PROTECTED]>: I have tried to do that. In a standard project surefire scans the test classes directory to search for junit tests. When test cases are in a jar file I do not find how to parameter suref

RE: maven2 websphere plugin

2007-02-19 Thread hermod.opstvedt
Hi The Maven websphere plugin is based on the WAS ant tasks - The advantage is that you do not need to mess around with this stuff your self since it is handled for you. It will generate ejb jar files, start/stop the server, Install/Uninstall/list applications etc. Hermod -Original Messag

RE: maven2 websphere plugin

2007-02-19 Thread hermod.opstvedt
Hi Did you grab from SVN? https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/mojo-was using TortoiseSvn or svn co https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/mojo-was mojo-was If you do that and run "mvn clean install site" on it from that (mojo-was) directory it should build jus

RE: maven2 websphere plugin

2007-02-19 Thread Peter . Pilgrim
> -Original Message- > From: Marco Mistroni [mailto:[EMAIL PROTECTED] > Sent: 16 February 2007 19:10 > To: Maven Users List > Subject: Re: maven2 websphere plugin > > Hi Remy, > shame on me... i didnt follow links as i did need plugin at > that time... > well, then your best bet is to

properties-files

2007-02-19 Thread Erik Drolshammer
Hi! I have a Maven-based project which utilize a couple of properties-files like hibernate.properties and log4j.properties. Because these are often modified by the individual developer we have chosen to place hibernate.properties.tmpl and log4j.properties.tmpl under versioncontrol. The downsid

Re: Invalid scm url problem

2007-02-19 Thread Emmanuel Venisse
svn:// or scm:svn:// aren't standard protocols, so continuum doesn't accept them. In the "Add Project" page, you can use only http(s)/ftp/file protocols. file protocol is allowed only if it's configured in application.xml Emmanuel Ronald Pieterse a écrit : I'm trying to put a Maven 2 multi modu

RE: maven2 websphere plugin

2007-02-19 Thread hermod.opstvedt
Hi Yepp, somebody (read me) is planning on doing a WAS6 version too real soon. Hemod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 1:13 PM To: users@maven.apache.org Subject: RE: maven2 websphere plugin > -Original Message

Re: Invalid scm url problem

2007-02-19 Thread Ronald Pieterse
I know, maybe I explained it wrong. On the 'Add Project' page I provide the url to my repo which is available through our intranet with http://development/repos//trunk//pom.xml It creates the projects (submodules are on same physical level as parent for proper IDE working reasons) correctly bu

Re: Invalid scm url problem

2007-02-19 Thread Emmanuel Venisse
oh, I see. Your scm url is wrong because it doesn't respect the format (http://maven.apache.org/scm/subversion.html) it must be scm:svn:svn://... Emmanuel Ronald Pieterse a écrit : I know, maybe I explained it wrong. On the 'Add Project' page I provide the url to my repo which is available thr

Trouble with Release-Plugin and SVN

2007-02-19 Thread Hendrik Busch
Hi, I've got trouble performing a release of a maven project using the release-plugin and SVN. All SCM-paths are setup correctly, but there seems a to be problem with the way Maven calls my local svn-command. When I run mvn release:prepare -DdryRun=true I get the following (even if I omit th

must enter 20 times same password during deploy

2007-02-19 Thread eckobar
hi everybody! i am new to maven and have a little problem i have a distribution repository which uses scp, server infos username + password is set in settings.xml, but when i make "mvn deploy" i must enter password for each aktion, but at the end everything is OK. problem is that for a simp

Re: unit test works in Eclipse but fails in maven

2007-02-19 Thread Kaare Nilsen
On 17/07/06, Jimisola Laursen <[EMAIL PROTECTED]> wrote: Hi! I had a similar problem that was because of assertions. Assertions where enabled when running test from console Maven, but disabled when running tests using Eclipse. Did you find any good reason for this, and how did you eventually

MD4J: J2EE Code Generation Tutorial with Maven

2007-02-19 Thread Manos Batsis
MD4J is an extensible J2EE webapp generator. One of the main features is that it allows you to work on your model (in the form of Hibernate mappings) iteratively, providing a complete J2EE application following your model changes. So, each time you edit your model and build your project, MD4

Re: unit test works in Eclipse but fails in maven

2007-02-19 Thread Kaare Nilsen
On 19/02/07, Kaare Nilsen <[EMAIL PROTECTED]> wrote: On 17/07/06, Jimisola Laursen <[EMAIL PROTECTED]> wrote: > > Hi! > > I had a similar problem that was because of assertions. Assertions where > enabled when running test from console Maven, but disabled when running > tests using Eclipse. Did

Re: [ANN] Transcoder Maven2 plugin - check completeness of your multilingual resources

2007-02-19 Thread Manos Batsis
Aleksei Valikov wrote: I've recently release the Transcoder plugin: https://transcoder.dev.java.net/ Awesome! I was actually getting ready to work on something like this for md4j-quickstarter [1], although more webapp oriented. Can this be extended to: * Parse a set of JSP (or other present

Problems with deploying file into archiva

2007-02-19 Thread Alexey Kakunin
Hello! I just checked out and built latest version of archiva and tried to use. First I tried to make it working under Tomcat in general it started to work - but... Finally I decied to switch to archiva-plexus-runtime -about tomcat problems I will write a little bit later. So, under as plexu

Trying to login into archiva-webapp with non-admin user

2007-02-19 Thread Alexey Kakunin
Hello! Another problem related to archiva - then I'm trying to login into archiva-webapp as non-admin user (i created it then I was logged in as admin, then said logout and now trying to login as new user) I authomatically redirected to the http://www.emforge.org:8091/archiva/security/password.act

RE: Deploy *-SNAPSHOT artifacts without timestamps

2007-02-19 Thread Darren Hartford
That was it, thanks! -D > -Original Message- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: Friday, February 16, 2007 8:26 PM > > Have you looked at the documentation of the > tag in the pom? > > Wayne - To unsu

Release plugin and library snapshots

2007-02-19 Thread Steve Shucker
I'm interested in using the release plugin to handling pom versioning and scm tagging. However, I can't figure out how to deal with snapshot libraries. We've got several projects that depend on common libraries and use continuum to keep current snapshots of the libraries available. Because d

using ant conditions/available within pom.xml - maven-antrun-plugin

2007-02-19 Thread Erez Nahir
Hi, Is there a way to use the available task of ant within the antrun-plugin configuration? And, use the "antcall" task? I would like to have something like: ... org.apache.maven.plugins maven-antrun-plugin 1.1

Re: must enter 20 times same password during deploy

2007-02-19 Thread Andrius Šabanas
eckobar wrote: hi everybody! i am new to maven and have a little problem i have a distribution repository which uses scp, server infos username + password is set in settings.xml, but when i make "mvn deploy" i must enter password for each aktion, but at the end everything is OK. problem is

Re: rmic plugin

2007-02-19 Thread Mark Donszelmann
Hi we have seen the same problem on other projects (of freehep). Cleaning the local repository always helped, but is a strange (and sometimes long) solution. Regards Mark Donszelmann On Feb 19, 2007, at 12:54 AM, Tim Kettler wrote: Hi, works for me. I just built it with a clean local re

Re: must enter 20 times same password during deploy

2007-02-19 Thread Scott Ryan
If you add a servers section with userid and password to your settings.xml it will not prompt any longer. On Feb 19, 2007, at 7:00 AM, eckobar wrote: hi everybody! i am new to maven and have a little problem i have a distribution repository which uses scp, server infos username + pas

Re: Invalid scm url problem

2007-02-19 Thread Ronald Pieterse
Thank you, that did the trick. So I've learned I should read the documentation more carefully... :-) Now another question popped up about notifiers. Since I have multiple projects in Continuum now, for each submodule one seperate project, is there a way to only define the notifiers once or do I

Artifact for Javascript libraries?

2007-02-19 Thread Manos Batsis
I'm trying to figure out a good enough way to package javascript libraries with Maven, for use with projects producing WAR artifacts. The closest related resource i have found is "Using Maven to modularize JavaScript" but it is rather outdated (M1). Perhaps it could be a good idea to introdu

Re: Invalid scm url problem

2007-02-19 Thread Emmanuel Venisse
You can define it once if you declare it in the parent pom. It will be inherited in modules. Emmanuel Ronald Pieterse a écrit : Thank you, that did the trick. So I've learned I should read the documentation more carefully... :-) Now another question popped up about notifiers. Since I have mult

Re: [ANN] Transcoder Maven2 plugin - check completeness of your multilingual resources

2007-02-19 Thread Aleksei Valikov
Hi. I've recently release the Transcoder plugin: https://transcoder.dev.java.net/ Awesome! I was actually getting ready to work on something like this for md4j-quickstarter [1], although more webapp oriented. Can this be extended to: * Parse a set of JSP (or other presentation technology)

Re: [ANN] Transcoder Maven2 plugin - check completeness of your multilingual resources

2007-02-19 Thread Manos Batsis
Aleksei Valikov wrote: You are welcome to join the project and do the JSP parsing as you see it. Request sent, thanks for sharing :-) Cheers, Manos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Maven 1.x issue

2007-02-19 Thread Build Admin
Hi Friends, In maven, how can I add dependency without mentioning the version number?

RE: [m2] Integration-test target runs integration tests twice...

2007-02-19 Thread EJ Ciramella
Ok, so I seem to have found out why this is happening. At the top most pom, we have a minor surefire configuration (we'd like all the unittests to wind up in one central location for processing). When maven see this AND the child pom with a different path to that main folder, maven decides to run

RE: [M2] Error getting POM - Failed to resolve artifact

2007-02-19 Thread Siegmann Daniel, NY
Does no one know what could cause a "Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifact's metadata." error? Or under what conditions such an error would be generated? Maybe a hunch? Any help you could provide would be ... umm ... help

Re: [m2] Integration-test target runs integration tests twice...

2007-02-19 Thread Wayne Fay
FYI for the future... Next time, use "mvn help:effective-pom" to help diagnose problems like this. Wayne On 2/19/07, EJ Ciramella <[EMAIL PROTECTED]> wrote: Ok, so I seem to have found out why this is happening. At the top most pom, we have a minor surefire configuration (we'd like all the uni

Re: Trying to login into archiva-webapp with non-admin user

2007-02-19 Thread Wendy Smoak
On 2/19/07, Alexey Kakunin <[EMAIL PROTECTED]> wrote: Hello! Another problem related to archiva - then I'm trying to login into archiva-webapp as non-admin user (i created it then I was logged in as admin, then said logout and now trying to login as new user) I authomatically redirected to the ht

RE: [m2] Integration-test target runs integration tests twice...

2007-02-19 Thread EJ Ciramella
We did and that's how we diagnosed this, but that doesn't answer the question if this is a bug or not. Is this what it's supposed to do? Find a surefire configuration and run twice with it? The lowerlevel one is only activated when a profile is activated via a property setting (which works flawl

Re: software bundles and maven repositories

2007-02-19 Thread Carlos Sanchez
bundles are usually a bad idea because conflict with dependencies needed by other projects jaxp 1.4 is in http://repo1.maven.org/maven2/javax/xml/parsers/jaxp-api/1.4/ and Sun's reference implementation in http://repo1.maven.org/maven2/com/sun/xml/parsers/jaxp-ri/1.4/ On 2/19/07, Erik Ruisma <[E

Splitting APT in multiple files

2007-02-19 Thread Roland Asmann
Hi, I want to write an APT document, split over several files. The reason for this is that a part of the APT will be generated during the maven build. The APT mini-guide says it is possible, but doesn't really say how to do this. Could anybody give me some more explanation on how to do this? A

Re: maven2 websphere plugin

2007-02-19 Thread Rémy Sanlaville
Did you grab from SVN? https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/mojo-was using TortoiseSvn or svn co https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/mojo-was mojo-was If you do that and run "mvn clean install site" on it from that (mojo-was) directory it should build just fine

Re: maven2 websphere plugin

2007-02-19 Thread Rémy Sanlaville
Yepp, somebody (read me) is planning on doing a WAS6 version too real soon. Yes I see it also, but I need to use Websphere 5.1 for my project. Not sure that WAS6 will be a good candidate for my context. Rémy

Re: software bundles and maven repositories

2007-02-19 Thread Wayne Fay
You could make your own "bundle" pom by creating a new pom with packaging "pom" and specify the dependencies/libraries used by JWSDP etc. So you would make your own JWSDP v 1.4, 1.6, 2.0 etc poms with the proper dependencies declared and then deploy those poms to your internal corporate repo, and

Re: properties-files

2007-02-19 Thread Wayne Fay
You are looking for Profiles in conjunction with Resource Filtering. Wayne On 2/19/07, Erik Drolshammer <[EMAIL PROTECTED]> wrote: Hi! I have a Maven-based project which utilize a couple of properties-files like hibernate.properties and log4j.properties. Because these are often modified by the

Maven 1.x, Checkstyle and Java 1.5

2007-02-19 Thread George Stragand
Yes, I know Maven 2.0.5 has been released. I have some older Maven 1.xprojects that have been upgraded to Java 1.5 and now we see the dreaded "Got an exception - expecting EOF, found" message from Checkstyle. It would appear that we need to upgrade to Checkstyle 4.x to handle Java 1.5 syntax. I

Re: [m2] [mojo-dev] Re: Terracotta Maven plugin(s), anyone?

2007-02-19 Thread Eric-Ellis
A Maven plugin could be written to configure and deploy a clustered system test scenario. Imagine you want to write JUnit tests to verify that data is being shared correctly across your cluster. We currently have several ways of doing this in our own code base; take a look at: AbstractTransparentA

Re: Trying to login into archiva-webapp with non-admin user

2007-02-19 Thread Wendy Smoak
On 2/19/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: This is actually coming from Plexus Security. I see it when clicking the link in the registration email. Firefox gives up, but IE just sits there in a redirect loop while the log file fills up. It's confirmed as an issue in Plexus Security,

Re: rmic plugin

2007-02-19 Thread Borut Bolčina
I just tried building freehep-rmic-plugin at home with freshly downloaded Maven 2.0.5. I did not delete my local repo, but build succeeded. The behavior seems indeterministic. I guess some artifacts from some repos are causing trouble. Cleaning local repo for build to succeed is a crime, well a

SV: maven2 websphere plugin

2007-02-19 Thread Hermod Opstvedt
Hi That link is for SVN not for the Maven2 repository. You need to add the Mojo repo at codehaus too. codehaus.org CodeHaus Snapshots http://snapshots.repository.codehaus.org

Missing required setting: scm connection

2007-02-19 Thread Rob Lintern
Hi All, Can anybody think of a reason why my release:prepare command has suddenly started to complain ... "Missing required setting: scm connection or developerConnection must be specified." I still have a defined in my root pom. I've also tried specifying -DconnectionURL on the command line

Build-number plug-in and install goal conflict?

2007-02-19 Thread Larry Meadors
I am trying to use the build number plug-in: http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/howto.html I changed my pom to use ${project.artifactId}-${project.version}-r${buildNumber} as the final name, and it works great for all of the files built, but for the pom, it messes up th

Re: My first program is not working. Please help.

2007-02-19 Thread Wayne Fay
You sent this same email on Feb 15. And you received the same response -- "you are mixing m1 and m2". Please do some reading about M2 on your own, and stop sending this question to the list. The resources suggested by Tim will be very helpful in your self-education efforts. Wayne On 2/19/07, Ti

Re: Maven 1.x, Checkstyle and Java 1.5

2007-02-19 Thread Lukas Theussl
I'm not sure what the problem is, java 5 support has been added in version 3.0 of the checkstyle plugin (according to the changelog). The current 3.0.1 uses checkstyle 4.1 and there is no newer version available. HTH, -Lukas George Stragand wrote: Yes, I know Maven 2.0.5 has been released.

Re: Maven 1.x issue

2007-02-19 Thread Lukas Theussl
You can't. -Lukas Build Admin wrote: Hi Friends, In maven, how can I add dependency without mentioning the version number? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Missing required setting: scm connection

2007-02-19 Thread Rob Lintern
OK. Problem solved. One of my (sub) modules was not a descendent of the root pom (it had no parent specified)...hence no scm connection found for this sub module. Cheers Rob Rob Lintern/CanWest/IBM 19/02/2007 10:52 AM To users@maven.apache.org cc Subject Missing required setting: scm con

Re: Maven 1.x, Checkstyle and Java 1.5

2007-02-19 Thread George Stragand
For grins, I downloaded 3.0.1 again, and it works now even though we had it installed already. Thanks. On 2/19/07, Lukas Theussl <[EMAIL PROTECTED]> wrote: I'm not sure what the problem is, java 5 support has been added in version 3.0 of the checkstyle plugin (according to the changelog). The

unable to get dependency classpath passed to an ant script

2007-02-19 Thread EJ Ciramella
We're still in process of converting from a strictly ant build to a maven 2 build and we're relying on a few snippets ouf of our old ant scripts. Currently, one is really throwing us for a loop: src/main/scripts ../scripts false

Re: Problems with deploying file into archiva

2007-02-19 Thread Joakim Erdfelt
Several things to do. Make sure the ID you use here -> -DrepositoryId=xxxMavenRepo is the same ID you use the appropriate section of your settings.xml. That ID is how the command line deploy:deploy-file binds the credentials found in the settings.xml to the deploy request. Also, make sure you use

Maven errors out with java null null

2007-02-19 Thread EJ Ciramella
Has anyone see this? All I tried was a "mvn package -Dtest=notest" [INFO] Surefire report directory: E:\work\LTY-P39\utils\..\reportsdirectory Forking command line: java null null -classpath E:\work\m2\Repository\org\apache\maven\surefire\surefire-api\2.0\surefir e-api-2.0.jar;E:\work\m2

RE: unable to get dependency classpath passed to an ant script

2007-02-19 Thread Barrett Nuzum
Hey EJ. I don't see anything wrong with your ant, per se. However, if you have a multi-module build, maven.*.classpath does not resolve correctly when building children of the parent. That is to say -- ParentProject/ --- pom.xml --- Child Project/ ---

Dependency on artifacts generated by non-Maven projects.

2007-02-19 Thread Michael Warr
Does anyone have a solution for the following problem? I am using Maven to generate WARs and SARs for a medium size project. All but one of the sub-projects are built using Maven. A number of the Maven built projects (call them Projects B-K) are dependent on JAR files built by the non-Maven proje

Re: [m2] Can anyone explain this code

2007-02-19 Thread Jiaqi Guo
Hi Franz, I seemed to miss this mail until just now. Sorry for late response. I was trying to get some information of the plugin itself (A PluginDescriptor object). In Maven1 this is feasible if Jelly script refers something like "${plugin.get...}" so I guessed there should be similar thing i

Re: Maven 2.0.5 Released

2007-02-19 Thread Rollo, Dan
Is there a particular list, jira, (or other place) to look for info about when the next release (v2.0.5?) of the ant-dep and/or embedder might be available? Thanks, Dan by Jason van Zyl-2 Feb 14, 2007; 05:39pm On 14 Feb 07, at 5:23 PM 14 Feb 07, Mark Derricutt wrote: > On 2/15/07, Jason van Zy

Re: Dependency on artifacts generated by non-Maven projects.

2007-02-19 Thread Dan Tran
wrap your non maven in a pom to make it appears like a real maven project. for example, if your non maven project produces a jar, then have antrun to build your non maven build, then place the output to where maven expects. Hope it helps -D On 2/19/07, Michael Warr <[EMAIL PROTECTED]> wrote:

Re: must enter 20 times same password during deploy

2007-02-19 Thread Kalle Korhonen
And better yet, use SSH public key authentication instead of password. Kalle On 2/19/07, Scott Ryan <[EMAIL PROTECTED]> wrote: If you add a servers section with userid and password to your settings.xml it will not prompt any longer. On Feb 19, 2007, at 7:00 AM, eckobar wrote: > > hi everybod

Re: Maven 2.0.5 Released

2007-02-19 Thread Jason van Zyl
On 19 Feb 07, at 5:29 PM 19 Feb 07, Rollo, Dan wrote: Is there a particular list, jira, (or other place) to look for info about when the next release (v2.0.5?) of the ant-dep and/or embedder might be available? The ant libs live a life of their own and I'm going to try and get them to use

Re: [m2] Can anyone explain this code

2007-02-19 Thread franz see
Good day to you, Jiaqi, Feel free to file a jira issue :-) Cheers, Franz Jiaqi Guo wrote: > > Hi Franz, > > I seemed to miss this mail until just now. Sorry for late response. > > I was trying to get some information of the plugin itself (A > PluginDescriptor object). In Maven1 this is fea

Re: [m2] ClassCastException in webresources filtering

2007-02-19 Thread TheTrain09
Did u ever get a response or figure this issue out, because I am having the same problem. Jan.Zelenka wrote: > > > Hi, > I get ClassCastException during webresources filtering. > maven-war-plugin version 2.0.0 doesn't throw exception but also doesn't do > any filtering which is in line with ot

RE: I can't add project to contimuum

2007-02-19 Thread Misura, Gabriel
Martin, The URL looks ok. Can you put the URL into a browser and see the pom.xml? Can the server that is running continuum see the pom.xml via the URL? (wget http://blah/pom.xml is a way to test). Gabriel Misura 20111 120th Ave NE, Cube 2337D Bothell, WA MSN: [EMAIL PROTECTED] Office: 425-28

Re: rmic plugin

2007-02-19 Thread Mark Donszelmann
Hi agreed with Borut, and I will pay the parking ticket, as long as I knew where to pay it... the error message suggests something in maven... [INFO] The plugin 'org.apache.maven.plugins:maven-plugin-plugin' does not exist or no valid version could be found [INFO]

IsolatedClassLoader -> URL with spaces %20 problem

2007-02-19 Thread Davis Ford
He, we're using maven 2.0.4 (although I just tried 2.0.5 and the same problem exists), and we're using Hibernate Entity Manager 3.2.1-ga, and we're on a Windows Platform. These 3 things don't seem to work together. The problem is the default repo for maven jars contains spaces on windows C:\Docu

Re: IsolatedClassLoader -> URL with spaces %20 problem

2007-02-19 Thread Davis Ford
Almost forgot...not that this is too interesting, but the test case below calls a method getJarURLFromURLEntry( ) -- this method is from org.hibernate.ejb.packaging.JarVisitor.java, and it looks like this: public static final URL getJarURLFromURLEntry(URL url, String entry) throws IllegalArgument

Re: [m2] Can anyone explain this code

2007-02-19 Thread franz see
Good day to you, Jiaqi, Actually, the second if statement handles that ( the one after "String expression = stripTokens( expr );" ). It takes in the contents of "${" and "}" and recursively evaluates it. If the expr passed to evaluate(...) is not a ${...}, then the actual substitution takes place

Maven Eclipse Plugin configuration

2007-02-19 Thread Morgovsky, Alexander \(US - Glen Mills\)
May someone help me please? This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or distribution of