[ https://issues.apache.org/jira/browse/IVYDE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin reassigned IVYDE-66: --------------------------------- Assignee: Xavier Hanin > IvyDE source artifact not recognised > ------------------------------------ > > Key: IVYDE-66 > URL: https://issues.apache.org/jira/browse/IVYDE-66 > Project: IvyDE > Issue Type: Bug > Components: classpath container > Reporter: Gerard Fernandes > Assignee: Xavier Hanin > Attachments: IVYDE-66-r616804.patch, IVYDE-66-r616804.patch, IVYDE-66-r617511.patch > > > IvyDE doesn't recognise source artifacts with a different name than the binary artifact. > E.g., If I have a JAR called commons-cli-1.1.jar and it's source called commons-cli-src-1.1.zip, an Ivy configuration with the following will resolve and the sources are downloaded (can be confirmed by the Ivy report as well as checking the cache) but will NOT attach sources in Eclipse: > > > > > Ivy settings are: > > > > > The only way to make this work is to change Ivy settings to: > > > > > > > And rename > commons-cli-src-1.1.zip > To > commons-cli-1.1-src.zip > And finally change the Ivy configuration to: > > > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.