Re: Strange build error on trunk

2006-08-28 Thread Joe Bohn
Jeff, Are you still planning to publish the 1.4.5 jspc plugin? I'm still having a number of problems (and they keep changing with the movement of things) but I get further with this 1.4.5-SNAPSHOT than I do without it. There are several people in this same scenario (pretty much all

Re: Strange build error on trunk

2006-08-28 Thread Jeff Genender
Yep...let me get a vote started on Mojo to release 1.4.5. I mentioned the JAVA_HOME thing because the error is related to jspc not being able to find the tools.jar file. Issues regarding that has been having a proper JAVA_HOME. That was only a hint as I have said, I cannot reproduce the problem

Re: Strange build error on trunk

2006-08-28 Thread Jeff Genender
Could be. As soon as I can reproduce..I'll fix it ;-) Jeff Jason Dillon wrote: I don't think that it has any trouble finding tools.jar either. When I was seeing the problem on my windows virtual machine, if I removed a subset of jsps from the webapp diretcory, it worked fine... it was able

Re: Strange build error on trunk

2006-08-27 Thread Jeff Genender
I just ran 1.4.4 *and* 1.4.5-SNAPSHOT jspc on Fedora Core 4...no errors...using Sun Java 1.4.2_10-b03 and 1.5.0_06-b05 (on certain web apps only for testing the compile). I ran it on Windows XP SP2 and MacOSX 10.4.7...no errors. I cannot reproduce at this time. The only things I could possibly

Re: Strange build error on trunk

2006-08-27 Thread Jason Dillon
I don't think this is related to JAVA_HOME at all... I think the error is erroneous. When I was seeing this error, it would sometimes process a handful of jsp files, and then barf with that error... so it clearly can find Java and is able to compile some files. But then it gets to a point

Re: Strange build error on trunk

2006-08-25 Thread Jason Dillon
I have never seen this error. What version of Maven are you using? What version of Java? Did you compile any Maven plugins locally? Anything else that could be odd about your environment? --jason On Aug 24, 2006, at 9:17 PM, Joe Bohn wrote: Is there any new news on this (or a work

Re: Strange build error on trunk

2006-08-25 Thread Sergey Elin
In my case it's:[EMAIL PROTECTED]:/home/cruz/java/geronimo/applications/geronimo-examples/geronimo-jsp-examples(1)$ mvn -vMaven version: 2.0.4[EMAIL PROTECTED]:/home/cruz/java/geronimo/applications/geronimo-examples/geronimo-jsp-examples(0)$ java -version java version 1.4.2-p7Java(TM) 2 Runtime

Re: Strange build error on trunk

2006-08-25 Thread Jason Dillon
Does this file actually have that class (org/eclipse/jdt/internal/compiler/env/INameEnvironment):    /home/cruz/.m2/repository/tomcat/jasper-compiler-jdt/5.5.15/jasper-compiler-jdt-5.5.15.jar--jasonOn Aug 25, 2006, at 12:13 AM, Sergey Elin wrote:Here is a bit more info:[INFO] [jspc:compile

Re: Strange build error on trunk

2006-08-25 Thread Sergey Elin
Yes2006/8/25, Jason Dillon [EMAIL PROTECTED]: Does this file actually have that class (org/eclipse/jdt/internal/compiler/env/INameEnvironment): /home/cruz/.m2/repository/tomcat/jasper-compiler-jdt/5.5.15/jasper- compiler-jdt-5.5.15.jar--jason On Aug 25, 2006, at 12:13 AM, Sergey Elin wrote:Here is

Re: Strange build error on trunk

2006-08-25 Thread Jason Dillon
Can you check to see what is in jasper-compiler-jdt-5.5.15.jar?Also, not that I think it matters, but you might try to svn co server/trunk.Let me know, I would like to understand why this failure just started... and more so why only some folks see it,--jasonOn Aug 25, 2006, at 12:26 AM, Sergey

Re: Strange build error on trunk

2006-08-25 Thread Jason Dillon
Can you send me to full `mvn -X` from the applications/geronimo-examples/geronimo-jsp-examples plz.--jasonOn Aug 25, 2006, at 12:32 AM, Sergey Elin wrote:Yes2006/8/25, Jason Dillon [EMAIL PROTECTED]: Does this file actually have that class (org/eclipse/jdt/internal/compiler/env/INameEnvironment):  

Re: Strange build error on trunk

2006-08-25 Thread Sergey Elin
It seems there is the wrong configuration for jspc-maven-plugin 1.4.4 in maven 2: required dependency to jasper-compiler-jdt is missing.I just add dependency to plugin's jspc-maven-plugin-1.4.4.pom and successfully build geronimo-jsp-examples.2006/8/25, Jason Dillon [EMAIL PROTECTED]: Can you

Re: Strange build error on trunk

2006-08-25 Thread Jason Dillon
This still all builds fine for me w/o any modifications to the jspc plugin.Something else going on...--jasonOn Aug 25, 2006, at 1:00 AM, Sergey Elin wrote:It seems there is the wrong configuration for jspc-maven-plugin 1.4.4 in maven 2: required dependency to jasper-compiler-jdt is missing.I just

Re: Strange build error on trunk

2006-08-25 Thread Sergey Elin
Hmm..Can you show your mirrors section from maven's settings.xml?2006/8/25, Jason Dillon [EMAIL PROTECTED]: This still all builds fine for me w/o any modifications to the jspc plugin.Something else going on...--jason On Aug 25, 2006, at 1:00 AM, Sergey Elin wrote:It seems there is the wrong

Re: Strange build error on trunk

2006-08-25 Thread Jason Dillon
mirrors        mirror            idrepo.mergere.com/id            urlhttp://repo.mergere.com/maven2/url            mirrorOfcentral/mirrorOf        /mirror    /mirrors--jasonOn Aug 25, 2006, at 2:08 AM, Sergey Elin wrote:Hmm..Can you show your mirrors section from maven's settings.xml?2006/8/25,

Re: Strange build error on trunk

2006-08-25 Thread Joe Bohn
For me it's Maven version: 2.0.4 java version 1.4.2_08 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03) Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode) I didn't compile any maven plugins locally. Anything else? I'm running on windows XP and most folks I

Re: Strange build error on trunk

2006-08-25 Thread Sergey Elin
The same result...2006/8/25, Jason Dillon [EMAIL PROTECTED]: mirrorsmirror idrepo.mergere.com /id urlhttp://repo.mergere.com/maven2/url mirrorOfcentral/mirrorOf /mirror /mirrors--jason On Aug 25, 2006, at 2:08 AM, Sergey Elin wrote:Hmm..Can you show your mirrors section

Re: Strange build error on trunk

2006-08-25 Thread Joe Bohn
in-line Jason Dillon wrote: Can you check to see what is in jasper-compiler-jdt-5.5.15.jar? I think this jar looks fine in my repo.It contains the INameEnvironment.class. Also, not that I think it matters, but you might try to svn co server/trunk. I did a fresh checkout. Actually, I

Re: Strange build error on trunk

2006-08-25 Thread Rick McGuire
Joe Bohn wrote: For me it's Maven version: 2.0.4 java version 1.4.2_08 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03) Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode) I didn't compile any maven plugins locally. Anything else? I'm running on windows XP

Re: Strange build error on trunk

2006-08-25 Thread Jeff Genender
I just released a new version 1.4.5-SNAPSHOT of the jspc plugin (just now). I added the jasper-compiler-jdt. Please try this version and let me know if all works. If so I will start a vote at Mojo to release 1.4.5. Thanks, Jeff Sergey Elin wrote: It seems there is the wrong configuration

Re: Strange build error on trunk

2006-08-25 Thread Bill Dudney
FWIW, I just finished a fresh checkout and 'mvn install' without error. No modifications of anything (I did not run the bootstrap though to delete my ~/.m2/repo). TTFN, -bd- On Aug 25, 2006, at 8:30 AM, Jeff Genender wrote: I just released a new version 1.4.5-SNAPSHOT of the jspc plugin

Re: Strange build error on trunk

2006-08-25 Thread Jeff Genender
1.4.5-SNAPSHOT is an important one besides due to the forking problems in Maven. The jspc plugin in 1.4.5 now forces a second compile after source generation. Under normal circumstances, this is fine, but in certain situations (i.e. complex mixture of plugins), if forces a full build again. I

Re: Strange build error on trunk

2006-08-25 Thread Rick McGuire
Well, the result is different, but still a build failure: [INFO] [jspc:compile {execution: jspc}] [INFO] Compiling new java files... [INFO] [ERROR] BUILD ERROR [INFO]

Re: Strange build error on trunk

2006-08-25 Thread Jeff Genender
Are you using 1.4.5-SNAPSHOT? I do not see your tools.jar in your classpath. Please delete your ~/.m2/reporitory/org/codehaus/mojo/jspc-maven-plugin directory and try again. Jeff Rick McGuire wrote: Added as an attachment, since Thunderbird's choking on the cut and paste for some reason.

Re: Strange build error on trunk

2006-08-25 Thread Rick McGuire
Jeff Genender wrote: Are you using 1.4.5-SNAPSHOT? I do not see your tools.jar in your classpath. Please delete your ~/.m2/reporitory/org/codehaus/mojo/jspc-maven-plugin directory and try again. Same result. Only the 1.4.5-SNAPSHOT is in the jspc-maven-plugin directory after completion.

Re: Strange build error on trunk

2006-08-25 Thread Jeff Genender
And what happens when you use 1.4.4 and you add the jasper-compiler-jdt as a dependency to the pom? Jeff Rick McGuire wrote: Jeff Genender wrote: Are you using 1.4.5-SNAPSHOT? I do not see your tools.jar in your classpath. Please delete your

Re: Strange build error on trunk

2006-08-25 Thread Rick McGuire
Jeff Genender wrote: And what happens when you use 1.4.4 and you add the jasper-compiler-jdt as a dependency to the pom? I'm sorry, I not sure I understood that last bit. Where do I add the jasper-compiler-jdt (and which version?). Rick Jeff Rick McGuire wrote: Jeff Genender wrote:

Re: Strange build error on trunk

2006-08-25 Thread Jeff Genender
Add it to your web app pom. use version 5.5.15. Jeff Rick McGuire wrote: Jeff Genender wrote: And what happens when you use 1.4.4 and you add the jasper-compiler-jdt as a dependency to the pom? I'm sorry, I not sure I understood that last bit. Where do I add the jasper-compiler-jdt

Re: Strange build error on trunk

2006-08-25 Thread Jason Dillon
Jeff, do you have any idea why some folks don't see this problem? And more so why it just started? --jason On Aug 25, 2006, at 10:47 AM, Jeff Genender wrote: Add it to your web app pom. use version 5.5.15. Jeff Rick McGuire wrote: Jeff Genender wrote: And what happens when you use

Re: Strange build error on trunk

2006-08-25 Thread Joe Bohn
hmmm I get a different error now which seems unrelated. I'm failing trying to build openejb-deployer because it can't fulfill the builder dependency. Downloading:

Re: Strange build error on trunk

2006-08-25 Thread Jason Dillon
Try `bootstrap openejb2` --jason On Aug 25, 2006, at 11:24 AM, Joe Bohn wrote: hmmm I get a different error now which seems unrelated. I'm failing trying to build openejb-deployer because it can't fulfill the builder dependency. Downloading:

Re: Strange build error on trunk

2006-08-25 Thread Jeff Genender
No...not at all...its been stable and working for many. There is an open JIRA on one guy who has a problem with Linux...but other than that...no problems :/ Jason Dillon wrote: Jeff, do you have any idea why some folks don't see this problem? And more so why it just started? --jason

Re: Strange build error on trunk

2006-08-25 Thread Joe Bohn
BTW, I should have been more specific. This is with the jspc 1.4.3-SNAPSHOT plugin Jeff recommended. Joe Joe Bohn wrote: hmmm I get a different error now which seems unrelated. I'm failing trying to build openejb-deployer because it can't fulfill the builder dependency.

Re: Strange build error on trunk

2006-08-25 Thread Jeff Genender
1.4.5-SNAPSHOT Joe Bohn wrote: BTW, I should have been more specific. This is with the jspc 1.4.3-SNAPSHOT plugin Jeff recommended. Joe Joe Bohn wrote: hmmm I get a different error now which seems unrelated. I'm failing trying to build openejb-deployer because it can't fulfill

Re: Strange build error on trunk

2006-08-25 Thread Joe Bohn
Yes, I'm using 1.4.5-SNAPSHOT (typo in my note). Joe Jeff Genender wrote: 1.4.5-SNAPSHOT Joe Bohn wrote: BTW, I should have been more specific. This is with the jspc 1.4.3-SNAPSHOT plugin Jeff recommended. Joe Joe Bohn wrote: hmmm I get a different error now which seems

Re: Strange build error on trunk

2006-08-25 Thread Joe Bohn
Here's what I see when building openejb2: log4j: Finished configuring. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.939 sec Running org.openejb.deployment.EjbJarModuleDeploymentTest Retrieving document at 'META-INF/wsdl/test-ejb.wsdl'.

Re: Strange build error on trunk

2006-08-25 Thread Jason Dillon
This is very, very strange... I see this now on my windows/parallels instance... but not on OS X. I dunno why this happens. --jason On Aug 25, 2006, at 11:59 AM, Joe Bohn wrote: Here's what I see when building openejb2: log4j: Finished configuring. Tests run: 10, Failures: 0,

Re: Strange build error on trunk

2006-08-25 Thread Jason Dillon
I'm still baffled why this works on some systems and why it fails on others... But, I'm giving up... I've spent way to much time on this. It looks like using 1.4.5-SNAPSHOT causes the build that I finally got to fail on windows to pass... I have no idea why the openejb2 tests fail on

Re: Strange build error on trunk

2006-08-25 Thread Jason Dillon
I thought so... still trying to confirm, I reverted all of my changes to my winxp workspace and then just changed the jspc version and then I re-bootstrapped. Which blew up with a jspc error, but nothing interesting in the error. I don't have the exact message, but it was something like

Re: Strange build error on trunk

2006-08-25 Thread Jeff Genender
BEER - Jason - Beer! ;-) I'll work it..and fix it...gimme till Monday...have a good weekend ;-) Jeff Jason Dillon wrote: I thought so... still trying to confirm, I reverted all of my changes to my winxp workspace and then just changed the jspc version and then I re-bootstrapped. Which blew

Strange build error on trunk

2006-08-24 Thread Rick McGuire
I'm getting a strange build error on the latest trunk this morning. For some reason, building the JSPs in the applications can no longer locate the javac compiler. At first, I thought I had some set up problem on my Windows system, but when I moved over to my Linux box, I got the same error.

Re: Strange build error on trunk

2006-08-24 Thread Sergey Elin
I have this error too (on my w2k3 and... OpenBSD ;) )2006/8/24, Rick McGuire [EMAIL PROTECTED]: I'm getting a strange build error on the latest trunk this morning.Forsome reason, building the JSPs in the applications can no longer locatethe javac compiler.At first, I thought I had some set up

Re: Strange build error on trunk

2006-08-24 Thread Jeff Genender
Try upgrading the jspc maven plugin to 1.4.5-SNAPSHOT and let me know if that fixes the problem. Rick McGuire wrote: I'm getting a strange build error on the latest trunk this morning. For some reason, building the JSPs in the applications can no longer locate the javac compiler. At first, I

Re: Strange build error on trunk

2006-08-24 Thread Sergey Elin
Just tried to build with:- 1.4.5-SNAPSHOT - FAIL- 1.4.4 - FAIL- 1.4.3 - SUCCESS2006/8/24, Jeff Genender [EMAIL PROTECTED] :Try upgrading the jspc maven plugin to 1.4.5-SNAPSHOT and let me know ifthat fixes the problem. Rick McGuire wrote: I'm getting a strange build error on the latest trunk this

Re: Strange build error on trunk

2006-08-24 Thread Rick McGuire
It still fails with 1.4.5-SNAPSHOT (at least on Linux). Rick Jeff Genender wrote: Try upgrading the jspc maven plugin to 1.4.5-SNAPSHOT and let me know if that fixes the problem. Rick McGuire wrote: I'm getting a strange build error on the latest trunk this morning. For some reason,

Re: Strange build error on trunk

2006-08-24 Thread Jeff Genender
Ok...let me have a crack at it and try to fix the plugin. Jeff Rick McGuire wrote: It still fails with 1.4.5-SNAPSHOT (at least on Linux). Rick Jeff Genender wrote: Try upgrading the jspc maven plugin to 1.4.5-SNAPSHOT and let me know if that fixes the problem. Rick McGuire wrote: