Highly Available Artifactory

2008-11-14 Thread Matthew Tordoff
Hi all, I have recently been doing some investigation into making Artifactory Highly Available, and to be honest am having difficulty in finding an acceptable solution. To date the only solution I have found is having a 'cluster' of 2 Artifactory repositories which are load balanced. Each reposito

RE: dependency and dependencymanagement - confusion

2008-11-04 Thread Matthew Tordoff
If you have additional dependencies in project B that aren't in A, and those dependencies have an additional dependencies which are the same as those in project A, but of a different version. Then you require dependency management. The best way to look at it is to see a tree of dependencies, each

Multiple executions of Maven-Compiler-Plugin

2008-05-06 Thread Matthew Tordoff
Hi All, I want to compile Java code to two different target versions. I want to compile a single java file to v1.5 then 3 files to v1.1 and then 30 remaining files to v1.5. Is it possible to do this within a single build loop? I don't really want to have to create an entire pom.xml and all the

RE: continuous integration server

2008-04-15 Thread Matthew Tordoff
Has anyone looked at Bamboo? -Original Message- From: Tom Huybrechts [mailto:[EMAIL PROTECTED] Sent: 13 April 2008 13:21 To: Maven Users List Subject: Re: continuous integration server Hudson, without a doubt. See https://hudson.dev.java.net/ or a live instance at http://hudson.jboss.or

Highly Available Archiva

2008-04-11 Thread Matthew Tordoff
Hi all, Does anyone have experience in setting up Archiva in a highly available manner? What is the best considered approach for doing this? Is it possible to replicate deployments to a server across all other servers in a cluster? Are there any options for automatic failover? Any advice or p

RE: Maven Assembly Plugin

2008-03-28 Thread Matthew Tordoff
Inside of my fileSet element I have included a: ${basedir} Element... Does this help? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28 March 2008 11:52 To: users@maven.apache.org Subject: Maven Assembly Plugin Hi, I am trying to create a zip file

Re: Bug within Maven ANT Tasks?

2008-03-11 Thread Matthew Tordoff
) inside of my settings.xml. Any help or means by which I can debug this more would be greatly appreciated (i'm currently using -v to get ANT to give me verbose output, however, the 401 message is not as detailed as I would like useful). Cheers, Matt Le lundi 10 mars 2008, Matthew Tordoff a

RE: Bug within Maven ANT Tasks?

2008-03-10 Thread Matthew Tordoff
will be available? I have looked on their roadmap and it seems like all issues have been resolved for 2.0.9. Matt -Original Message- From: Matthew Tordoff [mailto:[EMAIL PROTECTED] Sent: 10 March 2008 16:26 To: users@maven.apache.org Subject: Bug within Maven ANT Tasks? Hi all, I am

Bug within Maven ANT Tasks?

2008-03-10 Thread Matthew Tordoff
Hi all, I am using Maven ANT tasks to deploy a number of JAR files I produce as part of my build. For each JAR file I have a corresponding pom.xml file (not called pom.xml however:) ). I define references to these files in my build script as follows: And later refer to them when I want to d

Re: Updating M2_HOME/conf/settings.xml

2008-02-07 Thread Matthew Tordoff
e done. Stefan Matthew Tordoff wrote: > Hi all, > > I just wondered if anyone has any best practises for updating the global > settings.xml in Maven. I have considered checking the conf folder into SVN, > or even potentially checking the whole maven install into SVN, then when

Updating M2_HOME/conf/settings.xml

2008-02-07 Thread Matthew Tordoff
Hi all, I just wondered if anyone has any best practises for updating the global settings.xml in Maven. I have considered checking the conf folder into SVN, or even potentially checking the whole maven install into SVN, then when changes are made send out an email and people can just do an SVN

maven-release-plugin error

2008-01-31 Thread Matthew Tordoff
Hi all, I am having difficulties with the maven-release-plugin. It is the first time I have attempted to use this plugin and the error that it is throwing is really confusing me (see below). I have setup the tagBase and developerConnection configuration properties within the POM. Does anyone k

RE: Questions: Automatically-set tokens in Maven 2 & loading properties from files

2008-01-24 Thread Matthew Tordoff
Hi Dan, This is a pretty good list of the 'tokens' or properties that are available in Maven2: http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide Matt -Original Message- From: Allen, Daniel [mailto:[EMAIL PROTECTED] Sent: 24 January 2008 13:07 To: users@maven.apache.org S

RE: Setting the javac bootclasspath using dependencies

2008-01-24 Thread Matthew Tordoff
The following page has an example of setting the bootclasspath: http://maven.apache.org/plugins/maven-compiler-plugin/examples/pass-comp iler-arguments.html It seems to not use the -D before the parameter, im not sure if this is partly to blame for the problems you are experiencing. Matt -

RE: Importing Maven Built Products into an ANT build

2008-01-22 Thread Matthew Tordoff
he.org/ant-tasks.html Regards, Hervé Le lundi 21 janvier 2008, Matthew Tordoff a écrit : > Hi all, > > I am looking at the best approach to importing maven built products > into an ANT build. The approach I have at the moment is having a > maven-imports folder within my build director

Importing Maven Built Products into an ANT build

2008-01-21 Thread Matthew Tordoff
Hi all, I am looking at the best approach to importing maven built products into an ANT build. The approach I have at the moment is having a maven-imports folder within my build directory, and within that folder I have a pom.xml describing a list of dependencies that are required by my ANT build.

RE: Setting Java System property

2008-01-15 Thread Matthew Tordoff
ROTECTED] > Sent: Tuesday, January 15, 2008 7:39 AM > To: Maven Users List; Matthew Tordoff > Subject: RE: Setting Java System property Setting properties in a pom > which are global to all stuff in the pom (and child poms) is trivial, > and definitely works when *not* nested w

RE: Setting Java System property

2008-01-15 Thread Matthew Tordoff
--Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: 15 January 2008 12:39 To: Maven Users List; Matthew Tordoff Subject: RE: Setting Java System property ---- Matthew Tordoff <[EMAIL PROTECTED]> schrieb: > Thanks for that but I have already looked at the appropria

RE: Setting Java System property

2008-01-15 Thread Matthew Tordoff
ryPreferencesFactory I hope this helps. Kind regards, Minto van der Sluis -Oorspronkelijk bericht- Van: Matthew Tordoff [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 15 januari 2008 10:43 Aan: Maven Users List Onderwe

RE: Setting Java System property

2008-01-15 Thread Matthew Tordoff
functionality isn't yet available. -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: 15 January 2008 09:53 To: Maven Users List Cc: Matthew Tordoff Subject: RE: Setting Java System property http://maven.apache.org/ref/current/maven-model/maven.html Search for "

RE: Setting Java System property

2008-01-15 Thread Matthew Tordoff
I still haven't moved forwards with this. Does any one have any ideas? -Original Message- From: Matthew Tordoff [mailto:[EMAIL PROTECTED] Sent: 14 January 2008 17:56 To: Maven Users List Subject: Setting Java System property Hi all, I am having problems setting a Java System Pro

Setting Java System property

2008-01-14 Thread Matthew Tordoff
Hi all, I am having problems setting a Java System Property as part of my build. I have tried setting it in all kinds of places and the only one that I have found to work is setting it as part of the maven command line as follows: mvn compile -Dsystemprop=blah Setting in the above way is the

RE: Ordering of compilation

2008-01-09 Thread Matthew Tordoff
com/example/package **/** Then bind your sqlj plugin to the process sources phase. This is untested, but I guess with a little tweaking you can make it work. Hth, Nick Stolwijk -Original Message- From: Matt

RE: Ordering of compilation

2008-01-09 Thread Matthew Tordoff
he process sources phase. This is untested, but I guess with a little tweaking you can make it work. Hth, Nick Stolwijk -Original Message- From: Matthew Tordoff [mailto:[EMAIL PROTECTED] Sent: Wed 1/9/2008 10:50 AM To: Maven Users List Subject: Ordering of compilation Hi all, I have the

Ordering of compilation

2008-01-09 Thread Matthew Tordoff
Hi all, I have the need to impose a specific ordering of compilation of some source code I have. I need to achieve the following: 1 - compile some Java 2 - translate SQLJ (dependent on above compilation) 3 - compile some further Java (dependent on translated SQLJ) To translate the SQLJ I have

RE: Downloading artefacts

2008-01-08 Thread Matthew Tordoff
Instead of using the unpack-dependencies goal, try just using the unpack goal, and specify each individual artifact you require ... (I have attached my execution to the validate phase since I require the files I import and unpack as part of later stages of the build). org.apache.maven.p

RE: import file from other modules

2008-01-08 Thread Matthew Tordoff
Hi Francois, To retrieve any files you first of all need to install them into the Maven repository in some way, and to install them into the Maven repository so they are accessible by other modules which can then retrieve them. The basic steps are: Package/Assemble, Install/Deploy, Retrieve. -

RE: Retrieving and unpacking assemblies

2008-01-07 Thread Matthew Tordoff
Hi all, I found the answer to this here... http://maven.apache.org/plugins/maven-assembly-plugin/faq.html#classifie r You can refer to the assembly using the id of the assembly as the dependency classifier. Matt -Original Message- From: Matthew Tordoff [mailto:[EMAIL PROTECTED] Sent

Retrieving and unpacking assemblies

2008-01-07 Thread Matthew Tordoff
Hi all, I recently created a POM module which as part of it contains a ZIP file created via the assembly plugin (since the current released version of Maven does not allow packaging of type ZIP). I have another project which needs to make use of this ZIP file, so I need that module to import the o

RE: Existance of ZIP Archetype? | How to distribute DB code to different mvn modules?

2008-01-04 Thread Matthew Tordoff
oaded here: https://svn.apache.org/repos/asf/maven/components/trunk/ Hth, Nick Stolwijk -Original Message- From: Matthew Tordoff [mailto:[EMAIL PROTECTED] Sent: Fri 1/4/2008 4:21 PM To: Maven Users List Subject: RE: Existance of ZIP Archetype? | How to distribute DB code to differen

RE: Existance of ZIP Archetype? | How to distribute DB code to different mvn modules?

2008-01-04 Thread Matthew Tordoff
Hth, Nick Stolwijk -Original Message----- From: Matthew Tordoff [mailto:[EMAIL PROTECTED] Sent: Fri 1/4/2008 3:54 PM To: Maven Users List Subject: RE: Existance of ZIP Archetype? | How to distribute DB code to different mvn modules? Does that mean that I have to download and build that ve

RE: Existance of ZIP Archetype? | How to distribute DB code to different mvn modules?

2008-01-04 Thread Matthew Tordoff
shows that such packaging is not supported. Anyone knows what should I do to make it working? Thanks, Tomek > > Jeff > > > > On Jan 4, 2008 12:18 PM, Matthew Tordoff <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > Does anyone know if th

RE: Existance of ZIP Archetype? | How to distribute DB code to different mvn modules?

2008-01-04 Thread Matthew Tordoff
different mvn modules? Use the zip packaging in your POM Jeff On Jan 4, 2008 12:18 PM, Matthew Tordoff <[EMAIL PROTECTED]> wrote: > Hi all, > > Does anyone know if there is an existance of a ZIP archetype or > similar for maven. I am looking to build a project organised in the

Existance of ZIP Archetype? | How to distribute DB code to different mvn modules?

2008-01-04 Thread Matthew Tordoff
Hi all, Does anyone know if there is an existance of a ZIP archetype or similar for maven. I am looking to build a project organised in the following way: Super Module => contains => WAR => contains => JAR => contains => SQLJ code which depends on PL/SQL => contains => PL/

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

2008-01-03 Thread Matthew Tordoff
What is your setup? Have you recently changed your proxy settings? Has this problem only just started appearing or have you had it for a long time? Do the other mvn build phases work (install, etc)? Have you got your repositories set up ok? Should be something like the following... (if you are

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

2008-01-03 Thread Matthew Tordoff
mvn deploy :) -Original Message- From: Thomas Chang [mailto:[EMAIL PROTECTED] Sent: 03 January 2008 10:57 To: Maven Users List Subject: How do I deploy my jar in my remote repository? Hi all, I try to deploy my jar in remote server according to http://maven.apache.org/guides/get

RE: Managing remote repositories

2007-12-19 Thread Matthew Tordoff
We are currently using Artifactory, would there be any benefits into moving to Archiva? What are people's experiences with the different proxies? Matt -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 18 December 2007 22:23 To: Maven Users List Subject: Re: Managing r

RE: Issue with jspc-maven-plugin - specifying uriroot

2007-12-17 Thread Matthew Tordoff
warSourceDirectory is an existing one and also tried replacing the with ${basedir}/. It din't help - still facing the same issue. This occurs only in 2.0 version of plugin for compilation using tomact6. It works fine with 1.0 version. Pl. let know if you have any other thoughts.. Thanks, Murali Ma

RE: Wacky Duplicate Path Problem

2007-12-17 Thread Matthew Tordoff
This is due to differences in SVN clients, and is not directly linked to either cygwin or windows. I believe that your windows version of the SVN client will be more recent. If you look at the release notes for SVN 1.4... http://subversion.tigris.org/svn_1.4_releasenotes.html You will see it stat

RE: Issue with jspc-maven-plugin - specifying uriroot

2007-12-14 Thread Matthew Tordoff
Hi Murali, I think that this is a problem relating to the : - Have you checked that the is an existing directory? - I also read somewhere that you also might have to specify the starting with ${basedir}/ Please let me know if either of these solutions help. Regards, Matt -Original Messa