Talk:COA Editor

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Howto compile?

  • like to ask Carlos on how to compile the jar from source. My ant run hits a classpath error where the lib/swing- jar didnt catch. - Red1 02:11, 8 October 2007 (EDT)
Not sure Red1, I just added adempiereAcctEdit as a new java project in eclipse and is working. The main class to run is se.navitech.adempiere.gui.CAdempiereAcctEdit, and the swing-layout-1.0.jar is in lib directory. CarlosRuiz
Indeed, i could do the same from Eclipse, but it can't compile properly via the ant build or me to make a binary to send to SF/Files. I think it must be the Vista Windows needing a restart. Will try again. - Red1 20:05, 13 November 2007 (EST)
With the help of a nearby friend - Suresh, Bangalore, he placed the following in the build file
<unjar dest="${build.classes.dir}">
   		<fileset dir="lib" />    			
   	</unjar>
so that it will include the lib jar into the main jar and it runs well after compile. I have uploaded this as latest version 1.1 (including enhancements by Carlos Ruiz, etc) to SF/Files Download. I will commit the ant change to trunk for review later. - Red1 21:24, 16 November 2007 (EST)