Re: [JBoss-dev] Eclipse and JBoss Howto posted.

2002-10-17 Thread Igor Fedorenko
Hiram Chirino wrote:

One more thing. I have JBoss launch configuration, so you can run/debug 
JBoss right from within Eclipse. What would be the best place to put it? 
Do you thing build/etc/eclipse/jboss-4.0.0alpha.launch is appropriate?


sounds good to me.


FYI, I checked in Eclipse lauch configuration.

You need to define TOOLS_JAR eclipse classpath variable that points to 
$JDK_HOME/lib/tools.jar. Could you please add this together with 
appropriate screenshots to the HOWTO?

--
Igor Fedorenko
Think smart. Think automated. Think Dynamics.
www.thinkdynamics.com



---
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Eclipse and JBoss Howto posted.

2002-10-16 Thread Emerson Cargnin - SICREDI Serviços


Hiram Chirino wrote:
Hiram,

great news!

Two things though,

a) does this explain how to get servlet, jsp and ejb debugging 
working with 
jboss? Some of the other help files explain how to do this with 
independent 
versions of jboss and tomcat, but not for the integrated version.

Using EAISE plugin you can debug jboss/servlets/ejb's. To debug jsp's 
you have to make some configuration (explained at the site).



 
 
 No.  What I have setup is for the development of JBoss it self.  
 
 
b) if the website isn't going to be rebuilt soon, can you tell us 
where to 
find the file in the meantime?

 
 
 IF your are still interested, the JBoss website is in CVS.
 
 Regards,
 Hiram
 
 
cheers,

Bruce
 
 
 
 
 ---
 This sf.net email is sponsored by: viaVerio will pay you up to
 $1,000 for every account that you consolidate with us.
 http://ad.doubleclick.net/clk;4749864;7604308;v?
 http://www.viaverio.com/consolidator/osdn.cfm
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 


-- 

| Emerson Cargnin  |
| Analista de Sistemas Sr. |
| Tel : (051) 3358-4959|
| SICREDI Serviços |
| Porto Alegre - Brasil|
|xx|



---
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Eclipse and JBoss Howto posted.

2002-10-15 Thread Bruce Scharlau

At 18:01 14/10/2002 -0400, you wrote:
Thanks for pointing that problem out.  We could also adjust the
project/.cvsignore file so that the directory that eclipse uses for building
gets ignored.

I don't want eclipse building to the same directory that ant builds to
because it that will throw ant's timestamps off.  I've noticed some weird
things in the past like:
- You edit somefile.java and save it and save it with an error.
- Eclipse generates somefile.class ( even though it has a compile error )
- You run the ant build and it builds OK (because somfile.class is older
than somefile.java)
- You run your program and you get a runtime exception saying the
somefile.class file is screwed.

But It might be worth moving the eclipse build directory to something like:
project/output/eclipse-classses
Since the would match what the ant build does a little better.

Regards,
Hiram

Hiram,

great news!

Two things though,

a) does this explain how to get servlet, jsp and ejb debugging working with 
jboss? Some of the other help files explain how to do this with independent 
versions of jboss and tomcat, but not for the integrated version.

b) if the website isn't going to be rebuilt soon, can you tell us where to 
find the file in the meantime?


cheers,

Bruce

Dr. Bruce Scharlau
Dept. of Computing Science
University of Aberdeen
Aberdeen AB24 3UE
01224 272193
http://www.csd.abdn.ac.uk/~bscharla
mailto:[EMAIL PROTECTED]



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Eclipse and JBoss Howto posted.

2002-10-15 Thread Hiram Chirino

 I like project/output/eclipse-classses.

ok i'll change this soon.

 
 One more thing. I have JBoss launch configuration, so you can run/debug 
 JBoss right from within Eclipse. What would be the best place to put it? 
 Do you thing build/etc/eclipse/jboss-4.0.0alpha.launch is appropriate?
 

sounds good to me.



---
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Eclipse and JBoss Howto posted.

2002-10-15 Thread Hiram Chirino

 Hiram,
 
 great news!
 
 Two things though,
 
 a) does this explain how to get servlet, jsp and ejb debugging 
 working with 
 jboss? Some of the other help files explain how to do this with 
 independent 
 versions of jboss and tomcat, but not for the integrated version.
 

No.  What I have setup is for the development of JBoss it self.  

 b) if the website isn't going to be rebuilt soon, can you tell us 
 where to 
 find the file in the meantime?
 

IF your are still interested, the JBoss website is in CVS.

Regards,
Hiram

 
 cheers,
 
 Bruce



---
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Eclipse and JBoss Howto posted.

2002-10-14 Thread Igor Fedorenko

Hiram Chirino wrote:
 A thread concerning how to use Eclipse to develop Jboss was started a while
 back..  I finally got the time to put together a little howto to explain how
 to use eclipse to develop JBoss.
 
 You will find it in the Developer Guides section of the Jboss website the
 next time the website gets rebuilt.
 

Thank you very much, Hiram! I have one cosmetic improvement I would like 
to check in if you do not mind. All projects except jboss.net have 
output dir set to project/bin (i.e. not to project/output/classes). This 
makes Eclipse think that project/bin is a Local addition not under CVS 
control and mark all these projects as having outgoing changes. 
Changing projects' output dir to project/output/classes fixes this 
problem. What do you think?

-- 
Igor Fedorenko
Think smart. Think automated. Think Dynamics.
www.thinkdynamics.com



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Eclipse and JBoss Howto posted.

2002-10-14 Thread Hiram Chirino

Thanks for pointing that problem out.  We could also adjust the
project/.cvsignore file so that the directory that eclipse uses for building
gets ignored.

I don't want eclipse building to the same directory that ant builds to
because it that will throw ant's timestamps off.  I've noticed some weird
things in the past like:
- You edit somefile.java and save it and save it with an error.
- Eclipse generates somefile.class ( even though it has a compile error )
- You run the ant build and it builds OK (because somfile.class is older
than somefile.java)
- You run your program and you get a runtime exception saying the
somefile.class file is screwed.

But It might be worth moving the eclipse build directory to something like:
project/output/eclipse-classses
Since the would match what the ant build does a little better.

Regards,
Hiram

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Igor
 Fedorenko
 Sent: Monday, October 14, 2002 9:31 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [JBoss-dev] Eclipse and JBoss Howto posted.


 Hiram Chirino wrote:
  A thread concerning how to use Eclipse to develop Jboss was
 started a while
  back..  I finally got the time to put together a little howto
 to explain how
  to use eclipse to develop JBoss.
 
  You will find it in the Developer Guides section of the Jboss
 website the
  next time the website gets rebuilt.
 

 Thank you very much, Hiram! I have one cosmetic improvement I would like
 to check in if you do not mind. All projects except jboss.net have
 output dir set to project/bin (i.e. not to project/output/classes). This
 makes Eclipse think that project/bin is a Local addition not under CVS
 control and mark all these projects as having outgoing changes.
 Changing projects' output dir to project/output/classes fixes this
 problem. What do you think?

 --
 Igor Fedorenko
 Think smart. Think automated. Think Dynamics.
 www.thinkdynamics.com



 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Eclipse and JBoss Howto posted.

2002-10-14 Thread Igor Fedorenko


Hiram Chirino wrote:
 Thanks for pointing that problem out.  We could also adjust the
 project/.cvsignore file so that the directory that eclipse uses for building
 gets ignored.
 
 I don't want eclipse building to the same directory that ant builds to
 because it that will throw ant's timestamps off.  I've noticed some weird
 things in the past like:
 - You edit somefile.java and save it and save it with an error.
 - Eclipse generates somefile.class ( even though it has a compile error )
 - You run the ant build and it builds OK (because somfile.class is older
 than somefile.java)
 - You run your program and you get a runtime exception saying the
 somefile.class file is screwed.
 
 But It might be worth moving the eclipse build directory to something like:
 project/output/eclipse-classses
 Since the would match what the ant build does a little better.
I like project/output/eclipse-classses.

One more thing. I have JBoss launch configuration, so you can run/debug 
JBoss right from within Eclipse. What would be the best place to put it? 
Do you thing build/etc/eclipse/jboss-4.0.0alpha.launch is appropriate?

 
 Regards,
 Hiram
 
 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Igor
Fedorenko
Sent: Monday, October 14, 2002 9:31 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] Eclipse and JBoss Howto posted.


Hiram Chirino wrote:

A thread concerning how to use Eclipse to develop Jboss was

started a while

back..  I finally got the time to put together a little howto

to explain how

to use eclipse to develop JBoss.

You will find it in the Developer Guides section of the Jboss

website the

next time the website gets rebuilt.


Thank you very much, Hiram! I have one cosmetic improvement I would like
to check in if you do not mind. All projects except jboss.net have
output dir set to project/bin (i.e. not to project/output/classes). This
makes Eclipse think that project/bin is a Local addition not under CVS
control and mark all these projects as having outgoing changes.
Changing projects' output dir to project/output/classes fixes this
problem. What do you think?

-- 
Igor Fedorenko
Think smart. Think automated. Think Dynamics.
www.thinkdynamics.com



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development