و عليكم السلام،
attached file is the Ant file to build muallim-1.0.jar (the generated jar by
this file includes only java classes).
I think that muallim on-Line version (i.e only JPG Slides will be included
in the package) size is smaller than 27 MB.
Finally, I propose to move Audio files from wuala, In fact some times
playing onLine audio isn't possible from this storage server.
Jazakom allahou Khairan w Assalamou Alaycom w Rahmat Allah.
--
http://www.alrahma.tv/
<project>
<target name="clean">
<delete dir="build"/>
</target>
<target name="compile">
<mkdir dir="build/classes"/>
<javac srcdir="src" destdir="build/classes"/>
</target>
<target name="build-muallim">
<mkdir dir="build/jar"/>
<jar destfile="build/jar/muallim-1.0.jar" basedir="build/classes">
<manifest>
<attribute name="Main-Class" value="MuallimStandalone"/>
</manifest>
</jar>
</target>
</project>
_______________________________________________
Mailing list: https://launchpad.net/~sabily.team
Post to : sabily.team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sabily.team
More help : https://help.launchpad.net/ListHelp