red1.org Forum Index red1.org
Nihili est - in vita priore ego imperator romanus fui
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Source Code - 2.5.1g

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    red1.org Forum Index -> Ask RED1 personally
View previous topic :: View next topic  
Author Message
casado



Joined: 10 Feb 2005
Posts: 12
Location: Brasil

PostPosted: Mon Apr 04, 2005 3:01 am    Post subject: Source Code - 2.5.1g Reply with quote

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
View user's profile Send private message
red1
Site Admin


Joined: 06 Jul 2004
Posts: 1756
Location: Kuala Lumpur, Malaysia

PostPosted: Mon Apr 04, 2005 12:04 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
casado



Joined: 10 Feb 2005
Posts: 12
Location: Brasil

PostPosted: Tue Apr 05, 2005 3:00 am    Post subject: Reply with quote

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
View user's profile Send private message
niem



Joined: 13 Dec 2004
Posts: 4
Location: Germany

PostPosted: Tue Apr 05, 2005 3:26 am    Post subject: Reply with quote

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
View user's profile Send private message
casado



Joined: 10 Feb 2005
Posts: 12
Location: Brasil

PostPosted: Wed Apr 06, 2005 9:24 am    Post subject: Reply with quote

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. Rolling Eyes

Regards,

Cesar Casado
Back to top
View user's profile Send private message
red1
Site Admin


Joined: 06 Jul 2004
Posts: 1756
Location: Kuala Lumpur, Malaysia

PostPosted: Wed Apr 06, 2005 1:21 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
red1
Site Admin


Joined: 06 Jul 2004
Posts: 1756
Location: Kuala Lumpur, Malaysia

PostPosted: Wed Apr 06, 2005 7:24 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
casado



Joined: 10 Feb 2005
Posts: 12
Location: Brasil

PostPosted: Sat Apr 09, 2005 5:52 am    Post subject: Reply with quote

Worked fine. Cool

Thanks. THAT was some show of stewardship.

Looking foward to return that sort of contribution to the forum.

Cesar Casado
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    red1.org Forum Index -> Ask RED1 personally All times are GMT + 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group