RE: setting plugin properties in maven.xml

2004-02-23 Thread Andreas.Ebbert
Sorry to bother you again, please let me know at least, why nobody cares to reply to me. Is the question too stupid to answer? Is it too complex? Is it not understandable?  _ __  _  _ //\ndreas.[|-bbert(a)[|\|okia.com    `- Andreas Ebbert    Software Design Engineer - Noki

Re: Using ANT build.xml in Maven?

2004-02-23 Thread Kevin Hagel
except you wrap a "" around a target perhaps ... your command line would work the same. You can pretty much stuff all taskdefs, typedefs, and all that right inside your project.xml, Maven is an Ant wrapper in that. etc. [EMAIL PROTECTED] wrote: Hi, my boss just wants me to use

Re: Using ANT build.xml in Maven?

2004-02-23 Thread conradwt
Hi, my boss just wants me to use the existing ANT build.xml until we can get a correct multiproject setup (i.e. maven.xml, project.properties, and build.properties). At this time, the project generates 14 artifacts; mostly JARs and EJB-JARs. Finally, I would simply like to reuse my build.xml t

Re: Using ANT build.xml in Maven?

2004-02-23 Thread Kevin Hagel
Do you want to run an external ant file from within your maven project.xml, is that it? What Brett said and: http://ant.apache.org/manual/CoreTasks/ant.html that's what I use. Some of the people around here "get" Ant, but not Maven, I have to do this to make their projects work sometimes.

Re: TJDO problem ???

2004-02-23 Thread Eric Chow
The Source Files package test; /** * @jdo.persistence-capable *identity-type="datastore" * */ public class Person { /** * @jdo.field * * @tjdo.field * column-length="50" */ String firstName; /** * @jdo.field * * @tjdo.field * column-

TJDO problem ???

2004-02-23 Thread Eric Chow
Hello, Anybody tried TJDO with Maven ??? I want to use Maven(xdoclet) to generate the JDO metadata. It only can generate the standard JDO metadat but without any TJDO spec. Maven 1.0rc1 Maven-Xdoclet-1.2 plugin Please check my files. Eric == If you kno

Testing

2004-02-23 Thread Eric Chow
== If you know what you are doing, it is not called RESEARCH! == - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Using ANT build.xml in Maven?

2004-02-23 Thread Brett Porter
Maven.xml: But you'll be poorer for it :) - Brett > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 24 February 2004 9:35 AM > To: [EMAIL PROTECTED] > Subject: Using ANT build.xml in Maven? > > > Hi, I was wondering, is it possible to

Using ANT build.xml in Maven?

2004-02-23 Thread conradwt
Hi, I was wondering, is it possible to use a build.xml in Maven until you have configured the necessary pieces. If so, does anyone have any documentation on how to perform this task? Thanks in advance, -Conrad - To unsubscrib

RE: external jar files ...

2004-02-23 Thread Dave Raymer
Greg, I went through this and could not get it working ... I seem to have a mindset different than the folks that wrote the online manual   I see your other response, and tried it, that works ... thanks muchly     -- dave On Mon, 2004-02-23 at 11:16, Gregory Joseph wrote: Hi, This might h

SV: Mbean deployment descriptors

2004-02-23 Thread pnb
Hi, I jsut did the build with the plugin. After googling around for half a day, I realized that oyu have to set properties for the plugin as follows to get the MBean generation to work: build.properties: maven.xdoclet.jmxdoclet.verbose=true maven.xdoclet.jmxdoclet.destDir=${maven.build.dir}/xdocl

Re: Hibernate -- Best approach

2004-02-23 Thread Sean Radford
Seemed failry self-evident to me. I have the following structure: MULTIPROJECT --+Hibernate-module - produces a jar of persistent classes with *.hbm.xml files --+Application-module - produces jar of application classes --+EJB-module - produces ejb-jar and client-jar files --+WAR-module - produces

Re: changing the maven repo location

2004-02-23 Thread Tim Chen
Hi Henri, Look at maven.plugin.dir default ${maven.home}/plugins maven.repo.local default ${maven.home.local}/repository -Tim Henri Yandell wrote: Not something that leaps out to me from the faq, wiki or site, but what's the variable to change where a user's maven repository/plugin are located?

Réf. : external jar files ...

2004-02-23 Thread julien . kirch
It's not stupid, it's just that the documentation is perhaps not as easy to reach as it should be. I suggest to put this FAQ point on the mailing-list subscription page. K. Extranet [EMAIL PROTECTED] - 23/02/2004 18:54 Veuillez répondre à [EMAIL PROTECTED] Pour : users cc : Objet :

Re: changing the maven repo location

2004-02-23 Thread Tim Chen
Hi Henri, Look at maven.plugin.dir default ${maven.home}/plugins maven.repo.local default ${maven.home.local}/repository Each individual user can set his or her preferences by putting those in their ${home}/build.properties -Tim Henri Yandell wrote: Yep. Well, it's not user-based but script-

RE: external jar files ...

2004-02-23 Thread Gregory Joseph
You could also consider setting up a local maven repository (at your company, your homeserver, whatever) in a simple web server, put your jar there, and define it as a dependency of your project. g -Original Message- From: Gregory Joseph Sent: lundi 23 février 2004 18:16 To: Maven Users

RE: external jar files ...

2004-02-23 Thread Gregory Joseph
Hi, This might help: http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependenc ies greg -Original Message- From: Dave Raymer [mailto:[EMAIL PROTECTED] Sent: lundi 23 février 2004 18:55 To: [EMAIL PROTECTED] Subject: external jar files ... Gentlebeings, This is pro

external jar files ...

2004-02-23 Thread Dave Raymer
Gentlebeings, This is probably a very easy thing to do, but I can't figure it out for the life of me ... I have an external jar file, call it external.jar, that I need to be used during compilation of all my java entities in a maven build. What is the correct way to do this, vis a vis, the proj

Re: how to obtain maven-proxy?

2004-02-23 Thread Emmanuel Venisse
The link works fine. Emmanuel - Original Message - From: "Svetlin Stanchev" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Monday, February 23, 2004 5:05 PM Subject: how to obtain maven-proxy? > Seems like there is some problem getting it. > > The wiki link is bro

how to obtain maven-proxy?

2004-02-23 Thread Svetlin Stanchev
Seems like there is some problem getting it. The wiki link is broken: http://dist.codehaus.org/maven-proxy/ An attempt to checkout from Codehaus and build it fails with compile error [1]. Could someone point me to right direction? Thanks, -- Svetlin -- [1] [d:\cvs-extern\codehaus\maven-proxy\cor

Re: changing the maven repo location

2004-02-23 Thread Henri Yandell
Yep. Well, it's not user-based but script-based, but yeah that's what I want. Thanks for the quick answer. Hen On Mon, 23 Feb 2004, John Casey wrote: > You probably want to set the environment variable MAVEN_HOME_LOCAL per > user, which will direct local repository stuff and expanded/installed

Re: changing the maven repo location

2004-02-23 Thread John Casey
You probably want to set the environment variable MAVEN_HOME_LOCAL per user, which will direct local repository stuff and expanded/installed plugins to a user-specific directory. Is that what you mean? -john On Mon, 2004-02-23 at 09:29, Henri Yandell wrote: > Not something that leaps out to me fr

changing the maven repo location

2004-02-23 Thread Henri Yandell
Not something that leaps out to me from the faq, wiki or site, but what's the variable to change where a user's maven repository/plugin are located? I want to run two maven's under one user without interaction. Thanks, Hen -

Re: Using Maven for development and production builds.

2004-02-23 Thread Erik Husby
I am certainly willing to contribute once I understand. One thing I did learn the other day is that I can use a variable in the project.xml in the jar dependency which can be set at build time. That is one way to switch between SNAPSHOT and release mode. But Maven's use of property files does n

Hibernate -- Best approach

2004-02-23 Thread thorsten maus
Is there any usecase of how to implement hibernate best in a multiproject for an application server ( using jboss ) the document : http://hibernate.bluemars.net/66.html provides a way to implement it ... the approach does not look so easy to implement for me using maven .. taking this approach

no jbosssx-client.jar on iBiblio

2004-02-23 Thread nicolas De Loof
Hi all, I'm looking for Jboss client jars on ibiblio. I don't find the jBosssx-client-3.2.1.jar (jBoss security AFAIK). Do I need to use the jbossall-client.jar (1.3MB !) or can someone upload it on ibilio ? As jBoos 3.2.3 is the current stable version, can someone upload jars for this jBoss