Dev - Questions about i18n

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
26 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Dev - Questions about i18n

Jacopo Cappellato
Hi all,

I have two questions about i18n:

1) how to deal with accented characters? We have used the "native2ascii
-encoding UTF8" to encode the Italian properties files to unicode but
now the accented characters are not shown on screen

2) in the localization of db values (*EntityLabels*.properties), do we
need to create also the default properties file for the English language
or this is not necessary? For Example:
PartyEntityLabels.properties (with the same value of the db)
PartyEntityLabels_it.properties
or simply
PartyEntityLabels_it.properties

Thanks,

Jacopo
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Questions about i18n

David E. Jones

Jacopo Cappellato wrote:
> 1) how to deal with accented characters? We have used the "native2ascii
> -encoding UTF8" to encode the Italian properties files to unicode but
> now the accented characters are not shown on screen

I'm not aware of any issues with this in Italian or special characters in any other language. I've only played with this a little bit, but perhaps with more details someone else who has worked more with this could offer some advice...

> 2) in the localization of db values (*EntityLabels*.properties), do we
> need to create also the default properties file for the English language
> or this is not necessary? For Example:
> PartyEntityLabels.properties (with the same value of the db)
> PartyEntityLabels_it.properties
> or simply
> PartyEntityLabels_it.properties

There will be warning messages in the log if there is no default language (English) file, but it should still work fine.

-David
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Questions about i18n

Jacques Le Roux
Administrator
>
> Jacopo Cappellato wrote:
> > 1) how to deal with accented characters? We have used the "native2ascii
> > -encoding UTF8" to encode the Italian properties files to unicode but
> > now the accented characters are not shown on screen
>
> I'm not aware of any issues with this in Italian or special characters in any
other language. I've only played with this a little bit, but perhaps with more
details someone else who has worked more with this could offer some advice...
> -David

Jacopo and Marco,

I don't know what tool (IDE) and editor (integrated in IDE?) you are using. For
my part for a long time now, I use RBE in Eclipse and I'm very happy with it. I
have no problem with accents and indeed no problem at all :o)

Please search "rbe" in the wiki. You may also use our new Firefox searchplugins
: search "rbe" in the ALL ML one. You will see that Guido (currently translating
to Spanish) is also happy with it : join our community ;o)

This is a wonderful tool for that task !

BTW Marco is doing a great job and I try to follow his work and will propose
some properties patches soon (currently workin on product) ...
I'd like also to translate, the demo data, perhaps in an other life...

Jacques

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Questions about i18n

Jacopo Cappellato
Jacques,

thanks for the suggestions; I'm using Netbeans 5 as IDE, I don't know
what Marco is using, but if he has Eclipse I think he will very
interested in your notes.
Yes, Marco is doing a huge amount of work in the i18n area (and he has
done a lot of stuff that I still need to commit... he is too fast for me).

Have a nice weekend,

Jacopo


Jacques Le Roux wrote:

>> Jacopo Cappellato wrote:
>>> 1) how to deal with accented characters? We have used the "native2ascii
>>> -encoding UTF8" to encode the Italian properties files to unicode but
>>> now the accented characters are not shown on screen
>> I'm not aware of any issues with this in Italian or special characters in any
> other language. I've only played with this a little bit, but perhaps with more
> details someone else who has worked more with this could offer some advice...
>> -David
>
> Jacopo and Marco,
>
> I don't know what tool (IDE) and editor (integrated in IDE?) you are using. For
> my part for a long time now, I use RBE in Eclipse and I'm very happy with it. I
> have no problem with accents and indeed no problem at all :o)
>
> Please search "rbe" in the wiki. You may also use our new Firefox searchplugins
> : search "rbe" in the ALL ML one. You will see that Guido (currently translating
> to Spanish) is also happy with it : join our community ;o)
>
> This is a wonderful tool for that task !
>
> BTW Marco is doing a great job and I try to follow his work and will propose
> some properties patches soon (currently workin on product) ...
> I'd like also to translate, the demo data, perhaps in an other life...
>
> Jacques
>
>  
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Dev - Eclipse POS debugging and NetBeans

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
Hi all,

This last 3 days I struggled with a problem in Eclipse debugging. I wanted to
use the debugger with the POS. Altough, after some adjusments, it works
perfectly for the "std" OFBiz I was not able to use it with the POS because it
was complaining about a problem in XUI. I tried a lot of solutions no one was
working. So I turned myself to the XUI crew (Val Cassidy & Luan O'Carrol at
Xoetrope). They are really charming people and they have done a great job with
XUI. Luan proposed me to take a look at my Eclipse workspace. I sent it to him
(240 Mo unzipped). I don't know when I will have the time to look at it, but
anyway and by advance a big *thanks* !

BTW, XUI is more a tool used in NetBeans (like Luan told me "we are more a
NetBeans shop"). And as I will certainly need to use it to customise the POS, I
gave it a try late this night. Thanks to Jacopo's Wiki NetBeans page I was able
to run OFBiz POS in debug mode in less than 2 hours at all. I was really
surprised by the quality and smartness of NetBeans 5.0. The last time I tried it
(3.6 I guess) I was not so impressed. But Wooooowww ! now it's really a great
tool, at least for run in debug mode for the POS ;o) It's intuitive, even if
there are some bad points (at first look, perhaps it exists some tweaks) like
not being able to run in debug mode without having to run ant before (in fact
NetBeans runs automatically ant every time you launch the debugger).

So I'm a very happy OFBiz user this morning even if I have not sleep a lot these
last days :o)

BTW Jacopo, how to use svn in NetBeans ? ;o)

Have a great week-end

Jacques

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Eclipse POS debugging and NetBeans

Jacques Le Roux
Administrator
BTW I forgot one point in my message.

I saw in the ML that Florin T.PATRASCU recommends to use IntelliJ, he says also
that Andy is using it.

I saw that there is a one year(and more?) free licence for open source project.
Is somebody using it whis this licence and why it's so a great tool ?

Thanks

Jacques


> Hi all,
>
> This last 3 days I struggled with a problem in Eclipse debugging. I wanted to
> use the debugger with the POS. Altough, after some adjusments, it works
> perfectly for the "std" OFBiz I was not able to use it with the POS because it
> was complaining about a problem in XUI. I tried a lot of solutions no one was
> working. So I turned myself to the XUI crew (Val Cassidy & Luan O'Carrol at
> Xoetrope). They are really charming people and they have done a great job with
> XUI. Luan proposed me to take a look at my Eclipse workspace. I sent it to him
> (240 Mo unzipped). I don't know when I will have the time to look at it, but
> anyway and by advance a big *thanks* !
>
> BTW, XUI is more a tool used in NetBeans (like Luan told me "we are more a
> NetBeans shop"). And as I will certainly need to use it to customise the POS,
I
> gave it a try late this night. Thanks to Jacopo's Wiki NetBeans page I was
able
> to run OFBiz POS in debug mode in less than 2 hours at all. I was really
> surprised by the quality and smartness of NetBeans 5.0. The last time I tried
it
> (3.6 I guess) I was not so impressed. But Wooooowww ! now it's really a great
> tool, at least for run in debug mode for the POS ;o) It's intuitive, even if
> there are some bad points (at first look, perhaps it exists some tweaks) like
> not being able to run in debug mode without having to run ant before (in fact
> NetBeans runs automatically ant every time you launch the debugger).
>
> So I'm a very happy OFBiz user this morning even if I have not sleep a lot
these
> last days :o)
>
> BTW Jacopo, how to use svn in NetBeans ? ;o)
>
> Have a great week-end
>
> Jacques
>

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Eclipse POS debugging and NetBeans

Jacopo Cappellato
In reply to this post by Jacques Le Roux
Jacques,

first of all, I'm not the author of the Wiki page about Netbeans!

About SVN in Netbeans: just follow the instructions in the paragraph
"VCS Profiles built as modules for NetBeans 5.0" here:

http://vcsgeneric.netbeans.org/profiles/

To run the Update wizard go to Tools-->Update Center

Jacopo

Jacques Le Roux wrote:

> Hi all,
>
> This last 3 days I struggled with a problem in Eclipse debugging. I wanted to
> use the debugger with the POS. Altough, after some adjusments, it works
> perfectly for the "std" OFBiz I was not able to use it with the POS because it
> was complaining about a problem in XUI. I tried a lot of solutions no one was
> working. So I turned myself to the XUI crew (Val Cassidy & Luan O'Carrol at
> Xoetrope). They are really charming people and they have done a great job with
> XUI. Luan proposed me to take a look at my Eclipse workspace. I sent it to him
> (240 Mo unzipped). I don't know when I will have the time to look at it, but
> anyway and by advance a big *thanks* !
>
> BTW, XUI is more a tool used in NetBeans (like Luan told me "we are more a
> NetBeans shop"). And as I will certainly need to use it to customise the POS, I
> gave it a try late this night. Thanks to Jacopo's Wiki NetBeans page I was able
> to run OFBiz POS in debug mode in less than 2 hours at all. I was really
> surprised by the quality and smartness of NetBeans 5.0. The last time I tried it
> (3.6 I guess) I was not so impressed. But Wooooowww ! now it's really a great
> tool, at least for run in debug mode for the POS ;o) It's intuitive, even if
> there are some bad points (at first look, perhaps it exists some tweaks) like
> not being able to run in debug mode without having to run ant before (in fact
> NetBeans runs automatically ant every time you launch the debugger).
>
> So I'm a very happy OFBiz user this morning even if I have not sleep a lot these
> last days :o)
>
> BTW Jacopo, how to use svn in NetBeans ? ;o)
>
> Have a great week-end
>
> Jacques
>
>  
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Eclipse POS debugging and NetBeans

Jacques Le Roux
Administrator
Are you sure  ?
http://ofbizwiki.go-integral.com/Wiki.jsp?page=OFBizInNetBeans5.0

Jacques


> Jacques,
>
> first of all, I'm not the author of the Wiki page about Netbeans!
>
> About SVN in Netbeans: just follow the instructions in the paragraph
> "VCS Profiles built as modules for NetBeans 5.0" here:
>
> http://vcsgeneric.netbeans.org/profiles/
>
> To run the Update wizard go to Tools-->Update Center
>
> Jacopo
>
> Jacques Le Roux wrote:
> > Hi all,
> >
> > This last 3 days I struggled with a problem in Eclipse debugging. I wanted
to
> > use the debugger with the POS. Altough, after some adjusments, it works
> > perfectly for the "std" OFBiz I was not able to use it with the POS because
it
> > was complaining about a problem in XUI. I tried a lot of solutions no one
was
> > working. So I turned myself to the XUI crew (Val Cassidy & Luan O'Carrol at
> > Xoetrope). They are really charming people and they have done a great job
with
> > XUI. Luan proposed me to take a look at my Eclipse workspace. I sent it to
him
> > (240 Mo unzipped). I don't know when I will have the time to look at it, but
> > anyway and by advance a big *thanks* !
> >
> > BTW, XUI is more a tool used in NetBeans (like Luan told me "we are more a
> > NetBeans shop"). And as I will certainly need to use it to customise the
POS, I
> > gave it a try late this night. Thanks to Jacopo's Wiki NetBeans page I was
able
> > to run OFBiz POS in debug mode in less than 2 hours at all. I was really
> > surprised by the quality and smartness of NetBeans 5.0. The last time I
tried it
> > (3.6 I guess) I was not so impressed. But Wooooowww ! now it's really a
great
> > tool, at least for run in debug mode for the POS ;o) It's intuitive, even if
> > there are some bad points (at first look, perhaps it exists some tweaks)
like
> > not being able to run in debug mode without having to run ant before (in
fact
> > NetBeans runs automatically ant every time you launch the debugger).
> >
> > So I'm a very happy OFBiz user this morning even if I have not sleep a lot
these

> > last days :o)
> >
> > BTW Jacopo, how to use svn in NetBeans ? ;o)
> >
> > Have a great week-end
> >
> > Jacques
> >
> >
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
> >
>
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Eclipse POS debugging and NetBeans

Jacopo Cappellato
Yes,

I've just added the note about SVN... from the history of the page:

http://ofbizwiki.go-integral.com/PageInfo.jsp?page=OFBizInNetBeans5.0

it seems that Vinay did all the work!

Jacopo


Jacques Le Roux wrote:

> Are you sure  ?
> http://ofbizwiki.go-integral.com/Wiki.jsp?page=OFBizInNetBeans5.0
>
> Jacques
>
>
>> Jacques,
>>
>> first of all, I'm not the author of the Wiki page about Netbeans!
>>
>> About SVN in Netbeans: just follow the instructions in the paragraph
>> "VCS Profiles built as modules for NetBeans 5.0" here:
>>
>> http://vcsgeneric.netbeans.org/profiles/
>>
>> To run the Update wizard go to Tools-->Update Center
>>
>> Jacopo
>>
>> Jacques Le Roux wrote:
>>> Hi all,
>>>
>>> This last 3 days I struggled with a problem in Eclipse debugging. I wanted
> to
>>> use the debugger with the POS. Altough, after some adjusments, it works
>>> perfectly for the "std" OFBiz I was not able to use it with the POS because
> it
>>> was complaining about a problem in XUI. I tried a lot of solutions no one
> was
>>> working. So I turned myself to the XUI crew (Val Cassidy & Luan O'Carrol at
>>> Xoetrope). They are really charming people and they have done a great job
> with
>>> XUI. Luan proposed me to take a look at my Eclipse workspace. I sent it to
> him
>>> (240 Mo unzipped). I don't know when I will have the time to look at it, but
>>> anyway and by advance a big *thanks* !
>>>
>>> BTW, XUI is more a tool used in NetBeans (like Luan told me "we are more a
>>> NetBeans shop"). And as I will certainly need to use it to customise the
> POS, I
>>> gave it a try late this night. Thanks to Jacopo's Wiki NetBeans page I was
> able
>>> to run OFBiz POS in debug mode in less than 2 hours at all. I was really
>>> surprised by the quality and smartness of NetBeans 5.0. The last time I
> tried it
>>> (3.6 I guess) I was not so impressed. But Wooooowww ! now it's really a
> great
>>> tool, at least for run in debug mode for the POS ;o) It's intuitive, even if
>>> there are some bad points (at first look, perhaps it exists some tweaks)
> like
>>> not being able to run in debug mode without having to run ant before (in
> fact
>>> NetBeans runs automatically ant every time you launch the debugger).
>>>
>>> So I'm a very happy OFBiz user this morning even if I have not sleep a lot
> these
>>> last days :o)
>>>
>>> BTW Jacopo, how to use svn in NetBeans ? ;o)
>>>
>>> Have a great week-end
>>>
>>> Jacques
>>>
>>>
>>> _______________________________________________
>>> Dev mailing list
>>> [hidden email]
>>> http://lists.ofbiz.org/mailman/listinfo/dev
>>>
>>
>> _______________________________________________
>> Dev mailing list
>> [hidden email]
>> http://lists.ofbiz.org/mailman/listinfo/dev
>
>  
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Eclipse POS debugging and NetBeans

Jacques Le Roux
Administrator
So thanks to Vinay, I add update your svn comment with your last message. It
seems to work, I just installed, I try my new debug toy before updating...

Jacques

> Yes,
>
> I've just added the note about SVN... from the history of the page:
>
> http://ofbizwiki.go-integral.com/PageInfo.jsp?page=OFBizInNetBeans5.0
>
> it seems that Vinay did all the work!
>
> Jacopo
>
>
> Jacques Le Roux wrote:
> > Are you sure  ?
> > http://ofbizwiki.go-integral.com/Wiki.jsp?page=OFBizInNetBeans5.0
> >
> > Jacques
> >
> >
> >> Jacques,
> >>
> >> first of all, I'm not the author of the Wiki page about Netbeans!
> >>
> >> About SVN in Netbeans: just follow the instructions in the paragraph
> >> "VCS Profiles built as modules for NetBeans 5.0" here:
> >>
> >> http://vcsgeneric.netbeans.org/profiles/
> >>
> >> To run the Update wizard go to Tools-->Update Center
> >>
> >> Jacopo
> >>
> >> Jacques Le Roux wrote:
> >>> Hi all,
> >>>
> >>> This last 3 days I struggled with a problem in Eclipse debugging. I wanted
> > to
> >>> use the debugger with the POS. Altough, after some adjusments, it works
> >>> perfectly for the "std" OFBiz I was not able to use it with the POS
because
> > it
> >>> was complaining about a problem in XUI. I tried a lot of solutions no one
> > was
> >>> working. So I turned myself to the XUI crew (Val Cassidy & Luan O'Carrol
at
> >>> Xoetrope). They are really charming people and they have done a great job
> > with
> >>> XUI. Luan proposed me to take a look at my Eclipse workspace. I sent it to
> > him
> >>> (240 Mo unzipped). I don't know when I will have the time to look at it,
but

> >>> anyway and by advance a big *thanks* !
> >>>
> >>> BTW, XUI is more a tool used in NetBeans (like Luan told me "we are more a
> >>> NetBeans shop"). And as I will certainly need to use it to customise the
> > POS, I
> >>> gave it a try late this night. Thanks to Jacopo's Wiki NetBeans page I was
> > able
> >>> to run OFBiz POS in debug mode in less than 2 hours at all. I was really
> >>> surprised by the quality and smartness of NetBeans 5.0. The last time I
> > tried it
> >>> (3.6 I guess) I was not so impressed. But Wooooowww ! now it's really a
> > great
> >>> tool, at least for run in debug mode for the POS ;o) It's intuitive, even
if

> >>> there are some bad points (at first look, perhaps it exists some tweaks)
> > like
> >>> not being able to run in debug mode without having to run ant before (in
> > fact
> >>> NetBeans runs automatically ant every time you launch the debugger).
> >>>
> >>> So I'm a very happy OFBiz user this morning even if I have not sleep a lot
> > these
> >>> last days :o)
> >>>
> >>> BTW Jacopo, how to use svn in NetBeans ? ;o)
> >>>
> >>> Have a great week-end
> >>>
> >>> Jacques
> >>>
> >>>
> >>> _______________________________________________
> >>> Dev mailing list
> >>> [hidden email]
> >>> http://lists.ofbiz.org/mailman/listinfo/dev
> >>>
> >>
> >> _______________________________________________
> >> Dev mailing list
> >> [hidden email]
> >> http://lists.ofbiz.org/mailman/listinfo/dev
> >
> >
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
> >
>
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Eclipse POS debugging and NetBeans

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
OK, already done. OFBiz community is so fast ;o)

Jacques

> So thanks to Vinay, I add update your svn comment with your last message. It
> seems to work, I just installed, I try my new debug toy before updating...
>
> Jacques
>
> > Yes,
> >
> > I've just added the note about SVN... from the history of the page:
> >
> > http://ofbizwiki.go-integral.com/PageInfo.jsp?page=OFBizInNetBeans5.0
> >
> > it seems that Vinay did all the work!
> >
> > Jacopo
> >
> >
> > Jacques Le Roux wrote:
> > > Are you sure  ?
> > > http://ofbizwiki.go-integral.com/Wiki.jsp?page=OFBizInNetBeans5.0
> > >
> > > Jacques
> > >
> > >
> > >> Jacques,
> > >>
> > >> first of all, I'm not the author of the Wiki page about Netbeans!
> > >>
> > >> About SVN in Netbeans: just follow the instructions in the paragraph
> > >> "VCS Profiles built as modules for NetBeans 5.0" here:
> > >>
> > >> http://vcsgeneric.netbeans.org/profiles/
> > >>
> > >> To run the Update wizard go to Tools-->Update Center
> > >>
> > >> Jacopo
> > >>
> > >> Jacques Le Roux wrote:
> > >>> Hi all,
> > >>>
> > >>> This last 3 days I struggled with a problem in Eclipse debugging. I
wanted
> > > to
> > >>> use the debugger with the POS. Altough, after some adjusments, it works
> > >>> perfectly for the "std" OFBiz I was not able to use it with the POS
> because
> > > it
> > >>> was complaining about a problem in XUI. I tried a lot of solutions no
one
> > > was
> > >>> working. So I turned myself to the XUI crew (Val Cassidy & Luan O'Carrol
> at
> > >>> Xoetrope). They are really charming people and they have done a great
job
> > > with
> > >>> XUI. Luan proposed me to take a look at my Eclipse workspace. I sent it
to
> > > him
> > >>> (240 Mo unzipped). I don't know when I will have the time to look at it,
> but
> > >>> anyway and by advance a big *thanks* !
> > >>>
> > >>> BTW, XUI is more a tool used in NetBeans (like Luan told me "we are more
a
> > >>> NetBeans shop"). And as I will certainly need to use it to customise the
> > > POS, I
> > >>> gave it a try late this night. Thanks to Jacopo's Wiki NetBeans page I
was
> > > able
> > >>> to run OFBiz POS in debug mode in less than 2 hours at all. I was really
> > >>> surprised by the quality and smartness of NetBeans 5.0. The last time I
> > > tried it
> > >>> (3.6 I guess) I was not so impressed. But Wooooowww ! now it's really a
> > > great
> > >>> tool, at least for run in debug mode for the POS ;o) It's intuitive,
even
> if
> > >>> there are some bad points (at first look, perhaps it exists some tweaks)
> > > like
> > >>> not being able to run in debug mode without having to run ant before (in
> > > fact
> > >>> NetBeans runs automatically ant every time you launch the debugger).
> > >>>
> > >>> So I'm a very happy OFBiz user this morning even if I have not sleep a
lot

> > > these
> > >>> last days :o)
> > >>>
> > >>> BTW Jacopo, how to use svn in NetBeans ? ;o)
> > >>>
> > >>> Have a great week-end
> > >>>
> > >>> Jacques
> > >>>
> > >>>
> > >>> _______________________________________________
> > >>> Dev mailing list
> > >>> [hidden email]
> > >>> http://lists.ofbiz.org/mailman/listinfo/dev
> > >>>
> > >>
> > >> _______________________________________________
> > >> Dev mailing list
> > >> [hidden email]
> > >> http://lists.ofbiz.org/mailman/listinfo/dev
> > >
> > >
> > > _______________________________________________
> > > Dev mailing list
> > > [hidden email]
> > > http://lists.ofbiz.org/mailman/listinfo/dev
> > >
> >
> >
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
>

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Eclipse POS debugging and NetBeans

Vinay Agarwal
In reply to this post by Jacques Le Roux
Jacques,

I have been using NetBeans 5.0 for 6 months and I do agree that it is a far
superior Java/BSH editing and debugging tool. The only thing NB5 lacks is
FTL capability. I use Eclipse for that which gives me a chance to constantly
compare the two.

I think the only reason NB5 is not more popular with OFBiz is the lack of
its project files in the project. I personally think they should be made
part of ofbiz. The NetBeans project files in the Wiki are a bit dated, I
will update them probably today.

1. Start ofbiz without building - it is in the new project files.
2. Beanshell - get the plugin from location in wiki.
3. If you haven't discovered NB5's auto-coding features, just press
alt-enter on any line with errors. It will give you options and will do the
selected ones for you. It will do casts and imports almost all the time.
4. If you use LCD screen and spend long hours in front of it (like me) you
may want sub-pixel font smoothing by running NB5 on JDK1.6 and ofbiz on
JDK1.4. The new project files will let you do that.  
5. There are many good NB5 plugins, I will note some of them in the wiki.
6. Default start-up settings for NB5 are not right for a project like ofbiz.
You need to significantly raise the memory settings. Checkout
http://performance.netbeans.org/ .
7. You can reduce the footprint of NB5 by turning off some of the built-in
server/database stuff.

Regards,
Vinay

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On
Behalf Of Jacques Le Roux
Sent: Saturday, May 27, 2006 2:25 AM
To: OFBiz Project Development Discussion
Subject: Re: [OFBiz] Dev - Eclipse POS debugging and NetBeans

So thanks to Vinay, I add update your svn comment with your last message. It
seems to work, I just installed, I try my new debug toy before updating...

Jacques

> Yes,
>
> I've just added the note about SVN... from the history of the page:
>
> http://ofbizwiki.go-integral.com/PageInfo.jsp?page=OFBizInNetBeans5.0
>
> it seems that Vinay did all the work!
>
> Jacopo
>
>
> Jacques Le Roux wrote:
> > Are you sure  ?
> > http://ofbizwiki.go-integral.com/Wiki.jsp?page=OFBizInNetBeans5.0
> >
> > Jacques
> >
> >
> >> Jacques,
> >>
> >> first of all, I'm not the author of the Wiki page about Netbeans!
> >>
> >> About SVN in Netbeans: just follow the instructions in the
> >> paragraph "VCS Profiles built as modules for NetBeans 5.0" here:
> >>
> >> http://vcsgeneric.netbeans.org/profiles/
> >>
> >> To run the Update wizard go to Tools-->Update Center
> >>
> >> Jacopo
> >>
> >> Jacques Le Roux wrote:
> >>> Hi all,
> >>>
> >>> This last 3 days I struggled with a problem in Eclipse debugging.
> >>> I wanted
> > to
> >>> use the debugger with the POS. Altough, after some adjusments, it
> >>> works perfectly for the "std" OFBiz I was not able to use it with
> >>> the POS
because
> > it
> >>> was complaining about a problem in XUI. I tried a lot of solutions
> >>> no one
> > was
> >>> working. So I turned myself to the XUI crew (Val Cassidy & Luan
> >>> O'Carrol
at
> >>> Xoetrope). They are really charming people and they have done a
> >>> great job
> > with
> >>> XUI. Luan proposed me to take a look at my Eclipse workspace. I
> >>> sent it to
> > him
> >>> (240 Mo unzipped). I don't know when I will have the time to look
> >>> at it,
but

> >>> anyway and by advance a big *thanks* !
> >>>
> >>> BTW, XUI is more a tool used in NetBeans (like Luan told me "we
> >>> are more a NetBeans shop"). And as I will certainly need to use it
> >>> to customise the
> > POS, I
> >>> gave it a try late this night. Thanks to Jacopo's Wiki NetBeans
> >>> page I was
> > able
> >>> to run OFBiz POS in debug mode in less than 2 hours at all. I was
> >>> really surprised by the quality and smartness of NetBeans 5.0. The
> >>> last time I
> > tried it
> >>> (3.6 I guess) I was not so impressed. But Wooooowww ! now it's
> >>> really a
> > great
> >>> tool, at least for run in debug mode for the POS ;o) It's
> >>> intuitive, even
if

> >>> there are some bad points (at first look, perhaps it exists some
> >>> tweaks)
> > like
> >>> not being able to run in debug mode without having to run ant
> >>> before (in
> > fact
> >>> NetBeans runs automatically ant every time you launch the debugger).
> >>>
> >>> So I'm a very happy OFBiz user this morning even if I have not
> >>> sleep a lot
> > these
> >>> last days :o)
> >>>
> >>> BTW Jacopo, how to use svn in NetBeans ? ;o)
> >>>
> >>> Have a great week-end
> >>>
> >>> Jacques
> >>>
> >>>
> >>> _______________________________________________
> >>> Dev mailing list
> >>> [hidden email]
> >>> http://lists.ofbiz.org/mailman/listinfo/dev
> >>>
> >>
> >> _______________________________________________
> >> Dev mailing list
> >> [hidden email]
> >> http://lists.ofbiz.org/mailman/listinfo/dev
> >
> >
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
> >
>
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Eclipse POS debugging and NetBeans

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
Vinay,

I'll "monitor" the Wiki page
(http://ofbizwiki.go-integral.com/PageInfo.jsp?page=OFBizInNetBeans5.0) for
sure... And invite everybody to do so.

Jacques

> Jacques,
>
> I have been using NetBeans 5.0 for 6 months and I do agree that it is a far
> superior Java/BSH editing and debugging tool. The only thing NB5 lacks is
> FTL capability. I use Eclipse for that which gives me a chance to constantly
> compare the two.

Yes using both seems reasonable, at least until FTL come to NetBeans. Perhaps
there are other points in favor of Eclipse too.

> I think the only reason NB5 is not more popular with OFBiz is the lack of
> its project files in the project. I personally think they should be made
> part of ofbiz. The NetBeans project files in the Wiki are a bit dated, I
> will update them probably today.

I agree ! (+1 ;o)

> 1. Start ofbiz without building - it is in the new project files.
> 2. Beanshell - get the plugin from location in wiki.
> 3. If you haven't discovered NB5's auto-coding features, just press
> alt-enter on any line with errors. It will give you options and will do the
> selected ones for you. It will do casts and imports almost all the time.
> 4. If you use LCD screen and spend long hours in front of it (like me) you
> may want sub-pixel font smoothing by running NB5 on JDK1.6 and ofbiz on
> JDK1.4. The new project files will let you do that.
> 5. There are many good NB5 plugins, I will note some of them in the wiki.
> 6. Default start-up settings for NB5 are not right for a project like ofbiz.
> You need to significantly raise the memory settings. Checkout
> http://performance.netbeans.org/ .
> 7. You can reduce the footprint of NB5 by turning off some of the built-in
> server/database stuff.

Thanks Vinay

Jacques

> Regards,
> Vinay
>
> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On
> Behalf Of Jacques Le Roux
> Sent: Saturday, May 27, 2006 2:25 AM
> To: OFBiz Project Development Discussion
> Subject: Re: [OFBiz] Dev - Eclipse POS debugging and NetBeans
>
> So thanks to Vinay, I add update your svn comment with your last message. It
> seems to work, I just installed, I try my new debug toy before updating...
>
> Jacques
>
> > Yes,
> >
> > I've just added the note about SVN... from the history of the page:
> >
> > http://ofbizwiki.go-integral.com/PageInfo.jsp?page=OFBizInNetBeans5.0
> >
> > it seems that Vinay did all the work!
> >
> > Jacopo
> >
> >
> > Jacques Le Roux wrote:
> > > Are you sure  ?
> > > http://ofbizwiki.go-integral.com/Wiki.jsp?page=OFBizInNetBeans5.0
> > >
> > > Jacques
> > >
> > >
> > >> Jacques,
> > >>
> > >> first of all, I'm not the author of the Wiki page about Netbeans!
> > >>
> > >> About SVN in Netbeans: just follow the instructions in the
> > >> paragraph "VCS Profiles built as modules for NetBeans 5.0" here:
> > >>
> > >> http://vcsgeneric.netbeans.org/profiles/
> > >>
> > >> To run the Update wizard go to Tools-->Update Center
> > >>
> > >> Jacopo
> > >>
> > >> Jacques Le Roux wrote:
> > >>> Hi all,
> > >>>
> > >>> This last 3 days I struggled with a problem in Eclipse debugging.
> > >>> I wanted
> > > to
> > >>> use the debugger with the POS. Altough, after some adjusments, it
> > >>> works perfectly for the "std" OFBiz I was not able to use it with
> > >>> the POS
> because
> > > it
> > >>> was complaining about a problem in XUI. I tried a lot of solutions
> > >>> no one
> > > was
> > >>> working. So I turned myself to the XUI crew (Val Cassidy & Luan
> > >>> O'Carrol
> at
> > >>> Xoetrope). They are really charming people and they have done a
> > >>> great job
> > > with
> > >>> XUI. Luan proposed me to take a look at my Eclipse workspace. I
> > >>> sent it to
> > > him
> > >>> (240 Mo unzipped). I don't know when I will have the time to look
> > >>> at it,
> but
> > >>> anyway and by advance a big *thanks* !
> > >>>
> > >>> BTW, XUI is more a tool used in NetBeans (like Luan told me "we
> > >>> are more a NetBeans shop"). And as I will certainly need to use it
> > >>> to customise the
> > > POS, I
> > >>> gave it a try late this night. Thanks to Jacopo's Wiki NetBeans
> > >>> page I was
> > > able
> > >>> to run OFBiz POS in debug mode in less than 2 hours at all. I was
> > >>> really surprised by the quality and smartness of NetBeans 5.0. The
> > >>> last time I
> > > tried it
> > >>> (3.6 I guess) I was not so impressed. But Wooooowww ! now it's
> > >>> really a
> > > great
> > >>> tool, at least for run in debug mode for the POS ;o) It's
> > >>> intuitive, even
> if
> > >>> there are some bad points (at first look, perhaps it exists some
> > >>> tweaks)
> > > like
> > >>> not being able to run in debug mode without having to run ant
> > >>> before (in
> > > fact
> > >>> NetBeans runs automatically ant every time you launch the debugger).
> > >>>
> > >>> So I'm a very happy OFBiz user this morning even if I have not
> > >>> sleep a lot
> > > these
> > >>> last days :o)
> > >>>
> > >>> BTW Jacopo, how to use svn in NetBeans ? ;o)
> > >>>
> > >>> Have a great week-end
> > >>>
> > >>> Jacques
> > >>>
> > >>>
> > >>> _______________________________________________
> > >>> Dev mailing list
> > >>> [hidden email]
> > >>> http://lists.ofbiz.org/mailman/listinfo/dev
> > >>>
> > >>
> > >> _______________________________________________
> > >> Dev mailing list
> > >> [hidden email]
> > >> http://lists.ofbiz.org/mailman/listinfo/dev
> > >
> > >
> > > _______________________________________________
> > > Dev mailing list
> > > [hidden email]
> > > http://lists.ofbiz.org/mailman/listinfo/dev
> > >
> >
> >
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
>
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Eclipse POS debugging and NetBeans

Vinay Agarwal
Wiki has been updated with the latest project files.

Jacques - you may have to add your changes for POS module.
Vinay

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On
Behalf Of Jacques Le Roux
Sent: Saturday, May 27, 2006 10:48 AM
To: OFBiz Project Development Discussion
Subject: Re: [OFBiz] Dev - Eclipse POS debugging and NetBeans

Vinay,

I'll "monitor" the Wiki page
(http://ofbizwiki.go-integral.com/PageInfo.jsp?page=OFBizInNetBeans5.0) for
sure... And invite everybody to do so.

Jacques

> Jacques,
>
> I have been using NetBeans 5.0 for 6 months and I do agree that it is
> a far superior Java/BSH editing and debugging tool. The only thing NB5
> lacks is FTL capability. I use Eclipse for that which gives me a
> chance to constantly compare the two.

Yes using both seems reasonable, at least until FTL come to NetBeans.
Perhaps there are other points in favor of Eclipse too.

> I think the only reason NB5 is not more popular with OFBiz is the lack
> of its project files in the project. I personally think they should be
> made part of ofbiz. The NetBeans project files in the Wiki are a bit
> dated, I will update them probably today.

I agree ! (+1 ;o)

> 1. Start ofbiz without building - it is in the new project files.
> 2. Beanshell - get the plugin from location in wiki.
> 3. If you haven't discovered NB5's auto-coding features, just press
> alt-enter on any line with errors. It will give you options and will
> do the selected ones for you. It will do casts and imports almost all the
time.
> 4. If you use LCD screen and spend long hours in front of it (like me)
> you may want sub-pixel font smoothing by running NB5 on JDK1.6 and
> ofbiz on JDK1.4. The new project files will let you do that.
> 5. There are many good NB5 plugins, I will note some of them in the wiki.
> 6. Default start-up settings for NB5 are not right for a project like
ofbiz.
> You need to significantly raise the memory settings. Checkout
> http://performance.netbeans.org/ .
> 7. You can reduce the footprint of NB5 by turning off some of the
> built-in server/database stuff.

Thanks Vinay

Jacques

> Regards,
> Vinay
>
> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]]
> On Behalf Of Jacques Le Roux
> Sent: Saturday, May 27, 2006 2:25 AM
> To: OFBiz Project Development Discussion
> Subject: Re: [OFBiz] Dev - Eclipse POS debugging and NetBeans
>
> So thanks to Vinay, I add update your svn comment with your last
> message. It seems to work, I just installed, I try my new debug toy before
updating...

>
> Jacques
>
> > Yes,
> >
> > I've just added the note about SVN... from the history of the page:
> >
> > http://ofbizwiki.go-integral.com/PageInfo.jsp?page=OFBizInNetBeans5.
> > 0
> >
> > it seems that Vinay did all the work!
> >
> > Jacopo
> >
> >
> > Jacques Le Roux wrote:
> > > Are you sure  ?
> > > http://ofbizwiki.go-integral.com/Wiki.jsp?page=OFBizInNetBeans5.0
> > >
> > > Jacques
> > >
> > >
> > >> Jacques,
> > >>
> > >> first of all, I'm not the author of the Wiki page about Netbeans!
> > >>
> > >> About SVN in Netbeans: just follow the instructions in the
> > >> paragraph "VCS Profiles built as modules for NetBeans 5.0" here:
> > >>
> > >> http://vcsgeneric.netbeans.org/profiles/
> > >>
> > >> To run the Update wizard go to Tools-->Update Center
> > >>
> > >> Jacopo
> > >>
> > >> Jacques Le Roux wrote:
> > >>> Hi all,
> > >>>
> > >>> This last 3 days I struggled with a problem in Eclipse debugging.
> > >>> I wanted
> > > to
> > >>> use the debugger with the POS. Altough, after some adjusments,
> > >>> it works perfectly for the "std" OFBiz I was not able to use it
> > >>> with the POS
> because
> > > it
> > >>> was complaining about a problem in XUI. I tried a lot of
> > >>> solutions no one
> > > was
> > >>> working. So I turned myself to the XUI crew (Val Cassidy & Luan
> > >>> O'Carrol
> at
> > >>> Xoetrope). They are really charming people and they have done a
> > >>> great job
> > > with
> > >>> XUI. Luan proposed me to take a look at my Eclipse workspace. I
> > >>> sent it to
> > > him
> > >>> (240 Mo unzipped). I don't know when I will have the time to
> > >>> look at it,
> but
> > >>> anyway and by advance a big *thanks* !
> > >>>
> > >>> BTW, XUI is more a tool used in NetBeans (like Luan told me "we
> > >>> are more a NetBeans shop"). And as I will certainly need to use
> > >>> it to customise the
> > > POS, I
> > >>> gave it a try late this night. Thanks to Jacopo's Wiki NetBeans
> > >>> page I was
> > > able
> > >>> to run OFBiz POS in debug mode in less than 2 hours at all. I
> > >>> was really surprised by the quality and smartness of NetBeans
> > >>> 5.0. The last time I
> > > tried it
> > >>> (3.6 I guess) I was not so impressed. But Wooooowww ! now it's
> > >>> really a
> > > great
> > >>> tool, at least for run in debug mode for the POS ;o) It's
> > >>> intuitive, even
> if
> > >>> there are some bad points (at first look, perhaps it exists some
> > >>> tweaks)
> > > like
> > >>> not being able to run in debug mode without having to run ant
> > >>> before (in
> > > fact
> > >>> NetBeans runs automatically ant every time you launch the debugger).
> > >>>
> > >>> So I'm a very happy OFBiz user this morning even if I have not
> > >>> sleep a lot
> > > these
> > >>> last days :o)
> > >>>
> > >>> BTW Jacopo, how to use svn in NetBeans ? ;o)
> > >>>
> > >>> Have a great week-end
> > >>>
> > >>> Jacques
> > >>>
> > >>>
> > >>> _______________________________________________
> > >>> Dev mailing list
> > >>> [hidden email]
> > >>> http://lists.ofbiz.org/mailman/listinfo/dev
> > >>>
> > >>
> > >> _______________________________________________
> > >> Dev mailing list
> > >> [hidden email]
> > >> http://lists.ofbiz.org/mailman/listinfo/dev
> > >
> > >
> > > _______________________________________________
> > > Dev mailing list
> > > [hidden email]
> > > http://lists.ofbiz.org/mailman/listinfo/dev
> > >
> >
> >
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
>
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Eclipse POS debugging and NetBeans

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
Vinay,

I used your recommendations there is only one point where I have a problem, it's
the 4th.

In nbjdk.properties I put
nbjdk.active="C:\Java\j2sdk1.4.2_05"
I tried also
nbjdk.active=C:\Java\j2sdk1.4.2_05
and
nbjdk.active=C:/Java/j2sdk1.4.2_05

But I got

Warning: nbjdk.active="C:Javaj2sdk1.4.2_05" or
nbjdk.home=${platforms."C:Javaj2sdk1.4.2_05".home} is an invalid Java platform;
ignoring and using C:\Java\j2sdk1.4.2_05

How to write this please ?

Thanks

Jacques


> Jacques,
>
> I have been using NetBeans 5.0 for 6 months and I do agree that it is a far
> superior Java/BSH editing and debugging tool. The only thing NB5 lacks is
> FTL capability. I use Eclipse for that which gives me a chance to constantly
> compare the two.
>
> I think the only reason NB5 is not more popular with OFBiz is the lack of
> its project files in the project. I personally think they should be made
> part of ofbiz. The NetBeans project files in the Wiki are a bit dated, I
> will update them probably today.
>
> 1. Start ofbiz without building - it is in the new project files.
> 2. Beanshell - get the plugin from location in wiki.
> 3. If you haven't discovered NB5's auto-coding features, just press
> alt-enter on any line with errors. It will give you options and will do the
> selected ones for you. It will do casts and imports almost all the time.
> 4. If you use LCD screen and spend long hours in front of it (like me) you
> may want sub-pixel font smoothing by running NB5 on JDK1.6 and ofbiz on
> JDK1.4. The new project files will let you do that.
> 5. There are many good NB5 plugins, I will note some of them in the wiki.
> 6. Default start-up settings for NB5 are not right for a project like ofbiz.
> You need to significantly raise the memory settings. Checkout
> http://performance.netbeans.org/ .
> 7. You can reduce the footprint of NB5 by turning off some of the built-in
> server/database stuff.
>
> Regards,
> Vinay
>
> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On
> Behalf Of Jacques Le Roux
> Sent: Saturday, May 27, 2006 2:25 AM
> To: OFBiz Project Development Discussion
> Subject: Re: [OFBiz] Dev - Eclipse POS debugging and NetBeans
>
> So thanks to Vinay, I add update your svn comment with your last message. It
> seems to work, I just installed, I try my new debug toy before updating...
>
> Jacques
>
> > Yes,
> >
> > I've just added the note about SVN... from the history of the page:
> >
> > http://ofbizwiki.go-integral.com/PageInfo.jsp?page=OFBizInNetBeans5.0
> >
> > it seems that Vinay did all the work!
> >
> > Jacopo
> >
> >
> > Jacques Le Roux wrote:
> > > Are you sure  ?
> > > http://ofbizwiki.go-integral.com/Wiki.jsp?page=OFBizInNetBeans5.0
> > >
> > > Jacques
> > >
> > >
> > >> Jacques,
> > >>
> > >> first of all, I'm not the author of the Wiki page about Netbeans!
> > >>
> > >> About SVN in Netbeans: just follow the instructions in the
> > >> paragraph "VCS Profiles built as modules for NetBeans 5.0" here:
> > >>
> > >> http://vcsgeneric.netbeans.org/profiles/
> > >>
> > >> To run the Update wizard go to Tools-->Update Center
> > >>
> > >> Jacopo
> > >>
> > >> Jacques Le Roux wrote:
> > >>> Hi all,
> > >>>
> > >>> This last 3 days I struggled with a problem in Eclipse debugging.
> > >>> I wanted
> > > to
> > >>> use the debugger with the POS. Altough, after some adjusments, it
> > >>> works perfectly for the "std" OFBiz I was not able to use it with
> > >>> the POS
> because
> > > it
> > >>> was complaining about a problem in XUI. I tried a lot of solutions
> > >>> no one
> > > was
> > >>> working. So I turned myself to the XUI crew (Val Cassidy & Luan
> > >>> O'Carrol
> at
> > >>> Xoetrope). They are really charming people and they have done a
> > >>> great job
> > > with
> > >>> XUI. Luan proposed me to take a look at my Eclipse workspace. I
> > >>> sent it to
> > > him
> > >>> (240 Mo unzipped). I don't know when I will have the time to look
> > >>> at it,
> but
> > >>> anyway and by advance a big *thanks* !
> > >>>
> > >>> BTW, XUI is more a tool used in NetBeans (like Luan told me "we
> > >>> are more a NetBeans shop"). And as I will certainly need to use it
> > >>> to customise the
> > > POS, I
> > >>> gave it a try late this night. Thanks to Jacopo's Wiki NetBeans
> > >>> page I was
> > > able
> > >>> to run OFBiz POS in debug mode in less than 2 hours at all. I was
> > >>> really surprised by the quality and smartness of NetBeans 5.0. The
> > >>> last time I
> > > tried it
> > >>> (3.6 I guess) I was not so impressed. But Wooooowww ! now it's
> > >>> really a
> > > great
> > >>> tool, at least for run in debug mode for the POS ;o) It's
> > >>> intuitive, even
> if
> > >>> there are some bad points (at first look, perhaps it exists some
> > >>> tweaks)
> > > like
> > >>> not being able to run in debug mode without having to run ant
> > >>> before (in
> > > fact
> > >>> NetBeans runs automatically ant every time you launch the debugger).
> > >>>
> > >>> So I'm a very happy OFBiz user this morning even if I have not
> > >>> sleep a lot
> > > these
> > >>> last days :o)
> > >>>
> > >>> BTW Jacopo, how to use svn in NetBeans ? ;o)
> > >>>
> > >>> Have a great week-end
> > >>>
> > >>> Jacques
> > >>>
> > >>>
> > >>> _______________________________________________
> > >>> Dev mailing list
> > >>> [hidden email]
> > >>> http://lists.ofbiz.org/mailman/listinfo/dev
> > >>>
> > >>
> > >> _______________________________________________
> > >> Dev mailing list
> > >> [hidden email]
> > >> http://lists.ofbiz.org/mailman/listinfo/dev
> > >
> > >
> > > _______________________________________________
> > > Dev mailing list
> > > [hidden email]
> > > http://lists.ofbiz.org/mailman/listinfo/dev
> > >
> >
> >
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
>
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Eclipse POS debugging and NetBeans

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
Vinay,


> Wiki has been updated with the latest project files.
>
> Jacques - you may have to add your changes for POS module.
> Vinay

Yes, I'll make it ASA I'm sure for syntax of nbjdk.active parameter

Jacques

> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On
> Behalf Of Jacques Le Roux
> Sent: Saturday, May 27, 2006 10:48 AM
> To: OFBiz Project Development Discussion
> Subject: Re: [OFBiz] Dev - Eclipse POS debugging and NetBeans
>
> Vinay,
>
> I'll "monitor" the Wiki page
> (http://ofbizwiki.go-integral.com/PageInfo.jsp?page=OFBizInNetBeans5.0) for
> sure... And invite everybody to do so.
>
> Jacques
>
> > Jacques,
> >
> > I have been using NetBeans 5.0 for 6 months and I do agree that it is
> > a far superior Java/BSH editing and debugging tool. The only thing NB5
> > lacks is FTL capability. I use Eclipse for that which gives me a
> > chance to constantly compare the two.
>
> Yes using both seems reasonable, at least until FTL come to NetBeans.
> Perhaps there are other points in favor of Eclipse too.
>
> > I think the only reason NB5 is not more popular with OFBiz is the lack
> > of its project files in the project. I personally think they should be
> > made part of ofbiz. The NetBeans project files in the Wiki are a bit
> > dated, I will update them probably today.
>
> I agree ! (+1 ;o)
>
> > 1. Start ofbiz without building - it is in the new project files.
> > 2. Beanshell - get the plugin from location in wiki.
> > 3. If you haven't discovered NB5's auto-coding features, just press
> > alt-enter on any line with errors. It will give you options and will
> > do the selected ones for you. It will do casts and imports almost all the
> time.
> > 4. If you use LCD screen and spend long hours in front of it (like me)
> > you may want sub-pixel font smoothing by running NB5 on JDK1.6 and
> > ofbiz on JDK1.4. The new project files will let you do that.
> > 5. There are many good NB5 plugins, I will note some of them in the wiki.
> > 6. Default start-up settings for NB5 are not right for a project like
> ofbiz.
> > You need to significantly raise the memory settings. Checkout
> > http://performance.netbeans.org/ .
> > 7. You can reduce the footprint of NB5 by turning off some of the
> > built-in server/database stuff.
>
> Thanks Vinay
>
> Jacques
>
> > Regards,
> > Vinay
> >
> > -----Original Message-----
> > From: [hidden email] [mailto:[hidden email]]
> > On Behalf Of Jacques Le Roux
> > Sent: Saturday, May 27, 2006 2:25 AM
> > To: OFBiz Project Development Discussion
> > Subject: Re: [OFBiz] Dev - Eclipse POS debugging and NetBeans
> >
> > So thanks to Vinay, I add update your svn comment with your last
> > message. It seems to work, I just installed, I try my new debug toy before
> updating...
> >
> > Jacques
> >
> > > Yes,
> > >
> > > I've just added the note about SVN... from the history of the page:
> > >
> > > http://ofbizwiki.go-integral.com/PageInfo.jsp?page=OFBizInNetBeans5.
> > > 0
> > >
> > > it seems that Vinay did all the work!
> > >
> > > Jacopo
> > >
> > >
> > > Jacques Le Roux wrote:
> > > > Are you sure  ?
> > > > http://ofbizwiki.go-integral.com/Wiki.jsp?page=OFBizInNetBeans5.0
> > > >
> > > > Jacques
> > > >
> > > >
> > > >> Jacques,
> > > >>
> > > >> first of all, I'm not the author of the Wiki page about Netbeans!
> > > >>
> > > >> About SVN in Netbeans: just follow the instructions in the
> > > >> paragraph "VCS Profiles built as modules for NetBeans 5.0" here:
> > > >>
> > > >> http://vcsgeneric.netbeans.org/profiles/
> > > >>
> > > >> To run the Update wizard go to Tools-->Update Center
> > > >>
> > > >> Jacopo
> > > >>
> > > >> Jacques Le Roux wrote:
> > > >>> Hi all,
> > > >>>
> > > >>> This last 3 days I struggled with a problem in Eclipse debugging.
> > > >>> I wanted
> > > > to
> > > >>> use the debugger with the POS. Altough, after some adjusments,
> > > >>> it works perfectly for the "std" OFBiz I was not able to use it
> > > >>> with the POS
> > because
> > > > it
> > > >>> was complaining about a problem in XUI. I tried a lot of
> > > >>> solutions no one
> > > > was
> > > >>> working. So I turned myself to the XUI crew (Val Cassidy & Luan
> > > >>> O'Carrol
> > at
> > > >>> Xoetrope). They are really charming people and they have done a
> > > >>> great job
> > > > with
> > > >>> XUI. Luan proposed me to take a look at my Eclipse workspace. I
> > > >>> sent it to
> > > > him
> > > >>> (240 Mo unzipped). I don't know when I will have the time to
> > > >>> look at it,
> > but
> > > >>> anyway and by advance a big *thanks* !
> > > >>>
> > > >>> BTW, XUI is more a tool used in NetBeans (like Luan told me "we
> > > >>> are more a NetBeans shop"). And as I will certainly need to use
> > > >>> it to customise the
> > > > POS, I
> > > >>> gave it a try late this night. Thanks to Jacopo's Wiki NetBeans
> > > >>> page I was
> > > > able
> > > >>> to run OFBiz POS in debug mode in less than 2 hours at all. I
> > > >>> was really surprised by the quality and smartness of NetBeans
> > > >>> 5.0. The last time I
> > > > tried it
> > > >>> (3.6 I guess) I was not so impressed. But Wooooowww ! now it's
> > > >>> really a
> > > > great
> > > >>> tool, at least for run in debug mode for the POS ;o) It's
> > > >>> intuitive, even
> > if
> > > >>> there are some bad points (at first look, perhaps it exists some
> > > >>> tweaks)
> > > > like
> > > >>> not being able to run in debug mode without having to run ant
> > > >>> before (in
> > > > fact
> > > >>> NetBeans runs automatically ant every time you launch the debugger).
> > > >>>
> > > >>> So I'm a very happy OFBiz user this morning even if I have not
> > > >>> sleep a lot
> > > > these
> > > >>> last days :o)
> > > >>>
> > > >>> BTW Jacopo, how to use svn in NetBeans ? ;o)
> > > >>>
> > > >>> Have a great week-end
> > > >>>
> > > >>> Jacques
> > > >>>
> > > >>>
> > > >>> _______________________________________________
> > > >>> Dev mailing list
> > > >>> [hidden email]
> > > >>> http://lists.ofbiz.org/mailman/listinfo/dev
> > > >>>
> > > >>
> > > >> _______________________________________________
> > > >> Dev mailing list
> > > >> [hidden email]
> > > >> http://lists.ofbiz.org/mailman/listinfo/dev
> > > >
> > > >
> > > > _______________________________________________
> > > > Dev mailing list
> > > > [hidden email]
> > > > http://lists.ofbiz.org/mailman/listinfo/dev
> > > >
> > >
> > >
> > > _______________________________________________
> > > Dev mailing list
> > > [hidden email]
> > > http://lists.ofbiz.org/mailman/listinfo/dev
> >
> >
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
> >
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
>
>  
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>  
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Eclipse POS debugging and NetBeans

Vinay Agarwal
In reply to this post by Jacques Le Roux
Jacques,

Actually I had missed a plugin
        Pick a target JDK for a freeform project in NetBeans
http://blogs.sun.com/roller/page/jglick?entry=pick_a_target_jdk_for
Once you have the plugin and more than 1 JDK installed, right-click on
project will let you select the desired JDK. Since I never messed with the
files myself, I don't know what went wrong editing them manually. I am not
sure if plugin is needed, try the right-click approach before installing.

Regards,
Vinay

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On
Behalf Of Jacques Le Roux
Sent: Sunday, May 28, 2006 5:17 AM
To: OFBiz Project Development Discussion
Subject: Re: [OFBiz] Dev - Eclipse POS debugging and NetBeans

Vinay,

I used your recommendations there is only one point where I have a problem,
it's the 4th.

In nbjdk.properties I put
nbjdk.active="C:\Java\j2sdk1.4.2_05"
I tried also
nbjdk.active=C:\Java\j2sdk1.4.2_05
and
nbjdk.active=C:/Java/j2sdk1.4.2_05

But I got

Warning: nbjdk.active="C:Javaj2sdk1.4.2_05" or
nbjdk.home=${platforms."C:Javaj2sdk1.4.2_05".home} is an invalid Java
platform; ignoring and using C:\Java\j2sdk1.4.2_05

How to write this please ?

Thanks

Jacques


> Jacques,
>
> I have been using NetBeans 5.0 for 6 months and I do agree that it is
> a far superior Java/BSH editing and debugging tool. The only thing NB5
> lacks is FTL capability. I use Eclipse for that which gives me a
> chance to constantly compare the two.
>
> I think the only reason NB5 is not more popular with OFBiz is the lack
> of its project files in the project. I personally think they should be
> made part of ofbiz. The NetBeans project files in the Wiki are a bit
> dated, I will update them probably today.
>
> 1. Start ofbiz without building - it is in the new project files.
> 2. Beanshell - get the plugin from location in wiki.
> 3. If you haven't discovered NB5's auto-coding features, just press
> alt-enter on any line with errors. It will give you options and will
> do the selected ones for you. It will do casts and imports almost all the
time.
> 4. If you use LCD screen and spend long hours in front of it (like me)
> you may want sub-pixel font smoothing by running NB5 on JDK1.6 and
> ofbiz on JDK1.4. The new project files will let you do that.
> 5. There are many good NB5 plugins, I will note some of them in the wiki.
> 6. Default start-up settings for NB5 are not right for a project like
ofbiz.

> You need to significantly raise the memory settings. Checkout
> http://performance.netbeans.org/ .
> 7. You can reduce the footprint of NB5 by turning off some of the
> built-in server/database stuff.
>
> Regards,
> Vinay
>
> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]]
> On Behalf Of Jacques Le Roux
> Sent: Saturday, May 27, 2006 2:25 AM
> To: OFBiz Project Development Discussion
> Subject: Re: [OFBiz] Dev - Eclipse POS debugging and NetBeans
>
> So thanks to Vinay, I add update your svn comment with your last
> message. It seems to work, I just installed, I try my new debug toy before
updating...

>
> Jacques
>
> > Yes,
> >
> > I've just added the note about SVN... from the history of the page:
> >
> > http://ofbizwiki.go-integral.com/PageInfo.jsp?page=OFBizInNetBeans5.
> > 0
> >
> > it seems that Vinay did all the work!
> >
> > Jacopo
> >
> >
> > Jacques Le Roux wrote:
> > > Are you sure  ?
> > > http://ofbizwiki.go-integral.com/Wiki.jsp?page=OFBizInNetBeans5.0
> > >
> > > Jacques
> > >
> > >
> > >> Jacques,
> > >>
> > >> first of all, I'm not the author of the Wiki page about Netbeans!
> > >>
> > >> About SVN in Netbeans: just follow the instructions in the
> > >> paragraph "VCS Profiles built as modules for NetBeans 5.0" here:
> > >>
> > >> http://vcsgeneric.netbeans.org/profiles/
> > >>
> > >> To run the Update wizard go to Tools-->Update Center
> > >>
> > >> Jacopo
> > >>
> > >> Jacques Le Roux wrote:
> > >>> Hi all,
> > >>>
> > >>> This last 3 days I struggled with a problem in Eclipse debugging.
> > >>> I wanted
> > > to
> > >>> use the debugger with the POS. Altough, after some adjusments,
> > >>> it works perfectly for the "std" OFBiz I was not able to use it
> > >>> with the POS
> because
> > > it
> > >>> was complaining about a problem in XUI. I tried a lot of
> > >>> solutions no one
> > > was
> > >>> working. So I turned myself to the XUI crew (Val Cassidy & Luan
> > >>> O'Carrol
> at
> > >>> Xoetrope). They are really charming people and they have done a
> > >>> great job
> > > with
> > >>> XUI. Luan proposed me to take a look at my Eclipse workspace. I
> > >>> sent it to
> > > him
> > >>> (240 Mo unzipped). I don't know when I will have the time to
> > >>> look at it,
> but
> > >>> anyway and by advance a big *thanks* !
> > >>>
> > >>> BTW, XUI is more a tool used in NetBeans (like Luan told me "we
> > >>> are more a NetBeans shop"). And as I will certainly need to use
> > >>> it to customise the
> > > POS, I
> > >>> gave it a try late this night. Thanks to Jacopo's Wiki NetBeans
> > >>> page I was
> > > able
> > >>> to run OFBiz POS in debug mode in less than 2 hours at all. I
> > >>> was really surprised by the quality and smartness of NetBeans
> > >>> 5.0. The last time I
> > > tried it
> > >>> (3.6 I guess) I was not so impressed. But Wooooowww ! now it's
> > >>> really a
> > > great
> > >>> tool, at least for run in debug mode for the POS ;o) It's
> > >>> intuitive, even
> if
> > >>> there are some bad points (at first look, perhaps it exists some
> > >>> tweaks)
> > > like
> > >>> not being able to run in debug mode without having to run ant
> > >>> before (in
> > > fact
> > >>> NetBeans runs automatically ant every time you launch the debugger).
> > >>>
> > >>> So I'm a very happy OFBiz user this morning even if I have not
> > >>> sleep a lot
> > > these
> > >>> last days :o)
> > >>>
> > >>> BTW Jacopo, how to use svn in NetBeans ? ;o)
> > >>>
> > >>> Have a great week-end
> > >>>
> > >>> Jacques
> > >>>
> > >>>
> > >>> _______________________________________________
> > >>> Dev mailing list
> > >>> [hidden email]
> > >>> http://lists.ofbiz.org/mailman/listinfo/dev
> > >>>
> > >>
> > >> _______________________________________________
> > >> Dev mailing list
> > >> [hidden email]
> > >> http://lists.ofbiz.org/mailman/listinfo/dev
> > >
> > >
> > > _______________________________________________
> > > Dev mailing list
> > > [hidden email]
> > > http://lists.ofbiz.org/mailman/listinfo/dev
> > >
> >
> >
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
>
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Eclipse POS debugging and NetBeans

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux

> Jacques,
>
> Actually I had missed a plugin
> Pick a target JDK for a freeform project in NetBeans
> http://blogs.sun.com/roller/page/jglick?entry=pick_a_target_jdk_for
> Once you have the plugin and more than 1 JDK installed, right-click on
> project will let you select the desired JDK. Since I never messed with the
> files myself, I don't know what went wrong editing them manually. I am not
> sure if plugin is needed, try the right-click approach before installing.
>
> Regards,
> Vinay

Thank you

Jacques
 

> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On
> Behalf Of Jacques Le Roux
> Sent: Sunday, May 28, 2006 5:17 AM
> To: OFBiz Project Development Discussion
> Subject: Re: [OFBiz] Dev - Eclipse POS debugging and NetBeans
>
> Vinay,
>
> I used your recommendations there is only one point where I have a problem,
> it's the 4th.
>
> In nbjdk.properties I put
> nbjdk.active="C:\Java\j2sdk1.4.2_05"
> I tried also
> nbjdk.active=C:\Java\j2sdk1.4.2_05
> and
> nbjdk.active=C:/Java/j2sdk1.4.2_05
>
> But I got
>
> Warning: nbjdk.active="C:Javaj2sdk1.4.2_05" or
> nbjdk.home=${platforms."C:Javaj2sdk1.4.2_05".home} is an invalid Java
> platform; ignoring and using C:\Java\j2sdk1.4.2_05
>
> How to write this please ?
>
> Thanks
>
> Jacques
>
>
> > Jacques,
> >
> > I have been using NetBeans 5.0 for 6 months and I do agree that it is
> > a far superior Java/BSH editing and debugging tool. The only thing NB5
> > lacks is FTL capability. I use Eclipse for that which gives me a
> > chance to constantly compare the two.
> >
> > I think the only reason NB5 is not more popular with OFBiz is the lack
> > of its project files in the project. I personally think they should be
> > made part of ofbiz. The NetBeans project files in the Wiki are a bit
> > dated, I will update them probably today.
> >
> > 1. Start ofbiz without building - it is in the new project files.
> > 2. Beanshell - get the plugin from location in wiki.
> > 3. If you haven't discovered NB5's auto-coding features, just press
> > alt-enter on any line with errors. It will give you options and will
> > do the selected ones for you. It will do casts and imports almost all the
> time.
> > 4. If you use LCD screen and spend long hours in front of it (like me)
> > you may want sub-pixel font smoothing by running NB5 on JDK1.6 and
> > ofbiz on JDK1.4. The new project files will let you do that.
> > 5. There are many good NB5 plugins, I will note some of them in the wiki.
> > 6. Default start-up settings for NB5 are not right for a project like
> ofbiz.
> > You need to significantly raise the memory settings. Checkout
> > http://performance.netbeans.org/ .
> > 7. You can reduce the footprint of NB5 by turning off some of the
> > built-in server/database stuff.
> >
> > Regards,
> > Vinay
> >
> > -----Original Message-----
> > From: [hidden email] [mailto:[hidden email]]
> > On Behalf Of Jacques Le Roux
> > Sent: Saturday, May 27, 2006 2:25 AM
> > To: OFBiz Project Development Discussion
> > Subject: Re: [OFBiz] Dev - Eclipse POS debugging and NetBeans
> >
> > So thanks to Vinay, I add update your svn comment with your last
> > message. It seems to work, I just installed, I try my new debug toy before
> updating...
> >
> > Jacques
> >
> > > Yes,
> > >
> > > I've just added the note about SVN... from the history of the page:
> > >
> > > http://ofbizwiki.go-integral.com/PageInfo.jsp?page=OFBizInNetBeans5.
> > > 0
> > >
> > > it seems that Vinay did all the work!
> > >
> > > Jacopo
> > >
> > >
> > > Jacques Le Roux wrote:
> > > > Are you sure  ?
> > > > http://ofbizwiki.go-integral.com/Wiki.jsp?page=OFBizInNetBeans5.0
> > > >
> > > > Jacques
> > > >
> > > >
> > > >> Jacques,
> > > >>
> > > >> first of all, I'm not the author of the Wiki page about Netbeans!
> > > >>
> > > >> About SVN in Netbeans: just follow the instructions in the
> > > >> paragraph "VCS Profiles built as modules for NetBeans 5.0" here:
> > > >>
> > > >> http://vcsgeneric.netbeans.org/profiles/
> > > >>
> > > >> To run the Update wizard go to Tools-->Update Center
> > > >>
> > > >> Jacopo
> > > >>
> > > >> Jacques Le Roux wrote:
> > > >>> Hi all,
> > > >>>
> > > >>> This last 3 days I struggled with a problem in Eclipse debugging.
> > > >>> I wanted
> > > > to
> > > >>> use the debugger with the POS. Altough, after some adjusments,
> > > >>> it works perfectly for the "std" OFBiz I was not able to use it
> > > >>> with the POS
> > because
> > > > it
> > > >>> was complaining about a problem in XUI. I tried a lot of
> > > >>> solutions no one
> > > > was
> > > >>> working. So I turned myself to the XUI crew (Val Cassidy & Luan
> > > >>> O'Carrol
> > at
> > > >>> Xoetrope). They are really charming people and they have done a
> > > >>> great job
> > > > with
> > > >>> XUI. Luan proposed me to take a look at my Eclipse workspace. I
> > > >>> sent it to
> > > > him
> > > >>> (240 Mo unzipped). I don't know when I will have the time to
> > > >>> look at it,
> > but
> > > >>> anyway and by advance a big *thanks* !
> > > >>>
> > > >>> BTW, XUI is more a tool used in NetBeans (like Luan told me "we
> > > >>> are more a NetBeans shop"). And as I will certainly need to use
> > > >>> it to customise the
> > > > POS, I
> > > >>> gave it a try late this night. Thanks to Jacopo's Wiki NetBeans
> > > >>> page I was
> > > > able
> > > >>> to run OFBiz POS in debug mode in less than 2 hours at all. I
> > > >>> was really surprised by the quality and smartness of NetBeans
> > > >>> 5.0. The last time I
> > > > tried it
> > > >>> (3.6 I guess) I was not so impressed. But Wooooowww ! now it's
> > > >>> really a
> > > > great
> > > >>> tool, at least for run in debug mode for the POS ;o) It's
> > > >>> intuitive, even
> > if
> > > >>> there are some bad points (at first look, perhaps it exists some
> > > >>> tweaks)
> > > > like
> > > >>> not being able to run in debug mode without having to run ant
> > > >>> before (in
> > > > fact
> > > >>> NetBeans runs automatically ant every time you launch the debugger).
> > > >>>
> > > >>> So I'm a very happy OFBiz user this morning even if I have not
> > > >>> sleep a lot
> > > > these
> > > >>> last days :o)
> > > >>>
> > > >>> BTW Jacopo, how to use svn in NetBeans ? ;o)
> > > >>>
> > > >>> Have a great week-end
> > > >>>
> > > >>> Jacques
> > > >>>
> > > >>>
> > > >>> _______________________________________________
> > > >>> Dev mailing list
> > > >>> [hidden email]
> > > >>> http://lists.ofbiz.org/mailman/listinfo/dev
> > > >>>
> > > >>
> > > >> _______________________________________________
> > > >> Dev mailing list
> > > >> [hidden email]
> > > >> http://lists.ofbiz.org/mailman/listinfo/dev
> > > >
> > > >
> > > > _______________________________________________
> > > > Dev mailing list
> > > > [hidden email]
> > > > http://lists.ofbiz.org/mailman/listinfo/dev
> > > >
> > >
> > >
> > > _______________________________________________
> > > Dev mailing list
> > > [hidden email]
> > > http://lists.ofbiz.org/mailman/listinfo/dev
> >
> >
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
> >
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
>
>  
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>  
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Eclipse POS debugging and NetBeans

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
Great ! I updated the NetBeans 5.0 Wiki page :o)

Jacques


> Wiki has been updated with the latest project files.
>
> Jacques - you may have to add your changes for POS module.
> Vinay
>
> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On
> Behalf Of Jacques Le Roux
> Sent: Saturday, May 27, 2006 10:48 AM
> To: OFBiz Project Development Discussion
> Subject: Re: [OFBiz] Dev - Eclipse POS debugging and NetBeans
>
> Vinay,
>
> I'll "monitor" the Wiki page
> (http://ofbizwiki.go-integral.com/PageInfo.jsp?page=OFBizInNetBeans5.0) for
> sure... And invite everybody to do so.
>
> Jacques
>
> > Jacques,
> >
> > I have been using NetBeans 5.0 for 6 months and I do agree that it is
> > a far superior Java/BSH editing and debugging tool. The only thing NB5
> > lacks is FTL capability. I use Eclipse for that which gives me a
> > chance to constantly compare the two.
>
> Yes using both seems reasonable, at least until FTL come to NetBeans.
> Perhaps there are other points in favor of Eclipse too.
>
> > I think the only reason NB5 is not more popular with OFBiz is the lack
> > of its project files in the project. I personally think they should be
> > made part of ofbiz. The NetBeans project files in the Wiki are a bit
> > dated, I will update them probably today.
>
> I agree ! (+1 ;o)
>
> > 1. Start ofbiz without building - it is in the new project files.
> > 2. Beanshell - get the plugin from location in wiki.
> > 3. If you haven't discovered NB5's auto-coding features, just press
> > alt-enter on any line with errors. It will give you options and will
> > do the selected ones for you. It will do casts and imports almost all the
> time.
> > 4. If you use LCD screen and spend long hours in front of it (like me)
> > you may want sub-pixel font smoothing by running NB5 on JDK1.6 and
> > ofbiz on JDK1.4. The new project files will let you do that.
> > 5. There are many good NB5 plugins, I will note some of them in the wiki.
> > 6. Default start-up settings for NB5 are not right for a project like
> ofbiz.
> > You need to significantly raise the memory settings. Checkout
> > http://performance.netbeans.org/ .
> > 7. You can reduce the footprint of NB5 by turning off some of the
> > built-in server/database stuff.
>
> Thanks Vinay
>
> Jacques
>
> > Regards,
> > Vinay
> >
> > -----Original Message-----
> > From: [hidden email] [mailto:[hidden email]]
> > On Behalf Of Jacques Le Roux
> > Sent: Saturday, May 27, 2006 2:25 AM
> > To: OFBiz Project Development Discussion
> > Subject: Re: [OFBiz] Dev - Eclipse POS debugging and NetBeans
> >
> > So thanks to Vinay, I add update your svn comment with your last
> > message. It seems to work, I just installed, I try my new debug toy before
> updating...
> >
> > Jacques
> >
> > > Yes,
> > >
> > > I've just added the note about SVN... from the history of the page:
> > >
> > > http://ofbizwiki.go-integral.com/PageInfo.jsp?page=OFBizInNetBeans5.
> > > 0
> > >
> > > it seems that Vinay did all the work!
> > >
> > > Jacopo
> > >
> > >
> > > Jacques Le Roux wrote:
> > > > Are you sure  ?
> > > > http://ofbizwiki.go-integral.com/Wiki.jsp?page=OFBizInNetBeans5.0
> > > >
> > > > Jacques
> > > >
> > > >
> > > >> Jacques,
> > > >>
> > > >> first of all, I'm not the author of the Wiki page about Netbeans!
> > > >>
> > > >> About SVN in Netbeans: just follow the instructions in the
> > > >> paragraph "VCS Profiles built as modules for NetBeans 5.0" here:
> > > >>
> > > >> http://vcsgeneric.netbeans.org/profiles/
> > > >>
> > > >> To run the Update wizard go to Tools-->Update Center
> > > >>
> > > >> Jacopo
> > > >>
> > > >> Jacques Le Roux wrote:
> > > >>> Hi all,
> > > >>>
> > > >>> This last 3 days I struggled with a problem in Eclipse debugging.
> > > >>> I wanted
> > > > to
> > > >>> use the debugger with the POS. Altough, after some adjusments,
> > > >>> it works perfectly for the "std" OFBiz I was not able to use it
> > > >>> with the POS
> > because
> > > > it
> > > >>> was complaining about a problem in XUI. I tried a lot of
> > > >>> solutions no one
> > > > was
> > > >>> working. So I turned myself to the XUI crew (Val Cassidy & Luan
> > > >>> O'Carrol
> > at
> > > >>> Xoetrope). They are really charming people and they have done a
> > > >>> great job
> > > > with
> > > >>> XUI. Luan proposed me to take a look at my Eclipse workspace. I
> > > >>> sent it to
> > > > him
> > > >>> (240 Mo unzipped). I don't know when I will have the time to
> > > >>> look at it,
> > but
> > > >>> anyway and by advance a big *thanks* !
> > > >>>
> > > >>> BTW, XUI is more a tool used in NetBeans (like Luan told me "we
> > > >>> are more a NetBeans shop"). And as I will certainly need to use
> > > >>> it to customise the
> > > > POS, I
> > > >>> gave it a try late this night. Thanks to Jacopo's Wiki NetBeans
> > > >>> page I was
> > > > able
> > > >>> to run OFBiz POS in debug mode in less than 2 hours at all. I
> > > >>> was really surprised by the quality and smartness of NetBeans
> > > >>> 5.0. The last time I
> > > > tried it
> > > >>> (3.6 I guess) I was not so impressed. But Wooooowww ! now it's
> > > >>> really a
> > > > great
> > > >>> tool, at least for run in debug mode for the POS ;o) It's
> > > >>> intuitive, even
> > if
> > > >>> there are some bad points (at first look, perhaps it exists some
> > > >>> tweaks)
> > > > like
> > > >>> not being able to run in debug mode without having to run ant
> > > >>> before (in
> > > > fact
> > > >>> NetBeans runs automatically ant every time you launch the debugger).
> > > >>>
> > > >>> So I'm a very happy OFBiz user this morning even if I have not
> > > >>> sleep a lot
> > > > these
> > > >>> last days :o)
> > > >>>
> > > >>> BTW Jacopo, how to use svn in NetBeans ? ;o)
> > > >>>
> > > >>> Have a great week-end
> > > >>>
> > > >>> Jacques
> > > >>>
> > > >>>
> > > >>> _______________________________________________
> > > >>> Dev mailing list
> > > >>> [hidden email]
> > > >>> http://lists.ofbiz.org/mailman/listinfo/dev
> > > >>>
> > > >>
> > > >> _______________________________________________
> > > >> Dev mailing list
> > > >> [hidden email]
> > > >> http://lists.ofbiz.org/mailman/listinfo/dev
> > > >
> > > >
> > > > _______________________________________________
> > > > Dev mailing list
> > > > [hidden email]
> > > > http://lists.ofbiz.org/mailman/listinfo/dev
> > > >
> > >
> > >
> > > _______________________________________________
> > > Dev mailing list
> > > [hidden email]
> > > http://lists.ofbiz.org/mailman/listinfo/dev
> >
> >
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
> >
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
>
>  
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>  
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - Questions about i18n

mrisaliti@libero.it
In reply to this post by Jacopo Cappellato
Jacopo & Jacques,

as you can see I'm not so fast to reply to you because I was not able to do it.
I use Eclipse as IDE nd sometimes Notepad++ like editor.
In the past I have used normal unicode representation (à --> 224) and I can see normally on the screen but you have suggested to use native2ascii but I can go back to initial.
I'm continue to translate EntityLabels in Italian and I have finished the Order application and now I'm doing the Product application.
This job is very huge and it takes a lot of times but I can do it only during free time because I'm using OFBIZ for hobby (at the moment).
Let me know how can I transfer in a patch the special characters in unicode representation ?

Thanks a lot for you suggestions
Marco Risaliti

> thanks for the suggestions; I'm using Netbeans 5 as IDE, I don't know
> what Marco is using, but if he has Eclipse I think he will very
> interested in your notes.
> Yes, Marco is doing a huge amount of work in the i18n area (and he has
> done a lot of stuff that I still need to commit... he is too fast for me).
>
> Have a nice weekend,
>
Marco



---------- Initial Header -----------

>From      : [hidden email]
To          : "OFBiz Project Development Discussion" [hidden email]
Cc          :
Date      : Sat, 27 May 2006 10:09:37 +0200
Subject : Re: [OFBiz] Dev - Questions about i18n







> Jacques,
>
> thanks for the suggestions; I'm using Netbeans 5 as IDE, I don't know
> what Marco is using, but if he has Eclipse I think he will very
> interested in your notes.
> Yes, Marco is doing a huge amount of work in the i18n area (and he has
> done a lot of stuff that I still need to commit... he is too fast for me).
>
> Have a nice weekend,
>
> Jacopo
>
>
> Jacques Le Roux wrote:
> >> Jacopo Cappellato wrote:
> >>> 1) how to deal with accented characters? We have used the "native2ascii
> >>> -encoding UTF8" to encode the Italian properties files to unicode but
> >>> now the accented characters are not shown on screen
> >> I'm not aware of any issues with this in Italian or special characters in any
> > other language. I've only played with this a little bit, but perhaps with more
> > details someone else who has worked more with this could offer some advice...
> >> -David
> >
> > Jacopo and Marco,
> >
> > I don't know what tool (IDE) and editor (integrated in IDE?) you are using. For
> > my part for a long time now, I use RBE in Eclipse and I'm very happy with it. I
> > have no problem with accents and indeed no problem at all :o)
> >
> > Please search "rbe" in the wiki. You may also use our new Firefox searchplugins
> > : search "rbe" in the ALL ML one. You will see that Guido (currently translating
> > to Spanish) is also happy with it : join our community ;o)
> >
> > This is a wonderful tool for that task !
> >
> > BTW Marco is doing a great job and I try to follow his work and will propose
> > some properties patches soon (currently workin on product) ...
> > I'd like also to translate, the demo data, perhaps in an other life...
> >
> > Jacques
> >
> >  
> > _______________________________________________
> > Dev mailing list
> > [hidden email]
> > http://lists.ofbiz.org/mailman/listinfo/dev
> >
>
>  
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
12