Ok, seems we've been affected (again) by the most common remaining
problem with Maven - random plugin versions. Recently javacc plugin
team posted a release 2.2 and alas - everything is different/broken.
So what I did is setting the plugin version to 2.1 in the pom, and
reverting a recent change by Kevin. Now it works on Windows and Mac.
Could you please try it again?
(we need to go through all plugins in the poms and preset the
versions I guess)
Thanks
Andrus
On Oct 23, 2007, at 2:08 PM, Andrus Adamchik wrote:
You are right - seems still broken on Windows. Let me check what's
wrong.
Andrus
On Oct 23, 2007, at 1:40 PM, Ahmed Mohombe wrote:
Works for me in the env where it was broken yesterday. You may
try to do "mvn clean install" to remove the old target dirs.
Of course I did this :(.
Even more, I deleted everything(that was checked out) and made a
clean checkout from the trunk.
The result is still the same :(.
You said that that you did this on Linux. Maybe it has to do
something with
the Windows paths.
To me this:
====
D:\ProjectsInTry\cayenne\framework\cayenne-jdk1.4-unpublished\D:
\ProjectsInTry\cayenne\framework\cayenne-jdk1.4-unpublished\src
\main\jjtree\org\apache\cayenne\ejbql
====
looks like the path is concatenated in the wrong position
(although I have no idea
where this happens) :(.
Ahmed.