[Red5] setup red5 for eclipse
Trevor Burton
worldofpaper at googlemail.com
Thu Jul 23 07:39:58 PDT 2009
the same way you'd normally add libraries to a java project in eclipse
go into the properties select java build path and the libraries tab - add
the jar files - you'll see them in the lib folder after ant retrieve has
run.
T
On Thu, Jul 23, 2009 at 3:37 PM, Cristian Rusu <crirus at gmail.com> wrote:
> And btw, how do I add libraries once ant retrieve worked?
>
> _______________
> Sincerely
> Cristian Rusu
> ==============
> www.crilance.com
> Web Development & Electronic Publishing
> Chat [image: Y! messenger:] crirus74 [image: Skype:] Crirus [image: MSN:]
> crirus at hotmail.com
> Contact Me [image: Linkedin] <http://www.linkedin.com/in/crirus>[image:
> Twitter] <http://twitter.com/crirus>
>
>
> On Thu, Jul 23, 2009 at 17:36, Cristian Rusu <crirus at gmail.com> wrote:
>
>> OK, I managed to retrive stuff but now when I run dist I get this
>>
>> BUILD FAILED
>> E:\work\red5\build.xml:245: The following error occurred while executing
>> this line:
>> E:\work\red5\build.xml:349: Error running javac.exe compiler
>>
>> I had a very simple way of running a debug for red5 by just running
>> standalone.java in org.red5.server
>>
>>
>> Can you help me figuring out how to start debug on svn red5?
>> _______________
>> Sincerely
>> Cristian Rusu
>> ==============
>>
>> On Thu, Jul 23, 2009 at 17:17, Trevor Burton <worldofpaper at googlemail.com
>> > wrote:
>>
>>> If you're using Eclipse then you have Ant already.
>>>
>>> go to window->show view->other
>>>
>>> expand the Ant folder and select the Ant window option inside.
>>>
>>> The Ant window will appear - click on the little Ant icon to add a build
>>> file.
>>>
>>> you should see your red5_server project on the list in the window pops
>>> up, expand it and you'll see build.xml inside - select that and click ok
>>>
>>> you should now see the build file listed in the ant window - expand it
>>>
>>> one of the options there is 'retrieve' you can double click it to run
>>> that target
>>>
>>> if you double click 'dist' or the build file listing itself it'll run the
>>> build which includes the retrieve step
>>>
>>> T
>>>
>>>
>>> On Thu, Jul 23, 2009 at 11:22 AM, Cristian Rusu <crirus at gmail.com>wrote:
>>>
>>>> that may be true, but what if I want to work on a newer version... no
>>>> tutorial teaching how to get everything you need?
>>>>
>>>> _______________
>>>> Sincerely
>>>> Cristian Rusu
>>>> ==============
>>>> www.crilance.com
>>>> Web Development & Electronic Publishing
>>>> Chat [image: Y! messenger:] crirus74 [image: Skype:] Crirus [image:
>>>> MSN:] crirus at hotmail.com
>>>> Contact Me [image: Linkedin] <http://www.linkedin.com/in/crirus>[image:
>>>> Twitter] <http://twitter.com/crirus>
>>>>
>>>>
>>>> On Thu, Jul 23, 2009 at 12:22, Ersin Basaran <
>>>> ersin.basaran at primeart.net> wrote:
>>>>
>>>>> What I did was download and install
>>>>> http://209.20.83.79/downloads/red5/0_8/setup-Red5-0.8.0.exe (from
>>>>> http://code.google.com/p/red5/ ). All necessary jar files are in
>>>>> C:\Program Files\Red5\lib directory like spring-core-2.5.6.jar. I don’t use
>>>>> svn to get red5.
>>>>>
>>>>>
>>>>>
>>>>> *From:* red5-bounces at osflash.org [mailto:red5-bounces at osflash.org] *On
>>>>> Behalf Of *Cristian Rusu
>>>>> *Sent:* Thursday, July 23, 2009 12:22 PM
>>>>> *To:* red5 at osflash.org
>>>>> *Subject:* Re: [Red5] setup red5 for eclipse
>>>>>
>>>>>
>>>>>
>>>>> I am having problems like springframework import, maybe I downloaded
>>>>> something wrong, thing is I can't manage to make the red5 lauch-able with
>>>>> eclipse in few steps only
>>>>>
>>>>> for 0.7 it was all there after install (windows).
>>>>>
>>>>> It's true I only checked out the svn for red5 server.. what am I
>>>>> missing?
>>>>>
>>>>> _______________
>>>>> Sincerely
>>>>> Cristian Rusu
>>>>> ==============
>>>>> www.crilance.com
>>>>> Web Development & Electronic Publishing
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Thu, Jul 23, 2009 at 12:07, Ersin Basaran <
>>>>> ersin.basaran at primeart.net> wrote:
>>>>>
>>>>> I’m new to Red5. I download and install windows version, and setup
>>>>> eclipse to work on audiotranscoder sample. I don’t know what Ivy is J
>>>>>
>>>>>
>>>>>
>>>>> You can check the steps I follow from
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> http://ersinbasaran.blogspot.com/2009/07/integrating-red5-xuggler-and-pure-data.html.
>>>>>
>>>>>
>>>>>
>>>>> I only add the jar files (red5 and xuggle jar files) and it compiles.
>>>>>
>>>>>
>>>>>
>>>>> Hope this helps
>>>>>
>>>>>
>>>>>
>>>>> Ersin
>>>>>
>>>>>
>>>>>
>>>>> *From:* red5-bounces at osflash.org [mailto:red5-bounces at osflash.org] *On
>>>>> Behalf Of *Cristian Rusu
>>>>> *Sent:* Thursday, July 23, 2009 11:03 AM
>>>>> *To:* red5 at osflash.org
>>>>> *Subject:* [Red5] setup red5 for eclipse
>>>>>
>>>>>
>>>>>
>>>>> Hello
>>>>>
>>>>> I have this project with red5 0.7 developed with eclipse and now I try
>>>>> to see what my app need cahnged to work with latest red5.
>>>>>
>>>>> Can anyone help me figuring out all the setup in Eclipse, it seems I
>>>>> can't manage to add all libraries or something since lots of errors appear
>>>>> like
>>>>> AbstractApplicationContext cannot be resolved to a type
>>>>>
>>>>> I tried to add all jars in red5 project, only Ivy there.
>>>>>
>>>>> I am new with all that so a step by step set of instructions would be
>>>>> great.
>>>>>
>>>>> Thank you.
>>>>>
>>>>> _______________
>>>>> Sincerely
>>>>> Cristian Rusu
>>>>> ==============
>>>>> Web Development & Electronic Publishing
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Red5 mailing list
>>>>> Red5 at osflash.org
>>>>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Red5 mailing list
>>>>> Red5 at osflash.org
>>>>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> Red5 mailing list
>>>> Red5 at osflash.org
>>>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>>>
>>>>
>>>
>>>
>>> --
>>> Trevor Burton
>>> http://www.flashmonkey.org
>>> http://www.paperworld3d.com
>>> http://www.infrared5.com
>>>
>>> _______________________________________________
>>> Red5 mailing list
>>> Red5 at osflash.org
>>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>>
>>>
>>
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
--
Trevor Burton
http://www.flashmonkey.org
http://www.paperworld3d.com
http://www.infrared5.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://osflash.org/pipermail/red5_osflash.org/attachments/20090723/75462381/attachment-0001.html>
More information about the Red5
mailing list