8.1. Common Function¶
8.1.1. Debug server license has various use limitations.¶
Debug server license is an [intra-mart Accel Platform] license that customer who has purchased development support tool [e Builder] can use for development. Debut server license is equivalent to [intra-mart Accel Platform Advanced] and all the functions of Accel Platform can be used for application development purpose.Followings are pre-cautions and use limitations of debug server license:* Debug server license should be used only for development use. It cannot be used for the operations use.* Resin, which is supported by [intra-mart Accel Platform], is the only Web application server that can be used as debug server.* If you have purchased [intra-mart Accel Platform], you can use Resin Pro, which is included in [intra-mart Accel Platform].* Server structure is just stand alone structure. Distributed structure cannot be constructed.* Extra license is required for use in development environment of intra-mart Accel Applications and other Extensions products.* Customers who do development on intra-mart Accel Platform Enterprise would require licenses for IM-BIS and IM-FormaDesigner, which should be purchased separately.
8.1.2. Debug server function is available from intra-mart Accel Platform 2013 Spring(Climbing).¶
Debug server function is available from intra-mart Accel Platform 2013 Spring(Climbing).Extra license of intra-mart Accel Platform should be enabled for use in intra-mart Accel Platform 2012 Autumn(Alba)and 2012 Winter(Bourbon).
8.1.3. Multiple war files should not be deployed for development on Web application server [Resin].¶
If you deploy multiple Accel Platform Configuration Files (war files) to Web application server [Resin] which is used as debug server,debug server functions such as debug server license or script debug do not operate properly.Therefore, only one Accel Platform Configuration File (war file) should be deployed to Web application server [Resin], which is used as debug server.
8.1.4. Error message is displayed when you create a project, but there is no problem in generated project.¶
When you create a project, [Failed to update project build path.] message is displayed on the error log in eclipse,but there is no problem with the generated project.Development can be done on the generated project.org.eclipse.dltk.mod.core.ModelException: リソース・ツリーは修正中のため、ロックされています。 at org.eclipse.dltk.mod.internal.core.ModelOperation.runOperation(ModelOperation.java:784) at org.eclipse.dltk.mod.internal.core.ScriptProject.setRawBuildpath(ScriptProject.java:1947) at org.eclipse.dltk.mod.internal.core.ScriptProject.setRawBuildpath(ScriptProject.java:1918) at org.ebayopensource.vjet.eclipse.core.PiggyBackClassPathUtil.savaVJetEntries(PiggyBackClassPathUtil.java:506) at org.ebayopensource.vjet.eclipse.core.PiggyBackClassPathUtil.initializeScriptProjectFromJavProject(PiggyBackClassPathUtil.java:426) at org.ebayopensource.vjet.eclipse.core.ts.EclipseTypeSpaceLoader.populateGroupInfos(EclipseTypeSpaceLoader.java:843) at org.ebayopensource.vjet.eclipse.core.ts.EclipseTypeSpaceLoader.processAddGroup(EclipseTypeSpaceLoader.java:597) at org.ebayopensource.vjet.eclipse.core.ts.EclipseTypeSpaceLoader.processChanges(EclipseTypeSpaceLoader.java:570) at org.ebayopensource.vjet.eclipse.core.ts.EclipseTypeSpaceLoader.resourceChanged(EclipseTypeSpaceLoader.java:529) at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) -- 中略 --
8.1.5. Value that is input to project name and artifact ID (Short Module ID) must be the same.¶
Project name and artifact ID (Short Module ID) should be set with the same value.Currently, it is automatically synchronized by wizard of new project.Only English one byte alphanumeric characters and “_”(under score) can be used for the project name.
8.1.6. Not all the plug-ins that are installed in Eclipse are translated.¶
e Builder is structured based on Eclipse IDE for Java EE Developers.Normally, label or message of Eclipse IDE for Java EE Developers function is written in English and Eclipse Babel is used for localizing into Japanese and Chinese.For the functions provided by e Builder, localization into Japanese is done on the plug-ins provided by e Builder.For the functions provided by other plug-ins, language support depends on each plug-in.Thus, label or message may be displayed in English without translation for some functions.
8.1.7. If you export user module from module project of e Builder, dependency must be set.¶
Some module must be set for the module which is output by e Builder.Please refer to [module.xml] chapter of [intra-mart e Builder for Accel Platform User Operations Guide] for user module dependency setting method.