Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
Компилятор java серверов Lineage 2
#11
При компиляции любой части сервера в логах выдает:
Код:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception: Не удается найти указанный файл
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at Compiler.L2Emu.CompileEmuGame.runCompiles(MainForm form)
   at Compiler.MainForm.btnEmuCompileGame_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Compiler
    Assembly Version: 1.0.2.0
    Win32 Version: 1.0.2.0
    CodeBase: file:///D:/Compiler2/Compiler/Compiler.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Ответ
#12
FosFer, дело в том, что нужно указывать ссылки в бин директории...

Вот пример как выглядит конфиг:
Цитата:[compiler]
Language = Ru

[setting]
Mvn Bin = C:\Compiler\maven\bin
Ant Bin = C:\Compiler\ant\bin
Svn Bin = C:\Program Files\SlikSvn\bin

[l2jserver]
Game Server = C:\Compiler\L2jServer\L2_GameServer
Data Pack = C:\Compiler\L2jServer\datapack_development
Ответ
#13
Да-да, мой косяк Smile исправил, думаю к выходным выложу уже стабильную.
Ответ
#14
Так, с первым пунктом спасибо, а теперь скажите куда кидать плагин для мавена???

Вот пример моих файлов:
D:\Compiler2\Compiler\maven\bin

в какую папку имено кидать напишите согласно даному примеру пожалуто
Ответ
#15
Где-то там:
Цитата:c:\Documents and Settings\administrator\m2
Ответ
#16
У меня все скомпилилось кроме gameservera вот, что пишет:
Цитата:[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'assembly'.
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-core:jar:1.2.11
[INFO] task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-core:jar:1.2.11
[INFO] task-segment: [assembly:assembly] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] Preparing assembly:assembly
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-core:jar:1.2.11
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot get the revision information from the scm repository :
Error!

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Fri Mar 06 21:44:25 MSK 2009
[INFO] Final Memory: 8M/508M
[INFO] ------------------------------------------------------------------------
Ответ
#17
Програматор спасибо, но возникла опять проблема.
Она связана с L2JFree

при компелирование геоервера выдает в логах:
Код:
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'assembly'.
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-geoserver:jar:1.2.0
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory C:\l2jfree\l2jfree-geoserver\target
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-geoserver:jar:1.2.0
[INFO]    task-segment: [assembly:assembly] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] Preparing assembly:assembly
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-geoserver:jar:1.2.0
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[WARNING] Using platform encoding (Cp1251 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
Downloading: http://www.l2jfree.com:8080/archiva/repository/internal//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://www.l2jfree.com/maven//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://repo1.maven.org/maven2/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://snapshots.maven.codehaus.org/maven2//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://people.apache.org/repo/m2-snapshot-repository/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://mevenide.codehaus.org/repository/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://www.ibiblio.org/maven2//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://repo1.maven.org/maven2/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.pom
Downloading: http://www.l2jfree.com:8080/archiva/repository/internal//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://www.l2jfree.com/maven//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://repo1.maven.org/maven2/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://snapshots.maven.codehaus.org/maven2//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://people.apache.org/repo/m2-snapshot-repository/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://mevenide.codehaus.org/repository/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://www.ibiblio.org/maven2//l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
Downloading: http://repo1.maven.org/maven2/l2jfree/l2j-commons/1.1.9/l2j-commons-1.1.9.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) l2jfree:l2j-commons:jar:1.1.9

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=l2jfree -DartifactId=l2j-commons -Dversion=1.1.9 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=l2jfree -DartifactId=l2j-commons -Dversion=1.1.9 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
      1) l2jfree:l2jfree-geoserver:jar:1.2.0
      2) l2jfree:l2j-commons:jar:1.1.9

----------
1 required artifact is missing.

for artifact:
  l2jfree:l2jfree-geoserver:jar:1.2.0

from the specified remote repositories:
  old l2jfree (http://www.l2jfree.com/maven/),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  mevenide repo (http://mevenide.codehaus.org/repository),
  l2jfree.internal (http://www.l2jfree.com:8080/archiva/repository/internal/),
  Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/),
  ibiblio maven2 (http://www.ibiblio.org/maven2/),
  central (http://repo1.maven.org/maven2),
  maven 2 (default) (http://repo1.maven.org/maven2)



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 4 seconds
[INFO] Finished at: Fri Mar 06 19:47:03 EET 2009
[INFO] Final Memory: 11M/508M
[INFO] ------------------------------------------------------------------------

И при компилирование в гейм сервере:
Код:
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'assembly'.
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-core:jar:1.2.11
[INFO]    task-segment: [clean]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-core:jar:1.2.11
[INFO]    task-segment: [assembly:assembly] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] Preparing assembly:assembly
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - l2jfree:l2jfree-core:jar:1.2.11
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot get the revision information from the scm repository :
Error!

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 17 seconds
[INFO] Finished at: Fri Mar 06 19:43:17 EET 2009
[INFO] Final Memory: 8M/508M
[INFO] ------------------------------------------------------------------------

Возможно причина вот в этом: http://www.l2jfree.com/index.php/topic,2.0.html
Ответ
#18
У меня аналогичная проблема с геосервером и гейм сервером. Пишет один в один.
Ответ
#19
Первая проблема не относится к программе, плагины качает Maven, почему у вас он не качает - понятия не имею.
Вторая тоже не не к программе, а скорее всего к вашей внимательности, перечитываем первый пост и пытаемся понять, что же требуется установить для корректной работы программы.
Ответ
#20
PROGRAMMATOR Написал:Первая проблема не относится к программе, плагины качает Maven, почему у вас он не качает - понятия не имею.

Может из-за того, что у меня не отрывается данная ссылка:

http://maven.apache.org Cool

Может, у них сервер в дауне поэтому, он плагины не качает.

Я так всё стоит. NET Framework 3.5 тоже стоит.
Ответ


Возможно похожие темы ...
Тема Автор Ответы Просмотры Последний пост
  Парсер NPC PTS -> Java WoWan-SM 12 10,094 09-24-2014, 06:42 PM
Последний пост: DiagoD
  ZG-compiller - компилятор для ява серверов PROGRAMMATOR 195 76,968 10-17-2010, 05:31 PM
Последний пост: ilbuono

Перейти к форуму:


Пользователи, просматривающие эту тему: 1 Гость(ей)