[jboss-dev] Libs from tools/lib in thirdparty/libraries.ent
Ryan Campbell
rcampbel at redhat.com
Tue Aug 28 15:48:51 EDT 2007
Brian Stansberry wrote:
> Can anyone tell me how the following bit gets added to
> thirdparty/libraries.ent in Branch_4_2 when the file is built? Seems
> to be magic... not coming through the component-info.xml stuff that
> drives the other sections.
>
In a file for things that don't play nicely with the normal
component-info expectations:
http://anonsvn.jboss.org/repos/jbossas/branches/Branch_4_2/tools/etc/buildmagic/aliases.ent
I think it's included by the <generate/> task automagically. Or at
least I can't figure out/remember how you would determine this otherwise.
> <!-- Ant -->
> <property name="apache.ant.root" value="${project.tools}"/>
> <property name="apache.ant.lib" value="${apache.ant.root}/lib"/>
> <path id="apache.ant.classpath">
> <pathelement path="${apache.ant.lib}/ant.jar"/>
> </path>
>
> I'm trying to create an equivalent section for ant-junit.jar so I can
> do http://jira.jboss.com/jira/browse/JBAS-4641.
>
More information about the jboss-development
mailing list