When I have thought about this problem, I am thinking that the 0.29.1
release and onwards will be doubled, i.e. there will be two set of
downloads, one with MDR, the traditional and one with euml.
This means that the script that builds the releases needs to be run twice,
once for the traditional release and once for euml. In this case this
copying should then be done in only one of the cases.
It is great that you are starting to work with this Andreas. It is
inspiring.
/Linus
2009/9/15 Andreas Rueckert <[email protected]>
> Hi!
>
> Ok, it's working...with some manual help... :-)
>
> The euml manifest was broken. I attach a new one to this mail.
>
> The uml2 jar's are not copied to the argouml-build/build
> directory. The following would fix that in the euml build.xml
> ===========
> <!-- ===================================================================
> -->
> <!-- Install the jar file
> -->
> <!-- ===================================================================
> -->
> <target name="install" depends="jar"
> description="Copy the ${result.jar} file to the ArgoUML
> directory.">
> <copy todir="${argo.build.dir}">
> <fileset dir="${build.dir}" includes="*.jar"/>
> <fileset dir="${lib.dir}">
> <include name="**/*.jar"/>
> </fileset>
> </copy>
> </target>
> ===========
> , but it seems the main build.xml never calls the install option,
> but just the jar option?
>
> If I copy the uml2 files manually to the build dir, Argo starts just
> fine.
> But there should be some info in the 'about' menu item, that this
> is the uml2 version?
>
> Ciao,
> Andreas
>
> --
> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
>
> ------------------------------------------------------
>
> http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2395124
>
> To unsubscribe from this discussion, e-mail: [
> [email protected]].
> To be allowed to post to the list contact the mailing list moderator,
> email: [[email protected]]
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2395139
To unsubscribe from this discussion, e-mail:
[[email protected]].
To be allowed to post to the list contact the mailing list moderator, email:
[[email protected]]