[actually, this is a user-list question, the dev lists discusses
developing Ant itself]
On 2012-07-01, Marcipicus wrote:
> Hi, I've recently developed an ant Task and I'm trying to figure out where
> the jar file is supposed to be placed.
Depends on who is supposed to use it. If ot is just your
https://www.survey.bris.ac.uk/lsewebsite/foss-survey/
Looks like the LSE is trying to work out why people give away code
Kev
-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.
Hi Marcipicus,
Debian/Ubuntu packages dump jars into `/usr/share/java/`, symlinked from
`/usr/share/ant/lib/`. I would use `/usr/local/share/ant/` for your task.
`ln -s /path/to/my.jar /usr/share/ant/lib/my.jar`
This is not ideal (see /usr/share/ant/bin/ant):
# ...Because the launcher is use
Hi, I've recently developed an ant Task and I'm trying to figure out where
the jar file is supposed to be placed.
I went through the tutorial at
http://ant.apache.org/manual/tutorial-writing-tasks.html and the only
reference I found to installation said to drop the file in the correct
place.
So
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned