Hello Ashok,Is there a software that can take BCE project jar file and generate a desktop application that can be installed on other computers for lawyers to use ?
--
___________________________
Samar Ayesh
--
You received this message because you are subscribed to the Google Groups "bungeni-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bungeni-edito...@googlegroups.com.
To post to this group, send email to bungeni...@googlegroups.com.
Visit this group at http://groups.google.com/group/bungeni-editor?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Now I did download and install IzPack (http://www.izpack.org)it's here >> C:\Program Files (x86)\IzPack"copy the installer folder into the izpack folder ."
where is the Installer folder ?
On Tuesday, January 29, 2013 12:11:46 PM UTC+2, Ashok Hariharan wrote:Sure there is the IZPack installer ...
http://bungeni-editor.googlecode.com/svn/BungeniEditor/trunk/BungeniEditorClient/installer/
(Actually I need to update it since we split up the configuration access into a different folder .. )
Basically you download and install IzPack (http://www.izpack.org)
copy the installer folder into the izpack folder .
create a folder called base within the installer folder and copy everything generated in the dist folder of bungeni editor into base.
and then you can simply run ..\bin\compile in the installer folder to generate the installer package.
See the manual of IzPack on how to customize the installer ...
AshokOn 29 January 2013 12:51, Samar Ayesh <smr....@gmail.com> wrote:
Hello Ashok,Is there a software that can take BCE project jar file and generate a desktop application that can be installed on other computers for lawyers to use ?
--
___________________________
Samar Ayesh
Sorry Ashok but it seems that I understood only 10%
for step 1)
I copied BungeniEditor_configs folder to install.jar installation path ..
I changed into config.xml to >><config name="birzeit-configs"title="Act Bungeni Development"folder-base="BungeniEditor_configs/birzeit_configs"Is it true?receiver="org.bungeni.editor.input.FSDocumentReceiver"default="true"/>
I didn't understand except I added userInputSpec.xml to install folder and added it's resource to install.xml >>
<res id="userInputSpec.xml" src="userInputSpec.xml" />
what should I get ?<config name="birzeit-configs"title="Act Bungeni Development"folder-base="BungeniEditor_configs/birzeit_configs"receiver="org.bungeni.editor.input.FSDocumentReceiver"default="true"/>On Tuesday, January 29, 2013 12:11:46 PM UTC+2, Ashok Hariharan wrote:Sure there is the IZPack installer ...
http://bungeni-editor.googlecode.com/svn/BungeniEditor/trunk/BungeniEditorClient/installer/
(Actually I need to update it since we split up the configuration access into a different folder .. )
Basically you download and install IzPack (http://www.izpack.org)
copy the installer folder into the izpack folder .
create a folder called base within the installer folder and copy everything generated in the dist folder of bungeni editor into base.
and then you can simply run ..\bin\compile in the installer folder to generate the installer package.
See the manual of IzPack on how to customize the installer ...
AshokOn 29 January 2013 12:51, Samar Ayesh <smr....@gmail.com> wrote:
Hello Ashok,Is there a software that can take BCE project jar file and generate a desktop application that can be installed on other computers for lawyers to use ?
--
___________________________
Samar Ayesh
but some combo-boxes have symbols rather than arabic letters .. I will look for it
Hello Ashok,
Just checked bungeni-editor updates .. my project was out of date .. I added json-simple and update folders till the editor is working again ..but generating xml file fails every time !!
config.xml is updated .. generating xml file fails on my editor ..
this is the exception:ERROR org.bungeni.translators.translator.OATranslator - Error in setupTranslatorConfigurationorg.xml.sax.SAXParseException: XML document structures must start and end within the same entity.
<?xml version="1.0" encoding="UTF-8"?> <errors date="Mon Feb 11 10:12:05 IST 2013"><error doctype="act"><message>Error while generating configuration file </message><exception>
 Expression sys_trans_path is undefined on line 21, column 21 in config_tmpl.xml.
 The problematic instruction:
 ----------
 ==> ${sys_trans_path} [on line 21, column 19 in config_tmpl.xml]
 ----------
 
 Java backtrace for programmers:
 ----------
 freemarker.core.InvalidReferenceException: Expression sys_trans_path is undefined on line 21, column 21 in config_tmpl.xml.
 at freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:125)
 at freemarker.core.Expression.getStringValue(Expression.java:118)
 at freemarker.core.Expression.getStringValue(Expression.java:93)
 at freemarker.core.DollarVariable.accept(DollarVariable.java:76)
 at freemarker.core.Environment.visit(Environment.java:221)
 at freemarker.core.MixedContent.accept(MixedContent.java:92)
 at freemarker.core.Environment.visit(Environment.java:221)
 at freemarker.core.Environment.process(Environment.java:199)
 at freemarker.template.Template.process(Template.java:259)
 at org.bungeni.editor.system.ConfigTemplateGenerator.process(ConfigTemplateGenerator.java:84)
 at org.bungeni.editor.system.StartupConfigGenerator.startupGenerate(StartupConfigGenerator.java:159)
 at org.bungeni.editor.BungeniEditorClient$2.run(BungeniEditorClient.java:282)
 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:646)
 at java.awt.EventQueue.access$000(EventQueue.java:84)
 at java.awt.EventQueue$1.run(EventQueue.java:607)
 at java.awt.EventQueue$1.run(EventQueue.java:605)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
 at java.awt.EventQueue.dispatchEvent(EventQueue.java:616)
 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
 at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
 </exception></error>