How should i research a Nullpointer exception which is generated by maven.

2007-06-20 Thread Xander

Hello,

I'm working on a average complex maven project for some months now.
Currently i can't get maven to compile the project anymore. The error is a
NullpointerException, which doesn't give me much information. To find if
anyone had the same problem as I search a couple of forums and websites but
didn't help me much. I want to know what goes wrong. and be able to solve it
myself... I hope anyone can explain me how to lookup this problem myself.

This involves several plugins but neither of them is made by me.

thanx in advance...

Xander


http://www.nabble.com/file/p11212188/log.txt lMaven output 
-- 
View this message in context: 
http://www.nabble.com/How-should-i-research-a-Nullpointer-exception-which-is-generated-by-maven.-tf3952018s177.html#a11212188
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: Master -> Child POM

2007-03-20 Thread Xander

Hi Thorsten,

that fixed my problem...

Greetz Xander



Thorsten Heit-3 wrote:
> 
> Hi,
> 
>> --
>> settings.xml contains:
>> --
>>  
>>  
>>  AP400 Internal
>>  http://sv006.ap400.lan/maven-repos/
>>  
> 
> If that's your local repository should should put that in a 
> section, not in :
> 
> 
>   
> 
>   
> AP400 Internal
> http://sv006.ap400.lan/maven-repos/
> 
>   {true or false, depending on your settings}
> 
> 
>   {true or false, depending on your settings}
> 
>   
> 
> ...
>   
> 
> 
> 
> HTH
> 
> Thorsten
> 

-- 
View this message in context: 
http://www.nabble.com/Master--%3E-Child-POM-tf3432285s177.html#a9572171
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Master -> Child POM

2007-03-20 Thread Xander

Hi everyone,

I created several projects with maven. To make some default company stuff
general, i created a master pom, which contains settings about repositories
and issue management and so on.

This system works great as long as i have the master pom in my local
repository (stored on my computer). When i clean my local repository the sub
project isn't able to find the master pom in my company's repository, even
when i add that company repository to my settings.xml file. Maven tries to
locate the Master pom only on my mirror of "central"-repository.

Any help would be appriciated.

 - Xander


Attachments:
--
master pom contains:
--


AP400 Local
http://sv006.ap400.lan/maven-repos


--
child pom contains:
--

nl.ap400
master
1.0


--
settings.xml contains:
--


AP400 Internal
http://sv006.ap400.lan/maven-repos/


skynet.be
http://maven2.mirrors.skynet.be/pub/maven2
central


-- 
View this message in context: 
http://www.nabble.com/Master--%3E-Child-POM-tf3432285s177.html#a9568171
Sent from the Maven - Users mailing list archive at Nabble.com.


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