You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2005/10/02 18:11:17 UTC

DO NOT REPLY [Bug 36891] - Optional ant-task build process is error prone and counter-intuitive

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36891>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36891





------- Additional Comments From gregorypierce@mac.com  2005-10-02 18:11 -------
I was able to "workaround" part of this issue (the part where it doesn't build right) by editing the 
build.xml and changing the empty classpath path to 

  <path id="classpath">
	<fileset id="lib.jars" dir="lib">
		<include name="**/*.jar"/>
		<include name="**/*.zip"/>
	</fileset>  
  </path>

Now I can actually drop optional library jar files into the ant lib directory and they build when ant gets 
built as well as being available when ant runs.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org