[
https://issues.apache.org/jira/browse/BUILDR-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638735#action_12638735
]
lacton commented on BUILDR-169:
-------------------------------
When I run "buildr eclipse", I do not get the same result as you.
Your foo-impl/.classpath in buildr-bug.tar.gz contains
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn/|**/CVS/" kind="src"
path="src/main/java"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/foo-api"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
whereas the foo-impl/.classpath I get when I run "touch buildfile ; buildr
eclipse" contains
<classpath>
<classpathentry path="src/main/java" kind="src" excluding="**/.svn/|**/CVS/"/>
<classpathentry path="/buildr-bug-foo-api" kind="src"
combineaccessrules="false"/>
<classpathentry path="target/classes" kind="output"/>
<classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER" kind="con"/>
</classpath>
How did you generate your .classpath files?
> Wrong classpath is set when running buildr eclipse
> --------------------------------------------------
>
> Key: BUILDR-169
> URL: https://issues.apache.org/jira/browse/BUILDR-169
> Project: Buildr
> Issue Type: Bug
> Components: IDE
> Affects Versions: 1.3.3
> Environment: All OS
> Ruby, JRuby
> Eclipse Ganymede(3.4)
> Reporter: Anders Asplund
> Attachments: buildr-bug.tar.gz, eclipse.rb
>
>
> http://n2.nabble.com/buildr-eclipse---bug--td1315442.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.