Erro no projeto usando eclipse ...classpath error: unable to find org.aspectj.lang.JoinPoint

Olá,

até ontem projeto sem erro pela manhã apresentou esse erro abaixo e está invalido

Description	Resource	Path	Location	Type
classpath error: unable to find org.aspectj.lang.JoinPoint (check that aspectjrt.jar is in your classpath)	instituto		Unknown	Java Problem

alguém pode me ajudar…
abs

o jar do aspectj (aspectjrt.jar) está no classpath?

Olá,

obrigado pelo retrono.Estou usando no projeto maven será que está faltando esse jar ???Não entendi pois estava funcionando no dia anterior e hoje parou de funcionar ???

Poderia me ajudar …


<modelVersion>4.0.0</modelVersion>

	<groupId>ao.edu.instituto</groupId>
	<artifactId>imag-mbanzakongo</artifactId>
	<version>0.0.1-SNAPSHOT</version>
	<packaging>war</packaging>
	
	<name></name>
	<description></description>
	<url></url>
	
	<properties>
		<encoding.default>UTF-8</encoding.default>
	</properties>	

	<repositories>
		<repository>
			<id>demoiselle.sourceforge.net-snapshot</id>
			<url>http://demoiselle.sourceforge.net/repository/snapshot</url>
		</repository>
		<repository>
			<id>demoiselle.sourceforge.net-release</id>
			<url>http://demoiselle.sourceforge.net/repository/release</url>
		</repository>
	</repositories>

	<profiles>
	
		<!-- JBoss AS Profile -->
		<profile>
			<id>jboss</id>
			<dependencies>
				<dependency>
					<groupId>log4j</groupId>
					<artifactId>log4j</artifactId>
					<version>1.2.14</version>
					<scope>provided</scope>
				</dependency>
				<dependency>
					<groupId>javax.transaction</groupId>
					<artifactId>jta</artifactId>
					<version>1.0.1B</version>
					<scope>provided</scope>
				</dependency>					
				<dependency>
					<groupId>javax.faces</groupId>
					<artifactId>jsf-impl</artifactId>
					<version>1.2_08</version>
					<scope>provided</scope>
				</dependency>
				<dependency>
					<groupId>javax.faces</groupId>
					<artifactId>jsf-api</artifactId>
					<version>1.2_08</version>
					<scope>provided</scope>
				</dependency>
			</dependencies>			
		</profile>
		
		<!-- Apache Tomcat Profile -->
		<profile>
			<id>tomcat</id>
			<build>
				<resources>
					<resource>
						<directory>src/main/resources</directory>
						<filtering>true</filtering>
						<includes>
							<include>**/log4j.*</include>
						</includes>
					</resource>
				</resources>
			</build>
		</profile>
		
	</profiles>

	<dependencies>
	
		<!-- Demoiselle Framework -->
		<dependency>
			<groupId>br.gov.framework.demoiselle</groupId>
			<artifactId>demoiselle-web</artifactId>
			<version>1.1.0</version>
		</dependency>
		<dependency>
			<groupId>br.gov.framework.demoiselle</groupId>
			<artifactId>demoiselle-view</artifactId>
			<version>1.1.0</version>
		</dependency>
		<dependency>
			<groupId>br.gov.framework.demoiselle</groupId>
			<artifactId>demoiselle-persistence</artifactId>
			<version>1.1.0</version>
		</dependency>
		
		<!-- Demoiselle Components -->
		<dependency>
			<groupId>br.gov.component.demoiselle</groupId>
			<artifactId>demoiselle-authorization</artifactId>
			<version>1.0.2</version>
		</dependency>
		<dependency>
			<groupId>br.gov.component.demoiselle</groupId>
			<artifactId>demoiselle-common</artifactId>
			<version>1.0.3</version>
		</dependency>
		<dependency>
			<groupId>br.gov.component.demoiselle</groupId>
			<artifactId>demoiselle-environment</artifactId>
			<version>1.0.2</version>
		</dependency>		
		<dependency>
			<groupId>br.gov.component.demoiselle</groupId>
			<artifactId>demoiselle-hibernate-filter</artifactId>
			<version>1.0.2</version>
		</dependency>
		<dependency>
			<groupId>br.gov.component.demoiselle</groupId>
			<artifactId>demoiselle-jpa-extension</artifactId>
			<version>1.0.0</version>
		</dependency>
		<dependency>
			<groupId>br.gov.component.demoiselle</groupId>
			<artifactId>demoiselle-jsf-ui</artifactId>
			<version>1.0.5</version>
		</dependency>
		<dependency>
			<groupId>br.gov.component.demoiselle</groupId>
			<artifactId>demoiselle-mail</artifactId>
			<version>1.0.5</version>
		</dependency>
		<dependency>
			<groupId>br.gov.component.demoiselle</groupId>
			<artifactId>demoiselle-report</artifactId>
			<version>1.0.2</version>
		</dependency>
		<dependency>
			<groupId>br.gov.component.demoiselle</groupId>
			<artifactId>demoiselle-scheduler</artifactId>
			<version>1.0.3</version>
		</dependency>
		
		<!-- Base Libraries -->
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<version>1.2.14</version>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.5</version>
			<scope>test</scope>
		</dependency>
		
		<!-- Servlet and JSP -->
		<dependency>
	  		<groupId>javax.servlet</groupId>
  			<artifactId>servlet-api</artifactId>
  			<version>2.5</version>
  			<scope>provided</scope>
  		</dependency>
		<dependency>
			<groupId>javax.servlet.jsp</groupId>
			<artifactId>jsp-api</artifactId>
			<version>2.1</version>
			<scope>provided</scope>
		</dependency>
		
		<!-- JavaServer Faces -->
		<dependency>
			<groupId>com.sun.facelets</groupId>
			<artifactId>jsf-facelets</artifactId>
			<version>1.1.14</version>
		</dependency>
		<dependency>
			<groupId>org.richfaces.framework</groupId>
			<artifactId>richfaces-api</artifactId>
			<version>3.1.2.GA</version>
		</dependency>
		<dependency>
			<groupId>org.richfaces.framework</groupId>
			<artifactId>richfaces-impl</artifactId>
			<version>3.1.2.GA</version>
		</dependency>
		<dependency>
			<groupId>org.richfaces.ui</groupId>
			<artifactId>richfaces-ui</artifactId>
			<version>3.1.2.GA</version>
		</dependency>
		<dependency>
			<groupId>org.apache.myfaces.tomahawk</groupId>
			<artifactId>tomahawk</artifactId>
			<version>1.1.7</version>
		</dependency>
		
	</dependencies>

	<build>
		<finalName>imag-mbanzakongo</finalName>
		<resources>
			<resource>
				<directory>src/main/resources</directory>
				<filtering>true</filtering>
				<excludes>
					<exclude>**/log4j.*</exclude>
				</excludes>
			</resource>
		</resources>
		<testResources>
			<testResource>
				<directory>src/test/resources</directory>
				<filtering>true</filtering>
			</testResource>
		</testResources>
		<plugins>
		
			<!-- Additional Resources -->
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-resources-plugin</artifactId>
				<version>2.3</version>
				<configuration>
					<encoding>${encoding.default}</encoding>
				</configuration>
			</plugin>
			
			<!-- Java Sources Compilation -->
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>2.0.2</version>
				<configuration>
					<encoding>${encoding.default}</encoding>
					<source>1.5</source>
					<target>1.5</target>
				</configuration>
			</plugin>
			
			<!-- AspectJ Compilation -->
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>aspectj-maven-plugin</artifactId>
				<version>1.0</version>
				<configuration>
					<encoding>${encoding.default}</encoding>
					<source>1.5</source>
					<target>1.5</target>
                    <aspectLibraries>
                    	<aspectLibrary>
                    		<groupId>br.gov.framework.demoiselle</groupId>
                    		<artifactId>demoiselle-web</artifactId>
                    	</aspectLibrary>
                    	<aspectLibrary>
                    		<groupId>br.gov.framework.demoiselle</groupId>
                    		<artifactId>demoiselle-persistence</artifactId>
                    	</aspectLibrary>
                    	<aspectLibrary>
                    		<groupId>br.gov.component.demoiselle</groupId>
                    		<artifactId>demoiselle-authorization</artifactId>
                    	</aspectLibrary>
                    	<aspectLibrary>
                    		<groupId>br.gov.component.demoiselle</groupId>
                    		<artifactId>demoiselle-common</artifactId>
                    	</aspectLibrary>
                    </aspectLibraries>
				</configuration>
				<executions>
					<execution>
						<goals>
							<goal>compile</goal>
							<goal>test-compile</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			
			<!-- JasperReports Compilation -->
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>jasperreports-maven-plugin</artifactId>
				<version>1.0-beta-1</version>
				<configuration>
					<outputDirectory>${project.build.outputDirectory}/jasperreports</outputDirectory>
				</configuration>
				<executions>
					<execution>
						<goals>
							<goal>compile-reports</goal>
						</goals>
					</execution>
				</executions>
				<dependencies>
					<dependency>
						<groupId>jasperreports</groupId>
						<artifactId>jasperreports</artifactId>
						<version>3.1.0</version>
					</dependency>
				</dependencies>
			</plugin>
			
			<!-- Site Generation -->
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-site-plugin</artifactId>
				<version>2.0.1</version>
				<configuration>
					<inputEncoding>${encoding.default}</inputEncoding>
					<outputEncoding>${encoding.default}</outputEncoding>
				</configuration>
			</plugin>
			
		</plugins>
	</build>

e mais uma duvida todos os projetos que estão no Eclipse estão com esse erro , tem 10 contexto,porque ???

abs

Olá,

nunca usei o maven, então não posso te ajudar na configuração desse arquivo

HELP…HELP…HELP…