Building source

35 views
Skip to first unread message

Nick Pratt

unread,
Sep 3, 2013, 3:35:47 PM9/3/13
to wicke...@googlegroups.com
I grabbed the latest source from the git repo, but Im failing to build due to:

import com.intellij.lang.properties.PropertiesUtil;
import com.intellij.lang.properties.psi.PropertiesFile;


I've tried using Idea SDK 12.0.4, 12.1.4 and latest 13 EAP, but I dont see these classes - where are they located?

The fix for the missing method in the latest EAP 13 build seems straight forward - just use the builder:

    @Nullable
    private static HighlightInfo createHighlightInfo(HighlightInfoType type, TextRange textRange) {
   HighlightInfo.Builder builder = HighlightInfo.newHighlightInfo( type ).range( textRange );
   return builder.create();
    }


but I cant find the Properties related classes.

Minas Manthos

unread,
Sep 3, 2013, 3:51:32 PM9/3/13
to wicke...@googlegroups.com
Hi Nick

Open Project Structure. Go to Modules -> Dependencies. Add a new Library and and add [IDEA_INSTALL_PATH]/plugins/properties/lib/properties.jar (you also can change scope to provided because IDEA provides this jar)

Regards
Minas.

Nick Pratt

unread,
Sep 3, 2013, 8:07:30 PM9/3/13
to wicke...@googlegroups.com
Thanks Minas

I rebuilt the latest source locally with the above change, and everything is running fine on EAP 132.27

Nick


--
You received this message because you are subscribed to a topic in the Google Groups "WicketForge" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wicketforge/1ln0cgJmmYA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wicketforge...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
Message has been deleted
0 new messages