You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <gg...@seagullsw.com> on 2004/03/24 21:41:03 UTC

[codec][lang] Can't build with Maven 1.0-rc2

Hello,

I've installed Maven 1.0-rc2 (I had Maven 1.0-rc1) and I am getting
errors in lang and codec. This all used to work in rc1 of course.

First I tried to run site:generate over and over until maven downloaded
all the jar files it thought it needed but things blew up in a
plugin.jelly file I think. 

I then nuked everything in my user .maven/plugins and .maven/repository.
Then I ran clean site:generate which downloaded a ton of jars but I got
the same errors in maven-checkstyle-plugin-2.3.

Any clues?

For lang:

>maven clean site:generate
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc2

Attempting to download vdoclet-20020711.jar.
............
.
Attempting to download qdox-current.jar.
......
.
Attempting to download logkit-1.0.1.jar.
............
.
build:start:

clean:clean:

clean:

site:
xdoc:register-reports:
maven-checkstyle-plugin:register:

maven-javadoc-plugin:register:

maven-junit-report-plugin:register:

maven-jxr-plugin:register:

maven-license-plugin:register:

maven-tasklist-plugin:register:


site:run-reports:
    [echo] Generating the Checkstyle...
checkstyle:init:

checkstyle:report:
checkstyle:run:
    [mkdir] Created dir:
C:\cvs-store\apache.org\jakarta\commons\lang\target
    [echo] Using checkstyle.xml for checkstyle ...

BUILD FAILED
File...... file:/C:/Documents and
Settings/ggregory/.maven/plugins/maven-checkstyle-plugin-2.3/plugin.jell
y
Element... ant:checkstyle
Line...... 133
Column.... 63
Unable to create a Checker: Cannot set property 'basedir' in module
Checker to '.': . is not an absolute path
Total time: 10 seconds
Finished at: Wed Mar 24 11:28:22 PST 2004


For codec:

>maven clean site:generate
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc2

build:start:

clean:clean:
    [delete] Deleting directory
C:\cvs-store\apache.org\jakarta\commons\codec\target
    [delete] Deleting:
C:\cvs-store\apache.org\jakarta\commons\codec\velocity.log

clean:

site:
xdoc:register-reports:
maven-changelog-plugin:register:

maven-checkstyle-plugin:register:

maven-clover-plugin:register:

maven-developer-activity-plugin:register:

maven-file-activity-plugin:register:

maven-javadoc-plugin:register:

maven-junit-report-plugin:register:

maven-jxr-plugin:register:

maven-license-plugin:register:


site:run-reports:
    [echo] Generating the Change Log...
maven-changelog-plugin:report:
    [echo] Generating the changelog report
ChangeLog found: 9 entries
    [mkdir] Created dir:
C:\cvs-store\apache.org\jakarta\commons\codec\target\generated-xdocs

    [echo] Generating the Checkstyle...
checkstyle:init:

checkstyle:report:
checkstyle:run:
    [echo] Using
C:\cvs-store\apache.org\jakarta\commons\codec/checkstyle.xml for
checkstyle ...

BUILD FAILED
File...... file:/C:/Documents and
Settings/ggregory/.maven/plugins/maven-checkstyle-plugin-2.3/plugin.jell
y
Element... ant:checkstyle
Line...... 133
Column.... 63
Unable to create a Checker: Cannot set property 'basedir' in module
Checker to 'src/checkstyle': src\checkstyle is not an absolute path
Total time: 1 minutes 18 seconds
Finished at: Wed Mar 24 12:39:41 PST 2004

Gary


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


Re: [codec][lang] Can't build with Maven 1.0-rc2

Posted by di...@multitask.com.au.
How did you do the install?
--
dIon Gillard, Multitask Consulting



"Gary Gregory" <gg...@seagullsw.com> wrote on 25/03/2004 07:41:03 AM:

> Hello,
> 
> I've installed Maven 1.0-rc2 (I had Maven 1.0-rc1) and I am getting
> errors in lang and codec. This all used to work in rc1 of course.
> 
> First I tried to run site:generate over and over until maven downloaded
> all the jar files it thought it needed but things blew up in a
> plugin.jelly file I think. 
> 
> I then nuked everything in my user .maven/plugins and .maven/repository.
> Then I ran clean site:generate which downloaded a ton of jars but I got
> the same errors in maven-checkstyle-plugin-2.3.
> 
> Any clues?
> 
> For lang:
> 
> >maven clean site:generate
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc2
> 
> Attempting to download vdoclet-20020711.jar.
> ............
> .
> Attempting to download qdox-current.jar.
> ......
> .
> Attempting to download logkit-1.0.1.jar.
> ............
> .
> build:start:
> 
> clean:clean:
> 
> clean:
> 
> site:
> xdoc:register-reports:
> maven-checkstyle-plugin:register:
> 
> maven-javadoc-plugin:register:
> 
> maven-junit-report-plugin:register:
> 
> maven-jxr-plugin:register:
> 
> maven-license-plugin:register:
> 
> maven-tasklist-plugin:register:
> 
> 
> site:run-reports:
>     [echo] Generating the Checkstyle...
> checkstyle:init:
> 
> checkstyle:report:
> checkstyle:run:
>     [mkdir] Created dir:
> C:\cvs-store\apache.org\jakarta\commons\lang\target
>     [echo] Using checkstyle.xml for checkstyle ...
> 
> BUILD FAILED
> File...... file:/C:/Documents and
> Settings/ggregory/.maven/plugins/maven-checkstyle-plugin-2.3/plugin.jell
> y
> Element... ant:checkstyle
> Line...... 133
> Column.... 63
> Unable to create a Checker: Cannot set property 'basedir' in module
> Checker to '.': . is not an absolute path
> Total time: 10 seconds
> Finished at: Wed Mar 24 11:28:22 PST 2004
> 
> 
> For codec:
> 
> >maven clean site:generate
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc2
> 
> build:start:
> 
> clean:clean:
>     [delete] Deleting directory
> C:\cvs-store\apache.org\jakarta\commons\codec\target
>     [delete] Deleting:
> C:\cvs-store\apache.org\jakarta\commons\codec\velocity.log
> 
> clean:
> 
> site:
> xdoc:register-reports:
> maven-changelog-plugin:register:
> 
> maven-checkstyle-plugin:register:
> 
> maven-clover-plugin:register:
> 
> maven-developer-activity-plugin:register:
> 
> maven-file-activity-plugin:register:
> 
> maven-javadoc-plugin:register:
> 
> maven-junit-report-plugin:register:
> 
> maven-jxr-plugin:register:
> 
> maven-license-plugin:register:
> 
> 
> site:run-reports:
>     [echo] Generating the Change Log...
> maven-changelog-plugin:report:
>     [echo] Generating the changelog report
> ChangeLog found: 9 entries
>     [mkdir] Created dir:
> C:\cvs-store\apache.org\jakarta\commons\codec\target\generated-xdocs
> 
>     [echo] Generating the Checkstyle...
> checkstyle:init:
> 
> checkstyle:report:
> checkstyle:run:
>     [echo] Using
> C:\cvs-store\apache.org\jakarta\commons\codec/checkstyle.xml for
> checkstyle ...
> 
> BUILD FAILED
> File...... file:/C:/Documents and
> Settings/ggregory/.maven/plugins/maven-checkstyle-plugin-2.3/plugin.jell
> y
> Element... ant:checkstyle
> Line...... 133
> Column.... 63
> Unable to create a Checker: Cannot set property 'basedir' in module
> Checker to 'src/checkstyle': src\checkstyle is not an absolute path
> Total time: 1 minutes 18 seconds
> Finished at: Wed Mar 24 12:39:41 PST 2004
> 
> Gary
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>