Where to find Eclipse-plugin sources?

6 views
Skip to first unread message

Karel Gardas

unread,
Sep 9, 2010, 12:38:00 PM9/9/10
to CAL Language Discussion
Hello,

I'm currently facing troubles with using CAL from Java. I.e.

java.lang.IllegalArgumentException: URI scheme is not "file"
at java.io.File.<init>(File.java:366)
at
org.openquark.cal.services.BasicNullaryEnvironment.getFile(BasicNullaryEnvironment.java:
199)
at
org.openquark.cal.services.BasicNullaryEnvironment.getFile(BasicNullaryEnvironment.java:
101)
at org.openquark.cal.services.BasicCALWorkspace
$BasicWorkspaceEnvironmentProvider.getDefaultSourceGenerationRoot(BasicCALWorkspace.java:
263)
at org.openquark.cal.services.BasicCALWorkspace
$BasicWorkspaceEnvironmentProvider.getDefaultProgramResourceRepositoryProvider(BasicCALWorkspace.java:
240)
at
org.openquark.cal.services.WorkspaceManager.getWorkspaceManager(WorkspaceManager.java:
152)
at
org.openquark.cal.services.BasicCALServices.make(BasicCALServices.java:
270)
at
org.openquark.cal.services.BasicCALServices.make(BasicCALServices.java:
243)
at
org.openquark.cal.services.BasicCALServices.make(BasicCALServices.java:
196)
at
org.openquark.cal.services.BasicCALServices.makeCompiled(BasicCALServices.java:
209)

while callling:
CompilerMessageLogger cmlog = new MessageLogger();
BasicCALServices calserv =
BasicCALServices.makeCompiled("processor.cws", cmlog);

and so I'd like to add some debug messages into the CAL runtime/
services sources and recompile them (as it seems sources itself does
not provide any debugging facility in this domain). Following
OpenQuark building guide I also need to build Eclipse plug-in together
with OpenQuark and here is the issue since I'm not able to find
Eclipse plug-in sources anywhere.

Any hint where those sources might be obtainable is highly welcome
here -- or a way how to build w/o them too of course.

Thanks,
Karel

Richard Webster

unread,
Sep 9, 2010, 2:59:03 PM9/9/10
to cal_la...@googlegroups.com
Hi Karel,

The source for the CAL Eclipse Plug-in is available on GitHub at:
http://github.com/levans/CAL-Eclipse-Plug-in

Thanks
Richard Webster

> --
> You received this message because you are subscribed to the Google Groups "CAL Language Discussion" group.
> To post to this group, send email to cal_la...@googlegroups.com.
> To unsubscribe from this group, send email to cal_language...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cal_language?hl=en.
>
>

Karel Gardas

unread,
Sep 9, 2010, 3:22:24 PM9/9/10
to CAL Language Discussion
Great! Thanks Richard, I hope this will help me debugging this issue.
Karel

On Sep 9, 8:59 pm, Richard Webster <rdwebs...@gmail.com> wrote:
> Hi Karel,
>
> The source for the CAL Eclipse Plug-in is available on GitHub at:http://github.com/levans/CAL-Eclipse-Plug-in
>
> Thanks
> Richard Webster
>
Reply all
Reply to author
Forward
0 new messages