[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] When using AJDT to add AspectJ capabilities to a project, it breaks Eclipse's ability to publish to Tomcat
|
- From: Robert Campbell <rrc7cz@xxxxxxxxx>
- Date: Sun, 24 May 2009 12:53:26 +0200
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=7lyN0oV2tFbvl8A/REDGWHzrLNFxO4AzVDzcF712ZAI=; b=p/I4cLPldhmMcIE6QuGezCgyCF5OxXwWo+dNfySj4hMwBFmA1Ngk7i8OMnLBlmHx0A j2P8W2L1h1xUgImuMSerHA+LndlA8ZN/FTMQnrTaDXbUrtJ/OdFWIFwwxZeevViCZS1p iNWWJswVE/hJoTMUkgMdagK7u/tVu+SWSwmGE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=rkck1uGclL8dkZjpIsRqMDZnwt34tBvP9eB+HT9Rs3fB6wuzm3ZaJZgxttnIKxFrxV Di5JasORGqrYTU4RMFcqqJiyTTNVX+F2R7IBXa957adygxbrAq9X2KbrmYAkJistjMKZ wzqf4MigzTZATPxucrE2Ye9eqrcmV9hGyVfCc=
I'm facing a pretty straight-forward issue. Before I do "AspectJ Tools
> Convert to AspectJ Project" I am able to publish this project
correctly to my embedded server, Tomcat. Once I click this open and
convert a project to AspectJ, it appears to do one publish then never
done again. I say it appears to publish once because when I run the
project my aspects have been applied, but no combination of code
changes, rebuilds, cleans, or anything can push out future changes.
Has anyone seen this behavior before?
Thanks,
Robert Campbell