SNAPSHOT dependencies doesn't work with specifying jar file name.

2004-09-22 Thread Pak, Young-rok
I defined dependecy like this:
dependency
groupIdibatis/groupId
artifactIdibatis-nhn/artifactId
versionSNAPSHOT/version
jaribatis-2.jar/jar
typejar/type
properties
war.bundletrue/war.bundle
/properties
/dependency

I want maven to check the timestamp and redownload if ibatis-2.jar in remote 
repository is newer, but it doesn't work. maven just tried to compile with current 
ibatis-2.jar in local repository. how can I make it work as I wanted? is there another 
way?

Re: SNAPSHOT dependencies doesn't work with specifying jar file name.

2004-09-22 Thread Michele_Forte
try to use only

  dependency
groupIdibatis/groupId
artifactIdibatis-nhn/artifactId
versionSNAPSHOT/version
 properties
war.bundletrue/war.bundle
/properties
/dependency

this should work, double chech that this component that you are bundling
must have in its pom.currentVersion SNAPSHOT as well 

Regards

Michele


|-+
| |   Pak, Young-rok |
| |   [EMAIL PROTECTED]|
| |   o.co.kr |
| ||
| ||
| |   22/09/2004 10:54 |
| |   Please respond to|
| |   Maven Users |
| |   List|
| ||
|-+
  
--|
  |
  |
  |
  |
  |
  |
  |
  |
  |
  |
  |To: Maven Users List [EMAIL 
PROTECTED]   |
  |cc: (bcc: Michele Forte/SwissRe)
  |
  |bcc:Michele Forte/SwissRe   
  |
  |Subject:SNAPSHOT dependencies doesn't 
work with specifying jar file name. |
  
--|




I defined dependecy like this:
dependency
groupIdibatis/groupId
artifactIdibatis-nhn/artifactId
versionSNAPSHOT/version
jaribatis-2.jar/jar
typejar/type
properties
war.bundletrue/war.bundle
/properties
/dependency

I want maven to check the timestamp and redownload if ibatis-2.jar in
remote repository is newer, but it doesn't work. maven just tried to
compile with current ibatis-2.jar in local repository. how can I make it
work as I wanted? is there another way?




This e-mail, including attachments, is intended for the person(s) or
company named and may contain confidential and/or legally privileged
information. Unauthorized disclosure, copying or use of this information
may be unlawful and is prohibited. If you are not the intended recipient,
please delete this message and notify the sender


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



Re: SNAPSHOT dependencies doesn't work with specifying jar file name.

2004-09-22 Thread Brett Porter
I think this is a bug already in JIRA: it checks the filename for
SNAPSHOT, where it should check both version and the filename.


On Wed, 22 Sep 2004 11:09:37 +0200, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 try to use only
 
   dependency
 groupIdibatis/groupId
 artifactIdibatis-nhn/artifactId
 versionSNAPSHOT/version
  properties
 war.bundletrue/war.bundle
 /properties
 /dependency
 
 this should work, double chech that this component that you are bundling
 must have in its pom.currentVersion SNAPSHOT as well 
 
 Regards
 
 Michele
 
 |-+
 | |   Pak, Young-rok |
 | |   [EMAIL PROTECTED]|
 | |   o.co.kr |
 | ||
 | ||
 | |   22/09/2004 10:54 |
 | |   Please respond to|
 | |   Maven Users |
 | |   List|
 | ||
 |-+
   
 --|
   |  
 |
   |  
 |
   |  
 |
   |  
 |
   |  
 |
   |To: Maven Users List [EMAIL 
 PROTECTED]   |
   |cc: (bcc: Michele Forte/SwissRe)  
 |
   |bcc:Michele Forte/SwissRe 
 |
   |Subject:SNAPSHOT dependencies doesn't 
 work with specifying jar file name. |
   
 --|
 
 
 
 
 I defined dependecy like this:
 dependency
 groupIdibatis/groupId
 artifactIdibatis-nhn/artifactId
 versionSNAPSHOT/version
 jaribatis-2.jar/jar
 typejar/type
 properties
 war.bundletrue/war.bundle
 /properties
 /dependency
 
 I want maven to check the timestamp and redownload if ibatis-2.jar in
 remote repository is newer, but it doesn't work. maven just tried to
 compile with current ibatis-2.jar in local repository. how can I make it
 work as I wanted? is there another way?
 
 
 This e-mail, including attachments, is intended for the person(s) or
 company named and may contain confidential and/or legally privileged
 information. Unauthorized disclosure, copying or use of this information
 may be unlawful and is prohibited. If you are not the intended recipient,
 please delete this message and notify the sender
 
 -
 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: SNAPSHOT dependencies doesn't work with specifying jar file name.

2004-09-22 Thread Pak, Young-rok
Do you mean this is already registered as JIRA issue and will be fixed? or should I 
submit this issue to JIRA? I've looked for this in JIRA, but couldn't find. If this is 
already registered, would you tell me the JIRA key of this issue?

- Original Message - 
From: Brett Porter [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Wednesday, September 22, 2004 7:35 PM
Subject: Re: SNAPSHOT dependencies doesn't work with specifying jar file name.


 I think this is a bug already in JIRA: it checks the filename for
 SNAPSHOT, where it should check both version and the filename.
 
 
 On Wed, 22 Sep 2004 11:09:37 +0200, [EMAIL PROTECTED]
 [EMAIL PROTECTED] wrote:
  try to use only
  
dependency
  groupIdibatis/groupId
  artifactIdibatis-nhn/artifactId
  versionSNAPSHOT/version
   properties
  war.bundletrue/war.bundle
  /properties
  /dependency
  
  this should work, double chech that this component that you are bundling
  must have in its pom.currentVersion SNAPSHOT as well 
  
  Regards
  
  Michele
  
  |-+
  | |   Pak, Young-rok |
  | |   [EMAIL PROTECTED]|
  | |   o.co.kr |
  | ||
  | ||
  | |   22/09/2004 10:54 |
  | |   Please respond to|
  | |   Maven Users |
  | |   List|
  | ||
  |-+

  --|
|
|
|
|
|
|
|
|
|
|
|To: Maven Users List [EMAIL 
  PROTECTED]   |
|cc: (bcc: Michele 
  Forte/SwissRe)  |
|bcc:Michele Forte/SwissRe   
|
|Subject:SNAPSHOT dependencies 
  doesn't work with specifying jar file name. |

  --|
  
  
  
  
  I defined dependecy like this:
  dependency
  groupIdibatis/groupId
  artifactIdibatis-nhn/artifactId
  versionSNAPSHOT/version
  jaribatis-2.jar/jar
  typejar/type
  properties
  war.bundletrue/war.bundle
  /properties
  /dependency
  
  I want maven to check the timestamp and redownload if ibatis-2.jar in
  remote repository is newer, but it doesn't work. maven just tried to
  compile with current ibatis-2.jar in local repository. how can I make it
  work as I wanted? is there another way?
  
  
  This e-mail, including attachments, is intended for the person(s) or
  company named and may contain confidential and/or legally privileged
  information. Unauthorized disclosure, copying or use of this information
  may be unlawful and is prohibited. If you are not the intended recipient,
  please delete this message and notify the sender
  
  -
  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: SNAPSHOT dependencies doesn't work with specifying jar file name.

2004-09-22 Thread Brett Porter
if it wasn't there, you can file it. I thought I'd seen it, but maybe
it was just on the list.

- Brett


On Wed, 22 Sep 2004 19:57:10 +0900, Pak, Young-rok
[EMAIL PROTECTED] wrote:
 Do you mean this is already registered as JIRA issue and will be fixed? or should I 
 submit this issue to JIRA? I've looked for this in JIRA, but couldn't find. If this 
 is already registered, would you tell me the JIRA key of this issue?
 
 
 
 - Original Message -
 From: Brett Porter [EMAIL PROTECTED]
 To: Maven Users List [EMAIL PROTECTED]
 Sent: Wednesday, September 22, 2004 7:35 PM
 Subject: Re: SNAPSHOT dependencies doesn't work with specifying jar file name.
 
  I think this is a bug already in JIRA: it checks the filename for
  SNAPSHOT, where it should check both version and the filename.
 
 
  On Wed, 22 Sep 2004 11:09:37 +0200, [EMAIL PROTECTED]
  [EMAIL PROTECTED] wrote:
   try to use only
  
 dependency
   groupIdibatis/groupId
   artifactIdibatis-nhn/artifactId
   versionSNAPSHOT/version
properties
   war.bundletrue/war.bundle
   /properties
   /dependency
  
   this should work, double chech that this component that you are bundling
   must have in its pom.currentVersion SNAPSHOT as well 
  
   Regards
  
   Michele
  
   |-+
   | |   Pak, Young-rok |
   | |   [EMAIL PROTECTED]|
   | |   o.co.kr |
   | ||
   | ||
   | |   22/09/2004 10:54 |
   | |   Please respond to|
   | |   Maven Users |
   | |   List|
   | ||
   |-+
 
   --|
 |  
   |
 |  
   |
 |  
   |
 |  
   |
 |  
   |
 |To: Maven Users List 
   [EMAIL PROTECTED]   |
 |cc: (bcc: Michele 
   Forte/SwissRe)  |
 |bcc:Michele Forte/SwissRe 
   |
 |Subject:SNAPSHOT dependencies 
   doesn't work with specifying jar file name. |
 
   --|
  
  
  
  
   I defined dependecy like this:
   dependency
   groupIdibatis/groupId
   artifactIdibatis-nhn/artifactId
   versionSNAPSHOT/version
   jaribatis-2.jar/jar
   typejar/type
   properties
   war.bundletrue/war.bundle
   /properties
   /dependency
  
   I want maven to check the timestamp and redownload if ibatis-2.jar in
   remote repository is newer, but it doesn't work. maven just tried to
   compile with current ibatis-2.jar in local repository. how can I make it
   work as I wanted? is there another way?
  
  
   This e-mail, including attachments, is intended for the person(s) or
   company named and may contain confidential and/or legally privileged
   information. Unauthorized disclosure, copying or use of this information
   may be unlawful and is prohibited. If you are not the intended recipient,
   please delete this message and notify the sender
  
   -
   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]
 

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