scala ide not generating compiled output

22 views
Skip to first unread message

sjmi...@gmail.com

unread,
Dec 9, 2016, 2:13:24 AM12/9/16
to Scala IDE User
Hi,
I am using eclipse mars and scala ide 4.4.
Here is my project file
<projectDescription>
    <name>test</name>
    <comment></comment>
    <projects>
    </projects>
    <buildSpec>
        <buildCommand>
            <name>org.scala-ide.sdt.core.scalabuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
    </buildSpec>   
    <natures>
        <nature>org.scala-ide.sdt.core.scalanature</nature>
        <nature>org.eclipse.jdt.core.javanature</nature>
    </natures>
</projectDescription>

Here is the classpath file
<classpath>
    <classpathentry path="bin" kind="output"/>
    <classpathentry kind="src" path="src/main/scala"/>
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7/"/>
    <classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>

However I don't see any .class file generated under folder bin.

Please let me know where I may be going wrong.

Thanks
Sachin

Rafał Krzewski

unread,
Dec 9, 2016, 4:51:33 AM12/9/16
to Scala IDE User
Do you see any errors in problems view, or in platform error log?

If you could prepare a minimal workspace exhibiting the problem, compress it and upload somewhere, it would make it much easier for the developers to diagnose the problem.

cheers,
Rafał
Reply all
Reply to author
Forward
0 new messages