facebook

deploy some XML file

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #228869 Reply

    Andrew Cheng
    Participant

    I have several XML files under /src, and it should deploy to /classes in JBOSS. Also created other project with different name, but it deploy flawless. I compare side by side and can not find the different.
    (only difference is that one folder with WebRoot and the other one is docroot)
    😥

    #228897

    Riyad Kalla
    Member

    I have several XML files under /src, and it should deploy to /classes in JBOSS.

    Anything under a source directory that is not a Java file is handled by Eclipse and copied out to your Output directory. If this is not happening, then there is likely and issue with your project configuration under Java Build Path. Additionally you can check your log file <workspace dir>\.metadata\.log for exceptions.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: deploy some XML file

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