well, another problem :)

i have the follwing snippet from a project.xml:

                               <resource>

<directory>src/test/resources/spring</directory>
                                       <includes>**/*.xml</includes>
                               </resource>
                               <resource>

<directory>src/test/resources/spring/adverts</directory>
                                       <includes>**/*.xml</includes>
                               </resource>
                               <resource>

and it gives the following error:

--- Nested Exception ---
org.codehaus.plexus.util.xml.pull.XmlPullParserException: expected
START_TAG or END_TAG not TEXT (position: TEXT seen
...</directory>\r\n\t\t\t\t\t<includes>**/*.xml</... @54:26)
       at org.codehaus.plexus.util.xml.pull.MXParser.nextTag(MXParser.java:1080)


thanks again and sorry for so many question :)
Emerson
On 20/04/07, emerson cargnin <[EMAIL PROTECTED]> wrote:
by the way, I'm using this on my build.properties:

maven.repo.remote=http://localrepo/maven/,http://repo1.maven.org/maven,http://people.apache.org/repo/m1-snapshot-repository

I tried to clean my .maven repository and cache, but it didn't solve
the problem of hanging on the same point...

thanks guys

On 20/04/07, emerson cargnin <[EMAIL PROTECTED]> wrote:
> ok
>
> thanks a lot
>
> would anyone else have a clue why my build hangs for so long on the
> following point?
>
>     [exec] checkstyle:report-internal:
>     [exec]     [mkdir] Created dir:
> 
/subversion/users/client/cruise/checkout/build-projet/modules/com.company.java/target/generated-xdocs/checkstyle
>
>
>
> On 20/04/07, Lukas Theussl <[EMAIL PROTECTED]> wrote:
> >
> >
> > emerson cargnin wrote:
> > > Thanks for the reply lukas.
> > >
> > > 1) do you run checkstyle? if so, you didn't noticed it takes a quite
> > > while to generate the reports?
> > > in this line it stops for 3 or 4 minutes....
> > >
> > >     [exec]     [checkstyle] Running Checkstyle 4.1 on 416 files
> > >     [exec] checkstyle:report-internal:
> > >     [exec]     [mkdir] Created dir:
> > > 
/subversion/users/svnclient/cruise/checkout/build-ucssearch/modules/com.yell.searchengine/target/generated-xdocs/checkstyle
> >
> > Yes I do run checkstyle, and as I said, I haven't noticed any
> > performance problems. However, if I understand correctly from your
> > snippet, your build hangs in the checkstyle:report-internal goal. This
> > goal is run after checkstyle has processed the source code and all it
> > does is generate the xdocs from the checkstyle xml output via some jelly
> > scripts. So the problem doesn't seem to be related to checkstyle, but I
> > have no idea what it could be...
> >
> > > 2) Do you need to put the emma.jar in your jre lib/ext ???
> >
> > No, I just downloaded the emma plugin (maven plugin:download) and ran
> > 'maven emma'. No other preparation needed.
> >
> > -Lukas
> >
> > ---------------------------------------------------------------------
> > 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]

Reply via email to