You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Rasa Here <ra...@gmail.com> on 2009/10/09 13:20:46 UTC

Maven 1.0 and j2sdk 1.5 Compilation issues

Hi,

I am using maven 1.0 for building my application ear. Earlier my application
was using 1.4 version of java and now i am planning to upgrade it to 1.5.
But i don't wanted to go for maven 2.0 now. Here the issue is when i a m
trying to build my ear it gives following error error reading
/usr/build/application/library/commons-jelly/jars/commons-jelly-20030902.160215.jar.
Same error with commons-jelly-tags-xml-20030211.142705.jar,
velocity-1.4-dev.jar, commons-net-1.1.0.jar, regexp-1.2.jar, bcel-5.0.jar,
jing-20030619.jar. I have removed all those things and  added new versions
for commons-jelly-20030902.160215.jar. When i gives maven mytask it gives

The build cannot continue because of the following unsatisfied dependencies:

commons-jelly-20030902.160215.jar
velocity-1.4-dev.jar

Total time: 2 seconds
Finished at: Fri Oct 09 10:04:55 IST 2009

Please help me to solve the issue.

Thanks and Regards
Rasa

Re: Maven 1.0 and j2sdk 1.5 Compilation issues

Posted by Lukas Theussl <lt...@apache.org>.
It seems like these jars have disappeared from central [1,2], but they are still 
in the old ibiblio repo [3,4]. Try to add

-Dmaven.repo.remote=http://repo1.maven.org/maven,http://www.ibiblio.org/maven/

HTH,
-Lukas

[1] http://repo1.maven.org/maven/velocity/jars/
[2] http://www.ibiblio.org/maven/velocity/jars/
[3] http://repo1.maven.org/maven/commons-jelly/jars/
[4] http://www.ibiblio.org/maven/commons-jelly/jars/


Rasa Here wrote:
> Hi,
> 
> I am using maven 1.0 for building my application ear. Earlier my application
> was using 1.4 version of java and now i am planning to upgrade it to 1.5.
> But i don't wanted to go for maven 2.0 now. Here the issue is when i a m
> trying to build my ear it gives following error error reading
> /usr/build/application/library/commons-jelly/jars/commons-jelly-20030902.160215.jar.
> Same error with commons-jelly-tags-xml-20030211.142705.jar,
> velocity-1.4-dev.jar, commons-net-1.1.0.jar, regexp-1.2.jar, bcel-5.0.jar,
> jing-20030619.jar. I have removed all those things and  added new versions
> for commons-jelly-20030902.160215.jar. When i gives maven mytask it gives
> 
> The build cannot continue because of the following unsatisfied dependencies:
> 
> commons-jelly-20030902.160215.jar
> velocity-1.4-dev.jar
> 
> Total time: 2 seconds
> Finished at: Fri Oct 09 10:04:55 IST 2009
> 
> Please help me to solve the issue.
> 
> Thanks and Regards
> Rasa
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org