Re: Where should the jar files for user defined tasks be placed?

2012-07-01 Thread Stefan Bodewig
[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

Survey of open source developers

2012-07-01 Thread Kevin Jackson
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.

Re: Where should the jar files for user defined tasks be placed?

2012-07-01 Thread TM
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

Where should the jar files for user defined tasks be placed?

2012-07-01 Thread Marcipicus
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

Bug report for Ant [2012/07/01]

2012-07-01 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned