Qualifier

2009-01-12 Thread buters
Hi, what can I do, that after a build of my snapshot the artifact is named version-qualifier.jar instead of version-snapshot.jar Thanks beforehand, Best regards. -- View this message in context: http://www.nabble.com/Qualifier-tp21414940p21414940.html Sent from the Maven - Users mailing list

Re: Qualifier

2009-01-12 Thread buters
Example: Ist: foo-3.0-SNAPSHOT.jar Soll: foo-3.0-20090110.064228-1.jar Wendy Smoak-3 wrote: On Mon, Jan 12, 2009 at 7:00 AM, buters franzi2...@mail.ru wrote: what can I do, that after a build of my snapshot the artifact is named version-qualifier.jar instead of version

Re: Qualifier

2009-01-12 Thread buters
Sorry, Wendy, but I doesn't know, that qualifier is used only for remote repository. Wendy Smoak-3 wrote: On Mon, Jan 12, 2009 at 10:36 AM, buters franzi2...@mail.ru wrote: Example: Is: foo-3.0-SNAPSHOT.jar Should be: foo-3.0-20090110.064228-1.jar I assume you are looking in your

Maven goals

2008-11-04 Thread buters
can I do this? Must I run mvn deploy or mvn install or ...? I have took this code from tutorial. At the end the author say only, and now build your project. But I don't know wich command must I use for it. Could me somebody explain it? Thanks beforehand, regards, buters. -- View this message

Tests run?

2008-11-03 Thread buters
Hi all, I should 1. Build my project (jar into jboss should be deployed). 2. After that run my tests on jar. %-O All must automatically maked by Maven. %-| The part one is clear. But how can I go ahead that 1.2. work?:confused: Thanks beforehand, Regards, butters -- View this message in

Maven cannot find pde-maven-plugin-1.0-alpha-2-SNAPSHOT

2008-10-20 Thread buters
/build Thanks beforehand, regards, buters -- View this message in context: http://www.nabble.com/Maven-cannot-find-pde-maven-plugin-1.0-alpha-2-SNAPSHOT-tp20073950p20073950.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven cannot find pde-maven-plugin-1.0-alpha-2-SNAPSHOT

2008-10-20 Thread buters
plugin: org.codehaus.mojo:pde-maven-plugin:maven-plugin:1.0-alpha-2-SNAPSHOT buters Baptiste MATHUS-4 wrote: Are you behind a proxy? What's the output of maven? Did you try mvn -U ? Cheers. 2008/10/20 buters [EMAIL PROTECTED] Hi all, there is pde-maven-plugin-1.0-alpha-2

Re: zip instead of jar

2008-10-08 Thread buters
Thank you, Oliver, very much. I will try this and report my results hier later. Best Regards, buters Olivier Lamy wrote: Hi, Have a look at source here [1] it's in the sandbox. -- Olivier [1] https://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-zip-plugin/ 2008/10

Re: zip instead of jar

2008-10-06 Thread buters
Thank you, Wendy, very much. I've not tried yet. I do it later, now I have no time. Best Regards, buters Wendy Smoak-3 wrote: On Sun, Oct 5, 2008 at 4:55 PM, buters [EMAIL PROTECTED] wrote: how can I create a zip-Archive instead of jar-one with Maven? You can use the Assembly plugin

Couldn't find a version error

2008-10-05 Thread buters
version[3.2.0,4.0.0)/version /dependency /dependencies The question: where should I search for [3.2.1-R32x_v20060814, 3.3.0-v20070522] and [3.4.0,4.0.0)??? :confused::confused::confused: Thanks beforehand, regards, buters -- View this message in context: http://www.nabble.com/%22Couldn

Re: Couldn't find a version error

2008-10-05 Thread buters
? 8-O 8-O 8-O Simone Gianni-2 wrote: Hi Buters, seems like it is not searching for equinox-common-3.2.* but for equinox-common-3.4.x, and fails to find a 3.4 or higher version, cause only 3.2.1 and 3.3.0 are present, both under the 3.4-4.0 range. Probably some other dependency is raising

Re: Couldn't find a version error

2008-10-05 Thread buters
org.eclipse.equinox.registry-3.4.0-v20080516-0950 and Maven has immediately found it. The error happens only if I try to build my RCP project, Maven cannot find this version in my local repository. %-| %-| %-| Buters Simone Gianni-2 wrote: Hi Butlers, sorry, my mistake. In fact, watching better

Re: Couldn't find a version error

2008-10-05 Thread buters
-local.xml files. %-O How can I make it create a metadata-files with a correct name? :confused::confused::confused: Thanks beforehand, regards, buters Michael McCallum-3 wrote: On Mon, 06 Oct 2008 08:53:04 buters wrote: 3. The problem is that my project isn't quite Maven project. It is RCP

Re: Couldn't find a version error

2008-10-05 Thread buters
I understood, It works with mvn eclipse:to-maven -DeclipseDir=. :jumping: buters wrote: Thank you, Michael, very much. :-D Your advice has helped me, but I need another one. :-( I've converted all eclipse plugins in Maven plugins with the command: mvn eclipse:to-maven

zip instead of jar

2008-10-05 Thread buters
Hi all, how can I create a zip-Archive instead of jar-one with Maven? Thanks beforehand, regards, butters. -- View this message in context: http://www.nabble.com/zip-instead-of-jar-tp19830308p19830308.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Find artefact

2008-07-08 Thread buters
local one? Thanks beforehand, regards, buters matinh wrote: On 07 Jul 2008, buters wrote: Thank you very much Martin, but this is not a solution. Some artifact with same artifactId can have a different grouId. That's true. But where's the problem? The MvnIndexes idea is good

Re: Find artefact

2008-07-08 Thread buters
my problem is how can I do so that each plugin will be searched in the correct repository? Thanks beforehand, regards, buters matinh wrote: I don't know Artifactory, but see it's documentation how to add remote repositories to it. This is a common task so it should be documented. If you

Re: Find artefact

2008-07-07 Thread buters
doesn't want to accept it, though MvnIndex finds it. Bestregards, buters matinh wrote: Hi! Try http://mvnindex.org/ Enter the name of the JAR file without .jar and it probably will spit out the group and artifact IDs. hth, - martin On 06 Jul 2008, buters wrote: Thank you very

Repositories

2008-07-07 Thread buters
I configure my settings.xml or pom.xml that Maven accepts artifacts from other than central repositories? Thanks beforehand, regards, buters -- View this message in context: http://www.nabble.com/Repositories-tp18326173p18326173.html Sent from the Maven - Users mailing list archive

Re: Access to e.g. jboss lib

2008-07-06 Thread buters
Thank you very much Tim. I'll probably do so as you write. Best regards, buters Tim Kettler wrote: What you can do, is to declare the dependencies on the jboss jars you need in a wrapper pom (with an artifactId jboss-all for example) and deploy/install that to your repository. You

Access to remote repositories

2008-07-06 Thread buters
id, username and password should be used. But which id, username and password must I use for other remote repositories (beside central)? Thanks beforehand, regards, buters -- View this message in context: http://www.nabble.com/Access-to-remote-repositories-tp18300257p18300257.html Sent from

Re: Access to e.g. jboss lib

2008-07-06 Thread buters
Thank you very much Stephen. Best regards, buters Stephen Coy wrote: Unless you happen to be using JBoss specific API's, then you probably do not need to do this at all. Just using the standard javax.* dependencies will cover most of the bases. If you are using JBoss specific

Re: Access to remote repositories

2008-07-06 Thread buters
this plugin, though I've defined repository in my pom.xml. Or I must ignore eclipse errors, set dependency manual and try to run Maven goals? Thanks beforehand, regards, buters Tim Kettler wrote: buters schrieb: Hi, Hi, would you explain me how can I acces to e.g. http://repository.jboss.com

Re: Access to remote repositories

2008-07-06 Thread buters
Thank you very much Tim, ok I'll open new thread. Best regards, buters Tim Kettler wrote: I'm not using Eclipse, so I can't give you an authoritative answer. The only thing I know is that central for example contains an index directory [1]. Perhaps other repositories don't maintain

Re: Access to remote repositories

2008-07-06 Thread buters
. the jboss repository with eclipse Add dependency, eclipse cannot find it if it's no copy in central one. Or I've not tested it often enough. Until now it runs only via central repository. All other repositories of Artifactory are empty. Probably Nexus does it clever. Best regards, buters Jason van

Find artefact

2008-07-06 Thread buters
Hi, there are jar-libraries in jboss/client. They have not groupId and artifactId. How can I find they in the jboss repository? Some artifacts I can easy find, but some ones not. Thanks beforehand, regards, buters -- View this message in context: http://www.nabble.com/Find-artefact

Re: Find artefact

2008-07-06 Thread buters
(sometimes to large) without a search function. Exists a way to find fast the needed plugin ? Thanks beforehand, regards, buters Stephen Coy wrote: G'Day, You generally will not need these unless you're building a remote EJB client. If this is what you are doing then you probably want

Access to e.g. jboss lib

2008-07-05 Thread buters
Hi, how can I access e.g. to jboss jars? I know that ${env.JBOSS_HOME} can be used. But how can I use this, that I don't know. What schould I insert in my pom.xml? Thanks beforehand, best regards, buters -- View this message in context: http://www.nabble.com/Access-to-e.g.-jboss-lib

Problem with deployment

2008-07-05 Thread buters
with error: Maven encountered an error while configuring one of the mojos for your build. Mojo: Group-Id: org.apache.maven.plugins Artifact-Id: maven-deploy-plugin Version: 2.3 Mojo: deploy brought in via: packaging: jar How can I solve it? Thanks beforehand, best regards, buters -- View

Problem with jboss:start

2008-07-05 Thread buters
:8080/;, I get empty site. 2. How can I combine deployment with start. Or I schould really write such command mvn package jboss:harddeploy jboss:start? Thanks beforehand, best regards, buters -- View this message in context: http://www.nabble.com/Problem-with-jboss%3Astart-tp18294140p18294140.html

Re: Problem with jboss:start

2008-07-05 Thread buters
Thank you Wayne. best regards, buters Wayne Fay wrote: I don't have much experience with the JBoss plugin, but I know a lot of people are using Cargo with Maven very successfully (deploying to JBoss and other containers). I'd consider that approach instead. Wayne On 7/5/08, buters

Re: Access to e.g. jboss lib

2008-07-05 Thread buters
. Wayne On 7/5/08, buters [EMAIL PROTECTED] wrote: Hi, how can I access e.g. to jboss jars? I know that ${env.JBOSS_HOME} can be used. But how can I use this, that I don't know. What schould I insert in my pom.xml? Thanks beforehand, best regards, buters -- View this message in context

Re: Access to e.g. jboss lib

2008-07-05 Thread buters
or? regards, buters Tim Kettler wrote: What does accessing the jboss jars has to do with plugins? Anyway, JBoss maintains an own maven repository [1] you can add to settings.xml or pom. I don't know if the specific jars you need are available from there, but it's worth a try. -Tim [1] http

MavenProperties

2008-06-30 Thread buters
, regards, buters -- View this message in context: http://www.nabble.com/Maven-Properties-tp18193681p18193681.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

MavenProperties2

2008-06-30 Thread buters
refused: connect' Thanks beforehand, regards, buters -- View this message in context: http://www.nabble.com/Maven-Properties2-tp18193998p18193998.html Sent from the Maven - Users mailing list archive at Nabble.com

RE: MavenProperties

2008-06-30 Thread buters
Thank you very much Ringo. Yes this works. Best regards, buters De Smet Ringo wrote: If you do not want the second resources folder, you have to adapt your code to read: configFile.load(A.class.getResourceAsStream(A.ini)); My mistake! This should read: configFile.load

Re: MavenProperties2

2008-06-30 Thread buters
(A); ... There is no explicit reference to, where is the log4j.properties file. therefore the task is more difficult. buters wrote: Hi, my problem: analog to MavenProperties the application can not find log4j.properties. It is located in src/main/resorces and a copy in lib. But I get an error: 'log4j:ERROR

There are no tests to run

2008-06-30 Thread buters
do I wrong? Thanks beforehand, regards, buters -- View this message in context: http://www.nabble.com/There-are-no-tests-to-run-tp18194460p18194460.html Sent from the Maven - Users mailing list archive at Nabble.com

RE: There are no tests to run

2008-06-30 Thread buters
I use m2eclipse and I create Maven projects direct in eclipse. Also folder structure must be ok. (src/test/java) De Smet Ringo wrote: I've created tests. They run ok with junit-test. But mvn test display this: --- T E S T S

RE: MavenProperties2

2008-06-30 Thread buters
log4j.properties file is arranged in src/main/resources and in lib. Earlier it was an Ant-Project and all work cute. Now it must be a Maven-Project. It won't only work on this place. De Smet Ringo wrote: For log4j things I have only: ... public static Logger logger =

RE: There are no tests to run

2008-06-30 Thread buters
Thank you very much Ringo. My tests was named ATests.java. I've renamed it in ATest.java, and now it works. Best regards, buters De Smet Ringo wrote: -Original Message- From: buters [mailto:[EMAIL PROTECTED] Sent: maandag 30 juni 2008 15:04 To: users@maven.apache.org

How do I deploy my jar in my remote repository?

2008-06-30 Thread buters
Hi, here it is explained: http://maven.apache.org/guides/getting-started/index.html#How_do_I_deploy_my_jar_in_my_remote_repository I don't only understand here one thing. How can I assign my remote repository an id? Thanks beforehand, regards, buters -- View this message in context: http

Re: How do I deploy my jar in my remote repository?

2008-06-30 Thread buters
Thank you very much Giancarlo. Another question: which user-password paar? server-user-password or archiva-user-password? Thanks beforehand, regards, buters Giancarlo Degani wrote: The id value is not important, you have to match the id tag defined into your pom with an id tag defined

Re: How do I deploy my jar in my remote repository?

2008-06-30 Thread buters
idarchiva.acme.internal/id usernameA/username passwordA/password /server Best regards Giancarlo 2008/6/30 buters [EMAIL PROTECTED]: Hi, here it is explained: http://maven.apache.org/guides/getting-started/index.html

Re: How do I deploy my jar in my remote repository?

2008-06-30 Thread buters
idarchiva.acme.internal/id usernameA/username passwordA/password /server Best regards Giancarlo 2008/6/30 buters [EMAIL PROTECTED]: Hi, here it is explained: http://maven.apache.org/guides/getting-started/index.html

annotations are not supported in -source 1.3

2008-06-29 Thread buters
Hi, I've executed junit tests with Maven and get such error: 'annotations are not supported in -source 1.3 use -source 5 or higher to enable annotations @Before' Which source is meant here? How can I solve this? Thanks beforehand, regards, buters -- View this message in context: http

problem with clover

2008-06-29 Thread buters
] [INFO] Trace java.lang.RuntimeException: This license has now expired. Please help me. Thanks beforehand, regards, buters James William Dumay wrote: Buters, Ahh, thats because annotations are 1.5 only. You might want to configure the source and target parameters