For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 7 replies, 3 voices, and was last updated 21 years, 10 months ago by
Riyad Kalla.
-
AuthorPosts
-
mfaganMemberHi,
How do I go about filtering out CVS directories from being copied during an exploded deployment?
Thanks,
Mike FaganOctober 7, 2004 at 8:38 pm #217206
Riyad KallaMemberThey should be filtered out automagically…. can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
October 8, 2004 at 9:57 am #217238
mfaganMemberSorry,
Im on:
Windows XP pro Service Pack 1Eclipse Version: 3.0.0
Build id: 200406251208not a fresh install for myeclipse
not an update
no other plugins installed
7 org.eclipse.pde.* pluginsMyEclipse Version: 3.8.2
Build id: 200409171200-3.8.2launch jdk 1.4.2_05
appserver jdk 1.4.2_05Steps:
checkout module from CVS
created new web project using directory structure created via CVS checkout
filter CVS directories in project view
build applcation
setup deploy for Tomcat 4
deploy applicationAppServer: Tomcat 4.1.30
There are no logs
Thanks,
Mike FaganOctober 8, 2004 at 10:53 am #217250
Riyad KallaMemberMike,
Checking with a dev on this, I’ve never had this happen to me so I’m a bit lost with suggestions.October 13, 2004 at 3:58 pm #217576
mrzeldMemberWhat operating system and version are you running?
WinXP sp1– What Eclipse version and build id are you using?
Version: 2.1.2
Build id: 200311030802
– Was Eclipse freshly installed for MyEclipse?
yes
– Are any other external plugins installed?
yes
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.* ?
6
What MyEclipse version are you using?
2.6.200 (download name 020700RC2)
What JDK version are you using to run Eclipse? (java -version)
j2sdk 1.4.2 (1.4.2_02)
What JDK version are you using to launch your application server?
j2sdk 1.4.2
What application server are you using?
tomcat 5.0.19i am having the same problem as described by this user. we only recently started using CVS. i was hoping there was some setting somewhere i am missing.
October 13, 2004 at 4:04 pm #217578
Riyad KallaMemberHey guys I checked into this and aparently the deployment tool checks with Eclipse if the file being deployed is under source control, that way it knows not to deploy the source control files (like CVS dir), however I physically detached a project from CVS to test this, and it STILL didn’t deploy the CVS directories… so I’m not sure why you two are running into this and don’t have a workaround for you… the dev was stumped also “I don’t understand why this would be happening”…. are your projects actively checked into CVS? I mean you have options like Update/Commit under the “team” menu right?
October 13, 2004 at 4:15 pm #217580
mrzeldMemberyes. I am using CVS quite a bit in my project since there are a few of us working on different web pages all the time.
i haven’t had to do a redeployment since starting to use CVS. the CVS stuff hadn’t been copied to tomcat all this time. but today, i had to do a redeployment (Redeploy Button) and the CVS directories were copied over. then i deleted the deployment and added it back. the CVS files are still copied over.
October 13, 2004 at 4:41 pm #217583
Riyad KallaMemberCan you check your Eclipse log file for any weird errors or exceptions that might hint to us what is going on?
Also if you do a packaged deployment, are the CVS directories still copied out?
-
AuthorPosts
