[ 
https://issues.apache.org/jira/browse/VELOCITY-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henning Schmiedehausen closed VELOCITY-255.
-------------------------------------------


> maven dependencies wrong for log4j
> ----------------------------------
>
>                 Key: VELOCITY-255
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-255
>             Project: Velocity
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.4
>         Environment: Operating System: All
> Platform: All
>            Reporter: Neil Katin
>         Assigned To: Velocity-Dev List
>
> I checked out the latest velocity source from cvs today.  It did not build.
> It seems that velocity depends on the org.apache.log4j.Logger class, but lists
> its  dependencies in the project.xml file as 1.1.3.  The logger class doesn't
> exist in 1.3.  Upgrading to a later log4j (I used 1.2.8) "cures" the problem.
> It appears that the project.xml file isn't used for the "real" build; perhaps
> it should be removed?
> In addition, the maven.xml file refers to the default build tag of "java:jar".
> This tag is deprectated; the current tag to use is "jar:jar" (at least
> in maven 1.0-rc1...)
> Here's a diff of the change to project.xml:
> *** project.xml 19 Feb 2004 23:22:25 -0000      1.3
> --- project.xml 21 Mar 2004 20:15:17 -0000
> ***************
> *** 161,167 ****
>       <dependency>
>         <id>log4j</id>
> !       <version>1.1.3</version>
>       </dependency>
>       <dependency>
> --- 161,167 ----
>       <dependency>
>         <id>log4j</id>
> !       <version>1.2.8</version>
>       </dependency>
>       <dependency>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to