Re: [m2] xmlbeans plugin

2005-12-21 Thread Paolo Donà
Even better, who's in charge of this plugin? I could help solve the issue if
necessary.
Paolo

On 12/21/05, Paolo Donà <[EMAIL PROTECTED]> wrote:
>
> where did you get it?
>
> On 12/20/05, Nathan Sowatskey <[EMAIL PROTECTED]> wrote:
> >
> > Yes, I just had to copy one into my repository and rename it. I
> > couldn't fine one anywhere else.
> >
> > Regards
> >
> > Nathan
> >
> > Nathan Sowatskey - Technical Leader, NMTG CTO Engineering -
> > +34-638-083-675, +34-91-201-2139 - AIM NathanCisco - [EMAIL PROTECTED]
> >
> > On 20 Dec 2005, at 16:33, Paolo Donà wrote:
> >
> > > Hi guys,
> > > I'm trying to use the xmlbeans plugin but it fails saying that
> > > xmlbeans-jsr173-api-2.0-dev.jar is not available.
> > > I cannot find it on ibiblio.. can someone help my finding this?
> > >
> > > Regards,
> > > Paolo
> > >
> > > **
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>


Re: [m2] xmlbeans plugin

2005-12-21 Thread Paolo Donà
where did you get it?

On 12/20/05, Nathan Sowatskey <[EMAIL PROTECTED]> wrote:
>
> Yes, I just had to copy one into my repository and rename it. I
> couldn't fine one anywhere else.
>
> Regards
>
> Nathan
>
> Nathan Sowatskey - Technical Leader, NMTG CTO Engineering -
> +34-638-083-675, +34-91-201-2139 - AIM NathanCisco - [EMAIL PROTECTED]
>
> On 20 Dec 2005, at 16:33, Paolo Donà wrote:
>
> > Hi guys,
> > I'm trying to use the xmlbeans plugin but it fails saying that
> > xmlbeans-jsr173-api-2.0-dev.jar is not available.
> > I cannot find it on ibiblio.. can someone help my finding this?
> >
> > Regards,
> > Paolo
> >
> > **
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


[m2] xmlbeans plugin

2005-12-20 Thread Paolo Donà
Hi guys,
I'm trying to use the xmlbeans plugin but it fails saying that
xmlbeans-jsr173-api-2.0-dev.jar is not available.
I cannot find it on ibiblio.. can someone help my finding this?

Regards,
Paolo

**


Re: m2: war includes everything

2005-06-22 Thread Paolo Donà

Sorry, I missed the "Dependency Scope" thread.
So the scope "provided" should solve my problems.
I still don't understand why my pom breaks.

Paolo

Paolo Donà wrote:


Hi Guys,
I've got a problem with M2 :
I cannot prevent dependencies from being included in a .war file (it's 
a web project)

doing "m2 package" it always copies every dependency under /WEB-INF/lib

I tried to add an exclusion for dependecies I don't wanna pack. But I 
couldn't get it to work.


here a snippet of my pom.xml

   
   servletapi
   servletapi
   2.4.public_draft
   compile
   
   
   servletapi
   servletapi
   
   
   

This one get to :

[INFO] 
 


[INFO] BUILD FAILURE
[INFO] 
 

[INFO] Reason: Failed to parse model from file 
'C:\shared\prj\tdraw\prova\pom.xml'.
Error: 'TEXT must be immediately followed by END_TAG and not START_TAG 
(position: START_TAG seen ...\n
... @42:28) '
[INFO] 
 


[INFO] Total time: < 1 second
[INFO] Finished at: Wed Jun 22 12:11:57 CEST 2005
[INFO] Final Memory: 0M/1M
[INFO] 
 



Someone already digged into this problem?

Paolo




-
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]

m2: war includes everything

2005-06-22 Thread Paolo Donà

Hi Guys,
I've got a problem with M2 :
I cannot prevent dependencies from being included in a .war file (it's a 
web project)

doing "m2 package" it always copies every dependency under /WEB-INF/lib

I tried to add an exclusion for dependecies I don't wanna pack. But I 
couldn't get it to work.


here a snippet of my pom.xml

   
   servletapi
   servletapi
   2.4.public_draft
   compile
   
   
   servletapi
   servletapi
   
   
   

This one get to :

[INFO] 


[INFO] BUILD FAILURE
[INFO] 

[INFO] Reason: Failed to parse model from file 
'C:\shared\prj\tdraw\prova\pom.xml'.
Error: 'TEXT must be immediately followed by END_TAG and not START_TAG 
(position: START_TAG seen ...\n
... @42:28) '
[INFO] 


[INFO] Total time: < 1 second
[INFO] Finished at: Wed Jun 22 12:11:57 CEST 2005
[INFO] Final Memory: 0M/1M
[INFO] 



Someone already digged into this problem?

Paolo


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