Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Race condition with LibDirBuilder

Hi Alex,

      I believe you are indeed correct sir. Please open a defect with this
description. I suspect that this builder will be removed with the upcoming
Flexible Project Structure, but just in case it's not, and to remind us, a
defect would be useful. Thanks!


-------------------------------------------------------------------------
Kind Regards,

Michael D. Elder
Rational Studio / J2EE Tools Development
IBM RTP Lab
Ext: (919) 543-8356
T/L:  441-8356
mdelder@xxxxxxxxxx



Wednesday, January 26, 2005 12:57 AM
To: wtp-dev@xxxxxxxxxxx
cc:
From: Alexander Smirnoff <alexsmr@xxxxxxxxxxxx>
Subject: [wtp-dev] Race condition with LibDirBuilder



As far as I understand the code, LibDirBuilder creates dynamically
library entry on project classpath from libraries in WEB-INF/lib
directory. However it appears after Java builder. In the case when the
Project is prepopulated with some content (during the project creation
stage), Java builder produces errors, because LibDirBuilder didn't run
yet. I think it *must* run before Java builder.

Am I right?

Alex Smirnoff.
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
 http://dev.eclipse.org/mailman/listinfo/wtp-dev



Back to the top