Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Can ajdt works with product's export?
Can ajdt works with product's export? [message #61191] Mon, 23 January 2006 02:36 Go to next message
Eclipse UserFriend
Originally posted by: simon.xinaobo.com.cn

I am working with many plugin projects, one of which has some
aspectj files. When deploy, I need to export the
whole projects. So I create a product(i.e. product extension),
and use the export link at the product.

The export works fine, except that aspectj doesn't weave into it.
That means, the exported binary class files don't be weaved with
the aspect. How can I export them with the product's export?
Thanks.

--
Best wishes,
SimonLei
Re: Can ajdt works with product's export? [message #61215 is a reply to message #61191] Mon, 23 January 2006 12:29 Go to previous messageGo to next message
Sian January is currently offline Sian JanuaryFriend
Messages: 83
Registered: July 2009
Member
No Message Body
Re: Can ajdt works with product's export? [message #61267 is a reply to message #61215] Tue, 24 January 2006 05:31 Go to previous message
Eclipse UserFriend
Originally posted by: simon.xinaobo.com.cn

hi, Sian,

Thanks for your reply. I find a way to solve the problem,
not so graceful, but it works.

I use the ajdt to generate the build.xml(just right click on
the plugin.xml, then choose pde tools->generate build.xml with
aspectj support), then check the "custom build" in the build page
of plugin.xml description editior.

Then, when I export the product, the class is woven.

On Mon, 23 Jan 2006 20:29:38 +0800, Sian January <sjanuary@uk.ibm.com>
wrote:

> Hi Simon,
>
> We don't currently support exporting Eclipse products and have an
> enhancement open that tracks this.
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=102129). We do support
> exporting plug-ins individually ("Export plug-ins and fragments with
> AspectJ Support" from the export wizard), so it may be possible to
> export your plug-in that contains the aspect using that wizard and then
> copy it in to your product. I believe a similar workaround is described
> in the bug report I mentioned.
>
> Sian
>
>
--
Best wishes,
SimonLei
Re: Can ajdt works with product's export? [message #591918 is a reply to message #61191] Mon, 23 January 2006 12:29 Go to previous message
Sian January is currently offline Sian JanuaryFriend
Messages: 83
Registered: July 2009
Member
No Message Body
Re: Can ajdt works with product's export? [message #591956 is a reply to message #61215] Tue, 24 January 2006 05:31 Go to previous message
SimonLei is currently offline SimonLeiFriend
Messages: 3
Registered: July 2009
Junior Member
hi, Sian,

Thanks for your reply. I find a way to solve the problem,
not so graceful, but it works.

I use the ajdt to generate the build.xml(just right click on
the plugin.xml, then choose pde tools->generate build.xml with
aspectj support), then check the "custom build" in the build page
of plugin.xml description editior.

Then, when I export the product, the class is woven.

On Mon, 23 Jan 2006 20:29:38 +0800, Sian January <sjanuary@uk.ibm.com>
wrote:

> Hi Simon,
>
> We don't currently support exporting Eclipse products and have an
> enhancement open that tracks this.
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=102129). We do support
> exporting plug-ins individually ("Export plug-ins and fragments with
> AspectJ Support" from the export wizard), so it may be possible to
> export your plug-in that contains the aspect using that wizard and then
> copy it in to your product. I believe a similar workaround is described
> in the bug report I mentioned.
>
> Sian
>
>
--
Best wishes,
SimonLei
Previous Topic:Not getting "matched by" for declare warning in Outline view
Next Topic:around advice question
Goto Forum:
  


Current Time: Wed Apr 24 17:41:58 GMT 2024

Powered by FUDForum. Page generated in 0.03156 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top