•  » Engine
  •  » Eclipse Dev Environment

#1 2010-02-03 22:07:17

starRider
Member
2010-01-31
18

Eclipse Dev Environment

Hello

I started to get an Eclipse based dev environment going uisng Eclipse-PDT, Xampp ( wApache, PHP, mySql, XDebug for debugging, etc ...  ).
That all installed  but i am not yet finished configuring it properly ( I can't start debugging e.g. ). But i imported piwigo 2.0.8 into my
workspace and i get a lot of warnings !!  Many of them are "invalid character used" warnings which i undestand as they are
comming mostly from the Japanese language files.

But there are many "invalid location of tag" errors as well as "no end tag" errors. Maybe that is no issue. If it is, i can provide the list
of warnings in order to clean that up .

Anybody else is using Eclipse for piwigo dev? is there anything important to take care of ?
Otherwise once i am finished in getting this operational i may post a thread with some How-To for setting up such an environment.

Cheers

Offline

 

#2 2010-02-03 22:22:00

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14100

Re: Eclipse Dev Environment

Hi starRider,

starRider wrote:

But there are many "invalid location of tag" errors as well as "no end tag" errors. Maybe that is no issue. If it is, i can provide the list
of warnings in order to clean that up .

Can you give a small sample of warnings?

starRider wrote:

Anybody else is using Eclipse for piwigo dev? is there anything important to take care of ?
Otherwise once i am finished in getting this operational i may post a thread with some How-To for setting up such an environment.

I don't know anybody coding Piwigo with Eclipse but it doesn't mean it's not a good solution :-)

Your HOWTO will certainly be useful for future developers (including plugin developers), thank you :-)

Offline

 

#3 2010-02-03 22:31:44

starRider
Member
2010-01-31
18

Re: Eclipse Dev Environment

Here you go :
it's a very small sample there are in total 105 warnings:

No end tag (</span>).    cat_modify.html             /piwigo/language/ja_JP/help                                    line  76    HTML Problem
No end tag (</ul>).            advanced_feature.html    /piwigo/plugins/add_index/language/de_DE/help    line 2    HTML Problem
No end tag (</ul>).            advanced_feature.html    /piwigo/plugins/add_index/language/de_DE/help    line 7    HTML Problem
No end tag (</ul>).            advanced_feature.html    /piwigo/plugins/add_index/language/en_UK/help    line 2    HTML Problem

i can put them into an xls file if you like (or an OO calc file )

Cheers

Offline

 

#4 2010-02-03 22:35:40

starRider
Member
2010-01-31
18

Re: Eclipse Dev Environment

plg

I tried to send the ods file to you but the mail system of Piwigo doesn't support file attachements. Any other
prefered means of recieving files ?

//

Offline

 

#5 2010-02-03 23:36:34

nicolas
Former Piwigo Team
2004-12-30
1235

Re: Eclipse Dev Environment

There's html problem is theses files.
In /piwigo/plugins/add_index/language/en_UK/help/advanced_feature.html the tag ul is not closed at line 7. We open a new one instead.

So it's not you and we will fix that !

Offline

 

#6 2010-02-04 20:30:53

starRider
Member
2010-01-31
18

Re: Eclipse Dev Environment

Hello

do you want the remainder of the 105 warnings as well in order to get them ev.  fixed ?  I have another set of 38 Warnings of potentially not initialized variables
if  somebody is interested from the Piwigo team. Just tell me where to send the files ( or i can post them all here .. )

Cheers

Offline

 

#7 2010-02-04 21:44:41

nicolas
Former Piwigo Team
2004-12-30
1235

Re: Eclipse Dev Environment

starRider wrote:

Hello

do you want the remainder of the 105 warnings as well in order to get them ev.  fixed ?  I have another set of 38 Warnings of potentially not initialized variables
if  somebody is interested from the Piwigo team. Just tell me where to send the files ( or i can post them all here .. )

Cheers

You can send them to me.

Offline

 

#8 2010-02-04 21:56:16

starRider
Member
2010-01-31
18

Re: Eclipse Dev Environment

Done you should have them by now
Cheers

Offline

 

#9 2010-02-04 22:19:19

nicolas
Former Piwigo Team
2004-12-30
1235

Re: Eclipse Dev Environment

starRider wrote:

Done you should have them by now
Cheers

Thanks. There's two problems. One files with html warnings : bugs can be fixed easily. The other file contains php warnings. I don't think it so simple.

Offline

 
  •  » Engine
  •  » Eclipse Dev Environment

Board footer

Powered by FluxBB