[jboss-jira] [JBoss JIRA] Updated: (EJBTHREE-1223) Valid Constructs Occassionally Result in Compilation Errors in Maven
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Fri May 23 08:56:42 EDT 2008
[ http://jira.jboss.com/jira/browse/EJBTHREE-1223?page=all ]
Carlo de Wolf updated EJBTHREE-1223:
------------------------------------
With fork enable you need javac on the path. For those people who don't want javac on their path use -Dmaven.compiler.executable=/home/alesj/i/put/my/javac/here/javac
> Valid Constructs Occassionally Result in Compilation Errors in Maven
> --------------------------------------------------------------------
>
> Key: EJBTHREE-1223
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-1223
> Project: EJB 3.0
> Issue Type: Bug
> Components: build
> Environment: Maven Builds; javac and Eclipse are fine
> Reporter: Andrew Lee Rubinger
> Assigned To: Andrew Lee Rubinger
> Fix For: AS 5.0.0.CR1
>
>
> When running "mvn install", the following is occasionally encountered:
> C:\alrubinger\business\jboss\wc\jbossas\projects\ejb3\core\src\test\java\org\jbo
> ss\ejb3\test\ejbthree963\MyStatefulBean.java:[44,47] cannot find symbol
> symbol : variable JNDI_NAME
> location: interface org.jboss.ejb3.test.ejbthree963.MyStatefulHome
> C:\alrubinger\business\jboss\wc\jbossas\projects\ejb3\core\src\test\java\org\jbo
> ss\ejb3\test\ejbthree1127\Test21WithNoRemoteInterfaceDefinedBean.java:[40,47] ca
> nnot find symbol
> symbol : variable JNDI_NAME
> location: interface org.jboss.ejb3.test.ejbthree1127.TestRemoteHome
> C:\alrubinger\business\jboss\wc\jbossas\projects\ejb3\core\src\test\java\org\jbo
> ss\ejb3\test\ejbthree1071\StatefulRemoteBean.java:[23,43] cannot find symbol
> symbol : variable JNDI_NAME_REMOTE
> location: interface org.jboss.ejb3.test.ejbthree1071.StatefulRemote
> ...these are valid constructs that should be visible to the compiler.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list