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]]

Attachment: manifest.mf
Description: Binary data

Reply via email to