List Info

Thread: How to create an eclipse project for blojsom




How to create an eclipse project for blojsom
country flaguser name
India
2007-10-12 05:59:25

Hi..

 

May any one explain me (or at least send a link to available docs ) how to create an eclipse project from blojsom source.

 

 

Thanks

sudhir

Re: How to create an eclipse project for blojsom
country flaguser name
India
2007-10-12 06:38:48
I don't know what the standard procedure is but i did this:
[1] Create a new project in Eclipse BUT select the option which allows you to link to file system i.e not create in the existing workspace.
[2]Browse and select the folder where you have unziped the downloaded code of Blojsom

Hope it helps....

-Shalini


Thank you for your email. Your credit card has been charged $5.99 for the first 10 words and $1.99 for each additional word in your message.


sudhir wrote:
com" type="cite">

Hi..

 

May any one explain me (or at least send a link to available docs ) how to create an eclipse project from blojsom source.

 

 

Thanks

sudhir


------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/

_______________________________________________ Blojsom-developers mailing list lists.sourceforge.net">Blojsom-developerslists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/blojsom-developers
Re: How to create an eclipse project for blojsom
country flaguser name
India
2007-10-12 06:59:21

Shalini

Thanks for your help.

I know that I can create an eclipse project from existing source.

If I create blojsom project this way, will I be able to run blojsom from eclipse?

I don’t think that it will run.  What about the webapp structure?

 

Thanks

Sudhir

 

 

From: blojsom-developers-bounceslists.sourceforge.net [mailto:blojsom-developers-bounceslists.sourceforge.net] On Behalf Of Shalini
Sent: Friday, October 12, 2007 5:09 PM
To: blojsom-developerslists.sourceforge.net
Subject: Re: [Blojsom-developers] How to create an eclipse project for blojsom

 

I don't know what the standard procedure is but i did this:
[1] Create a new project in Eclipse BUT select the option which allows you to link to file system i.e not create in the existing workspace.
[2]Browse and select the folder where you have unziped the downloaded code of Blojsom

Hope it helps....

-Shalini

Thank you for your email. Your credit card has been charged $5.99 for the first 10 words and $1.99 for each additional word in your message.



sudhir wrote:

Hi..

 

May any one explain me (or at least send a link to available docs ) how to create an eclipse project from blojsom source.

 

 

Thanks

sudhir

 


 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
 


 
_______________________________________________
Blojsom-developers mailing list
lists.sourceforge.net">Blojsom-developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-developers
  
Re: How to create an eclipse project for blojsom
country flaguser name
Canada
2007-10-12 17:49:29
Before setting up the project in Eclipse, I followed the simple start up instructions from the Wiki to setup Blojsom with TomCat and MySQL
 
To set up the project in Eclipse:
 
1)    Run Eclipse, creating a new empty workspace, for example, c:WorkspaceBlojsom.
 
2)    Create a new Web project, named BlojsomWeb
       File / New / Project / Dynamic Web Project.
       Set your target runtime (to Tomcat 5.5 in my case).
 
3)    By default, Eclipse will create a folder called src directly under BlojsomWeb 
       From the ;unzipped download, copy the contents of the src folders to the src folder in the BlojsomWeb project.
       Copy Blojsom-3-2/src to BlojsomWeb/src
       Copy Blojsom-3-2/plugins/src to BlojsomWeb/src
       etc.
 
4)    From the unzipped download, copy the contents of the war folder to the WebContent folder in the BlojsomWeb project.
       Copy Blojsom-3-2/war to BlojsomWeb/src
 
5)    From the unzipped download, copy the contents of the classes folder to be directly under the src folder in the BlojsomWeb project.
       Copy blojsom-3.2-sourcewarWEB-INFclasses to BlojsomWeb/src
 
That's about it.
 
----- Original Message -----
Sent: Friday, October 12, 2007 6:59 AM
Subject: [Blojsom-developers] How to create an eclipse project for blojsom

Hi..

 

May any one explain me (or at least send a link to available docs ) how to create an eclipse project from blojsom source.

 

 

Thanks

sudhir


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/


_______________________________________________
Blojsom-developers mailing list
Blojsom-developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-developers
Re: How to create an eclipse project for blojsom
country flaguser name
Canada
2007-10-12 18:28:12
Correction: In step 4) below, copy Blojsom-3-2/war to BlojsomWeb/WebContent
 
----- Original Message -----
Sent: Friday, October 12, 2007 6:49 PM
Subject: Re: [Blojsom-developers] How to create an eclipse project for blojsom

Before setting up the project in Eclipse, I followed the simple start up instructions from the Wiki to setup Blojsom with TomCat and MySQL
 
To set up the project in Eclipse:
 
1)    Run Eclipse, creating a new empty workspace, for example, c:WorkspaceBlojsom.
 
2)    Create a new Web project, named BlojsomWeb
       File / New / Project / Dynamic Web Project.
       Set your target runtime (to Tomcat 5.5 in my case).
 
3)    By default, Eclipse will create a folder called src directly under BlojsomWeb 
       From the ;unzipped download, copy the contents of the src folders to the src folder in the BlojsomWeb project.
       Copy Blojsom-3-2/src to BlojsomWeb/src
       Copy Blojsom-3-2/plugins/src to BlojsomWeb/src
       etc.
 
4)    From the unzipped download, copy the contents of the war folder to the WebContent folder in the BlojsomWeb project.
       Copy Blojsom-3-2/war to BlojsomWeb/src
 
5)    From the unzipped download, copy the contents of the classes folder to be directly under the src folder in the BlojsomWeb project.
       Copy blojsom-3.2-sourcewarWEB-INFclasses to BlojsomWeb/src
 
That's about it.
 
----- Original Message -----
Sent: Friday, October 12, 2007 6:59 AM
Subject: [Blojsom-developers] How to create an eclipse project for blojsom

Hi..

 

May any one explain me (or at least send a link to available docs ) how to create an eclipse project from blojsom source.

 

 

Thanks

sudhir


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/


_______________________________________________
Blojsom-developers mailing list
Blojsom-developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-developers


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/


_______________________________________________
Blojsom-developers mailing list
Blojsom-developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-developers
Re: How to create an eclipse project for blojsom
country flaguser name
India
2007-10-15 01:13:16

Hi, Ingo Jobling

Thanks for help, I think that it should work,

I will try it.

 

Regards

Sudhir.

 

From: blojsom-developers-bounceslists.sourceforge.net [mailto:blojsom-developers-bounceslists.sourceforge.net] On Behalf Of Ingo Jobling
Sent: Saturday, October 13, 2007 4:19 AM
To: blojsom-developerslists.sourceforge.net
Subject: Re: [Blojsom-developers] How to create an eclipse project for blojsom

 

Before setting up the project in Eclipse, I followed the simple start up instructions from the Wiki to setup Blojsom with TomCat and MySQL

 

To set up the project in Eclipse:

 

1)    Run Eclipse, creating a new empty workspace, for example, c:WorkspaceBlojsom.

 

2)    Create a new Web project, named BlojsomWeb

       File / New / Project / Dynamic Web Project.

       Set your target runtime (to Tomcat 5.5 in my case).

 

3)    By default, Eclipse will create a folder called src directly under BlojsomWeb 

       From the unzipped download, copy the contents of the src folders to the src folder in the BlojsomWeb project.

       Copy Blojsom-3-2/src to BlojsomWeb/src

       Copy Blojsom-3-2/plugins/src to BlojsomWeb/src

       etc.

 

4)    From the unzipped download, copy the contents of the war folder to the WebContent folder in the BlojsomWeb project.

       Copy Blojsom-3-2/war to BlojsomWeb/src

 

5)    >From the unzipped download, copy the contents of the classes folder to be directly under the src folder in the BlojsomWeb project.

       Copy blojsom-3.2-sourcewarWEB-INFclasses to BlojsomWeb/src

 

That's about it.

 

----- Original Message -----

From: sudhirjyog.com" title="sudhirjyog.com">sudhir

Sent: Friday, October 12, 2007 6:59 AM

Subject: [Blojsom-developers] How to create an eclipse project for blojsom

 

Hi..

 

May any one explain me (or at least send a link to available docs ) how to create an eclipse project from blojsom source.

 

 

Thanks

sudhir


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/


_______________________________________________
Blojsom-developers mailing list
Blojsom-developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-developers

[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )