Hi,

    Here it goes. It's similar to your's. If you can't spot anything wrong, I'll install a nightly build.

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
    <name>servercore</name>
    <comment></comment>
    <projects>
    </projects>
    <buildSpec>
        <buildCommand>
            <name>org.rubypeople.rdt.core.rubybuilder</name>
            <arguments>
            </arguments>
        </buildCommand>           
        <buildCommand>
            <name>org.eclipse.jdt.core.javabuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
    </buildSpec>
    <natures>
        <nature>org.rubypeople.rdt.core.rubynature</nature>
        <nature>org.eclipse.jdt.core.javanature</nature>       
    </natures>
</projectDescription>


cheers,
Ricardo


Werner Schuster (murphee) wrote:
Ricardo Trindade wrote:
  
   -We can't seem to create mixed projects, with ruby and java code.
Even manually adding in the .project file the ruby nature and ruby
build command, ruby source files never get parsed, and syntax errors
are not detected.
    

Could you send your .project file along? I just tried this and it seemed
to work (I'm running the HEAD version, though).

I tried:
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
    <name>RubyClassBrowser</name>
    <comment></comment>
    <projects>
    </projects>
    <buildSpec>
    <buildCommand>
            <name>org.rubypeople.rdt.core.rubybuilder</name>
            <arguments>
            </arguments>
    </buildCommand>  
    <buildCommand>
            <name>org.eclipse.jdt.core.javabuilder</name>
            <arguments>
            </arguments>
    </buildCommand>
    </buildSpec>
    <natures>
         <nature>org.rubypeople.rdt.core.rubynature</nature>
 <nature>org.eclipse.jdt.core.javanature</nature>       
    </natures>
</projectDescription>


murphee

  
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development

Reply via email to