| View previous topic :: View next topic |
| Author |
Message |
casado
Joined: 10 Feb 2005 Posts: 12 Location: Brasil
|
Posted: Mon Apr 04, 2005 3:01 am Post subject: Source Code - 2.5.1g |
|
|
Hello, Red1.
Before jumping to my questions, let me first thank and congratulate you for your wonderful initiative.
I am running Compiere 2.5.1g for a couple of months and, after reading the cases you posted I've decided to use Eclipse to look into the Matrix.
It was only then that I realized that the source code I had dowloadad back in January was from version 2.5.1c. Looking in Sourceforge downloads, I could find the soucer for version 2.5.1f, but not for 2.5.1g.
Do you know how to get the 2.5.1g source or I if could simply download 2.5.1f and then the differential files for 2.5.1g ?
Thanks in advance,
Cesar Casado |
|
| Back to top |
|
 |
red1 Site Admin
Joined: 06 Jul 2004 Posts: 1756 Location: Kuala Lumpur, Malaysia
|
Posted: Mon Apr 04, 2005 12:04 pm Post subject: |
|
|
Hi Casado,
Thanks for your compliments. U are certainly welcome.
I dont think u can do that, as the changes from one sub version to the other is quite a lot and not fully reported by the Compiere ppl.
U have to decide and stick to a particular version of course codes. I have advised that in the Compilo document.
Many regards
red1 |
|
| Back to top |
|
 |
casado
Joined: 10 Feb 2005 Posts: 12 Location: Brasil
|
Posted: Tue Apr 05, 2005 3:00 am Post subject: |
|
|
I see, but since the source for version 2.5.1g is not on Sourceforge, do you know of another way to get this version of the code ?
Thanks,
Cesar Casado |
|
| Back to top |
|
 |
niem
Joined: 13 Dec 2004 Posts: 4 Location: Germany
|
Posted: Tue Apr 05, 2005 3:26 am Post subject: |
|
|
hi casado
you should be able to get it from cvs
try
cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/compiere checkout -r release_251g compiere-all
greetings, dirk |
|
| Back to top |
|
 |
casado
Joined: 10 Feb 2005 Posts: 12 Location: Brasil
|
Posted: Wed Apr 06, 2005 9:24 am Post subject: |
|
|
Works fine, thanks, niem.
I knew nothing about CVS before your e-mail. To checkout compiere-all I WinCVS, which I downloaded from http://www.wincvs.org/download.html should anybody need it.
Now, back to Eclipse, after importing compiere-all I got the error message
Project C-251g is missing required source folder: 'serverRoot/src/main/client' . Another error message says that the project cannot be built.
I checked the .classpath I´m using (from http://compiere.red1.org/eclipsefiles.zip) and there was a classpathentry pointing to that folder.
After deleting this entry and reimporting the project into Eclipse the error was gone.
I assume that this folder and associated files are simply not needed in version 251g anymore. Hope I´m right.
Regards,
Cesar Casado |
|
| Back to top |
|
 |
red1 Site Admin
Joined: 06 Jul 2004 Posts: 1756 Location: Kuala Lumpur, Malaysia
|
Posted: Wed Apr 06, 2005 1:21 pm Post subject: |
|
|
Hi casado,
Yep, u re right, they are no longer uptodate. I shall update them as different versions later and post them there.
Meanwhile u can tweak them yourselves by deleting the entries that are not needed and make new entries. Try that or else wait for mine later. I will post here.
red1 |
|
| Back to top |
|
 |
red1 Site Admin
Joined: 06 Jul 2004 Posts: 1756 Location: Kuala Lumpur, Malaysia
|
Posted: Wed Apr 06, 2005 7:24 pm Post subject: |
|
|
Here is the classpath to get clean Eclipse project for CompiereSource251g: (replace your present .classpath with the foll:)
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="base/src"/>
<classpathentry kind="src" path="print/src"/>
<classpathentry kind="src" path="tools/Src"/>
<classpathentry kind="src" path="looks/src"/>
<classpathentry kind="src" path="install/src"/>
<classpathentry kind="src" path="dbPort/src"/>
<classpathentry kind="src" path="client/Src"/>
<classpathentry kind="src" path="extend/src"/>
<classpathentry kind="src" path="serverRoot/src/main/client"/>
<classpathentry kind="src" path="serverRoot/src/main/ejb"/>
<classpathentry kind="src" path="serverRoot/src/main/server"/>
<classpathentry kind="src" path="serverRoot/src/main/servlet"/>
<classpathentry kind="src" path="interfaces/src"/>
<classpathentry kind="src" path="serverApps/src/main/servlet"/>
<classpathentry kind="lib" path="tools/lib/activation.jar"/>
<classpathentry kind="lib" path="tools/lib/jstl.jar"/>
<classpathentry kind="lib" path="tools/lib/log4j.jar"/>
<classpathentry kind="lib" path="tools/lib/mail.jar"/>
<classpathentry kind="lib" path="tools/lib/saxpath.jar"/>
<classpathentry kind="lib" path="tools/lib/standard.jar"/>
<classpathentry kind="lib" path="tools/lib/Verisign.jar"/>
<classpathentry kind="lib" path="tools/lib/xdoclet.jar"/>
<classpathentry kind="lib" path="jboss/server/compiere/lib/jboss-j2ee.jar"/>
<classpathentry kind="lib" path="jboss/server/compiere/lib/javax.servlet.jar"/>
<classpathentry kind="lib" path="jboss/server/compiere/lib/jboss-jsr77.jar"/>
<classpathentry kind="lib" path="jboss/server/compiere/lib/jboss-management.jar"/>
<classpathentry kind="lib" path="jboss/lib/jboss-system.jar"/>
<classpathentry kind="lib" path="jboss/lib/jboss-jmx.jar"/>
<classpathentry kind="lib" path="lib/oracle.jar"/>
<classpathentry kind="lib" path="lib/postgresql.jar"/>
<classpathentry kind="lib" path="tools/lib/ocrs12.jar"/>
<classpathentry kind="lib" path="lib/jPDFPrinterDemo.jar"/>
<classpathentry kind="lib" path="tools/lib/junit.jar"/>
<classpathentry kind="lib" path="jboss/bin/run.jar"/>
<classpathentry kind="lib" path="jboss/client/jboss-client.jar"/>
<classpathentry kind="lib" path="tools/lib/bsh-core-2.0b1.jar"/>
<classpathentry kind="lib" path="jboss/lib/log4j-boot.jar"/>
<classpathentry kind="lib" path="jboss/lib/commons-logging.jar"/>
<classpathentry kind="lib" path="jboss/client/maintain.jar"/>
<classpathentry kind="lib" path="jboss/server/compiere/lib/log4j.jar"/>
<classpathentry kind="lib" path="jboss/client/jbosssx-client.jar"/>
<classpathentry kind="lib" path="jboss/client/jmx-rmi-connector-client.jar"/>
<classpathentry kind="lib" path="jboss/client/jboss-transaction-client.jar"/>
<classpathentry kind="lib" path="jboss/client/jboss-common-client.jar"/>
<classpathentry kind="lib" path="lib/acrobat.jar"/>
<classpathentry kind="lib" path="jboss/client/jnp-client.jar"/>
<classpathentry kind="lib" path="tools/lib/jakarta-oro.jar"/>
<classpathentry kind="lib" path="tools/lib/ant-launcher.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath> |
|
| Back to top |
|
 |
casado
Joined: 10 Feb 2005 Posts: 12 Location: Brasil
|
Posted: Sat Apr 09, 2005 5:52 am Post subject: |
|
|
Worked fine.
Thanks. THAT was some show of stewardship.
Looking foward to return that sort of contribution to the forum.
Cesar Casado |
|
| Back to top |
|
 |
|