RE: external jar files ...

2004-02-24 Thread Gregory Joseph
I think Dave managed to do that (or better, in a distant repository), here I
was talking about helping him with the jar override feature.


-Original Message-
From: Kevin Hagel [mailto:[EMAIL PROTECTED]
Sent: mardi 24 fÃvrier 2004 12:52
To: Maven Users List
Subject: Re: external jar files ...


In your local maven repository create a directory, call it example for 
this example. 
That's $MAVEN_HOME/repository/example
create a subdirectory called jars, just like all the other directories 
and stash example.jar in it
$MAVEN_HOME/repository/example/jars/example.jar

Gregory Joseph wrote:

>If you want to give it one more try, maybe we can help and eventually that
>would also help improve the docs?
>
>g
>
>-Original Message-
>From: Dave Raymer [mailto:[EMAIL PROTECTED]
>Sent: lundi 23 fÃvrier 2004 23:22
>To: Maven Users List
>Subject: RE: external jar files ...
>
>
>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 help:
>http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependen
c
>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 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 project.xml file.
>
>your help, and patience with a stupid question, is greatly appreciated.
>
>br,
>dave
>
>A man's greatest treasure is his wife, she is a gift from the Lord
>- Proverbs 18:22
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>A man's greatest treasure is his wife, she is a gift from the Lord- Proverbs
>18:22
>  
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: external jar files ...

2004-02-24 Thread Kevin Hagel
Oops, rather than $MAVEN_HOME use whatever directory contains your 
repository, $MAVEN_HOME_LOCAL

Kevin Hagel wrote:

In your local maven repository create a directory, call it example for 
this example. That's $MAVEN_HOME/repository/example
create a subdirectory called jars, just like all the other directories 
and stash example.jar in it
$MAVEN_HOME/repository/example/jars/example.jar
In your project.xml:

...

 example
 example
 example.jar




Maven will grab it from that.  If you use versions, say 
example-1.0.jar, use
1.0
instead of
example.jar

If you have a project called example which produces example.jar, in 
your maven.xml

 
   
 


Gregory Joseph wrote:

If you want to give it one more try, maybe we can help and eventually 
that
would also help improve the docs?

g

-Original Message-
From: Dave Raymer [mailto:[EMAIL PROTECTED]
Sent: lundi 23 fÃvrier 2004 23:22
To: Maven Users List
Subject: RE: external jar files ...
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 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 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 project.xml file.
your help, and patience with a stupid question, is greatly appreciated.

br,
   dave
A man's greatest treasure is his wife, she is a gift from the Lord
- Proverbs 18:22


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
A man's greatest treasure is his wife, she is a gift from the Lord- 
Proverbs
18:22
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: external jar files ...

2004-02-24 Thread Kevin Hagel
In your local maven repository create a directory, call it example for 
this example. 
That's $MAVEN_HOME/repository/example
create a subdirectory called jars, just like all the other directories 
and stash example.jar in it
$MAVEN_HOME/repository/example/jars/example.jar
In your project.xml:

...

 example
 example
 example.jar




Maven will grab it from that.  If you use versions, say example-1.0.jar, use
1.0
instead of
example.jar
If you have a project called example which produces example.jar, in your 
maven.xml

 
   
 


Gregory Joseph wrote:

If you want to give it one more try, maybe we can help and eventually that
would also help improve the docs?
g

-Original Message-
From: Dave Raymer [mailto:[EMAIL PROTECTED]
Sent: lundi 23 fÃvrier 2004 23:22
To: Maven Users List
Subject: RE: external jar files ...
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 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 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 project.xml file.
your help, and patience with a stupid question, is greatly appreciated.

br,
   dave
A man's greatest treasure is his wife, she is a gift from the Lord
- Proverbs 18:22


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
A man's greatest treasure is his wife, she is a gift from the Lord- Proverbs
18:22
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: external jar files ...

2004-02-24 Thread Gregory Joseph
If you want to give it one more try, maybe we can help and eventually that
would also help improve the docs?

g

-Original Message-
From: Dave Raymer [mailto:[EMAIL PROTECTED]
Sent: lundi 23 fÃvrier 2004 23:22
To: Maven Users List
Subject: RE: external jar files ...


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 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 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 project.xml file.

your help, and patience with a stupid question, is greatly appreciated.

br,
dave

A man's greatest treasure is his wife, she is a gift from the Lord
- Proverbs 18:22



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
A man's greatest treasure is his wife, she is a gift from the Lord- Proverbs
18:22


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 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 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 project.xml file.

your help, and patience with a stupid question, is greatly appreciated.

br,
dave

A man's greatest treasure is his wife, she is a gift from the Lord
- Proverbs 18:22



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




A man's greatest treasure is his wife, she is a gift from the Lord
- Proverbs 18:22










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 :     external jar files ...



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 project.xml file.

your help, and patience with a stupid question, is greatly appreciated.

br,
dave

A man's greatest treasure is his wife, she is a gift from the Lord
- Proverbs 18:22












This message and any attachments (the "message") is
intended solely for the addressees and is confidential. 
If you receive this message in error, please delete it and 
immediately notify the sender. Any use not in accord with 
its purpose, any dissemination or disclosure, either whole 
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message. 
BNP PARIBAS (and its subsidiaries) shall (will) not 
therefore be liable for the message if modified. 

-

Ce message et toutes les pieces jointes (ci-apres le 
"message") sont etablis a l'intention exclusive de ses 
destinataires et sont confidentiels. Si vous recevez ce 
message par erreur, merci de le detruire et d'en avertir 
immediatement l'expediteur. Toute utilisation de ce 
message non conforme a sa destination, toute diffusion 
ou toute publication, totale ou partielle, est interdite, sauf 
autorisation expresse. L'internet ne permettant pas 
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce 
message, dans l'hypothese ou il aurait ete modifie.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 List
Subject: RE: external jar files ...


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 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 project.xml file.

your help, and patience with a stupid question, is greatly appreciated.

br,
dave

A man's greatest treasure is his wife, she is a gift from the Lord
- Proverbs 18:22



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 project.xml file.

your help, and patience with a stupid question, is greatly appreciated.

br,
dave

A man's greatest treasure is his wife, she is a gift from the Lord
- Proverbs 18:22



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 project.xml file.

your help, and patience with a stupid question, is greatly appreciated.

br,
dave

A man's greatest treasure is his wife, she is a gift from the Lord
- Proverbs 18:22