Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

gelide · Gel Java IDE

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 9917
  • Category: Java
  • Founded: Feb 18, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2386 - 2415 of 3195   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#2386 From: "omertasoft" <yesildal@...>
Date: Wed Oct 1, 2003 5:54 pm
Subject: Re: Debugger with jdk 1.3.1_07
omertasoft
Send Email Send Email
 
Hi,

I checked it out, its not the problem. The problem is that
the editor doesn't highlight the line that the Debugger is executing.
It's NOT highlighting another line. It's just not highlighting ANY
line at all!!!

Gerald any suggestions ? ??

thanks,

--- In gelide@yahoogroups.com, "Patricio Daniel Patrickson"
<ppatrickson@y...> wrote:
> Hi!
>
>    Ive had the same problem but with other ide:s. The thing was that
>    the program that was running where using classes from another
>    location than the one i thought it was using. So, the actual
>    classes that where being run where results of previous
>    compilations, so therefore had other line number information in
>    them.
>
>    Check your classpath.
>
> regards
> /ppatrickson
>
> --- In gelide@yahoogroups.com, "omertasoft" <yesildal@f...> wrote:
> > Hi,
> >
> > I am using jdk 1.3.1_07, and GEL 1.0.0.0 RC33b. In the debugger,
> > after it hits the breakpoint, when you further execute line by
> line,
> > the cursor doesn't go to the line the debugger is executing, I
read
> > that some people managed to have it running and some did not. Is
it
> > my JDK version, or any settings I need to change?
> >
> > any help is greatly appreciated.
> >
> > Vito,

#2387 From: "Gerald Nunn" <gnunn@...>
Date: Wed Oct 1, 2003 5:52 pm
Subject: Re: Re: Debugger with jdk 1.3.1_07
gnunn2
Send Email Send Email
 
- Are you compiling your files with debug info?
- Make sure the highlight line color is not the same as the background in editor
options

Gerald

> ------------Original Message-------------
> From: "omertasoft" <yesildal@...>
> To: gelide@yahoogroups.com
> Date: Wed, Oct-1-2003 1:53 PM
> Subject: [gelide] Re: Debugger with jdk 1.3.1_07
>
> Hi,
>
> I checked it out, its not the problem. The problem is that
> the editor doesn't highlight the line that the Debugger is executing.
> It's NOT highlighting another line. It's just not highlighting ANY
> line at all!!!
>
> Gerald any suggestions ? ??
>
> thanks,
>
> --- In gelide@yahoogroups.com, "Patricio Daniel Patrickson"
> <ppatrickson@y...> wrote:
> > Hi!
> >
> >    Ive had the same problem but with other ide:s. The thing was that
> >    the program that was running where using classes from another
> >    location than the one i thought it was using. So, the actual
> >    classes that where being run where results of previous
> >    compilations, so therefore had other line number information in
> >    them.
> >
> >    Check your classpath.
> >
> > regards
> > /ppatrickson
> >
> > --- In gelide@yahoogroups.com, "omertasoft" <yesildal@f...> wrote:
> > > Hi,
> > >
> > > I am using jdk 1.3.1_07, and GEL 1.0.0.0 RC33b. In the debugger,
> > > after it hits the breakpoint, when you further execute line by
> > line,
> > > the cursor doesn't go to the line the debugger is executing, I
> read
> > > that some people managed to have it running and some did not. Is
> it
> > > my JDK version, or any settings I need to change?
> > >
> > > any help is greatly appreciated.
> > >
> > > Vito,
>
>
>
> To unsubscribe from this group, send an email to:
> gelide-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>

#2388 From: "omertasoft" <yesildal@...>
Date: Wed Oct 1, 2003 6:30 pm
Subject: Re: Debugger with jdk 1.3.1_07
omertasoft
Send Email Send Email
 
Yes i compile with debug info, the debugger hits the break point and
in the debug window i can see at which line the debugger is. But the
cursor in the editor stays at the breakpoint. It's not the colors,
the cursor is stuck in the breakpoint line...

I don't know if it can't parse the debug output so here is the debug
output "Step completed: thread="Thread-3", RDVEngine.getRDVHandler(),
line=53, bci=148"

so the cursor should move to line 53, the breakpoint is at line 49
and the cursor is there as well.

Murat,

--- In gelide@yahoogroups.com, "Gerald Nunn" <gnunn@g...> wrote:
> - Are you compiling your files with debug info?
> - Make sure the highlight line color is not the same as the
background in editor options
>
> Gerald
>
> > ------------Original Message-------------
> > From: "omertasoft" <yesildal@f...>
> > To: gelide@yahoogroups.com
> > Date: Wed, Oct-1-2003 1:53 PM
> > Subject: [gelide] Re: Debugger with jdk 1.3.1_07
> >
> > Hi,
> >
> > I checked it out, its not the problem. The problem is that
> > the editor doesn't highlight the line that the Debugger is
executing.
> > It's NOT highlighting another line. It's just not highlighting
ANY
> > line at all!!!
> >
> > Gerald any suggestions ? ??
> >
> > thanks,
> >
> > --- In gelide@yahoogroups.com, "Patricio Daniel Patrickson"
> > <ppatrickson@y...> wrote:
> > > Hi!
> > >
> > >    Ive had the same problem but with other ide:s. The thing was
that
> > >    the program that was running where using classes from
another
> > >    location than the one i thought it was using. So, the actual
> > >    classes that where being run where results of previous
> > >    compilations, so therefore had other line number information
in
> > >    them.
> > >
> > >    Check your classpath.
> > >
> > > regards
> > > /ppatrickson
> > >
> > > --- In gelide@yahoogroups.com, "omertasoft" <yesildal@f...>
wrote:
> > > > Hi,
> > > >
> > > > I am using jdk 1.3.1_07, and GEL 1.0.0.0 RC33b. In the
debugger,
> > > > after it hits the breakpoint, when you further execute line
by
> > > line,
> > > > the cursor doesn't go to the line the debugger is executing,
I
> > read
> > > > that some people managed to have it running and some did not.
Is
> > it
> > > > my JDK version, or any settings I need to change?
> > > >
> > > > any help is greatly appreciated.
> > > >
> > > > Vito,
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > gelide-unsubscribe@yahoogroups.com
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
> >
> >

#2389 From: "p_czapla" <pczapla@...>
Date: Fri Oct 3, 2003 9:05 pm
Subject: Problem with breakpoint
p_czapla
Send Email Send Email
 
Hi,

When I set a breakpoint in IDE and try to debug my application, I see
the following in debug console:
--
C:\j2sdk_nb\j2sdk1.4.2\bin\jdb.exe  -classpath <cut>
stop at :93
run
Initializing jdb ...
> Usage: stop at <class>:<line_number> or
        stop in <class>.<method_name>[(argument_type,...)]
--
As you see there is no class id in stop command invokation.

Does anyone know why Gel omits class id ?

Heron

#2390 From: "dateable_ornot8" <dateable_ornot8@...>
Date: Tue Oct 7, 2003 11:36 pm
Subject: Yesterday in Chat
dateable_ornot8
Send Email Send Email
 
I got real wet just talking to you, imagine what we could really do
lets talk some more and I will show you my naked pic at

http://www.hotpersonalad.com/landing.asp?afl=YYHO

#2391 From: "canupleasuremypusse7" <canupleasuremypusse7@...>
Date: Mon Oct 13, 2003 2:55 am
Subject: Strip poker with only you and sexy 18yr old freshies
canupleasure...
Send Email Send Email
 
Some 18yr old girls saw me walking and invited in to play some strip poker. Let
me just say that I got all their clothes off in 30min and was Strip Pokin' all
their pussies. I some pics here, your definitely gonna want to do the same thing
I did!

http://www.hotpersonalad.com/landing.asp?afl=MYHO

#2392 From: Tom Copeland <tom@...>
Date: Wed Oct 15, 2003 2:37 pm
Subject: v0.5 of the Gel PMD plugin is released...
tomcopeland_...
Send Email Send Email
 
...it essentially backs up to the v0.3 release to get rid of the lockup
problems.  Hopefully those problems will get sorted out soon, but until
then, there's a working version up here:

http://sourceforge.net/project/showfiles.php?group_id=56262

Thanks for any feedback,

Yours,

Tom
--
Tom Copeland <tom@...>
InfoEther

#2393 From: Tom Copeland <tom@...>
Date: Fri Oct 17, 2003 9:24 pm
Subject: Re: v0.5 of the Gel PMD plugin is released...
tomcopeland_...
Send Email Send Email
 
On Wed, 2003-10-15 at 10:37, Tom Copeland wrote:
> ...it essentially backs up to the v0.3 release to get rid of the lockup
> problems.  Hopefully those problems will get sorted out soon, but until
> then, there's a working version up here:
>
> http://sourceforge.net/project/showfiles.php?group_id=56262

Also, folks might be interested to know how David Koontz figured out a
way to configure PMD as a "Gel tool" - documented here:

http://sourceforge.net/forum/forum.php?thread_id=938092&forum_id=188193

Yours,

Tom

#2394 From: "Rob van Dort" <r.vandort@...>
Date: Tue Oct 21, 2003 7:45 am
Subject: Multiple source path recognition
robvandortnl
Send Email Send Email
 
Hi Gerald,

this is my fisrt post to the list, so I should start with well
deserved compliments. Lightweight AND powerful, that's what Gel
(already) is. It is not nice to say it's worth its money because it
is freeware, but anyway: I use it fore pure Java projects (fun &
professional) and for the early stages of J2EE projects.

A couple of wishes.
A large project can have multiple source trees.
Gel can handle this.
The explorer pane shows the root names, but in this case they are all
named "src".

An example:
project/component1/src/com/company/project/component1
project/component2/src/com/company/project/component2
project/component3/src/com/company/project/component3

shows:
src
src
src

You have to explode the nodes to quite an extend to see what
subproject you are in...
A nice solution to this would be showing the directory in which the
source top node resides in case there are more top nodes with the
same name.

example:
src (component1)
src (component2)
src (component3)

Some other issues:
  - the formatter plugin writes an ugly character to the end of the
source file every now and then
  - a compilation sometimes yields a warning without any further
explanation or link
  - a button or right-click-option for "run current class" would save
us some seconds instead of using "Make Main" twice (set & reset)
  - do you know GSLGen from iMatix
(http://www.imatix.com/html/gslgen/): it is a very powerful Template
generator based on XML. It could be a strong companion for Gel!

Kind regards & greetings from The Netherlands,

Rob van Dort.

#2395 From: "Gerald Nunn" <gnunn@...>
Date: Tue Oct 21, 2003 1:19 pm
Subject: Re: Multiple source path recognition
gnunn2
Send Email Send Email
 
> A nice solution to this would be showing the directory in which the
> source top node resides in case there are more top nodes with the
> same name.

You can rename the nodes, src is only the default chosen by Gel. Right click the
node and select 'Properties' and then type in a new, more descriptive name.

>  - the formatter plugin writes an ugly character to the end of the
> source file every now and then

Haven't seen this myself, anyone else have this issue?

>  - a compilation sometimes yields a warning without any further
> explanation or link

Can you send me some code that reproduces it?

>  - a button or right-click-option for "run current class" would save
> us some seconds instead of using "Make Main" twice (set & reset)

Right click the class in the class browser

>  - do you know GSLGen from iMatix
> (http://www.imatix.com/html/gslgen/): it is a very powerful Template
> generator based on XML. It could be a strong companion for Gel!

Thanks,

Gerald

#2396 From: "canupleasuremypusse7" <canupleasuremypusse7@...>
Date: Wed Oct 22, 2003 5:50 am
Subject: hey
canupleasure...
Send Email Send Email
 
do you want to try an ADULT dating site that really works
i met my husband their and I love his cock.
its free to try and no credit card needed

http://www.hotpersonalad.com/landing.asp?afl=MYHO

#2397 From: "ripplecarry" <jonathan.cedrum@...>
Date: Thu Oct 23, 2003 8:08 am
Subject: Add newline in files
ripplecarry
Send Email Send Email
 
Hello,

I´m new to this group and have 2 questions.

But first, let me thank Gerald for the excellent work he has done
with Gel.

Now, I´m in a project where developers are writing javacode on a
lot of different platforms and editors (Linux with Emacs being the
most prevalent one). I´m on Windows XP using Gel. The project has
very strict coding standards, and this is causing me some problems,
since Windows and Linux (for example) formats the files differently.

When I open a javafile (all files actually) in Gel, Gel removes the
newline at the end of the file. This is a problem, since it confuses
the diffchecker in Subversion (the source-control system we use).
I´ve tried all the options in Gel, setting the End of Line
Terminator to Unix, forcing it on load etc but it still wont add the
newline. I saw this in a release note for Gel 0.78:

"- Newline is no longer appended to last line of file."

Could we get this back as an option? Or is there someway to do it
that I overlooked?

Also is there anyway to get Gel to treat 8 spaces as a Tab. For
some reason Emacs does this and I have to get Gel to do the same. I
want the Tab-spacing to be 4 (which I have now), but I also want Gel
to treat 8 spaces as a Tab.

Thanks again for a great IDE!

//Jonathan

#2398 From: "kolerij" <kolerij@...>
Date: Mon Oct 27, 2003 5:00 pm
Subject: Find Declaration Bug
kolerij
Send Email Send Email
 
Hi Gerald,

For a while I've been ignoring a bug in Gel where the 'Find
Declaration' feature goes to the wrong overriden method. Not sure if
this is a currently reported bug.

Consider the class AClass below:

public class AClass {
public void doStuff(String a) {...}
public void doStuff(String a, String b, String c) {...}
}

Say I have the following statements in a JSP file, where AClass is
referenced as a bean:

<jsp:useBean id="ab" scope="request" class="AClass" />

ab.doStuff(a,b,c);

When I right-click over .doStuff(a,b,c) and select 'Find Declaration'
it takes me to the method body of doStuff(String a) instead of
doStuff(String a, String b, String c).

Let me know what you think.

Thanks.
Kolerij

#2399 From: "crimud" <cmudadu@...>
Date: Tue Oct 28, 2003 9:44 am
Subject: CVS problem
crimud
Send Email Send Email
 
Hi, im new in this group.
I have a problem with CVS in GEL IDE. When i click on Source Control -
> Get Latest, I have this message:

C:\Programmi\GNU\WinCvs 1.2\cvs.exe -Qfz3 update -CdPlf
G:\progetti\scrivania\src\scrivaniaWeb\requestcontroller\requesthandle
rs\SCHandler.java
cvs.exe update: authorization failed: server botticelli rejected
access to E:\CVS\CVSRepository for user mudadu
cvs.exe update: used empty password; try "cvs login" with a real
password

...CVS session failed with exit code 1

It's ok if I use WinCvs. My configuration in GEL IDE is:
CVS Home dir  : G:\progetti
CVS root      : :pserver:mudadu@botticelli:E:\CVS\CVSRepository
Server type   : PSserver
Authentication: G:\.cvspass

you can help me?

thank Cristian

#2400 From: "Roberto Cipollini" <roberto.cipollini@...>
Date: Wed Oct 29, 2003 8:30 am
Subject: OT: ide
roberto.cipollini@...
Send Email Send Email
 
Hi Gel-users!!
[sorry for this off topic question]

I've been using Gel since aeons. I think Gel is one of the best ide ever
developed for the the windows platform.
My question is so simple: does anyone of you out there know of a ide so
reliable, powerful, lightweight, featured as Gel for the linux box?
Don't say eclipse, netbeans, emacs with java module or so on (i've tested
all of them).
I'm searching of a development environment that shall be fast and free. It
shall be for java and jsp, with tooltips, code hilighting and all this nice
needfully stuff for develope java apps.

Any suggestion, any link to alfa project, anything will be appreciated.
Thanks.
Roberto.

#2401 From: "Ivan" <jacquex@...>
Date: Wed Oct 29, 2003 1:08 pm
Subject: Re: CVS problem
jacquex01
Send Email Send Email
 
Your repository seems to be local. Have you tried this:

CVS root     : E:\CVS\CVSRepository
Server type : local
Authentication: Leave blank

On Tue, 28 Oct 2003 09:44:00 -0000, "crimud" <cmudadu@...> said:
> Hi, im new in this group.
> I have a problem with CVS in GEL IDE. When i click on Source Control -
> > Get Latest, I have this message:
>
> C:\Programmi\GNU\WinCvs 1.2\cvs.exe -Qfz3 update -CdPlf
> G:\progetti\scrivania\src\scrivaniaWeb\requestcontroller\requesthandle
> rs\SCHandler.java
> cvs.exe update: authorization failed: server botticelli rejected
> access to E:\CVS\CVSRepository for user mudadu
> cvs.exe update: used empty password; try "cvs login" with a real
> password
>
> ...CVS session failed with exit code 1
>
> It's ok if I use WinCvs. My configuration in GEL IDE is:
> CVS Home dir  : G:\progetti
> CVS root      : :pserver:mudadu@botticelli:E:\CVS\CVSRepository
> Server type   : PSserver
> Authentication: G:\.cvspass
>
> you can help me?
>
> thank Cristian

#2402 From: "Cristian Mudadu" <cmudadu@...>
Date: Thu Oct 30, 2003 8:36 am
Subject: Re: CVS problem
crimud
Send Email Send Email
 
Hi Ivan,
My repository is not local, the following path E:\CVS\CVSRepository is
referred at "botticelli" server.
In my computer "vivaldi" i have mapped CVS Home dir in g:\progetti.


----- Original Message -----
From: "Ivan" <jacquex@...>
To: <gelide@yahoogroups.com>
Sent: Wednesday, October 29, 2003 2:08 PM
Subject: Re: [gelide] CVS problem


> Your repository seems to be local. Have you tried this:
>
> CVS root     : E:\CVS\CVSRepository
> Server type : local
> Authentication: Leave blank
>
> On Tue, 28 Oct 2003 09:44:00 -0000, "crimud" <cmudadu@...> said:
> > Hi, im new in this group.
> > I have a problem with CVS in GEL IDE. When i click on Source Control -
> > > Get Latest, I have this message:
> >
> > C:\Programmi\GNU\WinCvs 1.2\cvs.exe -Qfz3 update -CdPlf
> > G:\progetti\scrivania\src\scrivaniaWeb\requestcontroller\requesthandle
> > rs\SCHandler.java
> > cvs.exe update: authorization failed: server botticelli rejected
> > access to E:\CVS\CVSRepository for user mudadu
> > cvs.exe update: used empty password; try "cvs login" with a real
> > password
> >
> > ...CVS session failed with exit code 1
> >
> > It's ok if I use WinCvs. My configuration in GEL IDE is:
> > CVS Home dir  : G:\progetti
> > CVS root      : :pserver:mudadu@botticelli:E:\CVS\CVSRepository
> > Server type   : PSserver
> > Authentication: G:\.cvspass
> >
> > you can help me?
> >
> > thank Cristian
>
>
> To unsubscribe from this group, send an email to:
> gelide-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>

#2403 From: "Ivan" <jacquex@...>
Date: Thu Oct 30, 2003 10:31 am
Subject: Re: CVS problem
jacquex01
Send Email Send Email
 
Then it's probably a problem with your .cvspass file. Does G:\.cvspass
exist or should it maybe be G:\progetti\.cvspass? You can check where
WinCVS is looking for this file in Admin/Preferences/WinCVS/HOME Folder.


On Thu, 30 Oct 2003 09:36:02 +0100, "Cristian Mudadu"
<cmudadu@...> said:

> Hi Ivan,
> My repository is not local, the following path E:\CVS\CVSRepository is
> referred at "botticelli" server.
> In my computer "vivaldi" i have mapped CVS Home dir in g:\progetti.
>
>
> ----- Original Message -----
> From: "Ivan" <jacquex@...>
> To: <gelide@yahoogroups.com>
> Sent: Wednesday, October 29, 2003 2:08 PM
> Subject: Re: [gelide] CVS problem
>
>
> > Your repository seems to be local. Have you tried this:
> >
> > CVS root     : E:\CVS\CVSRepository
> > Server type : local
> > Authentication: Leave blank
> >
> > On Tue, 28 Oct 2003 09:44:00 -0000, "crimud" <cmudadu@...> said:
> > > Hi, im new in this group.
> > > I have a problem with CVS in GEL IDE. When i click on Source Control -
> > > > Get Latest, I have this message:
> > >
> > > C:\Programmi\GNU\WinCvs 1.2\cvs.exe -Qfz3 update -CdPlf
> > > G:\progetti\scrivania\src\scrivaniaWeb\requestcontroller\requesthandle
> > > rs\SCHandler.java
> > > cvs.exe update: authorization failed: server botticelli rejected
> > > access to E:\CVS\CVSRepository for user mudadu
> > > cvs.exe update: used empty password; try "cvs login" with a real
> > > password
> > >
> > > ...CVS session failed with exit code 1
> > >
> > > It's ok if I use WinCvs. My configuration in GEL IDE is:
> > > CVS Home dir  : G:\progetti
> > > CVS root      : :pserver:mudadu@botticelli:E:\CVS\CVSRepository
> > > Server type   : PSserver
> > > Authentication: G:\.cvspass
> > >
> > > you can help me?
> > >
> > > thank Cristian

#2404 From: "Cristian Mudadu" <cmudadu@...>
Date: Thu Oct 30, 2003 1:58 pm
Subject: Re: CVS problem
crimud
Send Email Send Email
 
In WinCvs Admin/Preferences/WinCVS/HOME is set to G:\

----- Original Message -----
From: "Ivan" <jacquex@...>
To: <gelide@yahoogroups.com>
Sent: Thursday, October 30, 2003 11:31 AM
Subject: Re: [gelide] CVS problem


> Then it's probably a problem with your .cvspass file. Does G:\.cvspass
> exist or should it maybe be G:\progetti\.cvspass? You can check where
> WinCVS is looking for this file in Admin/Preferences/WinCVS/HOME Folder.
>
>
> On Thu, 30 Oct 2003 09:36:02 +0100, "Cristian Mudadu"
> <cmudadu@...> said:
>
> > Hi Ivan,
> > My repository is not local, the following path E:\CVS\CVSRepository is
> > referred at "botticelli" server.
> > In my computer "vivaldi" i have mapped CVS Home dir in g:\progetti.
> >
> >
> > ----- Original Message -----
> > From: "Ivan" <jacquex@...>
> > To: <gelide@yahoogroups.com>
> > Sent: Wednesday, October 29, 2003 2:08 PM
> > Subject: Re: [gelide] CVS problem
> >
> >
> > > Your repository seems to be local. Have you tried this:
> > >
> > > CVS root     : E:\CVS\CVSRepository
> > > Server type : local
> > > Authentication: Leave blank
> > >
> > > On Tue, 28 Oct 2003 09:44:00 -0000, "crimud" <cmudadu@...>
said:
> > > > Hi, im new in this group.
> > > > I have a problem with CVS in GEL IDE. When i click on Source
Control -
> > > > > Get Latest, I have this message:
> > > >
> > > > C:\Programmi\GNU\WinCvs 1.2\cvs.exe -Qfz3 update -CdPlf
> > > >
G:\progetti\scrivania\src\scrivaniaWeb\requestcontroller\requesthandle
> > > > rs\SCHandler.java
> > > > cvs.exe update: authorization failed: server botticelli rejected
> > > > access to E:\CVS\CVSRepository for user mudadu
> > > > cvs.exe update: used empty password; try "cvs login" with a real
> > > > password
> > > >
> > > > ...CVS session failed with exit code 1
> > > >
> > > > It's ok if I use WinCvs. My configuration in GEL IDE is:
> > > > CVS Home dir  : G:\progetti
> > > > CVS root      : :pserver:mudadu@botticelli:E:\CVS\CVSRepository
> > > > Server type   : PSserver
> > > > Authentication: G:\.cvspass
> > > >
> > > > you can help me?
> > > >
> > > > thank Cristian
>
>
>
> To unsubscribe from this group, send an email to:
> gelide-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>

#2405 From: "Ivan" <jacquex@...>
Date: Thu Oct 30, 2003 2:44 pm
Subject: Re: CVS problem
jacquex01
Send Email Send Email
 
I'm afraid I can't see anything else being wrong...

One last try: Check that the cvsroot field is *completely* the same as in
WinCVS/Admin/Preferences/General


On Thu, 30 Oct 2003 14:58:51 +0100, "Cristian Mudadu"
<cmudadu@...> said:
> In WinCvs Admin/Preferences/WinCVS/HOME is set to G:\
>
> ----- Original Message -----
> From: "Ivan" <jacquex@...>
> To: <gelide@yahoogroups.com>
> Sent: Thursday, October 30, 2003 11:31 AM
> Subject: Re: [gelide] CVS problem
>
>
> > Then it's probably a problem with your .cvspass file. Does G:\.cvspass
> > exist or should it maybe be G:\progetti\.cvspass? You can check where
> > WinCVS is looking for this file in Admin/Preferences/WinCVS/HOME Folder.
> >
> >
> > On Thu, 30 Oct 2003 09:36:02 +0100, "Cristian Mudadu"
> > <cmudadu@...> said:
> >
> > > Hi Ivan,
> > > My repository is not local, the following path E:\CVS\CVSRepository is
> > > referred at "botticelli" server.
> > > In my computer "vivaldi" i have mapped CVS Home dir in g:\progetti.
> > >
> > >
> > > ----- Original Message -----
> > > From: "Ivan" <jacquex@...>
> > > To: <gelide@yahoogroups.com>
> > > Sent: Wednesday, October 29, 2003 2:08 PM
> > > Subject: Re: [gelide] CVS problem
> > >
> > >
> > > > Your repository seems to be local. Have you tried this:
> > > >
> > > > CVS root     : E:\CVS\CVSRepository
> > > > Server type : local
> > > > Authentication: Leave blank
> > > >
> > > > On Tue, 28 Oct 2003 09:44:00 -0000, "crimud" <cmudadu@...>
> said:
> > > > > Hi, im new in this group.
> > > > > I have a problem with CVS in GEL IDE. When i click on Source
> Control -
> > > > > > Get Latest, I have this message:
> > > > >
> > > > > C:\Programmi\GNU\WinCvs 1.2\cvs.exe -Qfz3 update -CdPlf
> > > > >
> G:\progetti\scrivania\src\scrivaniaWeb\requestcontroller\requesthandle
> > > > > rs\SCHandler.java
> > > > > cvs.exe update: authorization failed: server botticelli rejected
> > > > > access to E:\CVS\CVSRepository for user mudadu
> > > > > cvs.exe update: used empty password; try "cvs login" with a real
> > > > > password
> > > > >
> > > > > ...CVS session failed with exit code 1
> > > > >
> > > > > It's ok if I use WinCvs. My configuration in GEL IDE is:
> > > > > CVS Home dir  : G:\progetti
> > > > > CVS root      : :pserver:mudadu@botticelli:E:\CVS\CVSRepository
> > > > > Server type   : PSserver
> > > > > Authentication: G:\.cvspass
> > > > >
> > > > > you can help me?
> > > > >
> > > > > thank Cristian
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > gelide-unsubscribe@yahoogroups.com
> >
> >
> >
> > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
> >
> >
> >
>
>
> To unsubscribe from this group, send an email to:
> gelide-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>

#2406 From: "Cristian Mudadu" <cmudadu@...>
Date: Thu Oct 30, 2003 3:07 pm
Subject: Re: CVS problem
crimud
Send Email Send Email
 
This is the output from GEL
C:\Programmi\GNU\WinCvs 1.2\cvs.exe -Qfz3 update -CdPlf
G:\progetti\scrivaniaWeb\Sviluppo\Sorgente\HtmlJsp\template\GestioneMultipla
Istanze.html

cvs.exe update: authorization failed: server botticelli rejected access to
E:\CVS\CVSRepository for user mudadu

cvs.exe update: used empty password; try "cvs login" with a real password

...CVS session failed with exit code 1



The GEL configuration is show in "settingCvs.png" file and
the WinCvs configuration is show in "settingWinCvs1.png" and
"settingWinCvs2.png" files.
Any idea?

CVS Executable:
----- Original Message -----
From: "Ivan" <jacquex@...>
To: <gelide@yahoogroups.com>
Sent: Thursday, October 30, 2003 3:44 PM
Subject: Re: [gelide] CVS problem


> I'm afraid I can't see anything else being wrong...
>
> One last try: Check that the cvsroot field is *completely* the same as in
> WinCVS/Admin/Preferences/General
>
>
> On Thu, 30 Oct 2003 14:58:51 +0100, "Cristian Mudadu"
> <cmudadu@...> said:
> > In WinCvs Admin/Preferences/WinCVS/HOME is set to G:\
> >
> > ----- Original Message -----
> > From: "Ivan" <jacquex@...>
> > To: <gelide@yahoogroups.com>
> > Sent: Thursday, October 30, 2003 11:31 AM
> > Subject: Re: [gelide] CVS problem
> >
> >
> > > Then it's probably a problem with your .cvspass file. Does G:\.cvspass
> > > exist or should it maybe be G:\progetti\.cvspass? You can check where
> > > WinCVS is looking for this file in Admin/Preferences/WinCVS/HOME
Folder.
> > >
> > >
> > > On Thu, 30 Oct 2003 09:36:02 +0100, "Cristian Mudadu"
> > > <cmudadu@...> said:
> > >
> > > > Hi Ivan,
> > > > My repository is not local, the following path E:\CVS\CVSRepository
is
> > > > referred at "botticelli" server.
> > > > In my computer "vivaldi" i have mapped CVS Home dir in g:\progetti.
> > > >
> > > >
> > > > ----- Original Message -----
> > > > From: "Ivan" <jacquex@...>
> > > > To: <gelide@yahoogroups.com>
> > > > Sent: Wednesday, October 29, 2003 2:08 PM
> > > > Subject: Re: [gelide] CVS problem
> > > >
> > > >
> > > > > Your repository seems to be local. Have you tried this:
> > > > >
> > > > > CVS root     : E:\CVS\CVSRepository
> > > > > Server type : local
> > > > > Authentication: Leave blank
> > > > >
> > > > > On Tue, 28 Oct 2003 09:44:00 -0000, "crimud" <cmudadu@...>
> > said:
> > > > > > Hi, im new in this group.
> > > > > > I have a problem with CVS in GEL IDE. When i click on Source
> > Control -
> > > > > > > Get Latest, I have this message:
> > > > > >
> > > > > > C:\Programmi\GNU\WinCvs 1.2\cvs.exe -Qfz3 update -CdPlf
> > > > > >
> > G:\progetti\scrivania\src\scrivaniaWeb\requestcontroller\requesthandle
> > > > > > rs\SCHandler.java
> > > > > > cvs.exe update: authorization failed: server botticelli rejected
> > > > > > access to E:\CVS\CVSRepository for user mudadu
> > > > > > cvs.exe update: used empty password; try "cvs login" with a real
> > > > > > password
> > > > > >
> > > > > > ...CVS session failed with exit code 1
> > > > > >
> > > > > > It's ok if I use WinCvs. My configuration in GEL IDE is:
> > > > > > CVS Home dir  : G:\progetti
> > > > > > CVS root      : :pserver:mudadu@botticelli:E:\CVS\CVSRepository
> > > > > > Server type   : PSserver
> > > > > > Authentication: G:\.cvspass
> > > > > >
> > > > > > you can help me?
> > > > > >
> > > > > > thank Cristian
> > >
> > >
> > >
> > > To unsubscribe from this group, send an email to:
> > > gelide-unsubscribe@yahoogroups.com
> > >
> > >
> > >
> > > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> > >
> > >
> > >
> >
> >
> > To unsubscribe from this group, send an email to:
> > gelide-unsubscribe@yahoogroups.com
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
>
>
> To unsubscribe from this group, send an email to:
> gelide-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>

#2407 From: "Ivan" <jacquex@...>
Date: Thu Oct 30, 2003 4:08 pm
Subject: Re: CVS problem
jacquex01
Send Email Send Email
 
All parameters look fine. I'm accessing cvs with the same set of
parameters as yours and everything works fine both from WinCVS and Gel.

Are you by any chance using WinCVS over ssh or a proxy (any checked items
in Ports/Proxy tabs of WinCVS preferences)?


On Thu, 30 Oct 2003 16:07:50 +0100, "Cristian Mudadu"
<cmudadu@...> said:
> This is the output from GEL
> C:\Programmi\GNU\WinCvs 1.2\cvs.exe -Qfz3 update -CdPlf
> G:\progetti\scrivaniaWeb\Sviluppo\Sorgente\HtmlJsp\template\GestioneMultipla
> Istanze.html
>
> cvs.exe update: authorization failed: server botticelli rejected access
> to
> E:\CVS\CVSRepository for user mudadu
>
> cvs.exe update: used empty password; try "cvs login" with a real password
>
> ...CVS session failed with exit code 1
>
>
>
> The GEL configuration is show in "settingCvs.png" file and
> the WinCvs configuration is show in "settingWinCvs1.png" and
> "settingWinCvs2.png" files.
> Any idea?
>
> CVS Executable:
> ----- Original Message -----
> From: "Ivan" <jacquex@...>
> To: <gelide@yahoogroups.com>
> Sent: Thursday, October 30, 2003 3:44 PM
> Subject: Re: [gelide] CVS problem
>
>
> > I'm afraid I can't see anything else being wrong...
> >
> > One last try: Check that the cvsroot field is *completely* the same as in
> > WinCVS/Admin/Preferences/General
> >
> >
> > On Thu, 30 Oct 2003 14:58:51 +0100, "Cristian Mudadu"
> > <cmudadu@...> said:
> > > In WinCvs Admin/Preferences/WinCVS/HOME is set to G:\
> > >
> > > ----- Original Message -----
> > > From: "Ivan" <jacquex@...>
> > > To: <gelide@yahoogroups.com>
> > > Sent: Thursday, October 30, 2003 11:31 AM
> > > Subject: Re: [gelide] CVS problem
> > >
> > >
> > > > Then it's probably a problem with your .cvspass file. Does G:\.cvspass
> > > > exist or should it maybe be G:\progetti\.cvspass? You can check where
> > > > WinCVS is looking for this file in Admin/Preferences/WinCVS/HOME
> Folder.
> > > >
> > > >
> > > > On Thu, 30 Oct 2003 09:36:02 +0100, "Cristian Mudadu"
> > > > <cmudadu@...> said:
> > > >
> > > > > Hi Ivan,
> > > > > My repository is not local, the following path E:\CVS\CVSRepository
> is
> > > > > referred at "botticelli" server.
> > > > > In my computer "vivaldi" i have mapped CVS Home dir in g:\progetti.
> > > > >
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "Ivan" <jacquex@...>
> > > > > To: <gelide@yahoogroups.com>
> > > > > Sent: Wednesday, October 29, 2003 2:08 PM
> > > > > Subject: Re: [gelide] CVS problem
> > > > >
> > > > >
> > > > > > Your repository seems to be local. Have you tried this:
> > > > > >
> > > > > > CVS root     : E:\CVS\CVSRepository
> > > > > > Server type : local
> > > > > > Authentication: Leave blank
> > > > > >
> > > > > > On Tue, 28 Oct 2003 09:44:00 -0000, "crimud" <cmudadu@...>
> > > said:
> > > > > > > Hi, im new in this group.
> > > > > > > I have a problem with CVS in GEL IDE. When i click on Source
> > > Control -
> > > > > > > > Get Latest, I have this message:
> > > > > > >
> > > > > > > C:\Programmi\GNU\WinCvs 1.2\cvs.exe -Qfz3 update -CdPlf
> > > > > > >
> > > G:\progetti\scrivania\src\scrivaniaWeb\requestcontroller\requesthandle
> > > > > > > rs\SCHandler.java
> > > > > > > cvs.exe update: authorization failed: server botticelli rejected
> > > > > > > access to E:\CVS\CVSRepository for user mudadu
> > > > > > > cvs.exe update: used empty password; try "cvs login" with a real
> > > > > > > password
> > > > > > >
> > > > > > > ...CVS session failed with exit code 1
> > > > > > >
> > > > > > > It's ok if I use WinCvs. My configuration in GEL IDE is:
> > > > > > > CVS Home dir  : G:\progetti
> > > > > > > CVS root      : :pserver:mudadu@botticelli:E:\CVS\CVSRepository
> > > > > > > Server type   : PSserver
> > > > > > > Authentication: G:\.cvspass
> > > > > > >
> > > > > > > you can help me?
> > > > > > >
> > > > > > > thank Cristian
> > > >
> > > >
> > > >
> > > > To unsubscribe from this group, send an email to:
> > > > gelide-unsubscribe@yahoogroups.com
> > > >
> > > >
> > > >
> > > > Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
> > > >
> > > >
> > > >
> > >
> > >
> > > To unsubscribe from this group, send an email to:
> > > gelide-unsubscribe@yahoogroups.com
> > >
> > >
> > >
> > > Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
> > >
> > >
> >
> >
> > To unsubscribe from this group, send an email to:
> > gelide-unsubscribe@yahoogroups.com
> >
> >
> >
> > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
> >
> >
> >
>
>
> To unsubscribe from this group, send an email to:
> gelide-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>

#2408 From: "Cristian Mudadu" <cmudadu@...>
Date: Thu Oct 30, 2003 4:26 pm
Subject: Re: CVS problem
crimud
Send Email Send Email
 
In Ports/Proxy tabs there are no checked items.


----- Original Message -----
From: "Ivan" <jacquex@...>
To: <gelide@yahoogroups.com>
Sent: Thursday, October 30, 2003 5:08 PM
Subject: Re: [gelide] CVS problem


>
> All parameters look fine. I'm accessing cvs with the same set of
> parameters as yours and everything works fine both from WinCVS and Gel.
>
> Are you by any chance using WinCVS over ssh or a proxy (any checked items
> in Ports/Proxy tabs of WinCVS preferences)?
>
>
> On Thu, 30 Oct 2003 16:07:50 +0100, "Cristian Mudadu"
> <cmudadu@...> said:
> > This is the output from GEL
> > C:\Programmi\GNU\WinCvs 1.2\cvs.exe -Qfz3 update -CdPlf
> >
G:\progetti\scrivaniaWeb\Sviluppo\Sorgente\HtmlJsp\template\GestioneMultipla
> > Istanze.html
> >
> > cvs.exe update: authorization failed: server botticelli rejected access
> > to
> > E:\CVS\CVSRepository for user mudadu
> >
> > cvs.exe update: used empty password; try "cvs login" with a real
password
> >
> > ...CVS session failed with exit code 1
> >
> >
> >
> > The GEL configuration is show in "settingCvs.png" file and
> > the WinCvs configuration is show in "settingWinCvs1.png" and
> > "settingWinCvs2.png" files.
> > Any idea?
> >
> > CVS Executable:
> > ----- Original Message -----
> > From: "Ivan" <jacquex@...>
> > To: <gelide@yahoogroups.com>
> > Sent: Thursday, October 30, 2003 3:44 PM
> > Subject: Re: [gelide] CVS problem
> >
> >
> > > I'm afraid I can't see anything else being wrong...
> > >
> > > One last try: Check that the cvsroot field is *completely* the same as
in
> > > WinCVS/Admin/Preferences/General
> > >
> > >
> > > On Thu, 30 Oct 2003 14:58:51 +0100, "Cristian Mudadu"
> > > <cmudadu@...> said:
> > > > In WinCvs Admin/Preferences/WinCVS/HOME is set to G:\
> > > >
> > > > ----- Original Message -----
> > > > From: "Ivan" <jacquex@...>
> > > > To: <gelide@yahoogroups.com>
> > > > Sent: Thursday, October 30, 2003 11:31 AM
> > > > Subject: Re: [gelide] CVS problem
> > > >
> > > >
> > > > > Then it's probably a problem with your .cvspass file. Does
G:\.cvspass
> > > > > exist or should it maybe be G:\progetti\.cvspass? You can check
where
> > > > > WinCVS is looking for this file in Admin/Preferences/WinCVS/HOME
> > Folder.
> > > > >
> > > > >
> > > > > On Thu, 30 Oct 2003 09:36:02 +0100, "Cristian Mudadu"
> > > > > <cmudadu@...> said:
> > > > >
> > > > > > Hi Ivan,
> > > > > > My repository is not local, the following path
E:\CVS\CVSRepository
> > is
> > > > > > referred at "botticelli" server.
> > > > > > In my computer "vivaldi" i have mapped CVS Home dir in
g:\progetti.
> > > > > >
> > > > > >
> > > > > > ----- Original Message -----
> > > > > > From: "Ivan" <jacquex@...>
> > > > > > To: <gelide@yahoogroups.com>
> > > > > > Sent: Wednesday, October 29, 2003 2:08 PM
> > > > > > Subject: Re: [gelide] CVS problem
> > > > > >
> > > > > >
> > > > > > > Your repository seems to be local. Have you tried this:
> > > > > > >
> > > > > > > CVS root     : E:\CVS\CVSRepository
> > > > > > > Server type : local
> > > > > > > Authentication: Leave blank
> > > > > > >
> > > > > > > On Tue, 28 Oct 2003 09:44:00 -0000, "crimud"
<cmudadu@...>
> > > > said:
> > > > > > > > Hi, im new in this group.
> > > > > > > > I have a problem with CVS in GEL IDE. When i click on Source
> > > > Control -
> > > > > > > > > Get Latest, I have this message:
> > > > > > > >
> > > > > > > > C:\Programmi\GNU\WinCvs 1.2\cvs.exe -Qfz3 update -CdPlf
> > > > > > > >
> > > >
G:\progetti\scrivania\src\scrivaniaWeb\requestcontroller\requesthandle
> > > > > > > > rs\SCHandler.java
> > > > > > > > cvs.exe update: authorization failed: server botticelli
rejected
> > > > > > > > access to E:\CVS\CVSRepository for user mudadu
> > > > > > > > cvs.exe update: used empty password; try "cvs login" with a
real
> > > > > > > > password
> > > > > > > >
> > > > > > > > ...CVS session failed with exit code 1
> > > > > > > >
> > > > > > > > It's ok if I use WinCvs. My configuration in GEL IDE is:
> > > > > > > > CVS Home dir  : G:\progetti
> > > > > > > > CVS root      :
:pserver:mudadu@botticelli:E:\CVS\CVSRepository
> > > > > > > > Server type   : PSserver
> > > > > > > > Authentication: G:\.cvspass
> > > > > > > >
> > > > > > > > you can help me?
> > > > > > > >
> > > > > > > > thank Cristian
> > > > >
> > > > >
> > > > >
> > > > > To unsubscribe from this group, send an email to:
> > > > > gelide-unsubscribe@yahoogroups.com
> > > > >
> > > > >
> > > > >
> > > > > Your use of Yahoo! Groups is subject to
> > http://docs.yahoo.com/info/terms/
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > To unsubscribe from this group, send an email to:
> > > > gelide-unsubscribe@yahoogroups.com
> > > >
> > > >
> > > >
> > > > Your use of Yahoo! Groups is subject to
> > http://docs.yahoo.com/info/terms/
> > > >
> > > >
> > >
> > >
> > > To unsubscribe from this group, send an email to:
> > > gelide-unsubscribe@yahoogroups.com
> > >
> > >
> > >
> > > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> > >
> > >
> > >
> >
> >
> > To unsubscribe from this group, send an email to:
> > gelide-unsubscribe@yahoogroups.com
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
>
>
> To unsubscribe from this group, send an email to:
> gelide-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>

#2409 From: "miccob092" <miccob092@...>
Date: Thu Oct 30, 2003 9:24 pm
Subject: show and hide comments or javadoc
miccob092
Send Email Send Email
 
Hi Guys,

Gel is a great IDE, we all know that. Sometimes I am dreaming about a
feature that would show or hide comments or javadoc. It should not be
that difficult to implement, it is just a filter on the code. I do
not know of any IDE that provide this. Would it be difficult to add,
What do you think? Sometimes you want to just see the code, sometimes
you would like to have more details on it with comments and/or
javadoc. That would be something like the switch on show structure or
control characters. I know I would put a lot more comments on my code
if I could hide them on request.

Mike

#2410 From: "Gerald Nunn" <gnunn@...>
Date: Mon Nov 3, 2003 9:13 pm
Subject: New version this weekend
gnunn2
Send Email Send Email
 
Just a short note to let everyone know there will be a new version of Gel
available this weekend which will feature the long awaited docking and toolbar
upgrade. Thanks to everyone who donated and made the purchase of the docking and
toolbar component possible. A screenshot of what the new version will look like
appears here:

http://www.gexperts.com/docking.png

Note also the support for Windows XP styles is back. There will be some
interface changes as well due to the fact the toolbar library does things a bit
differently then my old code. Keyboard customization will be seperate from the
toolbar customization dialog for example.

Cheers,

Gerald

#2411 From: "nelson1993" <nelson1993@...>
Date: Wed Nov 5, 2003 3:28 am
Subject: debugging orion
nelson1993
Send Email Send Email
 
I am trying to debug an Orion based, servlet-driven application in
Gel.  I have it all set up and when I run Debug from the Build menu,
the app starts up just fine, but when I open a web browser and point
it to the running application it tries to reload the whole thing and
then runs out of memory.  I'd sure appreciate any help I can get.

thanks

mn

#2412 From: "Vidar Langberget" <vidar@...>
Date: Fri Nov 7, 2003 9:26 am
Subject: J2EE Javadoc
mail4vidar
Send Email Send Email
 
Hi!
 
I'm having problems getting the Javadoc "popup" feature to work with the J2EE Javadoc. Which directory should I set in the path? I've tried C:\j2sdkee1.4\doc, C:\j2sdkee1.4\, C:\j2sdkee1.4\doc\api, C:\j2sdkee1.4\doc\API\javax. But none of them work..
 
Any suggestions on how to get this to work?
 
regards,
 
Vidar

#2413 From: "tukboy8" <phamdt8@...>
Date: Fri Nov 7, 2003 4:47 pm
Subject: Re: J2EE Javadoc
tukboy8
Send Email Send Email
 
I believe you need to point to some src.jar for j2ee

--- In gelide@yahoogroups.com, "Vidar Langberget" <vidar@l...> wrote:
> Hi!
>
> I'm having problems getting the Javadoc "popup" feature to work
with the J2EE Javadoc. Which directory should I set in the path? I've
tried C:\j2sdkee1.4\doc, C:\j2sdkee1.4\, C:\j2sdkee1.4\doc\api,
C:\j2sdkee1.4\doc\API\javax. But none of them work..
>
> Any suggestions on how to get this to work?
>
> regards,
>
> Vidar

#2414 From: "Gerald Nunn" <gnunn@...>
Date: Fri Nov 7, 2003 6:42 pm
Subject: Re: Re: J2EE Javadoc
gnunn2
Send Email Send Email
 
That is correct, Gel parses the source code for the javadoc popup, not the
javadoc help files. The help files are essentially unparseable since someone can
use any sort of doclet to create them. You can get the source for most of the
common j2ee classes from Sun at java.sun.com.

Gerald

> ------------Original Message-------------
> From: "tukboy8" <phamdt8@...>
> To: gelide@yahoogroups.com
> Date: Fri, Nov-7-2003 11:49 AM
> Subject: [gelide] Re: J2EE Javadoc
>
> I believe you need to point to some src.jar for j2ee
>
> --- In gelide@yahoogroups.com, "Vidar Langberget" <vidar@l...> wrote:
> > Hi!
> >
> > I'm having problems getting the Javadoc "popup" feature to work
> with the J2EE Javadoc. Which directory should I set in the path? I've
> tried C:\j2sdkee1.4\doc, C:\j2sdkee1.4\, C:\j2sdkee1.4\doc\api,
> C:\j2sdkee1.4\doc\API\javax. But none of them work..
> >
> > Any suggestions on how to get this to work?
> >
> > regards,
> >
> > Vidar
>
>
>
> To unsubscribe from this group, send an email to:
> gelide-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>

#2415 From: Arturo García Martín <arturo_garcia_martin@...>
Date: Mon Nov 10, 2003 12:29 pm
Subject: New Version
arturo_garci...
Send Email Send Email
 
Gerald,

I know, I know, but... When the nest version for?

Thanks.

_______________________
Arturo García

Messages 2386 - 2415 of 3195   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help