From: Hannes N. <h.n...@go...> - 2009-07-23 12:47:58
|
Hi, Is it possible to remove the snapshot part of the tinyTiM-2.0.0a5 jar? Right now it is necessary to edit the build.xml of tinyTiM-mio for every new tinyTiM build, which is a bit annoying. regards Hannes -- Onotoa - Simply create your Topic Maps schemas. http://onotoa.topicmapslab.de http://www.topicmapslab.de/people/Hannes_Niederhausen |
From: Lars H. <he...@se...> - 2009-07-23 12:57:15
|
Hi Hannes, > Is it possible to remove the snapshot part of the tinyTiM-2.0.0a5 jar? > Right now it is necessary to edit the build.xml of tinyTiM-mio for > every new tinyTiM build, which is a bit annoying. It is. :) Just remove the hash in front of #release_type= in the build.properties. I am open to better ideas how to distinguish between official builds and snapshots, though. :) Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Markus U. <mar...@gm...> - 2009-07-23 23:16:59
|
Lars Heuer schrieb: > Hi Hannes, > >> Is it possible to remove the snapshot part of the tinyTiM-2.0.0a5 jar? >> Right now it is necessary to edit the build.xml of tinyTiM-mio for >> every new tinyTiM build, which is a bit annoying. >> > It is. :) > Just remove the hash in front of > #release_type= > in the build.properties. > > I am open to better ideas how to distinguish between official builds > and snapshots, though. :) > I actually like the current naming scheme ;) @Hannes: In order to remedy the problem mentioned above, I use fileset definitions instead of hard-coded names (which is far more convenient as long as there's only one version of a library in the search path), e.g., <path id="compile.classpath.tmapi2"> <fileset dir="${lib.dir}/3rdparty/tm-engine/tinytim20"> <include name="tmapi-2*.jar" /> <include name="tinytim-mio-2*.jar" /> <!-- needed because of TinyTimMapInputHandler --> <include name="tinytim-2*.jar" /> </fileset> </path> Ad astra, Markus |
From: Hannes N. <h.n...@go...> - 2009-07-24 06:44:01
|
Hi, > I actually like the current naming scheme ;) I also do, really. > @Hannes: In order to remedy the problem mentioned above, I use fileset > definitions instead of hard-coded names (which is far more convenient as > long as there's only one version of a library in the search path), e.g., > > <path id="compile.classpath.tmapi2"> > <fileset dir="${lib.dir}/3rdparty/tm-engine/tinytim20"> > <include name="tmapi-2*.jar" /> > <include name="tinytim-mio-2*.jar" /> > <!-- needed because of TinyTimMapInputHandler --> > <include name="tinytim-2*.jar" /> > </fileset> > </path> > And that is what I wanted/needed. Great :) Could we change the build.xml of mio like that? regards Hannes -- Onotoa - Simply create your Topic Maps schemas. http://onotoa.topicmapslab.de http://www.topicmapslab.de/people/Hannes_Niederhausen |
From: Lars H. <he...@se...> - 2009-07-24 11:38:52
|
Hi Hannes, [...] >> <path id="compile.classpath.tmapi2"> >> <fileset dir="${lib.dir}/3rdparty/tm-engine/tinytim20"> [...] >> </fileset> >> </path> >> > And that is what I wanted/needed. Great :) > Could we change the build.xml of mio like that? Yes, good idea. I am not sure if I'll be able to do it today / this weekend but feel free to modify the mio build. :) I planned to use filesets anyway to get rid of the repeated <classpath><pathelement/></classpath> statements. Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Lars H. <he...@se...> - 2009-08-13 11:32:27
|
Hi all, [...] > I planned to use filesets anyway to get rid of the repeated > <classpath><pathelement/></classpath> statements. I updated the build script (rev. 345) to match any tinytim-version-with-a-strange-snapshot-name.jar Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Hannes N. <h.n...@go...> - 2009-08-13 11:41:29
|
Great, thank you. regards Hannes On Thu, Aug 13, 2009 at 1:37 PM, Lars Heuer<he...@se...> wrote: > Hi all, > > [...] >> I planned to use filesets anyway to get rid of the repeated >> <classpath><pathelement/></classpath> statements. > > I updated the build script (rev. 345) to match any > tinytim-version-with-a-strange-snapshot-name.jar > > Best regards, > Lars > -- > Semagia > <http://www.semagia.com> > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > tinyTiM-discuss mailing list > tin...@li... > https://lists.sourceforge.net/lists/listinfo/tinytim-discuss > -- Onotoa - Simply create your Topic Maps schemas. http://onotoa.topicmapslab.de http://www.topicmapslab.de/people/Hannes_Niederhausen |