Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Koneki » I want customize code
I want customize code [message #1416510] Fri, 13 July 2012 09:01 Go to next message
hyojun ku is currently offline hyojun kuFriend
Messages: 14
Registered: July 2012
Junior Member
hello i want customize this project code for study.

there are any build documents for this?
Re: I want customize code [message #1416511 is a reply to message #1416510] Fri, 13 July 2012 09:12 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

A few pointers to get you started:


The organization of the git repositories http://wiki.eclipse.org/Koneki/Development
How-to build from source http://wiki.eclipse.org/Koneki/LDT/Tutorials/Building_LDT_from_source


Feel free to ask further details if you get stuck...
Benjamin
Re: I want customize code [message #1416519 is a reply to message #1416511] Mon, 16 July 2012 00:01 Go to previous messageGo to next message
hyojun ku is currently offline hyojun kuFriend
Messages: 14
Registered: July 2012
Junior Member
Thanks alot. :)

i'll try and ask again.
Re: I want customize code [message #1416520 is a reply to message #1416511] Mon, 16 July 2012 00:51 Go to previous messageGo to next message
hyojun ku is currently offline hyojun kuFriend
Messages: 14
Registered: July 2012
Junior Member
I got codes and compile complete.(thanks)
at org.eclipse.koneki.ldt level poem.xml

but i changed some message at org.eclipse.koneki.ldt.widzards 's message.properties.
and maven compile or maven jar in org.eclipse.koneki.ldt.widzards/poem.xml

console say bottom message.
what's my problem?
help me.

--------------------------------------------------------------------------

[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.eclipse.koneki.ldt.editor 0.8.0.qualifier
[ERROR] Missing requirement: org.eclipse.koneki.ldt.editor 0.8.0.qualifier requires 'bundle org.eclipse.koneki.ldt 0.1.0' but it could not be found
[ERROR]
[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.koneki.ldt.editor 0.8.0.qualifier to bundle org.eclipse.koneki.ldt 0.1.0.", "Unable to satisfy dependency from org.eclipse.koneki.ldt.editor 0.8.0.qualifier to bundle org.eclipse.koneki.ldt.parser 0.1.0.", "Unable to satisfy dependency from org.eclipse.koneki.ldt.editor 0.8.0.qualifier to bundle org.eclipse.koneki.ldt.ui 0.1.0.", "No solution found because the problem is unsatisfiable."] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.koneki.ldt.editor 0.8.0.qualifier to bundle org.eclipse.koneki.ldt 0.1.0.", "Unable to satisfy dependency from org.eclipse.koneki.ldt.editor 0.8.0.qualifier to bundle org.eclipse.koneki.ldt.parser 0.1.0.", "Unable to satisfy dependency from org.eclipse.koneki.ldt.editor 0.8.0.qualifier to bundle org.eclipse.koneki.ldt.ui 0.1.0.", "No solution found because the problem is unsatisfiable."]
...
Re: I want customize code [message #1416521 is a reply to message #1416520] Mon, 16 July 2012 02:23 Go to previous messageGo to next message
Eclipse UserFriend
You need to execute mvn clean install from the top level folder (this may be in a bug in the build system, btw...)
Re: I want customize code [message #1416522 is a reply to message #1416521] Mon, 16 July 2012 06:24 Go to previous messageGo to next message
hyojun ku is currently offline hyojun kuFriend
Messages: 14
Registered: July 2012
Junior Member
Sorry about step by step asking.
but thank you. :)


#I found root project.
(is it plugins project?)

#at run menu and got jar files
Maven Build/Run config/clean install


But has some problems.
My test was change properties text and rebuild. and replace my installed plugin(something jar). but no changes
there are needed any reinstall or something?

[Detail]
1.
@MySourcePath\plugins\org.eclipse.koneki.ldt.editor\src\org\eclipse\koneki\ldt\editor\preference\internal\ui\messages.properties

and change some text
LuaSmartConfigurationBlockBrackets=(Parentheses My Test), [Square Brackets]


2.
build plugins project clean and install

3.
i got
MySourcePath\plugins\org.eclipse.koneki.ldt.editor\target\org.eclipse.koneki.ldt.editor-0.8.0-SNAPSHOT.jar

4.
so i replace the name to org.eclipse.koneki.ldt.editor_0.8.0.201206071639.jar

5.
i overwrite file
C:\eclipse\plugins\org.eclipse.koneki.ldt.editor_0.8.0.201206071639.jar

6.
restart eclipse

7.
but eclipse/preferences/Lua<Editor<Typing's text is not change.
Re: I want customize code [message #1416527 is a reply to message #1416522] Mon, 16 July 2012 20:00 Go to previous message
Eclipse UserFriend
Hi,

I am not sure what you are trying to do ;)

First of all, the location from which you should trigger the build is the top level folder, the one that contains features/, plugins/, etc folder

If you follow the instructions to build a standalone product that are available http://wiki.eclipse.org/Koneki/LDT/Tutorials/Building_LDT_from_source, you will end with zipped ready-to-use LDT products in product/target/products/ folder.

The product/target/repository/ folder is an update site that you can use to upgrade an existing LDT install.
What you are trying to do by renaming the produced JARs and stuff is definitely not a good idea and it is very unlikely that it'll work! ;)

Keep us posted!
Ben
Previous Topic:Debugging lualatex
Next Topic:folding not working
Goto Forum:
  


Current Time: Fri Mar 29 14:54:35 GMT 2024

Powered by FUDForum. Page generated in 0.02213 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top