Ticket #123 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

make an exportable executable

Reported by: kohlhase Owned by: nmueller
Priority: major Milestone: Release v0.1.2
Component: System Integration Version:
Keywords: Cc: dmisev
Blocked By: Blocking:
Due to close: Include in GanttChart: no
Dependencies: Due to assign:

Description

Since I brought up this topic, I think I have to make a ticket for this.

In the OMDoc distribution I have examples that I want to be able to render without having to install anything (in fact, I might be using a machine where I do not have root). So I would like to make an external to some subdir in the JOMDoc repository, where you have a "bleeding edge" compilation of the jar (and everything else that is needed) every time something stabilizes enough that it is safe to use. Then I can just let my OMDoc Makefiles point to this.

We might even do the same for released versions, in particular the "current release".

Change History

Changed 5 years ago by nmueller

  • cc dmisev added
  • due_assign YYYY/MM/DD deleted
  • status changed from new to assigned
  • component changed from System Implementation to System Integration
  • due_close YYYY/MM/DD deleted

@Dimitar: Can you post the respective URL? May I help you in anyway?

Changed 5 years ago by dmisev

* bleeding edge:  https://svn.omdoc.org/repos/jomdoc/deploy/bleeding-edge/ * latest release:  https://svn.omdoc.org/repos/jomdoc/deploy/latest/

I think it'd be best if you make an external to deploy, as both bleeding-edge and latest need  https://svn.omdoc.org/repos/jomdoc/deploy/contrib/ in that exact structure to work properly.

The respective ant targets to generate these jars are bedge and latest.

Note: latest will contain directories jomdoc-version in which the respective jar/scripts are, and the first directory would be created when we release jomdoc-0.1.2/

Changed 5 years ago by kohlhase

  • status changed from assigned to closed
  • resolution set to fixed

done that and it works like a charm. Closing this ticket.

Note: See TracTickets for help on using tickets.