RE: weblogic tools for maven

2005-01-04 Thread Courtney, Craig
In addition CLI is necessary for some of the weblogic generation routines. In particular it's SOAP config generation routines will not run under Maven as ant tasks. They must be run using the BEA supplied version of ant to run consistently. We have a few small maven.xml files that call the EJ

RE: How should I use SNAPSHOT?

2004-11-17 Thread Courtney, Craig
(typos included) is correct. If the the snapshots locally are newer, they are not downloaded. - Brett On Wed, 17 Nov 2004 19:35:59 -0500, Courtney, Craig <[EMAIL PROTECTED]> wrote: > Also this is pulled straight from the users guide (typos included) under the > Building Offline secti

RE: How should I use SNAPSHOT?

2004-11-17 Thread Courtney, Craig
ote repo), then it'll use your local repository. Paul -Original Message----- From: Courtney, Craig [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 5:31 PM To: Maven Users List Subject: RE: How should I use SNAPSHOT? I believe SNAPSHOT always pull from the remote repository.

RE: How should I use SNAPSHOT?

2004-11-17 Thread Courtney, Craig
more recent than the timestamp of the local repository. Useful when the build server builds a new version of your lib. If you had built it more recently than the server (remote repo), then it'll use your local repository. Paul -Original Message----- From: Courtney, Craig [mailto:[EMAIL

RE: How should I use SNAPSHOT?

2004-11-17 Thread Courtney, Craig
I believe SNAPSHOT always pull from the remote repository. If you want build B to use the local SNAPSHOT of A you have to build B with the -o flag to turn off the remote repository. Craig -Original Message- From: Helck, Christopher [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17

RE: Local Repository contents

2004-09-14 Thread Courtney, Craig
I asked the same question a while back, and the basic answer was no. I am currently working on a plug-in that extracts project dependencies to a database and validates them against an "approved" list. In addition I'm setting up an internal "remote" repository to contain our releases and snapsh

RE: RE: Is there a way to separate maven's repository from my repository?

2004-08-27 Thread Courtney, Craig
hu, 26 Aug 2004 13:40:37 -0500, Jarrell, Maury <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Courtney, Craig [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 26, 2004 10:32 AM > > To: Maven Users List > > Subject: RE: Is there a w

RE: Is there a way to separate maven's repository from my reposit ory?

2004-08-26 Thread Courtney, Craig
>Doh! That makes sense. Our organization doesn't distribute software, thus >we don't worry as much about such issues. It is prudent to pay attention to this for internal only software as well. > It sounds like you might already be doing this, or have already determined > this wouldn't work, bu

RE: Is there a way to separate maven's repository from my reposit ory?

2004-08-26 Thread Courtney, Craig
Because the code I'm writing is internal and proprietary in nature. Using maven to build it generates no licensing obligations on my code. Linking against any of the libraries that maven uses does generate licensing obligations on my code. We are looking at setting up an interanl repository wh

RE: Is there a way to separate maven's repository from my repository?

2004-08-26 Thread Courtney, Craig
. Regards. Milos Kleint Courtney, Craig wrote: >That could work but adds to much responsibility to the centralized body. Their job >is only to approve external libraries for use not control your entire project. If >only they could change the project.xml they would have to be involved i

RE: Is there a way to separate maven's repository from my repository?

2004-08-26 Thread Courtney, Craig
k down the project.xml to only be modified by "approved" personel? -Original Message----- From: Courtney, Craig [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 8:57 AM To: Maven Users List Subject: RE: Is there a way to separate maven's repository from my repository? I

RE: Is there a way to separate maven's repository from my repository?

2004-08-26 Thread Courtney, Craig
ig -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 9:43 AM To: Maven Users List Subject: RE: Is there a way to separate maven's repository from my repository? Courtney, Craig wrote on Thursday, August 26, 2004 3:33 PM: > Yes I know.

RE: Is there a way to separate maven's repository from my repository?

2004-08-26 Thread Courtney, Craig
project.xml. I can't think of a way to do this, but I've never considered this a major failing myself. - Brett On Wed, 25 Aug 2004 15:35:43 -0400, Courtney, Craig <[EMAIL PROTECTED]> wrote: > I've set up a test install of maven but unfortunatley maven seems to require an

Is there a way to separate maven's repository from my repository?

2004-08-25 Thread Courtney, Craig
I've set up a test install of maven but unfortunatley maven seems to require an incredible amount of items be in the repository just for it to work. This is slightly annoying but would be workable if it didn't automagically make all of these maven dependencies available to my projects build pr