facebook

TagLib autocomplete without Web Project

💡
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 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #220997 Reply

    sandrods
    Member

    Does it wok? Can I use taglib autocomplete feature without adding Web project capabilities to my project?

    #221000

    Riyad Kalla
    Member

    It is possible, but not recommended or really supported. Just make sure that the root of your project is technically your webroot, so 1 level down you would have WEB-INF and in there your web.xml file defining your taglibs.

    Honestly not adding Web Caps is messy and problomatic; is there a reason you don’t want to add web capabilities? (Maybe I can help you work around whatever you don’t like about it).

    #221005

    Scott Anderson
    Participant

    sandrods,

    I notice you’ve been a member since March but your account shows up as a trial. If you’re covered under a group license, please send an email with the key to subscriptions@genuitec.com so we can get your account upgraded on the portal.

    #221011

    sandrods
    Member

    The main reason I’m trying to use a ANT controlled package/deploy, is that MyEclipse is not able to generate JBoss’ .HAR (Hibernate) files and deploy them inside the .EAR.

    So my project tree looks like this:

    |
    -java
    –|-META-INF
    -web
    –|-WEB-INF
    -build

    #221059

    Scott Anderson
    Participant

    Acutally, version 3.8.3 can generate a .HAR and deploy it. Read the Enterprise project tutorial in version 3.8.3, available in the integrated help, or on the website in the documentation section, here:
    http://www.myeclipseide.com/ContentExpress-display-ceid-67.html

    For your .har project, name it along the pattern ‘name.har’, since project names that contain extensions will be respected when they’re archived and deployed. Make the EAR project dependent on the .har project and set the EAR project deployment properties to archive dependent projects, as described in the advanced section of the quickstart.

    #222974

    auctionblox
    Member

    It appears that the .har file does get created and packaged inside of the .ear file, however jboss does not pick up the .har file. I’m not sure that I know enough about this, but it appears that a .har/.sar must *not* be contained in an .ear file and rather deployed as if it were an .ear file at the root deploy folder.

    I had considered created a web project with .har extension to work around the problem, but seems rather kludgy.

    Other thoughts?

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: TagLib autocomplete without Web Project

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