You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Martin Weber <m....@razorcat.com> on 2009/10/16 18:26:59 UTC

latest IvyDE broken: does no longer follow linked folders (2.1.0.200910131402-hudson-74)

Hi all,

I just upgraded IvyDE to Version 2.1.0.200910131402-hudson-74.

In our setup, we used linke folders to point to the project's source
files. The latest version of IvyDE fails with that setup.

org.apache.ivyde.eclipse.IvyDEException: The ivy.xml file
'C:\Projects\st\<module>\EclipseProjectFiles\testrunmgt\content\ivy.xml'
was not found
	at
org.apache.ivyde.eclipse.cpcontainer.IvyClasspathContainerState.getModuleDescriptor(IvyClasspathContainerState.java:389)
	at
org.apache.ivyde.eclipse.cpcontainer.IvyResolveJob.run(IvyResolveJob.java:73)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)


Just wanted to report that,
	Martin

-- 
| Martin Weber
| RazorCat Development GmbH
| Witzlebenplatz 4          fon: +49-(30)-536 357 46
| 14057 Berlin              fax: +49-(30)-536 357 60
|
|--------------------------------------------
| Geschäftsführer: Michael Wittner
| Sitz der Gesellschaft: Berlin
| Amtsgericht: Berlin, HRB 65326


Re: latest IvyDE broken: does no longer follow linked folders (2.1.0.200910131402-hudson-74)

Posted by Martin Weber <m....@razorcat.com>.
Nicolas Lalevée schrieb:
> 
> Le 16 oct. 09 à 18:26, Martin Weber a écrit :
> 
>> Hi all,
>>
>> I just upgraded IvyDE to Version 2.1.0.200910131402-hudson-74.
>>
>> In our setup, we used linke folders to point to the project's source
>> files. The latest version of IvyDE fails with that setup.
>>
>> org.apache.ivyde.eclipse.IvyDEException: The ivy.xml file
>> 'C:\Projects\st\<module>\EclipseProjectFiles\testrunmgt\content\ivy.xml'
>> was not found
>>     at
>> org.apache.ivyde.eclipse.cpcontainer.IvyClasspathContainerState.getModuleDescriptor(IvyClasspathContainerState.java:389)
>>
>>     at
>> org.apache.ivyde.eclipse.cpcontainer.IvyResolveJob.run(IvyResolveJob.java:73)
>>
>>     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> 
> When you say "linked folders", is it like the symbolic links in the Unix
> world ?

No, these linked folders are Eclipse-specific. We use a set up, where
the eclipse project files (and settings) are kept away from the source
files. Each eclipse project has a linked folder named 'content', which
points to the source directory.
In Eclipse, you may create a linked folder by opening
Project|Properties|Java build Path|Source and then clicking on 'Link
Source'.

> 
> Could you open a Jira about it ? thanks

I tried. But I don't see any 'New Issue' button there after I logged in
to Jira.

Martin



Re: latest IvyDE broken: does no longer follow linked folders (2.1.0.200910131402-hudson-74)

Posted by Martin Weber <m....@razorcat.com>.
Nicolas Lalevée schrieb:
> 
> Le 16 oct. 09 à 18:26, Martin Weber a écrit :
> 
>> Hi all,
>>
>> I just upgraded IvyDE to Version 2.1.0.200910131402-hudson-74.
>>
>> In our setup, we used linke folders to point to the project's source
>> files. The latest version of IvyDE fails with that setup.
>>
>> org.apache.ivyde.eclipse.IvyDEException: The ivy.xml file
>> 'C:\Projects\st\<module>\EclipseProjectFiles\testrunmgt\content\ivy.xml'
>> was not found
>>     at
>> org.apache.ivyde.eclipse.cpcontainer.IvyClasspathContainerState.getModuleDescriptor(IvyClasspathContainerState.java:389)
>>
>>     at
>> org.apache.ivyde.eclipse.cpcontainer.IvyResolveJob.run(IvyResolveJob.java:73)
>>
>>     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> 
> When you say "linked folders", is it like the symbolic links in the Unix
> world ?
> 
> Could you open a Jira about it ? thanks

Done. IVYDE-211

Martin

Re: latest IvyDE broken: does no longer follow linked folders (2.1.0.200910131402-hudson-74)

Posted by Nicolas Lalevée <ni...@hibnet.org>.
Le 16 oct. 09 à 18:26, Martin Weber a écrit :

> Hi all,
>
> I just upgraded IvyDE to Version 2.1.0.200910131402-hudson-74.
>
> In our setup, we used linke folders to point to the project's source
> files. The latest version of IvyDE fails with that setup.
>
> org.apache.ivyde.eclipse.IvyDEException: The ivy.xml file
> 'C:\Projects\st\<module>\EclipseProjectFiles\testrunmgt\content 
> \ivy.xml'
> was not found
> 	at
> org 
> .apache 
> .ivyde 
> .eclipse 
> .cpcontainer 
> .IvyClasspathContainerState 
> .getModuleDescriptor(IvyClasspathContainerState.java:389)
> 	at
> org 
> .apache 
> .ivyde.eclipse.cpcontainer.IvyResolveJob.run(IvyResolveJob.java:73)
> 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

When you say "linked folders", is it like the symbolic links in the  
Unix world ?

Could you open a Jira about it ? thanks

Nicolas