You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kevin Ross <Ke...@iVerticalLeap.com> on 2003/04/26 00:13:00 UTC

Dependency problems w/cvs head

After updating today, I all of the sudden have all kinds of issues.
I've boiled them down to two things it seems:
 
1.	maven is no longer able to download dependencies, that includes
overwriting the ones that existed locally with the infamous 2KB file.
Kaboom.
2.	maven no longer visits multiple repositories, even though they
are specified correctly and worked before.
 
There are also continuous references to what seems to be the same
exception in the maven.log for all the projects I tried.  This happens
for 'includes' and 'excludes':
 
2003-04-25 16:01:30,828 WARN
org.apache.commons.jelly.expression.jexl.JexlExpression - Caught
exception evaluating: org.apache.commons.jexl.ExpressionImpl@bcb23e.
Reason: java.lang.NumberFormatException: For input string: "includes"
java.lang.NumberFormatException: For input string: "includes"
            at
java.lang.NumberFormatException.forInputString(NumberFormatException.jav
a:48)
            at java.lang.Integer.parseInt(Integer.java:426)
            at java.lang.Integer.valueOf(Integer.java:532)
            at
org.apache.commons.jexl.util.Coercion.coerceInteger(Coercion.java:95)
            at
org.apache.commons.jexl.parser.ASTArrayAccess.evaluateExpr(ASTArrayAcces
s.java:177)
            at
org.apache.commons.jexl.parser.ASTIdentifier.execute(ASTIdentifier.java:
104)
            at
org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:10
6)
            at
org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:88)
            at
org.apache.commons.jexl.parser.ASTNotNode.value(ASTNotNode.java:88)
            at
org.apache.commons.jexl.parser.ASTExpression.value(ASTExpression.java:85
)
            at
org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:123)
            at
org.apache.commons.jelly.expression.jexl.JexlExpression.evaluate(JexlExp
ression.java:115)
            at
org.apache.commons.jelly.expression.jexl.JexlExpressionFactory$Expressio
nSupportLocal.evaluate(JexlExpressionFactory.java:168)
            at
org.apache.commons.jelly.expression.ExpressionSupport.evaluateRecurse(Ex
pressionSupport.java:106)
            at
org.apache.commons.jelly.expression.ExpressionSupport.evaluateAsBoolean(
ExpressionSupport.java:116)
            at
org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:90)
            at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
            at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
            at
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
            at
org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:84)
            at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
            at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
            at
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
            at
com.werken.werkz.jelly.ProjectTag.doTag(ProjectTag.java:112)
            at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
            at
org.apache.maven.jelly.JellyUtils.runScript(JellyUtils.java:112)
            at
org.apache.maven.jelly.JellyUtils.runScript(JellyUtils.java:139)
            at
org.apache.maven.plugin.PluginManager.loadPlugin(PluginManager.java:693)
            at
org.apache.maven.plugin.PluginManager.prepForGoal(PluginManager.java:495
)
            at
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:384
)
            at
org.apache.maven.MavenSession.attainGoals(MavenSession.java:357)
            at org.apache.maven.cli.App.doMain(App.java:525)
            at org.apache.maven.cli.App.main(App.java:1088)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.werken.forehead.Forehead.run(Forehead.java:543)
            at com.werken.forehead.Forehead.main(Forehead.java:573)
 
 
Any thoughts are appreciated,
 
Kevin Ross