| Summary: | deployed gridshib jars in GT4.2 | ||
|---|---|---|---|
| Product: | GridShib | Reporter: | Tom Scavo <trscavo@gmail.com> |
| Component: | GT plugin | Assignee: | Tom Scavo <trscavo@gmail.com> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gridshib-dev@globus.org |
| Priority: | P3 | ||
| Version: | 0.6 | ||
| Target Milestone: | beta | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 6214 | ||
Since the EchoService has two separate source directories, this is easy to fix
in gt/echoservice/java/source/build.xml:
<property name="build.lib.basedir" location="build/lib"/>
<property name="build.lib.dir" location="${build.lib.basedir}/common"/>
<property name="garjars.id" value="garjars"/>
<fileset dir="${build.lib.basedir}" id="garjars"/>
<target name="jar" depends="compile">
<jar destfile="${build.lib.dir}/${jar.name}"
basedir="${build.dest}"/>
</target>