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

Reply via email to