Re: [JBoss-user] JBoss project and Eclipse

2003-09-17 Thread Brian Wallis
On Mon, 15 Sep 2003 06:05, Phil Cornelius wrote:
> Further, the best thing to do is set up an eclipse 'classpath variable'
> call it say JBOSS_JARS so that if you share this project with the rest
> of your team all they need to do set set this variable.

That seems to be close to what I want.

What I was really after was something like the "Library" functionality in 
IntelliJ where you can define a collection of jars/classpaths, source 
jars/source paths and javadoc paths/url as a single sharable unit. You can 
then see all the classes from another project, navigate directly to the 
source and even view the javadoc in the internal viewer.

It's great.

Perhaps I'll just use intellij, it gives me far less grief that Eclipse always 
seems to when I try it. Maybe just me but...

Eclipse is slower and tends to crash/hang. Latest problem is a dialog box 
saying "Operation in Progress" on startup and it just sits there using CPU. 
Only way I've found to fix it is to delete the workspace and start over. 

thanks for the various suggestions, I'll give it a go. Would love to be able 
to use Eclipse.

brian wallis...



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


RE: [JBoss-user] JBoss project and Eclipse

2003-09-16 Thread Brian McSweeney
Thanks for the reply Rod,
Good to know,
Brian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rod
Macpherson
Sent: 15 September 2003 21:06
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBoss project and Eclipse

This code assist functioned (type @ejb. And a list pops up) but the
selection list was not organized nor complete and too long to make
hunting around for tags useful. It did not seem to pop up valid
attributes for example. Have not tried that in a while but in my opinion
it requires more work to be effective. Perhaps somebody else had better
luck. 

-Original Message-
From: Brian McSweeney [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 15, 2003 2:32 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBoss project and Eclipse


Hi all,
I've just recently switched to Eclipse from Netbeans and am trying to
hook it all up to Jboss using the JBoss-IDE. Most of it works fine, 
but I can't seem to get xdoclet code complete working. Does anyone 
have this working and would be able to outline the steps taken to 
make it work?
Thanks,
Brian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rod
Macpherson
Sent: 14 September 2003 23:34
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBoss project and Eclipse

I guess I am missing something here with the classpath suggestion
because I added my jars to the project build path and checked in the
.classpath as well as the .project file. The .classpath contains all of
your libraries. New developers need only checkout the tree and use
"import" to incorporate the project in their local workspace. Also
"share project" in the team menu if you are using CVS as a repository. 

-Original Message-
From: DI Michael Zach [mailto:[EMAIL PROTECTED] 
Sent: Sunday, September 14, 2003 4:00 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBoss project and Eclipse


Phil,

Maybe it's because I am a greenhorn as well when it comes to eclipse,
but in the 2.1.1 I use I was not able to add more than just 1 JAR to 1
classpath variable at a time. What did I do wrong here?

I then did it an other way and created kind of "dummy libraries" =
projects which only contain the JARs necessary for Jboss, Struts,
whatever. In my real projects I then only need to check the dummy
project(s) as "required on the build path". 

It is a nice workaround but I would feel better to do it using the
variables. Can you have 2 and more JARs in just 1 variable? I tried to
concat the jar-paths using various delimiters (:;, ...) but did not
succeed.

Cheers
Michael


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Phil Cornelius
> Sent: Sunday, September 14, 2003 10:06 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] JBoss project and Eclipse
> 
> 
> Further, the best thing to do is set up an eclipse 'classpath 
> variable' call it say JBOSS_JARS so that if you share this project 
> with the rest of your team all they need to do set set this variable.
> 
> Yours
> Phil
> 
> On Sat, 2003-09-13 at 16:18, Marco Tedone wrote:
> > It seems that you need to set up the classpath for each
> project, but
> > it's only the Jboss classes you need, you can add the Jboss/client 
> > jars, which are enough.
> > 
> > Hope this will help,
> > 
> > Marco
> > - Original Message -
> > From: "Brian Wallis" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, September 13, 2003 2:46 PM
> > Subject: [JBoss-user] JBoss project and Eclipse
> > 
> > 
> > >
> > > This is not quite a JBoss question but I'm sure there are a few 
> > > eclipse
> > users
> > > on this list.
> > >
> > > I have a small J2EE project that I want to develop using
> eclipse. I
> > haven't
> > > really used eclipse before being an IntelliJ user at work and 
> > > emacs/ant otherwise.
> > >
> > > What I need to do is import the jboss jars into my
> project's class
> > > path.
> > >
> > > Is there a way to do that once and then re-use it for other 
> > > projects?
> > There
> > > are 54 of jars after all and it is a real pain to select them all 
> > > every
> > time
> > > you create a new project. Is there a way to define a project for 
> > > JBoss and re-use that? There is the required projects tab in the 
> > > project properties
> > but
> > > I don't seem to be able to get it to contribute to the
> class path of
> > > the current project.
> > >
> > > Any suggestions are welcome
> > 

RE: [JBoss-user] JBoss project and Eclipse

2003-09-15 Thread Rod Macpherson
This code assist functioned (type @ejb. And a list pops up) but the
selection list was not organized nor complete and too long to make
hunting around for tags useful. It did not seem to pop up valid
attributes for example. Have not tried that in a while but in my opinion
it requires more work to be effective. Perhaps somebody else had better
luck. 

-Original Message-
From: Brian McSweeney [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 15, 2003 2:32 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBoss project and Eclipse


Hi all,
I've just recently switched to Eclipse from Netbeans and am trying to
hook it all up to Jboss using the JBoss-IDE. Most of it works fine, 
but I can't seem to get xdoclet code complete working. Does anyone 
have this working and would be able to outline the steps taken to 
make it work?
Thanks,
Brian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rod
Macpherson
Sent: 14 September 2003 23:34
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBoss project and Eclipse

I guess I am missing something here with the classpath suggestion
because I added my jars to the project build path and checked in the
.classpath as well as the .project file. The .classpath contains all of
your libraries. New developers need only checkout the tree and use
"import" to incorporate the project in their local workspace. Also
"share project" in the team menu if you are using CVS as a repository. 

-Original Message-
From: DI Michael Zach [mailto:[EMAIL PROTECTED] 
Sent: Sunday, September 14, 2003 4:00 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBoss project and Eclipse


Phil,

Maybe it's because I am a greenhorn as well when it comes to eclipse,
but in the 2.1.1 I use I was not able to add more than just 1 JAR to 1
classpath variable at a time. What did I do wrong here?

I then did it an other way and created kind of "dummy libraries" =
projects which only contain the JARs necessary for Jboss, Struts,
whatever. In my real projects I then only need to check the dummy
project(s) as "required on the build path". 

It is a nice workaround but I would feel better to do it using the
variables. Can you have 2 and more JARs in just 1 variable? I tried to
concat the jar-paths using various delimiters (:;, ...) but did not
succeed.

Cheers
Michael


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Phil Cornelius
> Sent: Sunday, September 14, 2003 10:06 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] JBoss project and Eclipse
> 
> 
> Further, the best thing to do is set up an eclipse 'classpath 
> variable' call it say JBOSS_JARS so that if you share this project 
> with the rest of your team all they need to do set set this variable.
> 
> Yours
> Phil
> 
> On Sat, 2003-09-13 at 16:18, Marco Tedone wrote:
> > It seems that you need to set up the classpath for each
> project, but
> > it's only the Jboss classes you need, you can add the Jboss/client 
> > jars, which are enough.
> > 
> > Hope this will help,
> > 
> > Marco
> > - Original Message -
> > From: "Brian Wallis" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, September 13, 2003 2:46 PM
> > Subject: [JBoss-user] JBoss project and Eclipse
> > 
> > 
> > >
> > > This is not quite a JBoss question but I'm sure there are a few 
> > > eclipse
> > users
> > > on this list.
> > >
> > > I have a small J2EE project that I want to develop using
> eclipse. I
> > haven't
> > > really used eclipse before being an IntelliJ user at work and 
> > > emacs/ant otherwise.
> > >
> > > What I need to do is import the jboss jars into my
> project's class
> > > path.
> > >
> > > Is there a way to do that once and then re-use it for other 
> > > projects?
> > There
> > > are 54 of jars after all and it is a real pain to select them all 
> > > every
> > time
> > > you create a new project. Is there a way to define a project for 
> > > JBoss and re-use that? There is the required projects tab in the 
> > > project properties
> > but
> > > I don't seem to be able to get it to contribute to the
> class path of
> > > the current project.
> > >
> > > Any suggestions are welcome
> > >
> > > thanks, brian wallis...
> > >
> > >
> > >
> > > ---
> > > This sf.net email is sponsored by:ThinkGeek
> > > Welcome 

RE: [JBoss-user] JBoss project and Eclipse

2003-09-15 Thread Brian McSweeney
Hi all,
I've just recently switched to Eclipse from Netbeans and am trying to
hook it all up to Jboss using the JBoss-IDE. Most of it works fine, 
but I can't seem to get xdoclet code complete working. Does anyone 
have this working and would be able to outline the steps taken to 
make it work?
Thanks,
Brian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rod
Macpherson
Sent: 14 September 2003 23:34
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBoss project and Eclipse

I guess I am missing something here with the classpath suggestion
because I added my jars to the project build path and checked in the
.classpath as well as the .project file. The .classpath contains all of
your libraries. New developers need only checkout the tree and use
"import" to incorporate the project in their local workspace. Also
"share project" in the team menu if you are using CVS as a repository. 

-Original Message-
From: DI Michael Zach [mailto:[EMAIL PROTECTED] 
Sent: Sunday, September 14, 2003 4:00 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBoss project and Eclipse


Phil,

Maybe it's because I am a greenhorn as well when it comes to eclipse,
but in the 2.1.1 I use I was not able to add more than just 1 JAR to 1
classpath variable at a time. What did I do wrong here?

I then did it an other way and created kind of "dummy libraries" =
projects which only contain the JARs necessary for Jboss, Struts,
whatever. In my real projects I then only need to check the dummy
project(s) as "required on the build path". 

It is a nice workaround but I would feel better to do it using the
variables. Can you have 2 and more JARs in just 1 variable? I tried to
concat the jar-paths using various delimiters (:;, ...) but did not
succeed.

Cheers
Michael


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Phil Cornelius
> Sent: Sunday, September 14, 2003 10:06 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] JBoss project and Eclipse
> 
> 
> Further, the best thing to do is set up an eclipse 'classpath
> variable' call it say JBOSS_JARS so that if you share this 
> project with the rest of your team all they need to do set 
> set this variable.
> 
> Yours
> Phil
> 
> On Sat, 2003-09-13 at 16:18, Marco Tedone wrote:
> > It seems that you need to set up the classpath for each
> project, but
> > it's only the Jboss classes you need, you can add the Jboss/client
> > jars, which are enough.
> > 
> > Hope this will help,
> > 
> > Marco
> > - Original Message -
> > From: "Brian Wallis" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, September 13, 2003 2:46 PM
> > Subject: [JBoss-user] JBoss project and Eclipse
> > 
> > 
> > >
> > > This is not quite a JBoss question but I'm sure there are a few
> > > eclipse
> > users
> > > on this list.
> > >
> > > I have a small J2EE project that I want to develop using
> eclipse. I
> > haven't
> > > really used eclipse before being an IntelliJ user at work and
> > > emacs/ant otherwise.
> > >
> > > What I need to do is import the jboss jars into my
> project's class
> > > path.
> > >
> > > Is there a way to do that once and then re-use it for other
> > > projects?
> > There
> > > are 54 of jars after all and it is a real pain to select them all
> > > every
> > time
> > > you create a new project. Is there a way to define a project for
> > > JBoss and re-use that? There is the required projects tab in the 
> > > project properties
> > but
> > > I don't seem to be able to get it to contribute to the
> class path of
> > > the current project.
> > >
> > > Any suggestions are welcome
> > >
> > > thanks, brian wallis...
> > >
> > >
> > >
> > > ---
> > > This sf.net email is sponsored by:ThinkGeek
> > > Welcome to geek heaven.
> > > http://thinkgeek.com/sf
> > > ___
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED] 
> > > https://lists.sourceforge.net/lists/listinfo/jboss-user
> > 
> > 
> > 
> > 
> > 
> > ---
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > ___
>

RE: [JBoss-user] JBoss project and Eclipse

2003-09-14 Thread Rod Macpherson
I guess I am missing something here with the classpath suggestion
because I added my jars to the project build path and checked in the
.classpath as well as the .project file. The .classpath contains all of
your libraries. New developers need only checkout the tree and use
"import" to incorporate the project in their local workspace. Also
"share project" in the team menu if you are using CVS as a repository. 

-Original Message-
From: DI Michael Zach [mailto:[EMAIL PROTECTED] 
Sent: Sunday, September 14, 2003 4:00 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBoss project and Eclipse


Phil,

Maybe it's because I am a greenhorn as well when it comes to eclipse,
but in the 2.1.1 I use I was not able to add more than just 1 JAR to 1
classpath variable at a time. What did I do wrong here?

I then did it an other way and created kind of "dummy libraries" =
projects which only contain the JARs necessary for Jboss, Struts,
whatever. In my real projects I then only need to check the dummy
project(s) as "required on the build path". 

It is a nice workaround but I would feel better to do it using the
variables. Can you have 2 and more JARs in just 1 variable? I tried to
concat the jar-paths using various delimiters (:;, ...) but did not
succeed.

Cheers
Michael


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Phil Cornelius
> Sent: Sunday, September 14, 2003 10:06 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] JBoss project and Eclipse
> 
> 
> Further, the best thing to do is set up an eclipse 'classpath
> variable' call it say JBOSS_JARS so that if you share this 
> project with the rest of your team all they need to do set 
> set this variable.
> 
> Yours
> Phil
> 
> On Sat, 2003-09-13 at 16:18, Marco Tedone wrote:
> > It seems that you need to set up the classpath for each
> project, but
> > it's only the Jboss classes you need, you can add the Jboss/client
> > jars, which are enough.
> > 
> > Hope this will help,
> > 
> > Marco
> > - Original Message -
> > From: "Brian Wallis" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, September 13, 2003 2:46 PM
> > Subject: [JBoss-user] JBoss project and Eclipse
> > 
> > 
> > >
> > > This is not quite a JBoss question but I'm sure there are a few
> > > eclipse
> > users
> > > on this list.
> > >
> > > I have a small J2EE project that I want to develop using
> eclipse. I
> > haven't
> > > really used eclipse before being an IntelliJ user at work and
> > > emacs/ant otherwise.
> > >
> > > What I need to do is import the jboss jars into my
> project's class
> > > path.
> > >
> > > Is there a way to do that once and then re-use it for other
> > > projects?
> > There
> > > are 54 of jars after all and it is a real pain to select them all
> > > every
> > time
> > > you create a new project. Is there a way to define a project for
> > > JBoss and re-use that? There is the required projects tab in the 
> > > project properties
> > but
> > > I don't seem to be able to get it to contribute to the
> class path of
> > > the current project.
> > >
> > > Any suggestions are welcome
> > >
> > > thanks, brian wallis...
> > >
> > >
> > >
> > > ---
> > > This sf.net email is sponsored by:ThinkGeek
> > > Welcome to geek heaven.
> > > http://thinkgeek.com/sf
> > > ___
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED] 
> > > https://lists.sourceforge.net/lists/listinfo/jboss-user
> > 
> > 
> > 
> > 
> > 
> > ---
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED] 
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED] 
> https://lists.sourceforge.net/lists/listinfo/j> boss-user
> 



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


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


RE: [JBoss-user] JBoss project and Eclipse

2003-09-14 Thread Rod Macpherson
Then again you want to compile from Eclipse as well since that has
several benefits: flags errors in your edits as you go. I include
j2ee.jar from the J2EE JDK download and that has the EJB and servlet
classes. As far as building a full version and packaging and deploying,
definitely keep all of that within ANT and include that in your Eclipse
project. It's really a sweet combination.  


-Original Message-
From: Ib Seratski [mailto:[EMAIL PROTECTED] 
Sent: Sunday, September 14, 2003 11:37 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBoss project and Eclipse


Hee
One way to do it is to import jboss-j2ee.jar + servlet.jar, 
after you created a projekt .then make a ant build scripts Inside the
projekt .let ant make a output folder, build the jar war ears
+ undeploy and deploy
What is the way I do it, and it works great 

   MVH
Ib Seratski

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian
Wallis
Sent: 13. september 2003 15:47
To: [EMAIL PROTECTED]
Subject: [JBoss-user] JBoss project and Eclipse



This is not quite a JBoss question but I'm sure there are a few eclipse
users 
on this list.

I have a small J2EE project that I want to develop using eclipse. I
haven't 
really used eclipse before being an IntelliJ user at work and emacs/ant 
otherwise.

What I need to do is import the jboss jars into my project's class path.


Is there a way to do that once and then re-use it for other projects?
There 
are 54 of jars after all and it is a real pain to select them all every
time 
you create a new project. Is there a way to define a project for JBoss
and 
re-use that? There is the required projects tab in the project
properties but 
I don't seem to be able to get it to contribute to the class path of the

current project.

Any suggestions are welcome

thanks, brian wallis...



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





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


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


RE: [JBoss-user] JBoss project and Eclipse

2003-09-14 Thread DI Michael Zach
Phil,

Maybe it's because I am a greenhorn as well when it comes to eclipse,
but in the 2.1.1 I use I was not able to add more than just 1 JAR to 1
classpath variable at a time. What did I do wrong here?

I then did it an other way and created kind of "dummy libraries" =
projects which only contain the JARs necessary for Jboss, Struts,
whatever. In my real projects I then only need to check the dummy
project(s) as "required on the build path". 

It is a nice workaround but I would feel better to do it using the
variables. Can you have 2 and more JARs in just 1 variable? I tried to
concat the jar-paths using various delimiters (:;, ...) but did not
succeed.

Cheers
Michael


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Phil Cornelius
> Sent: Sunday, September 14, 2003 10:06 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] JBoss project and Eclipse
> 
> 
> Further, the best thing to do is set up an eclipse 'classpath 
> variable' call it say JBOSS_JARS so that if you share this 
> project with the rest of your team all they need to do set 
> set this variable.
> 
> Yours
> Phil
> 
> On Sat, 2003-09-13 at 16:18, Marco Tedone wrote:
> > It seems that you need to set up the classpath for each 
> project, but 
> > it's only the Jboss classes you need, you can add the Jboss/client 
> > jars, which are enough.
> > 
> > Hope this will help,
> > 
> > Marco
> > - Original Message -
> > From: "Brian Wallis" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, September 13, 2003 2:46 PM
> > Subject: [JBoss-user] JBoss project and Eclipse
> > 
> > 
> > >
> > > This is not quite a JBoss question but I'm sure there are a few 
> > > eclipse
> > users
> > > on this list.
> > >
> > > I have a small J2EE project that I want to develop using 
> eclipse. I
> > haven't
> > > really used eclipse before being an IntelliJ user at work and 
> > > emacs/ant otherwise.
> > >
> > > What I need to do is import the jboss jars into my 
> project's class 
> > > path.
> > >
> > > Is there a way to do that once and then re-use it for other 
> > > projects?
> > There
> > > are 54 of jars after all and it is a real pain to select them all 
> > > every
> > time
> > > you create a new project. Is there a way to define a project for 
> > > JBoss and re-use that? There is the required projects tab in the 
> > > project properties
> > but
> > > I don't seem to be able to get it to contribute to the 
> class path of 
> > > the current project.
> > >
> > > Any suggestions are welcome
> > >
> > > thanks, brian wallis...
> > >
> > >
> > >
> > > ---
> > > This sf.net email is sponsored by:ThinkGeek
> > > Welcome to geek heaven.
> > > http://thinkgeek.com/sf 
> > > ___
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED] 
> > > https://lists.sourceforge.net/lists/listinfo/jboss-user
> > 
> > 
> > 
> > 
> > 
> > ---
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf 
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED] 
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED] 
> https://lists.sourceforge.net/lists/listinfo/j> boss-user
> 



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


Re: [JBoss-user] JBoss project and Eclipse

2003-09-14 Thread Phil Cornelius
Further, the best thing to do is set up an eclipse 'classpath variable'
call it say JBOSS_JARS so that if you share this project with the rest
of your team all they need to do set set this variable.

Yours
Phil

On Sat, 2003-09-13 at 16:18, Marco Tedone wrote:
> It seems that you need to set up the classpath for each project, but it's
> only the Jboss classes you need, you can add the Jboss/client jars, which
> are enough.
> 
> Hope this will help,
> 
> Marco
> - Original Message - 
> From: "Brian Wallis" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, September 13, 2003 2:46 PM
> Subject: [JBoss-user] JBoss project and Eclipse
> 
> 
> >
> > This is not quite a JBoss question but I'm sure there are a few eclipse
> users
> > on this list.
> >
> > I have a small J2EE project that I want to develop using eclipse. I
> haven't
> > really used eclipse before being an IntelliJ user at work and emacs/ant
> > otherwise.
> >
> > What I need to do is import the jboss jars into my project's class path.
> >
> > Is there a way to do that once and then re-use it for other projects?
> There
> > are 54 of jars after all and it is a real pain to select them all every
> time
> > you create a new project. Is there a way to define a project for JBoss and
> > re-use that? There is the required projects tab in the project properties
> but
> > I don't seem to be able to get it to contribute to the class path of the
> > current project.
> >
> > Any suggestions are welcome
> >
> > thanks, brian wallis...
> >
> >
> >
> > ---
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> 
> 
> 
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user


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


RE: [JBoss-user] JBoss project and Eclipse

2003-09-14 Thread Ib Seratski
Hee
One way to do it is to import jboss-j2ee.jar + servlet.jar, 
after you created a projekt .then make a ant build scripts
Inside the projekt .let ant make a output folder, build the jar war ears
+ undeploy and deploy
What is the way I do it, and it works great 

   MVH
Ib Seratski

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian
Wallis
Sent: 13. september 2003 15:47
To: [EMAIL PROTECTED]
Subject: [JBoss-user] JBoss project and Eclipse



This is not quite a JBoss question but I'm sure there are a few eclipse
users 
on this list.

I have a small J2EE project that I want to develop using eclipse. I
haven't 
really used eclipse before being an IntelliJ user at work and emacs/ant 
otherwise.

What I need to do is import the jboss jars into my project's class path.


Is there a way to do that once and then re-use it for other projects?
There 
are 54 of jars after all and it is a real pain to select them all every
time 
you create a new project. Is there a way to define a project for JBoss
and 
re-use that? There is the required projects tab in the project
properties but 
I don't seem to be able to get it to contribute to the class path of the

current project.

Any suggestions are welcome

thanks, brian wallis...



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





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


Re: [JBoss-user] JBoss project and Eclipse

2003-09-13 Thread Marco Tedone
It seems that you need to set up the classpath for each project, but it's
only the Jboss classes you need, you can add the Jboss/client jars, which
are enough.

Hope this will help,

Marco
- Original Message - 
From: "Brian Wallis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 13, 2003 2:46 PM
Subject: [JBoss-user] JBoss project and Eclipse


>
> This is not quite a JBoss question but I'm sure there are a few eclipse
users
> on this list.
>
> I have a small J2EE project that I want to develop using eclipse. I
haven't
> really used eclipse before being an IntelliJ user at work and emacs/ant
> otherwise.
>
> What I need to do is import the jboss jars into my project's class path.
>
> Is there a way to do that once and then re-use it for other projects?
There
> are 54 of jars after all and it is a real pain to select them all every
time
> you create a new project. Is there a way to define a project for JBoss and
> re-use that? There is the required projects tab in the project properties
but
> I don't seem to be able to get it to contribute to the class path of the
> current project.
>
> Any suggestions are welcome
>
> thanks, brian wallis...
>
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user





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