Hi,
I trying to repackage weka to linux rpms so I want to learn and know how
weka linux archieve work first..but I getting some issue here.
since I not familiar with ant release. Could you give some help?
I able to compile weka using "mvn clean install -DskipTests=true" maven
command. Then I saw another xml called "release.xml" for ant, I give a
try with ant command:
$ ant -f release.xml projecthelp
Buildfile:
/home/robbi/Documents/workspace/copr/custom_weka/stable-3-8-5/release.xml
BUILD FAILED
/home/robbi/Documents/workspace/copr/custom_weka/stable-3-8-5/release.xml:33:
taskdef class de.dokutransdata.antlatex.LaTeX cannot be found
using the classloader AntClassLoader[]
Total time: 0 seconds
Based what i know, it should have classpath parameter like this patch:
$ svn diff release.xml
Index: release.xml
===================================================================
--- release.xml (revision 15767)
+++ release.xml (working copy)
@@ -30,7 +30,8 @@
<property file="last-release.props"/>
<!-- define the latex task -->
- <taskdef name="latex" classname="de.dokutransdata.antlatex.LaTeX"/>
+ <taskdef name="latex" classname="de.dokutransdata.antlatex.LaTeX"
+ classpath="/path/to/ant/lib/ant_latex.jar"/>
Sadly, I could find this "ant_latex" jar file.
$ find . -name *latex*.jar | wc
0 0 0
Where I can find it and what version you use? or did I do something wrong?
Let me know what do you think about it.
p/s : I sent this email before, but seem it bounce away because I am not
subscriber previously.
--
Email: Robbi Nespu <robbinespu AT SPAMFREE gmail DOT com>
PGP fingerprint : D311 B5FF EEE6 0BE8 9C91 FA9E 0C81 FA30 3B3A 80BA
PGP key :
https://keybase.io/robbinespu/pgp_keys.asc_______________________________________________
Wekalist mailing list --
[hidden email]
Send posts to
[hidden email]
To unsubscribe send an email to
[hidden email]
To subscribe, unsubscribe, etc., visit
https://list.waikato.ac.nz/postorius/lists/wekalist.list.waikato.ac.nzList etiquette:
http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html