Re: Building the Ship - IDE
Posted: Sun Oct 21, 2007 11:55 pm
can you clarify what you mean?
Ian
Ian
Joomla! Community, help and support.
https://sandbox-forum.joomla.org/
tekcronic wrote:I am just wanting to understand how this all works...forgive me if this is dumb questions but I think this is the place for new or beginning joomla developers. I guess I just want to clarify a few things.
- Will J!Code produce a customized version of Joomla that can be installed based on using the J!Build (making it easier
- Will J!Code assist in making an extension for 1.5?
- Can someone lay it out nice and simple for those still learning to use IDE's or new to them?
So there are three main components:
Eclipse, which is the IDE.
PHPEclipse, which is a plugin for Eclipse that provides tools for developing in PHP
J!Eclipse, which is a plugin that provides tools for developing Joomla! extensions.
there are a few other extensions as well.
J!Code is an easy installable package that will include all of the above components in one package.
Hope this helps make things clearer.
There are extension wizards, which I already mentioned. So the idea with this, is that you click File->New->Project, and you can select the type of project you want to create (Module, Plugin, Component), and select a name for your project, and it will create the basic files that you need for that extension, along with code that is standard for the particular extension, so that all you have to do then is add your code.
ianmac wrote:The release with the wizards hasn't been released yet... we are having trouble getting the packages uploaded, as the guy working on it has been having trouble with his connection.
The J!Code you find on Joomla!Code doesn't have the JEclipse plugin.
Ian
Code: Select all
$loginPost = sefRelToAbs("index.php?XDEBUG_SESSION_START=ECLIPSE_DBGP&KEY=11948983372104&option=com_comprofiler&task=login");
madsamurai wrote:Sorry if I missed it, but has anyone written a how-to for OSX yet? Hope you all don't forget us mac guys...
AmyStephen wrote:madsamurai wrote:Sorry if I missed it, but has anyone written a how-to for OSX yet? Hope you all don't forget us mac guys...
What do you mean "you all?" Aren't you one of us?
I'm serious here - please consider contributing an OSx guide to the community. You could use the Windows or Linux one to help you get started - it will be very, very close, but sketch in the differences and offer it for the documentation group for the "Mac guys!"
I hope you consider doing so - community contributions amount to 100% of what we have. Plus, which type of developer do you want us to attract more of?
Thanks for considering it,
Amy
tethmosis wrote:BTW: the link provided above by TEKCRONIC isn't working. (i.e. http://www.kleq.web.ugm.ac.id/images/jo ... _1.0.0.jar)
tydust wrote:tethmosis wrote:BTW: the link provided above by TEKCRONIC isn't working. (i.e. http://www.kleq.web.ugm.ac.id/images/jo ... _1.0.0.jar)
New filename now I guess. Go to http://www.kleq.web.ugm.ac.id/images/jo ... pse/ it then shows the binary and the source, download the binary. I am downloading it now, and I expect inside the tarball is the jar.
tydust wrote:It worked for me, the binary I mean. There were 3 or something binaries in it.
tydust wrote:Eh, probably. I will look now hehehe... I used a download manager to get it though, to make sure my download wasn't corrupt. The download stopped a LOT.
Yes I have 5. They're open source so I can provide them for download in joomlacode.org, right?
ianmac wrote:....
Then, I checkout the trunk into a folder in my webroot, so I might have something like:
/var/www/amazing
/var/www/amazing/components/com_amazing
/var/www/amazing/administrator/components/com_amazing
etc. etc...
now all that is left is to get Joomla! there. Well, to do that, I do:
cd /var/www
svn export http://joomlacode.org/svn/joomla/development/trunk /var/www/amazing --force
Then, I run my Joomla! installation, and I add the necessary entry to the components table.
Then, I'm ready to go.
...