facebook

Invalid path elements in xdoclet-build.xml

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #198589 Reply

    xdoclet-build.xml contains references like:

    <pathelement location=”C:/Program Files/Java/j2re1.4.1_03/lib/rt.jar”/>
    <pathelement location=”C:/Program Files/Java/j2re1.4.1_03/lib/sunrsasign.jar”/>
    <pathelement location=”C:/Program Files/Java/j2re1.4.1_03/lib/jsse.jar”/>

    <pathelement location=”C:/java/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.5.1/data/libraryset/1.3/javax.servlet.jar”/>

    Theses references cause many problems when you want to share your project with another user. You have to update the references to relfect the user’s paths.

    I think that my eclipse should compute these values at runtime and pass them to ant as needed.

    #198595 Reply

    support-michael
    Keymaster

    Thanks for this feedback. We are currently evaluating ways to greatly improve XDoclet integration and development procedures. My 1st thought is to refrain from checking in any generated artifacts such as the xdoclet-build.xml file. Rather have each user regenerate the xdoclet-build.xml on his own system to avoid configuration problems as you identify above.

    Michael
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Invalid path elements in xdoclet-build.xml

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