History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SAK-13384
Type: Bug Bug
Status: Closed Closed
Resolution: Non-Issue
Priority: Major Major
Assignee: Peter A. Knoop
Reporter: Aaron Zeckoski
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sakai

Invalid classpath entry (does not match pom)

Created: 17-Apr-2008 03:42   Updated: 23-Oct-2008 05:04
Component/s: Mailtool
Affects Version/s: 2.5.0, 2.5.2
Fix Version/s: None

Time Tracking:
Not Specified

2.4.x Status: None
2.5.x Status: None
2.6.x Status: None


 Description  « Hide
The classpath entry does not match with the pom entry for commons-fileupload:
    <dependency>
      <groupId>commons-fileupload</groupId>
      <artifactId>commons-fileupload</artifactId>
      <version>1.1.1</version>
      <type>jar</type>
    </dependency>

.classpath:
<classpathentry kind="var" path="M2_REPO/commons-fileupload/commons-fileupload/1.0/commons-fileupload-1.0.jar"/>

Change the .classpath line to read:
<classpathentry kind="var" path="M2_REPO/commons-fileupload/commons-fileupload/1.1.1/commons-fileupload-1.1.1.jar"/>

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Aaron Zeckoski - 17-Aug-2008 04:04
Not critical, just makes eclipse fail