This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (5 pts)
10 Replies Last post: Oct 7, 2008 11:00 AM by wroot  
Matthew Matters Bronze 5 posts since
Oct 7, 2008
Currently Being Moderated

Oct 7, 2008 12:56 AM

Source Code

i was wondeirng if there was source code for spark messenger i want to add a few things intot he menus and when i decompile it it dosent re compile can anyone help?

wroot KeyContributor 3,431 posts since
Jan 24, 2005
Currently Being Moderated
Oct 7, 2008 4:57 AM in response to: Matthew Matters
Re: Source Code

You can find the path to Spark svn here http://www.igniterealtime.org/downloads/source.jsp

 

You can compile it with Netbeans or with Eclipse (or other ide supporting jdk). Here, some examples:

 

http://www.igniterealtime.org/community/docs/DOC-1521

http://www.igniterealtime.org/community/docs/DOC-1040

wroot KeyContributor 3,431 posts since
Jan 24, 2005
Currently Being Moderated
Oct 7, 2008 6:25 AM in response to: Matthew Matters
Re: Source Code

I already gave you the link to the Spark source code (svn).

 

here, more directly:

svn co http://svn.igniterealtime.org/svn/repos/spark/trunk spark

Ryan Graham KeyContributor 1,790 posts since
Jan 17, 2003
Currently Being Moderated
Oct 7, 2008 8:35 AM in response to: Matthew Matters
Re: Source Code

Hi Matthew,

 

Those class files you listed are anonymous inner classes so they're not going to have their own .java files. Rather, they're all in the MainWindow.java file.

 

Hope that helps,
Ryan

Ryan Graham KeyContributor 1,790 posts since
Jan 17, 2003
Currently Being Moderated
Oct 7, 2008 9:02 AM in response to: Matthew Matters
Re: Source Code

Hi Matthew,

 

Wroot posted a couple of links earlier in the thread on how to compile Spark.

 

Regards,

Ryan

wroot KeyContributor 3,431 posts since
Jan 24, 2005
Currently Being Moderated
Oct 7, 2008 9:26 AM in response to: Matthew Matters
Re: Source Code

You see. There is no simple zip file with source code to download. Well, i can surely create such for you at home and upload it somewhere if you still had the problems. But usually source code can be downloaded from the svn with some svn software (easiest is TortoiseSVN, i'm using RapidSVN). You will have to use that link in such program:

 

svn co http://svn.igniterealtime.org/svn/repos/spark/trunk spark

 

Then, after the synchronization you will have all source code files on your hard drive in the folder you have specified as a target.

 

I think your coder can be more familiar with all that, as svn or cvs are very common in software development now (versioning system).

wroot KeyContributor 3,431 posts since
Jan 24, 2005
Currently Being Moderated
Oct 7, 2008 11:00 AM in response to: Matthew Matters
Re: Source Code

Check out the upper right corner of that thread's page. In the Actions menu you will find plenty of options, as well as emailing and printing that thread.

More Like This

  • Retrieving data ...