GUJ
Notícias, artigos e o maior fórum brasileiro sobre Java
home
fórum
notícias
tópicos recentes
empregos
artigos
Bem-vindo ao GUJ.
Crie seu login
, ou digite-o para logar no site.
Usuário:
Senha:
Erro no projeto usando eclipse ...classpath error: unable to find org.aspectj.lang.JoinPoint
Índice dos Fóruns
»
Desenvolvimento Web
Autor
Mensagem
15/09/2011 18:13:23
Assunto:
Erro no projeto usando eclipse ...classpath error: unable to find org.aspectj.lang.JoinPoint
paribe
JWizard
Membro desde: 22/08/2004 07:34:33
Mensagens: 2057
Offline
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
15/09/2011 18:19:55
Assunto:
Re:Erro no projeto usando eclipse ...classpath error: unable to find org.aspectj.lang.JoinPoint
thiagodk
Thread.start()
Membro desde: 28/01/2009 10:53:50
Mensagens: 25
Offline
o jar do aspectj (aspectjrt.jar) está no classpath?
15/09/2011 22:06:53
Assunto:
Re:Erro no projeto usando eclipse ...classpath error: unable to find org.aspectj.lang.JoinPoint
paribe
JWizard
Membro desde: 22/08/2004 07:34:33
Mensagens: 2057
Offline
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>
15/09/2011 22:18:22
Assunto:
Re:Erro no projeto usando eclipse ...classpath error: unable to find org.aspectj.lang.JoinPoint
paribe
JWizard
Membro desde: 22/08/2004 07:34:33
Mensagens: 2057
Offline
e mais uma duvida todos os projetos que estão no Eclipse estão com esse erro , tem 10 contexto,porque ????
abs
16/09/2011 09:15:46
Assunto:
Re:Erro no projeto usando eclipse ...classpath error: unable to find org.aspectj.lang.JoinPoint
thiagodk
Thread.start()
Membro desde: 28/01/2009 10:53:50
Mensagens: 25
Offline
Olá,
nunca usei o maven, então não posso te ajudar na configuração desse arquivo
16/09/2011 10:48:33
Assunto:
Re:Erro no projeto usando eclipse ...classpath error: unable to find org.aspectj.lang.JoinPoint
paribe
JWizard
Membro desde: 22/08/2004 07:34:33
Mensagens: 2057
Offline
HELP...HELP..HELP...
Índice dos Fóruns
»
Desenvolvimento Web
Ir para:
Selecione um Fórum
Notícias
Assuntos gerais (Off-topic)
MundoJ - Artigos, Notícias e Debates
Artigos e Tutoriais
Java Básico
Java Avançado
Ferramentas, Frameworks e Utilitários
Desenvolvimento Web
Interface Gráfica
Google Android e Java Micro Edition (ME)
Certificação Java
Persistência: Hibernate, JPA, JDBC e outros
Java Enterprise Edition (Java EE)
Frameworks e Bibliotecas brasileiros
RIA - Flex, JavaFX e outros
Arquitetura de Sistemas
Metodologias de Desenvolvimento e Testes de Software
JavaScript
Ruby & Ruby on Rails
Outras Linguagens
Powered by
JForum 2.1.8
©
JForum Team