[jboss-user] [JBoss Tools (users)] - Re: Commit & Checkout Seam Project
goik
do-not-reply at jboss.com
Thu May 22 07:25:15 EDT 2008
"max.andersen at jboss.com" wrote : ... huh ? The projects are normal eclipse projects so you can change it as much as you can with normal eclipse java projects in the Build properties.
|
| Please be more specific on what does not work ? ...
First I followed your advice regarding the SVN layout for my eclipse project "Hdmuser", after svn co ... I have:
../hdmuser/Hdmuser
| ../hdmuser/Hdmuser-ejb
| ../hdmuser/Hdmuser-ear
| ../hdmuser/Hdmuser-test
Versioning works fine this way. Via the usual eclipse build path configuration I can move the libraries being contained in Hdmuser-test/lib to a location of my choice outside the project. Regarding filesize and versioning this is the bulk of all and thus a progress.
Then I tried to do the same for Hdmuser-ejb. Eclipse's build path editor shows mvel14.jar ... jbpm-jpdl.jar below "EAR libraries". I cannot change these . The corresponding .classpath entry reads:
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
So I understand this is a referral that cannot be edited since the libraries exist in the different subproject Hdmuser-ear/EarContent.
Since these are just binaries rather than sourcecode I'd like to move them to a project external location as well. But I found no way to do so in the Hdmuser-ear subproject.
The last bit is the Web App Libraries entry in eclipse's build path editor of the subproject Hdmuser referring to the jars contained in Hdmuser/WebContent/WEB-INF/lib. Again I cannot edit these and again the .classpath entry shows me this is a container.
Seems like I'm missing something terribly obvious?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152634#4152634
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152634
More information about the jboss-user
mailing list