You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Alistair Young <al...@smo.uhi.ac.uk> on 2007/02/04 14:31:52 UTC

[AXIS2] quick compile options?

I'm new to maven. I've downloaded trunk from svn but is there a quick way
of compiling the Axis2 source? I'm using:

maven -Dmaven.test.skip=true

but it still goes through all the SNAPSHOT.jar files e.g.

"Attempting to download axis2-adb-SNAPSHOT.jar"

So even changing one file takes half an hour to recompile.

Is there a setting for a quick build or even to compile one module?

Should files such as axis2-adb-SNAPSHOT.jar be in my local repository?

thanks,

Alistair


-- 
mov eax,1
mov ebx,0
int 80h



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [AXIS2] quick compile options?

Posted by Alistair Young <al...@smo.uhi.ac.uk>.
brilliant - thanks!

Alistair

-- 
mov eax,1
mov ebx,0
int 80h

> To build just one module:
>   cd module/<module>
>   maven jar
>
> To build without checking for SNAPSHOTs online,
>   maven -o jar
>
> To download a set of SNAPSHOTs to make the above work,
>   maven create-lib
>
> Hope that helps,
> David
>
> On 04/02/07, Alistair Young <al...@smo.uhi.ac.uk> wrote:
>> I'm new to maven. I've downloaded trunk from svn but is there a quick
>> way
>> of compiling the Axis2 source? I'm using:
>>
>> maven -Dmaven.test.skip=true
>>
>> but it still goes through all the SNAPSHOT.jar files e.g.
>>
>> "Attempting to download axis2-adb-SNAPSHOT.jar"
>>
>> So even changing one file takes half an hour to recompile.
>>
>> Is there a setting for a quick build or even to compile one module?
>>
>> Should files such as axis2-adb-SNAPSHOT.jar be in my local repository?
>>
>> thanks,
>>
>> Alistair
>>
>>
>> --
>> mov eax,1
>> mov ebx,0
>> int 80h
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-dev-help@ws.apache.org
>>
>>
>
>
> --
> David Illsley - IBM Web Services Development
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [AXIS2] quick compile options?

Posted by David Illsley <da...@gmail.com>.
To build just one module:
  cd module/<module>
  maven jar

To build without checking for SNAPSHOTs online,
  maven -o jar

To download a set of SNAPSHOTs to make the above work,
  maven create-lib

Hope that helps,
David

On 04/02/07, Alistair Young <al...@smo.uhi.ac.uk> wrote:
> I'm new to maven. I've downloaded trunk from svn but is there a quick way
> of compiling the Axis2 source? I'm using:
>
> maven -Dmaven.test.skip=true
>
> but it still goes through all the SNAPSHOT.jar files e.g.
>
> "Attempting to download axis2-adb-SNAPSHOT.jar"
>
> So even changing one file takes half an hour to recompile.
>
> Is there a setting for a quick build or even to compile one module?
>
> Should files such as axis2-adb-SNAPSHOT.jar be in my local repository?
>
> thanks,
>
> Alistair
>
>
> --
> mov eax,1
> mov ebx,0
> int 80h
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>


-- 
David Illsley - IBM Web Services Development

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org