Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] ppw plugins

I'll be happy to help out with this.  One of the major caveats I ran into with external jars in plugins was that the plugin containing the external jars could not be archived for deployment.  It had to be distributed as a folder rather than a jar file itself.  Outside of that it's basically a matter of making sure the plugin classpath build options are set properly.  I'm on the road with restricted net-access this week but on Friday I should have access to my plugin archives so I can send you more details. 

-Wyatt

On Mon, Mar 22, 2010 at 5:03 AM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
Hi Max,

Yes, Wyatt has removed the dependencies from TAU so we don't need any special jars to build PTP.

Wyatt, if you could help Max sort this out it would be appreciated.

Cheers,
Greg

On Mar 19, 2010, at 10:20 AM, Max Billingsley III wrote:

>
> Greg,
>
> I think I need to take a look at the TAU plugins and/or consult with Wyatt to help address this.
>
> I had been following TAU's example when it came to third-party packages,  though it looks like the approach taken by TAU has changed.
>
> -Max
>
> Greg Watson wrote:
>> Max,
>> How were you planning to include the PPW plugins as part of the PTP build? The ppw.jars plugin has dependencies on third party packages that are not available on the build machine, so I'm not sure how it's going to work.
>> Thanks,
>> Greg_______________________________________________
>> ptp-dev mailing list
>> ptp-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/ptp-dev
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top