[jira] Commented: (GERONIMODEVTOOLS-224) j2g compile errors

2007-10-02 Thread Ted Kirby (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531913
 ] 

Ted Kirby commented on GERONIMODEVTOOLS-224:


Thanks, Lin.  This works well.

I have not investigated much, but it seems that the eclipse SDK directory in 
the M2_REPO is deleted and reextracted twice during the build.  Any way to 
eliminate that second reextraction of the SDK?  It is a decent-sized and very 
machine intensive task.

> j2g compile errors
> --
>
> Key: GERONIMODEVTOOLS-224
> URL: 
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-224
> Project: Geronimo-Devtools
>  Issue Type: Bug
>  Components: J2G
>Affects Versions: 1.0.0
> Environment: Sun JDK 1.5.0_12, Ubuntu Linux
>Reporter: Erik B. Craig
>Assignee: Lin Sun
>
> Upon compilation attempt. getting a number of errors related to class 
> org.eclipse.jdt.core.dom.CompilationUnit
> such as
> NodesVisitor.java:[311,121] cannot find symbol
> symbol  : method getLineNumber(int)
> location: class org.eclipse.jdt.core.dom.CompilationUnit
> Suspect this may be related to a dependency or classpath issue after the move 
> to devtools? Investigating...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [jira] Commented: (GERONIMODEVTOOLS-224) j2g compile errors

2007-10-02 Thread Tim McConnell
That's interesting Lin !!  I have the same problem with many of the DEVTOOLS 
jiras not being able to mark them as Resolved. I usually only have these 
workflow options available to me:


-- Begin RTC Review
-- Start Progress
-- Close Issue

Does anyone know how these workflow items can be modified to include "Resolved" 
?? Thanks much


Lin Sun (JIRA) wrote:
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531886 ] 


Lin Sun commented on GERONIMODEVTOOLS-224:
--

checked in a fix (581352) for this build error.But I don't seem to be able to mark this jira as resolved.   


j2g compile errors
--

Key: GERONIMODEVTOOLS-224
URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-224
Project: Geronimo-Devtools
 Issue Type: Bug
 Components: J2G
   Affects Versions: 1.0.0
Environment: Sun JDK 1.5.0_12, Ubuntu Linux
   Reporter: Erik B. Craig
   Assignee: Lin Sun

Upon compilation attempt. getting a number of errors related to class 
org.eclipse.jdt.core.dom.CompilationUnit
such as
NodesVisitor.java:[311,121] cannot find symbol
symbol  : method getLineNumber(int)
location: class org.eclipse.jdt.core.dom.CompilationUnit
Suspect this may be related to a dependency or classpath issue after the move 
to devtools? Investigating...




--
Thanks,
Tim McConnell


[jira] Commented: (GERONIMODEVTOOLS-224) j2g compile errors

2007-10-02 Thread Lin Sun (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531886
 ] 

Lin Sun commented on GERONIMODEVTOOLS-224:
--

checked in a fix (581352) for this build error.But I don't seem to be able 
to mark this jira as resolved.   

> j2g compile errors
> --
>
> Key: GERONIMODEVTOOLS-224
> URL: 
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-224
> Project: Geronimo-Devtools
>  Issue Type: Bug
>  Components: J2G
>Affects Versions: 1.0.0
> Environment: Sun JDK 1.5.0_12, Ubuntu Linux
>Reporter: Erik B. Craig
>Assignee: Lin Sun
>
> Upon compilation attempt. getting a number of errors related to class 
> org.eclipse.jdt.core.dom.CompilationUnit
> such as
> NodesVisitor.java:[311,121] cannot find symbol
> symbol  : method getLineNumber(int)
> location: class org.eclipse.jdt.core.dom.CompilationUnit
> Suspect this may be related to a dependency or classpath issue after the move 
> to devtools? Investigating...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMODEVTOOLS-224) j2g compile errors

2007-09-26 Thread Erik B. Craig (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530535
 ] 

Erik B. Craig commented on GERONIMODEVTOOLS-224:


I was able to check out and successfully build revision 578000 from 
https://svn.apache.org/repos/asf/geronimo/plugins/j2g , which still is 
dependent on a set very similar to how it was setup while in sandbox. I am 
thinking the same thing as you, with the change to the maven plugin being used

> j2g compile errors
> --
>
> Key: GERONIMODEVTOOLS-224
> URL: 
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-224
> Project: Geronimo-Devtools
>  Issue Type: Bug
>  Components: J2G
>Affects Versions: 1.0.0
> Environment: Sun JDK 1.5.0_12, Ubuntu Linux
>Reporter: Erik B. Craig
>Assignee: Erik B. Craig
>
> Upon compilation attempt. getting a number of errors related to class 
> org.eclipse.jdt.core.dom.CompilationUnit
> such as
> NodesVisitor.java:[311,121] cannot find symbol
> symbol  : method getLineNumber(int)
> location: class org.eclipse.jdt.core.dom.CompilationUnit
> Suspect this may be related to a dependency or classpath issue after the move 
> to devtools? Investigating...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMODEVTOOLS-224) j2g compile errors

2007-09-26 Thread Lin Sun (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530533
 ] 

Lin Sun commented on GERONIMODEVTOOLS-224:
--

It looks like this build error is caused by the change to go to the 
maven-antrun-plugin.  somehow, we are configuring our eclipse env differently 
than we used to (in sandbox).  I just made a bit change to not download all the 
other unnecessary stuff (WTP and its prerequisites), and had thought the build 
error went away.  But it didn't.  I was able to build just now because I built 
the the sandbox j2g first which enabled the repo in a way that is favorable to 
build the org.apache.geronimo.j2g.sources plugin.

> j2g compile errors
> --
>
> Key: GERONIMODEVTOOLS-224
> URL: 
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-224
> Project: Geronimo-Devtools
>  Issue Type: Bug
>  Components: J2G
>Affects Versions: 1.0.0
> Environment: Sun JDK 1.5.0_12, Ubuntu Linux
>Reporter: Erik B. Craig
>Assignee: Erik B. Craig
>
> Upon compilation attempt. getting a number of errors related to class 
> org.eclipse.jdt.core.dom.CompilationUnit
> such as
> NodesVisitor.java:[311,121] cannot find symbol
> symbol  : method getLineNumber(int)
> location: class org.eclipse.jdt.core.dom.CompilationUnit
> Suspect this may be related to a dependency or classpath issue after the move 
> to devtools? Investigating...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.