facebook

Deploying application

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #234723 Reply

    Hello,

    I’am usign the Subversion. When I’am deploying the application, the .svn directory is deployed too.
    Can I define filter or solve this problem by another way ?

    Thans Mila

    #234724 Reply

    Scott Anderson
    Participant

    Mila,

    This was a bug that will be fixed in version 4.0M3, which we plan on releasing tomorrow morning. Sorry for the inconvenience.

    #245594 Reply

    eadon
    Member

    Hi,
    I am having a similar difficulty with the .svn folders. I can filter them from Eclipse itself using the exclude **/*svn/* filter. However MyEclipse still copies .svn folders to the build in the Web projects. I am using myEclipse version 4.0.3-GA – bang up to date. Is there a solution/workaround?

    Thanks

    #245635 Reply

    Scott Anderson
    Participant

    Eadon,

    The fact that you have to ask Eclipse to filter the files manuall, with an exclude, leads me to believe that you’re likely not using a Subversion client that’s an Eclipse plugin, but rather an external one instead. The reason that the distinction is important is that the Eclipse-based Subversion client properly marks the resources it uses as ‘team private’, which instructs both Eclipse and MyEclipse to ignore them automatically. You can get an Eclipse-based Subversion client here: http://subclipse.tigris.org/

    #246579 Reply

    eadon
    Member

    Installing Subclipse (with or without installing javasvn also) did not prevent myeclipse including .svn folders, and their contents, into the war and ear deployment files.
    Please advise on how to progress from here.

    #246581 Reply

    eadon
    Member

    This was because I had not synchronised with the repos! After synching, myEclipse does not build the .svn folders nor their contents. “Installing” was not enough.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Deploying application

You must be logged in to post in the forum log in